]> git.pld-linux.org Git - packages/audacious-plugins.git/commitdiff
- rel 4 auto/th/audacious-plugins-2_3-4 auto/ti/audacious-plugins-2_3-4
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 3 Jun 2010 15:01:58 +0000 (15:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added headers required for mkdir(2)

Changed files:
    audacious-plugins-mkdir.patch -> 1.1
    audacious-plugins.spec -> 1.57

audacious-plugins-mkdir.patch [new file with mode: 0644]
audacious-plugins.spec

diff --git a/audacious-plugins-mkdir.patch b/audacious-plugins-mkdir.patch
new file mode 100644 (file)
index 0000000..e6f1af5
--- /dev/null
@@ -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>
index 9b859973663d453bf004c0b56b25bee3a0c382fc..045ceb9ac4bfac7d40c34741b12a33170f017e14 100644 (file)
@@ -8,12 +8,13 @@ Summary:      Plugins for Audacious media player (metapackage)
 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
@@ -890,6 +891,7 @@ Wtyczka graficzna Spectrum dla odtwarzacza multimedialnego Audacious.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal} -I m4
This page took 0.444288 seconds and 4 git commands to generate.