]> git.pld-linux.org Git - packages/audacious.git/commitdiff
- R: dbus-glib-devel (-devel) auto/th/audacious-1_4_5-3
authorarvenil <arvenil@pld-linux.org>
Sat, 19 Jan 2008 14:30:51 +0000 (14:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- patch for require dbus-glib in .pc
- release 3

Changed files:
    audacious-pc.patch -> 1.1
    audacious.spec -> 1.34

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

diff --git a/audacious-pc.patch b/audacious-pc.patch
new file mode 100644 (file)
index 0000000..5666197
--- /dev/null
@@ -0,0 +1,10 @@
+--- audacious-1.4.5/configure.ac       2007-12-29 01:13:39.000000000 +0000
++++ audacious-1.4.5/configure.ac       2008-01-19 15:16:28.000000000 +0000
+@@ -211,6 +211,7 @@
+       if test "x$DBUS_BINDING_TOOL" = "xno" || test "x$GLIB_GENMARSHAL" = "xno" || test "x$enable_dbus" = "xno" ; then
+               enable_dbus="no"
+       else
++              ADD_PC_REQUIRES([dbus-glib-1 >= 0.60])
+               AC_DEFINE(USE_DBUS, 1, [Define if D-Bus support enabled])
+               AC_DEFINE(DBUS_SERVICES_DIR, "$datadir/dbus-1/services",
+                       [Location of D-Bus services directory])
index 130f153bfcff289dc992dc40b35162004e3afbc5..f3a982fc1eff485f54fb905af7e755eb1d7032f0 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Sound player with the WinAmp GUI, for Unix-based systems for GTK+2
 Summary(pl.UTF-8):     Odtwarzacz dźwięku z interfejsem WinAmpa dla GTK+2
 Name:          audacious
 Version:       1.4.5
-Release:       1
+Release:       3
 License:       GPL
 Group:         X11/Applications/Sound
 Source0:       http://distfiles.atheme.org/%{name}-%{version}.tbz2
@@ -14,6 +14,7 @@ Source0:      http://distfiles.atheme.org/%{name}-%{version}.tbz2
 Source1:       mp3license
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-home_etc.patch
+Patch2:                %{name}-pc.patch
 URL:           http://audacious-media-player.org/
 %{?with_gconf:BuildRequires:   GConf2-devel >= 2.6.0}
 BuildRequires: autoconf >= 2.59
@@ -85,6 +86,7 @@ Summary:      Header files for Audacious media player
 Summary(pl.UTF-8):     Pliki nagłówkowe odtwarzacza multimedialnego Audacious
 Group:         X11/Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
+Requires:      dbus-glib-devel
 Requires:      gtk+2-devel >= 2:2.6.0
 Requires:      home-etc-devel
 Requires:      libmowgli-devel >= 0.4.0
@@ -101,6 +103,7 @@ multimedialnego Audacious.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__aclocal} -I m4
This page took 0.109775 seconds and 4 git commands to generate.