rev 3165 - people/dato/packages/trunk/amarok/debian

Adeodato Simó adeodato at costa.debian.org
Sun Feb 19 19:12:02 UTC 2006


Author: adeodato
Date: 2006-02-19 19:12:02 +0000 (Sun, 19 Feb 2006)
New Revision: 3165

Modified:
   people/dato/packages/trunk/amarok/debian/amarok.install
   people/dato/packages/trunk/amarok/debian/changelog
   people/dato/packages/trunk/amarok/debian/control
   people/dato/packages/trunk/amarok/debian/rules
Log:
Some more build-depends for extra features.


Modified: people/dato/packages/trunk/amarok/debian/amarok.install
===================================================================
--- people/dato/packages/trunk/amarok/debian/amarok.install	2006-02-19 19:09:46 UTC (rev 3164)
+++ people/dato/packages/trunk/amarok/debian/amarok.install	2006-02-19 19:12:02 UTC (rev 3165)
@@ -19,6 +19,18 @@
 debian/tmp/usr/share/apps/konqsidebartng/entries/amarok.desktop
 debian/tmp/usr/share/apps/konqsidebartng/kicker_entries/amarok.desktop
 
+debian/tmp/usr/lib/kde3/libamarok_vfat-mediadevice.la
+debian/tmp/usr/lib/kde3/libamarok_vfat-mediadevice.so
+debian/tmp/usr/share/services/amarok_vfat-mediadevice.desktop
+
+debian/tmp/usr/lib/kde3/libamarok_ifp-mediadevice.la
+debian/tmp/usr/lib/kde3/libamarok_ifp-mediadevice.so
+debian/tmp/usr/share/services/amarok_ifp-mediadevice.desktop
+
+debian/tmp/usr/lib/kde3/libamarok_ipod-mediadevice.la
+debian/tmp/usr/lib/kde3/libamarok_ipod-mediadevice.so
+debian/tmp/usr/share/services/amarok_ipod-mediadevice.desktop
+
 debian/tmp/usr/lib/libamarok.*
 
 debian/tmp/usr/bin/amarok

Modified: people/dato/packages/trunk/amarok/debian/changelog
===================================================================
--- people/dato/packages/trunk/amarok/debian/changelog	2006-02-19 19:09:46 UTC (rev 3164)
+++ people/dato/packages/trunk/amarok/debian/changelog	2006-02-19 19:12:02 UTC (rev 3165)
@@ -1,11 +1,14 @@
 amarok (1.4-beta1-1) experimental; urgency=low
 
   * First beta for the upcoming 1.4 version packaged. (Closes: #352590)
-    Bugs reported in the Debian BTS fixed with in this version:
+    Bugs reported in the Debian BTS fixed in this version:
 
     + collection is updated at start up. (Closes: #330017)
     + the correct charset is used for lyrics URLs. (Closes: #352882)
 
+  * Update build-depends to support iRiver iFP (B-D: libifp-dev, libusb-dev),
+    and iPod via libgpod (B-D: libgpod-dev; plus libgtk2.0-dev due to #353590).
+
   * Since lyrics downloading is now implemented in a separate Ruby script,
     promote ruby from Suggests to Recommends, so that functionality is ideally
     not lost. Add a note with this information to README.Debian.

Modified: people/dato/packages/trunk/amarok/debian/control
===================================================================
--- people/dato/packages/trunk/amarok/debian/control	2006-02-19 19:09:46 UTC (rev 3164)
+++ people/dato/packages/trunk/amarok/debian/control	2006-02-19 19:12:02 UTC (rev 3165)
@@ -2,7 +2,13 @@
 Section: kde
 Priority: optional
 Maintainer: Adeodato Simó <dato at net.com.org.es>
-Build-Depends: cdbs, debhelper, quilt, bzip2, automake1.9, libtool, kdelibs4-dev, kdemultimedia-dev, kdebase-dev, libgstreamer0.8-dev, libgstreamer-plugins0.8-dev, libmysqlclient15-dev, libpq-dev, libtag1-dev (>> 1.4), libvisual0.2-dev, libsdl1.2-dev, libxine-dev, libsqlite3-dev, xmms-dev, libtunepimp2-dev
+Build-Depends: cdbs, debhelper, quilt, bzip2, automake1.9, libtool,
+ kdelibs4-dev, kdemultimedia-dev, kdebase-dev,
+ libgstreamer0.8-dev, libgstreamer-plugins0.8-dev, libxine-dev,
+ libtag1-dev (>> 1.4), libsqlite3-dev, libtunepimp2-dev,
+ libmysqlclient15-dev, libpq-dev,
+ xmms-dev, libvisual0.2-dev, libsdl1.2-dev,
+ libifp-dev, libusb-dev, libgpod-dev, libgtk2.0-dev
 Standards-Version: 3.6.2
 
 Package: amarok

Modified: people/dato/packages/trunk/amarok/debian/rules
===================================================================
--- people/dato/packages/trunk/amarok/debian/rules	2006-02-19 19:09:46 UTC (rev 3164)
+++ people/dato/packages/trunk/amarok/debian/rules	2006-02-19 19:12:02 UTC (rev 3165)
@@ -18,6 +18,8 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS  := \
 				--without-akode \
+				--with-ifp \
+				--with-libgpod \
 				--enable-mysql \
 				--enable-postgresql
 




More information about the pkg-kde-commits mailing list