[Pkg-cli-apps-commits] [SCM] banshee branch, experimental, updated. debian/1.7.2-1-4-g1aa7840

Chow Loong Jin hyperair at ubuntu.com
Thu Jul 22 16:50:42 UTC 2010


The following commit has been merged in the experimental branch:
commit 8603871cd2b2efca334b6834fd3b77e904e55664
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Thu Jul 22 19:14:43 2010 +0800

    New upstream release
    
    * New upstream release:
      + New Features Since 1.7.2:
        - Amazon MP3 Store Source, supporting US, UK, FR, DE, and JP
          storefronts. Supports browsing, searching, previewing, buying, and
          downloading music from Amazon MP3 stores.
        - Support for downloading and importing Amazon MP3 purchases (.amz files)
          See http://abock.org/2010/07/08/amazon-mp3-downloader-support-in-banshee
        - New Miro Guide Podcast Directory extension integrating with
          miroguide.com. Seamlessly stream and subscribe to podcasts in
          the guide.
        - New extension for bulk metadata fixing to merge artists and albums
          that vary only by case, '&' vs 'and', etc.
      + Enhancements/API Additions:
        - Add visual separators in the source view between categories of sources
        - Culturally format the status bar item count (e.g. in en_US 1,000
          instead of the old 1000)
        - Improve the downloading and visual refreshing of new cover art
        - Tweak the grid view album artwork hover effect
        - New Banshee.WebBrowser API for creating embedded WebKit web browsers
          and sources: used by the new Amazon MP3 store, Miro Guide, and the
          Wikipedia context pane
        - New Hyena.Downloader API for performing downloads and easy
          HTTP operations: HttpFileDownloader, HttpStringDownloader
        - Drop dependency of webkit-sharp, take dependency directly on
          libwebkit 1.2.2+ for new Banshee.WebBrowser API
      + Notable Bugs Fixed (9 fixed since 1.7.2):
        - Fix cover art refreshing
        - Fix a slow running query to speed things up
        - Fix importing of compilation albums
        - Fix loading of libbnpx11.so on some distros
        - Wrap instead of elipsize Last.fm titles
        - Escape %20 in filenames for items without embedded metadata (LP: #602201)
        - Escape Uri value in SQL query
    * debian/control:
      + No-change Standards-Version bump from 3.8.4 to 3.9.0
      + Update build-deps:
        - Drop libwebkit-cil-dev
        - Add libwebkit-dev
        - Add libsoup2.4-dev
        - Add libsoup-gnome2.4-dev
    * debian/rules:
      + Update list of configure flags:
        - Drop --enable-scrollkeeper
        - Drop --enable-webkit

diff --git a/debian/changelog b/debian/changelog
index e7fe0cc..fd15170 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,52 @@
+banshee (1.7.3-1) UNRELEASED; urgency=low
+
+  * New upstream release:
+    + New Features Since 1.7.2:
+      - Amazon MP3 Store Source, supporting US, UK, FR, DE, and JP
+        storefronts. Supports browsing, searching, previewing, buying, and
+        downloading music from Amazon MP3 stores.
+      - Support for downloading and importing Amazon MP3 purchases (.amz files)
+        See http://abock.org/2010/07/08/amazon-mp3-downloader-support-in-banshee
+      - New Miro Guide Podcast Directory extension integrating with
+        miroguide.com. Seamlessly stream and subscribe to podcasts in
+        the guide.
+      - New extension for bulk metadata fixing to merge artists and albums
+        that vary only by case, '&' vs 'and', etc.
+    + Enhancements/API Additions:
+      - Add visual separators in the source view between categories of sources
+      - Culturally format the status bar item count (e.g. in en_US 1,000
+        instead of the old 1000)
+      - Improve the downloading and visual refreshing of new cover art
+      - Tweak the grid view album artwork hover effect
+      - New Banshee.WebBrowser API for creating embedded WebKit web browsers
+        and sources: used by the new Amazon MP3 store, Miro Guide, and the
+        Wikipedia context pane
+      - New Hyena.Downloader API for performing downloads and easy
+        HTTP operations: HttpFileDownloader, HttpStringDownloader
+      - Drop dependency of webkit-sharp, take dependency directly on
+        libwebkit 1.2.2+ for new Banshee.WebBrowser API
+    + Notable Bugs Fixed (9 fixed since 1.7.2):
+      - Fix cover art refreshing
+      - Fix a slow running query to speed things up
+      - Fix importing of compilation albums
+      - Fix loading of libbnpx11.so on some distros
+      - Wrap instead of elipsize Last.fm titles
+      - Escape %20 in filenames for items without embedded metadata (LP: #602201)
+      - Escape Uri value in SQL query
+  * debian/control:
+    + No-change Standards-Version bump from 3.8.4 to 3.9.0
+    + Update build-deps:
+      - Drop libwebkit-cil-dev
+      - Add libwebkit-dev
+      - Add libsoup2.4-dev
+      - Add libsoup-gnome2.4-dev
+  * debian/rules:
+    + Update list of configure flags:
+      - Drop --enable-scrollkeeper
+      - Drop --enable-webkit
+
+ -- Chow Loong Jin <hyperair at ubuntu.com>  Thu, 22 Jul 2010 19:07:31 +0800
+
 banshee (1.7.2-1) experimental; urgency=low
 
   [ Iain Lane ]
diff --git a/debian/control b/debian/control
index 839567a..e801d48 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 7.0.50),
                libipod-cil-dev (>= 0.8.5),
                libipodui-cil-dev (>= 0.8.5),
                libkarma-cil-dev (>= 0.0.5),
-               libwebkit-cil-dev (>= 0.2),
+               libwebkit-dev (>= 1.2.2),
                libgdata-cil-dev (>= 1.4),
                monodoc-base (>= 1.1.9),
                libsqlite3-dev (>= 3.4),
@@ -38,7 +38,7 @@ Build-Depends: debhelper (>= 7.0.50),
                libgstreamer0.10-dev (>= 0.10.12),
                libgstreamer-plugins-base0.10-dev (>= 0.10.25.2),
                gnome-doc-utils (>= 0.17.3)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Homepage: http://www.banshee.fm
 Vcs-Git:  git://git.debian.org/git/pkg-cli-apps/packages/banshee.git
 Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/banshee.git
diff --git a/debian/rules b/debian/rules
index 987282f..2e7490c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,10 +12,8 @@ override_dh_auto_configure:
 	                     --disable-builtin-equalizer \
 	                     --disable-gst-sharp \
 	                     --enable-user-help \
-	                     --enable-scrollkeeper \
 	                     --enable-boo \
 	                     --enable-docs \
-	                     --enable-webkit \
 	                     --enable-youtube \
 	                     --disable-gio \
 	                     --disable-moonlight \

-- 
banshee



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