[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/1.5.6-1-7-ge1d2153
Chow Loong Jin
hyperair at ubuntu.com
Thu Apr 1 19:37:21 UTC 2010
The following commit has been merged in the master branch:
commit 958a18e56d709c62a892cf6baf1ddfbc021ece37
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date: Fri Apr 2 03:07:45 2010 +0800
Disable clutter video sink
diff --git a/debian/changelog b/debian/changelog
index f04d094..48d1296 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,21 +1,25 @@
banshee (1.6.0-1) UNRELEASED; urgency=low
* New upstream release:
- * Notable bug fixes:
- + Fix device support on upcoming distros with DeviceKit rename
- + Restore equalizer preset correctly (bgo#614313)
- + Handle broken symlinks correctly (bgo#614065)
- + Allow overriding Android, Maemo, WebOS default settings (bgo#611991)
- + Fix crash deleting playlist on mass storage device (bgo#613734)
- + Fix issue with iTunes importer dialog sizing (bgo#613607)
- + Fix play count calculation with gapless enabled (bgo#613418)
- + Handle exceptions thrown by old plugins (LP: #546342)
- + Use panel-specific (eg monochrome) icon in notification area
+ + Notable bug fixes:
+ - Fix device support on upcoming distros with DeviceKit rename
+ - Restore equalizer preset correctly (bgo#614313)
+ - Handle broken symlinks correctly (bgo#614065)
+ - Allow overriding Android, Maemo, WebOS default settings (bgo#611991)
+ - Fix crash deleting playlist on mass storage device (bgo#613734)
+ - Fix issue with iTunes importer dialog sizing (bgo#613607)
+ - Fix play count calculation with gapless enabled (bgo#613418)
+ - Handle exceptions thrown by old plugins (LP: #546342)
+ - Use panel-specific (eg monochrome) icon in notification area
(LP: #525280)
- * Other bugs fixed:
- + Start HAL automatically if not already started (LP: #543354)
+ + Other bugs fixed:
+ - Start HAL automatically if not already started (LP: #543354)
+ * debian/(control, rules):
+ + Disable the clutter video sink
+ - Uses deprecated functions, and will fail to build with a newer version
+ clutter (1.2.X which is available in experimental)
- -- Chow Loong Jin <hyperair at ubuntu.com> Thu, 01 Apr 2010 23:11:07 +0800
+ -- Chow Loong Jin <hyperair at ubuntu.com> Fri, 02 Apr 2010 03:06:53 +0800
banshee (1.5.6-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 9f79ca2..b81fbfe 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Build-Depends: debhelper (>= 7.0.50),
gconf2,
libglib2.0-dev,
libgtk2.0-dev (>= 2.8),
- libclutter-1.0-dev (>= 1.0.1),
+# libclutter-1.0-dev (>= 1.0.1),
libx11-dev,
libxrandr-dev (>= 2:1.1.1),
libxxf86vm-dev (>= 1:1.0.1),
diff --git a/debian/rules b/debian/rules
index 32a8af9..8856e3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_auto_configure:
dh_auto_configure -- --disable-static \
--disable-tests \
--with-vendor-build-id="`lsb_release -ds`" \
- --enable-clutter \
+ --disable-clutter \
--disable-builtin-equalizer \
--enable-boo \
--enable-docs \
--
banshee
More information about the Pkg-cli-apps-commits
mailing list