[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/1.5.3-1-5-g824788a
Chow Loong Jin
hyperair at gmail.com
Thu Feb 25 17:48:11 UTC 2010
The following commit has been merged in the master branch:
commit 63bc9aa26a1e0137718498c4ce7993954ddb568e
Author: Chow Loong Jin <hyperair at gmail.com>
Date: Thu Feb 25 22:50:46 2010 +0800
New upstream release
* New upstream release
+ New features:
- Opt-In Usage Data Collection
- Default Equalizer Presets
- Extensible Shuffle Modes
+ Enhancements:
- Wikipedia context pane extension enabled by default
- Add support for Nokia N900 phones
- Add tooltip to playback error column
- On close Internet Archive item, return to Search
- Notify user if trying to sync missing file to DAP
- Popup explanation of manual playlist ordering when appropriate
- Simplify the default set of columns in Podcasts
- Enable 'Delete From Drive' action in File System Queue
- Coverart for unicode artist/albums now supported
- Dropped glade-sharp dep; GNOME 3.0 ready
- Add columns showing track sample rate and bits per sample
- Option to sort an artist's albums by year, not title
- If starting Banshee hidden (--hide), up to half a second of
startup time is saved
+ Notable bug fixes:
- Enable LibraryWatcher only for Music and Video libraries
- Do better job preserving IsCompilation metadata
- Store some PlayQueue settings in the db (not GConf)
- Update to Last.fm's API change for scrobbling/recs
- Bring back static FileNamePattern API used by some scripts
- Fix several memory leaks
+ Other bugs fixed:
- Fix segfault with Cairo when playing a song without album art (LP: #523913)
- Follow symlinks when scanning the library (LP: #406667)
- Fix issue importing mp3s with non-ASCII ID3 tags (LP: #364562)
* debian/control:
+ Bump libtaglib-cil-dev version requirement to 2.0.3.5
+ Drop libglade2.0-cil-dev and libgnome2.0-cil-dev build-dep
* debian/rules:
+ Reorder configure flags to match upstream's ./configure --help listing
+ Add --enable-webkit since it is now enabled by default
diff --git a/debian/changelog b/debian/changelog
index 477b4c2..5947ae1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,45 @@
+banshee (1.5.4-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ + New features:
+ - Opt-In Usage Data Collection
+ - Default Equalizer Presets
+ - Extensible Shuffle Modes
+ + Enhancements:
+ - Wikipedia context pane extension enabled by default
+ - Add support for Nokia N900 phones
+ - Add tooltip to playback error column
+ - On close Internet Archive item, return to Search
+ - Notify user if trying to sync missing file to DAP
+ - Popup explanation of manual playlist ordering when appropriate
+ - Simplify the default set of columns in Podcasts
+ - Enable 'Delete From Drive' action in File System Queue
+ - Coverart for unicode artist/albums now supported
+ - Dropped glade-sharp dep; GNOME 3.0 ready
+ - Add columns showing track sample rate and bits per sample
+ - Option to sort an artist's albums by year, not title
+ - If starting Banshee hidden (--hide), up to half a second of
+ startup time is saved
+ + Notable bug fixes:
+ - Enable LibraryWatcher only for Music and Video libraries
+ - Do better job preserving IsCompilation metadata
+ - Store some PlayQueue settings in the db (not GConf)
+ - Update to Last.fm's API change for scrobbling/recs
+ - Bring back static FileNamePattern API used by some scripts
+ - Fix several memory leaks
+ + Other bugs fixed:
+ - Fix segfault with Cairo when playing a song without album art (LP: #523913)
+ - Follow symlinks when scanning the library (LP: #406667)
+ - Fix issue importing mp3s with non-ASCII ID3 tags (LP: #364562)
+ * debian/control:
+ + Bump libtaglib-cil-dev version requirement to 2.0.3.5
+ + Drop libglade2.0-cil-dev and libgnome2.0-cil-dev build-dep
+ * debian/rules:
+ + Reorder configure flags to match upstream's ./configure --help listing
+ + Add --enable-webkit since it is now enabled by default
+
+ -- Chow Loong Jin <hyperair at ubuntu.com> Thu, 25 Feb 2010 12:03:03 +0800
+
banshee (1.5.3-1) unstable; urgency=low
[ Chow Loong Jin ]
@@ -42,7 +84,7 @@ banshee (1.5.3-1) unstable; urgency=low
[ Jo Shields ]
* debian/control:
- + Drop individual library build-deps as all mono libs are pulled in at
+ + Drop individual library build-deps as all mono libs are pulled in at
build time
+ Bump Standards version to 3.8.4 (no changes needed)
diff --git a/debian/control b/debian/control
index 1528838..e7c5abd 100644
--- a/debian/control
+++ b/debian/control
@@ -15,14 +15,12 @@ Build-Depends: debhelper (>= 7.0.50),
libndesk-dbus-glib1.0-cil-dev (>= 0.3),
libmono-addins-cil-dev (>= 0.3.1),
libmono-addins-gui-cil-dev (>= 0.3.1),
- libtaglib-cil-dev (>= 2.0.3.2),
+ libtaglib-cil-dev (>= 2.0.3.5),
libmono-zeroconf-cil-dev (>= 0.7.3),
libnotify-cil-dev,
libglib2.0-cil-dev (>= 2.10),
libgtk2.0-cil-dev (>= 2.12),
- libglade2.0-cil-dev (>= 2.10),
libgconf2.0-cil-dev,
- libgnome2.0-cil-dev,
libipod-cil-dev (>= 0.8.5),
libipodui-cil-dev (>= 0.8.5),
libkarma-cil-dev (>= 0.0.5),
diff --git a/debian/rules b/debian/rules
index 19b7579..60d5500 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,22 +7,23 @@ LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
override_dh_auto_configure:
dh_auto_configure -- --disable-static \
- --enable-release \
--disable-tests \
- --disable-shave \
--with-vendor-build-id="`lsb_release -ds`" \
--enable-clutter \
+ --disable-builtin-equalizer \
--enable-boo \
--enable-docs \
+ --enable-webkit \
--enable-gnome \
--enable-schemas-install \
--enable-mtp \
--enable-ipod \
--enable-karma \
+ --disable-remote-audio \
--enable-daap \
--enable-podcast \
- --disable-remote-audio \
- --disable-builtin-equalizer \
+ --enable-release \
+ --disable-shave \
MCS=/usr/bin/mono-csc LDFLAGS="$(LDFLAGS)"
# disable tests
--
banshee
More information about the Pkg-cli-apps-commits
mailing list