r23092 - in /packages/unstable/rhythmbox/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Feb 22 18:11:16 UTC 2010


Author: pochu
Date: Mon Feb 22 18:11:13 2010
New Revision: 23092

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23092
Log:
* debian/rules:
  - Don't install the fmradio plugin on non Linux architectures.
    Fixes FTBFS on kFreeBSD. Closes: #570888.

Modified:
    packages/unstable/rhythmbox/debian/changelog
    packages/unstable/rhythmbox/debian/rules

Modified: packages/unstable/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/changelog?rev=23092&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog [utf-8] Mon Feb 22 18:11:13 2010
@@ -1,3 +1,11 @@
+rhythmbox (0.12.6-5) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Don't install the fmradio plugin on non Linux architectures.
+      Fixes FTBFS on kFreeBSD. Closes: #570888.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 22 Feb 2010 18:15:42 +0100
+
 rhythmbox (0.12.6-4) unstable; urgency=low
 
   * Split plugins in a separate rhythmbox-plugins package, plus another 

Modified: packages/unstable/rhythmbox/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/rules?rev=23092&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/rules [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/rules [utf-8] Mon Feb 22 18:11:13 2010
@@ -17,6 +17,12 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --with-hal --without-gudev
 endif
 
+ifneq ($(DEB_HOST_ARCH_OS),linux)
+# Linux specific, needs linux/videodev2.h
+# There's no DEB_DH_INSTALL_ARGS_$package... #468208
+DEB_DH_INSTALL_ARGS += -Xfmradio
+endif
+
 # exclude plugins from shlibs generation
 DEB_DH_MAKESHLIBS_ARGS_rhythmbox-plugins += --no-act
 DEB_DH_MAKESHLIBS_ARGS_rhythmbox-plugin-cdrecorder += --no-act




More information about the pkg-gnome-commits mailing list