[Pkg-cli-apps-commits] [SCM] banshee branch, ubuntu/maverick, updated. debian/1.7.2-1ubuntu3-9-gc387d36

Chow Loong Jin hyperair at ubuntu.com
Fri Jul 23 16:30:31 UTC 2010


The following commit has been merged in the ubuntu/maverick branch:
commit 59b24971c5919b567c32df528bfa1cdcc486cceb
Merge: c22ef84c70b1015db1ab72e1125777ae14a1cc2a 1aa7840a0edcff73f82977df2ebe0113dfb8d9cc
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Fri Jul 23 16:49:40 2010 +0800

    Merge branch 'experimental' into ubuntu/maverick

diff --combined debian/changelog
index b6cca5e,e28c252..7fce31a
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,41 -1,54 +1,92 @@@
+ 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
+   * debian/patches:
+     + 02_fix-configure.patch: Fix configure failure with --enable-user-docs
+ 
+  -- Chow Loong Jin <hyperair at ubuntu.com>  Thu, 22 Jul 2010 19:07:31 +0800
+ 
 +banshee (1.7.2-1ubuntu3) maverick; urgency=low
 +
 +  * debian/patches/06_add-meego-desktop-file.patch,
 +    debian/banshee-meego.install:
 +    - desktop file is now called banshee-1 and installed
 +    in usr/share/une/applications/ to show the une desktop file in UNE
 +    session only
 +
 + -- Didier Roche <didrocks at ubuntu.com>  Tue, 20 Jul 2010 12:23:28 +0200
 +
 +banshee (1.7.2-1ubuntu2) maverick; urgency=low
 +
 +  * add debian/patches/08_remove_unrelevant_media.patch:
 +    Don't show "media" in netbook interface as this is unrelevant on non
 +    meego interface (LP: #602759)
 +
 + -- Didier Roche <didrocks at ubuntu.com>  Mon, 12 Jul 2010 18:39:36 +0200
 +
 +banshee (1.7.2-1ubuntu1) maverick; urgency=low
 +
 +  * Merge from Debian Experimental, remaining changes:
 +    + debian/patches:
 +      - 01_Debranch-netbook-interface.patch: Debrand the netbook interface
 +      - 02_only-show-netbook-panel-on-request.patch: Only show netbook
 +        interface on --client=Meego and start traditional interface
 +        otherwise
 +      - 03_quit-only-on-explicit-shutdown-request.patch: Quit on explicit
 +        shutdown request only
 +      - 04_enable-switching-between-the-2-interfaces.patch: Enable
 +        switching between netbook and traditional interfaces.
 +      - 05_show-a-empty-library-message-in-banshee.patch: Show empty hint
 +        when starting for the first time with an empty library.
 +      - 06_add-meego-desktop-file.patch: Add desktop file to start netbook interface
 +      - 07_enable-library-watch-by-default.patch: Enable Library Watcher by default
 +    + debian/banshee-meego.install: Install desktop file for Banshee netbook interface
 +
 + -- Chow Loong Jin <hyperair at ubuntu.com>  Wed, 07 Jul 2010 15:54:29 +0800
 +
  banshee (1.7.2-1) experimental; urgency=low
  
    [ Iain Lane ]
@@@ -86,30 -99,6 +137,30 @@@
  
   -- Chow Loong Jin <hyperair at ubuntu.com>  Fri, 02 Jul 2010 02:21:03 +0800
  
 +banshee (1.7.1-1ubuntu1) maverick; urgency=low
 +
 +  * Enhance netbook interface:
 +    - debian/patches/01_Debranch-netbook-interface.patch
 +      debrand the netbook interface to "Netbook"
 +    - debian/patches/02_only-show-netbook-panel-on-request.patch:
 +      only show netbook inteface on --client=Meego and start traditional
 +      interface otherwise
 +    - debian/patches/03_quit-only-on-explicit-shutdown-request.patch:
 +      quit on explicit shutdown request only
 +    - debian/patches/04_enable-switching-between-the-2-interfaces.patch:
 +      switch back and forth beetween the 2 interfaces, even if traditional
 +      interface started. Also, have only one interface shown at a time
 +    - debian/patches/05_show-a-empty-library-message-in-banshee.patch:
 +      show an empty hint when starting the first time and having no library
 +      imported (Bertrand Lorentz and Alex Launi)
 +    - debian/patches/06_add-meego-desktop-file.patch:
 +      add desktop file to start the netbook interface
 +  * debian/patches/07_enable-library-watch-by-default.patch:
 +    enable library watcher
 +  * debian/banshee-meego.install: install the new deskop file
 +
 + -- Didier Roche <didrocks at ubuntu.com>  Mon, 05 Jul 2010 15:19:53 +0200
 +
  banshee (1.7.1-1) experimental; urgency=low
  
    [ Chow Loong Jin ]
diff --combined debian/control
index 66aecda,e801d48..a3e5a59
--- a/debian/control
+++ b/debian/control
@@@ -1,8 -1,7 +1,8 @@@
  Source: banshee
  Section: sound
  Priority: optional
 -Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
 +Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
 +XSBC-Original-Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
  Uploaders: Sebastian Dröge <slomo at debian.org>, Chow Loong Jin <hyperair at ubuntu.com>
  Build-Depends: debhelper (>= 7.0.50),
                 autotools-dev,
@@@ -24,7 -23,7 +24,7 @@@
                 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),
@@@ -39,7 -38,7 +39,7 @@@
                 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 --combined debian/patches/series
index 5086cfe,b85e09a..aa50eef
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,10 -1,3 +1,11 @@@
 +01_Debranch-netbook-interface.patch
 +02_only-show-netbook-panel-on-request.patch
 +03_quit-only-on-explicit-shutdown-request.patch
 +04_enable-switching-between-the-2-interfaces.patch
 +05_show-a-empty-library-message-in-banshee.patch
 +06_add-meego-desktop-file.patch
 +07_enable-library-watch-by-default.patch
 +08_remove_unrelevant_media.patch
  01_fix-icon-transparency.patch
+ 02_fix-configure.patch
  99_ltmain_as-needed.patch

-- 
banshee



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