[Pkg-cli-apps-commits] r3878 - in /packages/banshee/branches/1.0/debian: changelog control rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Fri Apr 11 09:17:59 UTC 2008


Author: slomo
Date: Fri Apr 11 09:17:59 2008
New Revision: 3878

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3878
Log:
* New upstream release, "1.0 Alpha 3".
* debian/rules,
  debian/control:
  + Update build dependencies and enable some optional extensions.

Modified:
    packages/banshee/branches/1.0/debian/changelog
    packages/banshee/branches/1.0/debian/control
    packages/banshee/branches/1.0/debian/rules

Modified: packages/banshee/branches/1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/branches/1.0/debian/changelog?rev=3878&op=diff
==============================================================================
--- packages/banshee/branches/1.0/debian/changelog (original)
+++ packages/banshee/branches/1.0/debian/changelog Fri Apr 11 09:17:59 2008
@@ -1,3 +1,12 @@
+banshee (0.98.3-1) experimental; urgency=low
+
+  * New upstream release, "1.0 Alpha 3".
+  * debian/rules,
+    debian/control:
+    + Update build dependencies and enable some optional extensions.
+
+ -- Sebastian Dröge <slomo at debian.org>  Fri, 11 Apr 2008 11:17:24 +0200
+
 banshee (0.98.2-2) experimental; urgency=low
 
   * debian/control:

Modified: packages/banshee/branches/1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/branches/1.0/debian/control?rev=3878&op=diff
==============================================================================
--- packages/banshee/branches/1.0/debian/control (original)
+++ packages/banshee/branches/1.0/debian/control Fri Apr 11 09:17:59 2008
@@ -20,13 +20,16 @@
                libmono-addins0.2-cil (>= 0.3),
                libmono-addins-gui0.2-cil (>= 0.3),
                libtaglib2.0-cil (>= 2.0.0),
-               libglib2.0-cil (>= 2.8),
+               libmono-zeroconf1.0-cil (>= 0.7.3),
+               libnotify0.4-cil,
+               libglib2.0-cil (>= 2.10),
                libgtk2.0-cil (>= 2.10),
-               libglade2.0-cil (>= 2.8),
-               libgconf2.0-cil (>= 2.8),
-               libgnome2.0-cil (>= 2.8),
+               libglade2.0-cil (>= 2.10),
+               libgconf2.0-cil (>= 2.10),
+               libgnome2.0-cil (>= 2.10),
                monodoc-base (>= 1.1.9),
                libsqlite3-dev (>= 3.4),
+               libmtp-dev (>= 0.2.0),
                gconf2,
                libglib2.0-dev,
                libgtk2.0-dev (>= 2.8),
@@ -43,7 +46,8 @@
          ${misc:Depends},
          gstreamer0.10-plugins-base,
          gstreamer0.10-plugins-good (>= 0.10.6),
-         gstreamer0.10-gnomevfs
+         gstreamer0.10-gnomevfs,
+         hal
 Recommends: gstreamer0.10-plugins-ugly,
             gstreamer0.10-plugins-bad,
             gstreamer0.10-ffmpeg

Modified: packages/banshee/branches/1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/branches/1.0/debian/rules?rev=3878&op=diff
==============================================================================
--- packages/banshee/branches/1.0/debian/rules (original)
+++ packages/banshee/branches/1.0/debian/rules Fri Apr 11 09:17:59 2008
@@ -11,7 +11,10 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-static --disable-gstreamer-plugins-check
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-static \
+			     --enable-daap \
+			     --enable-podcast \
+			     --enable-mtp
 
 common-binary-predeb-arch::
 	dh_clifixperms




More information about the Pkg-cli-apps-commits mailing list