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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Jun 2 16:39:21 UTC 2013


Author: pochu
Date: Sun Jun  2 16:39:20 2013
New Revision: 38309

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38309
Log:
  + Install the frmradio plugin on !linux as it builds there now.
  + Disable the mtpdevice plugin on !linux as it needs gudev or hal
    and we don't build with hal anymore. Closes: #710750.

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=38309&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog [utf-8] Sun Jun  2 16:39:20 2013
@@ -3,6 +3,9 @@
   * debian/rules:
     + Use DEB_DH_INSTALL_ARGS_rhythmbox-plugins as that's supported
       nowadays.
+    + Install the frmradio plugin on !linux as it builds there now.
+    + Disable the mtpdevice plugin on !linux as it needs gudev or hal
+      and we don't build with hal anymore. Closes: #710750.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 02 Jun 2013 18:33:49 +0200
 

Modified: packages/unstable/rhythmbox/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/rules?rev=38309&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/rules [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/rules [utf-8] Sun Jun  2 16:39:20 2013
@@ -22,8 +22,8 @@
 endif
 
 ifneq ($(DEB_HOST_ARCH_OS),linux)
-# Linux specific, needs linux/videodev2.h
-DEB_DH_INSTALL_ARGS_rhythmbox-plugins += -Xfmradio
+# Linux specific, needs hal/gudev
+DEB_DH_INSTALL_ARGS_rhythmbox-plugins += -Xmtpdevice
 endif
 
 # exclude plugins from shlibs generation




More information about the pkg-gnome-commits mailing list