[packages/yplayer] - new URLs, updated to 1.1.5 - removed obsolete missing patch

qboosh qboosh at pld-linux.org
Sat Feb 1 22:32:46 CET 2014


commit 8f08917ea8c7911274a8870e4a6d0e558218ceb4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Feb 1 22:34:22 2014 +0100

    - new URLs, updated to 1.1.5
    - removed obsolete missing patch

 yplayer-missing.patch | 66 ---------------------------------------------------
 yplayer.spec          | 16 ++++++-------
 2 files changed, 7 insertions(+), 75 deletions(-)
---
diff --git a/yplayer.spec b/yplayer.spec
index ff74a81..d5d11b6 100644
--- a/yplayer.spec
+++ b/yplayer.spec
@@ -1,14 +1,13 @@
 Summary:	yplayer - simple GUI player for Y Sound Objects using the GTK+ toolkit
 Summary(pl.UTF-8):	yplayer - prosty graficzny odtwarzacz obiektów dźwiękowych Y oparty na GTK+
 Name:		yplayer
-Version:	1.1.3
+Version:	1.1.5
 Release:	1
-License:	GPL
+License:	GPL-like
 Group:		Applications/Sound
-Source0:	ftp://wolfpack.twu.net/users/wolfpack/%{name}-%{version}.tar.bz2
-# Source0-md5:	9b553c80ecb7c23b390455ee32b293ef
-Patch0:		%{name}-missing.patch
-URL:		http://wolfpack.twu.net/YIFF/
+Source0:	http://wolfsinger.com/~wolfpack/packages/%{name}-%{version}.tar.bz2
+# Source0-md5:	f8b53defeb5d1c40380e969fd77cd670
+URL:		http://freecode.com/projects/wpeyplayer
 BuildRequires:	gtk+-devel >= 1.2.10
 BuildRequires:	yiff-devel >= 2.14.1
 Requires:	gtk+ >= 1.2.10
@@ -28,7 +27,6 @@ interfejsem używającym toolkitu GTK+.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} -C yplayer \
@@ -51,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS LICENSE README
+%doc LICENSE README
 %attr(755,root,root) %{_bindir}/yplayer
-%{_pixmapsdir}/*.xpm
+%{_pixmapsdir}/yplayer.xpm
 %{_mandir}/man1/yplayer.1*
diff --git a/yplayer-missing.patch b/yplayer-missing.patch
deleted file mode 100644
index 0d324f8..0000000
--- a/yplayer-missing.patch
+++ /dev/null
@@ -1,66 +0,0 @@
---- yconsole-3.4.3/include/prochandle.h.orig	1970-01-01 01:00:00.000000000 +0100
-+++ yconsole-3.4.3/include/prochandle.h	2006-08-23 11:03:26.000000000 +0200
-@@ -0,0 +1,63 @@
-+/*
-+	Process handling
-+ */
-+
-+
-+#ifndef PROCHANDLE_H
-+#define PROCHANDLE_H
-+
-+#include <sys/types.h>
-+
-+
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
-+
-+
-+extern char **ExecExplodeCommand(const char *cmd, int *strc);
-+
-+extern int ExecProcessExists(pid_t pid);
-+
-+extern float ExecCPUGetLoad(int cpu_num);
-+
-+/* Regular execute, uses system(). This is for backwards compatability,
-+ * but has security issues since it uses system()
-+ */
-+extern void Execute(const char *cmd);
-+
-+/* Non-blocking executes. */
-+extern pid_t Exec(const char *cmd);
-+extern pid_t ExecO(
-+	const char *cmd, const char *stdout_path
-+);
-+extern pid_t ExecOE(
-+	const char *cmd, const char *stdout_path, const char *stderr_path
-+);
-+extern pid_t ExecAO(
-+	const char *cmd, const char *stdout_path
-+);
-+extern pid_t ExecAOE(
-+	const char *cmd, const char *stdout_path, const char *stderr_path
-+);
-+
-+/* Blocking executes. */
-+extern pid_t ExecB(const char *cmd);
-+extern pid_t ExecBO(
-+	const char *cmd, const char *stdout_path
-+);
-+extern pid_t ExecBOE(
-+	const char *cmd, const char *stdout_path, const char *stderr_path
-+);
-+extern pid_t ExecBAO(
-+	const char *cmd, const char *stdout_path
-+);
-+extern pid_t ExecBAOE(
-+	const char *cmd, const char *stdout_path, const char *stderr_path
-+);
-+
-+
-+#ifdef __cplusplus
-+}
-+#endif
-+
-+#endif	/* PROCHANDLE_H */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/yplayer.git/commitdiff/8f08917ea8c7911274a8870e4a6d0e558218ceb4



More information about the pld-cvs-commit mailing list