]> git.pld-linux.org Git - packages/rhythmbox.git/commitdiff
- fix libdmapsharing 2.1.x detection
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 23 Nov 2010 23:50:53 +0000 (23:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rhythmbox-libdmapsharing-2.2.patch -> 1.1
    rhythmbox.spec -> 1.147

rhythmbox-libdmapsharing-2.2.patch [new file with mode: 0644]
rhythmbox.spec

diff --git a/rhythmbox-libdmapsharing-2.2.patch b/rhythmbox-libdmapsharing-2.2.patch
new file mode 100644 (file)
index 0000000..6d105cc
--- /dev/null
@@ -0,0 +1,11 @@
+--- rhythmbox-0.13.1/configure.ac~     2010-11-24 00:45:22.206982997 +0100
++++ rhythmbox-0.13.1/configure.ac      2010-11-24 00:47:32.807982996 +0100
+@@ -793,7 +793,7 @@
+                              [Disable DAAP support]),,
+               enable_daap=auto)
+ if test "x$enable_daap" != "xno"; then
+-      PKG_CHECK_MODULES(DMAPSHARING, libdmapsharing-2.0,
++      PKG_CHECK_MODULES(DMAPSHARING, libdmapsharing-2.2,
+                         have_libdmapsharing=yes,
+                         have_libdmapsharing=no)
+       if test "x$have_libdmapsharing" = "xno"; then
index 341627707867721b07ad6302815c5f500d1326d7..4a64c6ee3a427c2a17ad06ea67228300f41273cd 100644 (file)
@@ -17,6 +17,7 @@ Source0:      http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.13/%{name}-%{version
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-gtk2.8-crash.patch
 Patch2:                %{name}-pyc.patch
+Patch3:                %{name}-libdmapsharing-2.2.patch
 URL:           http://www.rhythmbox.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -128,9 +129,7 @@ Wtyczka Rhythmboksa do przeglądarek WWW.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-# %patch3 -p1
-#%patch4 -p1
-#%patch5 -p1
+%patch3 -p1
 
 # Pashto not yet supported by (our?) libc
 %{__sed} -i -e 's#ps##' po/LINGUAS
This page took 0.035517 seconds and 4 git commands to generate.