packages: audacious-plugins/audacious-plugins.spec, audacious-plugins/audac...
baggins
baggins at pld-linux.org
Thu Jun 3 17:02:06 CEST 2010
Author: baggins Date: Thu Jun 3 15:02:06 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 4
- added headers required for mkdir(2)
---- Files affected:
packages/audacious-plugins:
audacious-plugins.spec (1.56 -> 1.57) , audacious-plugins-mkdir.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/audacious-plugins/audacious-plugins.spec
diff -u packages/audacious-plugins/audacious-plugins.spec:1.56 packages/audacious-plugins/audacious-plugins.spec:1.57
--- packages/audacious-plugins/audacious-plugins.spec:1.56 Thu Jun 3 13:12:04 2010
+++ packages/audacious-plugins/audacious-plugins.spec Thu Jun 3 17:01:58 2010
@@ -9,12 +9,13 @@
Summary(pl.UTF-8): Wtyczki dla odtwarzacza multimedialnego Audacious (metapakiet)
Name: audacious-plugins
Version: 2.3
-Release: 3
+Release: 4
License: GPL
Group: X11/Applications/Sound
Source0: http://distfiles.atheme.org/%{name}-%{version}.tgz
# Source0-md5: de350b7612ff42e3719ae19a36389118
Patch0: %{name}-libmtp.patch
+Patch1: %{name}-mkdir.patch
URL: http://audacious-media-player.org/
# BR by visualization-projectM
BuildRequires: OpenGL-GLU-devel
@@ -891,6 +892,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%{__aclocal} -I m4
@@ -1176,6 +1178,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.57 2010/06/03 15:01:58 baggins
+- rel 4
+- added headers required for mkdir(2)
+
Revision 1.56 2010/06/03 11:12:04 baggins
- rel 3
- removed esd plugin
================================================================
Index: packages/audacious-plugins/audacious-plugins-mkdir.patch
diff -u /dev/null packages/audacious-plugins/audacious-plugins-mkdir.patch:1.1
--- /dev/null Thu Jun 3 17:02:06 2010
+++ packages/audacious-plugins/audacious-plugins-mkdir.patch Thu Jun 3 17:01:58 2010
@@ -0,0 +1,11 @@
+--- audacious-plugins-2.3/src/projectm-1.0/gtk_projectm_impl.cxx~ 2010-04-06 22:03:09.000000000 +0200
++++ audacious-plugins-2.3/src/projectm-1.0/gtk_projectm_impl.cxx 2010-06-03 16:58:47.213077228 +0200
+@@ -13,6 +13,8 @@
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <fcntl.h>
++#include <sys/stat.h>
++#include <sys/types.h>
+ #include <gtk/gtk.h>
+ #include <gtk/gtkgl.h>
+
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/audacious-plugins/audacious-plugins.spec?r1=1.56&r2=1.57&f=u
More information about the pld-cvs-commit
mailing list