[Pkg-cli-apps-commits] [SCM] banshee branch, ubuntu/maverick, updated. debian/1.7.5-0ubuntu2-10-g1d90351

Chow Loong Jin hyperair at ubuntu.com
Sat Sep 18 19:58:41 UTC 2010


The following commit has been merged in the ubuntu/maverick branch:
commit daf5b982a86f860c97fbe7410fb6e3a6e61a056f
Merge: f2d7bcda8634b0e2d2ea28e60af4b0329bd1b039 b3d9ef54751b03d8c1b36144bce6ca6517dd57fb
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Sat Sep 18 14:09:37 2010 +0800

    Merge branch 'experimental' into ubuntu/maverick
    
    Conflicts:
    	debian/changelog
    	debian/patches/series

diff --combined debian/changelog
index 0e847ef,4aa50f1..8ab9c44
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,98 -1,79 +1,174 @@@
+ banshee (1.7.6-1) UNRELEASED; urgency=low
+ 
+   * New upstream release
+     + Enhancements:
+       - Decrease the latency in changing playback volume
+       - Begin editing the name of newly added playlists
+       - Put all videos in the video folder on MTP devices
+     + Notable Bugs Fixed
+       - bgo#629314: [AppleDevice] Correct capacity/free values
+       - bgo#628992: [AppleDevice]Bundle libgpod-sharp.dll.config fixing crash
+       - bgo#628832: [MTP] Fix MTP-device memory issues breaking Playlists, Albums
+       - bgo#629095: [MTP] Fix MTP devices being named '???'
+       - bgo#629373: [MTP] Workaround MTP sigsegv bug
+   * Refresh patches
+ 
+  -- Chow Loong Jin <hyperair at ubuntu.com>  Sat, 18 Sep 2010 03:05:25 +0800
+ 
+ banshee (1.7.5-1) UNRELEASED; urgency=low
+ 
+   [ Chow Loong Jin ]
+   * New upstream release
+     + New Features:
+       - GIO/udev-based hardware backend
+       - Apple Devices backend with support for iPod/iOS devices (LP: #554141)
+       - MPRIS v2 support (Ubuntu Sound Menu, etc)
+       - Audiobooks and Miro Guide extensions enabled by default
+     + Enhancements/API Additions:
+       - Play menu item in track context menu
+       - Amazon affiliate codes for all supported countries
+       - "Amazon MP3s" Music smart playlist
+       - Miro Guide teaser in Podcasts
+       - Zoom support in Amazon MP3 Store and Miro Guide
+       - Now Playing simplify mode that declutters the UI
+       - Play Queue shuffle action
+       - Podcast errors shown to user
+       - Better MTP device detection
+       - Default smart playlists hidden when empty, for new users
+       - New and improved user documentation
+     + Notable Bugs Fixed
+       - bgo#626786: Prevent crash in search-for-artist when blank
+       - bgo#628388: Fix overflow bug with MTP playlists
+       - bgo#625683: Fixup checkboxes now clickable
+       - bgo#626928: Fetch podcast artwork asap
+       - bgo#626791: Catch crashes caused by missing extensions
+       - bgo#528383: Re-enable writing video metadata to file
+       - bgo#626803, LP: #617017: Fix Ogg rating parsing in non-English locales
+   * debian/(control, rules):
+     + Update configure flags:
+       - --disable-hal
+       - --disable-ipod
+       - --enable-appledevice
+       - --enable-gio
+       - --enable-gio-hardware
+     + Add new build depends:
+       - libgudev1.0-cil-dev
+       - libgkeyfile-cil-dev
+       - libgio2.0-cil-dev
+       - libgtk-sharp-beans2.0-cil-dev
+       - libgpod-cil-dev
+     + Update version of libmtp-dev build-dep to 0.3.0
+     + Drop hal, podsleuth and ipod-sharp dependencies
+   * debian/patches:
+     + 0001-Don-t-copy-duplicate-libraries.patch: Don't copy duplicate
+       libraries
+     + 0002-Also-copy-gio-sharp-s-debugging-libraries-if-they-ar.patch:
+       Copy debugging libraries if they exist
+ 
+   [ Iain Lane ]
+   * Make sure mimeinfo.cache is removed
+   * Fix casing of variable in patch, resolving missing dllmap issue
+   * Ensure that gpod-sharp's DLLmap is copied
+ 
+   [ Chow Loong Jin ]
+ 
+  -- Chow Loong Jin <hyperair at ubuntu.com>  Sat, 18 Sep 2010 01:47:47 +0800
+ 
 +banshee (1.7.5-0ubuntu2) maverick; urgency=low
 +
 +  * Fix casing of variable in patch, resolving missing dllmap issue
 +  * Ensure that gpod-sharp's DLLmap is copied
 +
 + -- Iain Lane <laney at ubuntu.com>  Wed, 08 Sep 2010 01:21:22 +0800
 +
 +banshee (1.7.5-0ubuntu1) maverick; urgency=low
 +
 +  [ Chow Loong Jin ]
 +  * New upstream release
 +    + New Features:
 +      - GIO/udev-based hardware backend
 +      - Apple Devices backend with support for iPod/iOS devices (LP: #554141)
 +      - MPRIS v2 support (Ubuntu Sound Menu, etc)
 +      - Audiobooks and Miro Guide extensions enabled by default
 +    + Enhancements/API Additions:
 +      - Play menu item in track context menu
 +      - Amazon affiliate codes for all supported countries
 +      - "Amazon MP3s" Music smart playlist
 +      - Miro Guide teaser in Podcasts
 +      - Zoom support in Amazon MP3 Store and Miro Guide
 +      - Now Playing simplify mode that declutters the UI
 +      - Play Queue shuffle action
 +      - Podcast errors shown to user
 +      - Better MTP device detection
 +      - Default smart playlists hidden when empty, for new users
 +      - New and improved user documentation
 +    + Notable Bugs Fixed
 +      - bgo#626786: Prevent crash in search-for-artist when blank
 +      - bgo#628388: Fix overflow bug with MTP playlists
 +      - bgo#625683: Fixup checkboxes now clickable
 +      - bgo#626928: Fetch podcast artwork asap
 +      - bgo#626791: Catch crashes caused by missing extensions
 +      - bgo#528383: Re-enable writing video metadata to file
 +      - bgo#626803, LP: #617017: Fix Ogg rating parsing in non-English locales
 +  * debian/(control, rules):
 +    + Update configure flags:
 +      - --disable-hal
 +      - --disable-ipod
 +      - --enable-appledevice
 +      - --enable-gio
 +      - --enable-gio-hardware
 +    + Add new build depends:
 +      - libgudev1.0-cil-dev
 +      - libgkeyfile-cil-dev
 +      - libgio2.0-cil-dev
 +      - libgtk-sharp-beans2.0-cil-dev
 +      - libgpod-cil-dev
 +    + Update version of libmtp-dev build-dep to 0.3.0
 +    + Drop hal, podsleuth and ipod-sharp dependencies
 +  * debian/patches:
 +    + 0001-Don-t-copy-duplicate-libraries.patch: Don't copy duplicate
 +      libraries
 +    + 0002-Also-copy-gio-sharp-s-debugging-libraries-if-they-ar.patch:
 +      Copy debugging libraries if they exist
 +
 +  [ Iain Lane ]
 +  * Upload to Ubuntu from Debian git, as the dependencies are not all
 +    ready in Debian.
 +  * [fe5e8fb] Refresh and update patches to apply cleanly
 +  * [a688fa9] Disable Boo support and remove build dependency
 +  * [df01b1e] Generate translation template and set gettext domain in
 +    the Ubuntu build
 +  * [9c3402b] Make sure mimeinfo.cache is removed
 +  * [d54fedc] Update changelog version for Ubuntu
 +
 + -- Iain Lane <laney at ubuntu.com>  Mon, 06 Sep 2010 20:05:45 +0100
 +
 +banshee (1.7.4-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
 +      - 08_remove_unrelevant_media.patch: Don't show "media" in netbook
 +        interface as this is irrelevant on non-Meego interfaces
 +    + debian/banshee-meego.install: Install desktop file for Banshee netbook interface
 +  * Ubuntu-specific changes from previous merge:
 +    + Refresh patches:
 +      - 04_enable-switching-between-the-2-interfaces.patch
 +      - 06_add-meego-desktop-file.patch
 +
 + -- Chow Loong Jin <hyperair at ubuntu.com>  Fri, 13 Aug 2010 00:37:19 +0800
 +
  banshee (1.7.4-1) experimental; urgency=low
  
    * New upstream release
@@@ -125,37 -106,6 +201,37 @@@
  
   -- Chow Loong Jin <hyperair at ubuntu.com>  Fri, 13 Aug 2010 00:30:24 +0800
  
 +banshee (1.7.3-2ubuntu2) maverick; urgency=low
 +
 +  * banshee shipped a generated MIME database (/usr/share/mime/*) breaking the
 +    system one.  Change debian/rules to delete everything below
 +    debian/tmp/usr/share/mime/ except "packages" before dh_install.
 +  * Minor syntax tweaks to rules.
 +
 + -- Loïc Minier <loic.minier at ubuntu.com>  Thu, 05 Aug 2010 00:49:55 -0400
 +
 +banshee (1.7.3-2ubuntu1) 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
 +      - 08_remove_unrelevant_media.patch: Don't show "media" in netbook
 +        interface as this is irrelevant on non-Meego interfaces
 +    + debian/banshee-meego.install: Install desktop file for Banshee netbook interface
 +
 + -- Chow Loong Jin <hyperair at ubuntu.com>  Mon, 26 Jul 2010 00:32:41 +0800
 +
  banshee (1.7.3-2) experimental; urgency=low
  
    * debian/control: Add libsoup{,-gnome}2.4-dev build-deps which were
@@@ -163,28 -113,6 +239,28 @@@
  
   -- Chow Loong Jin <hyperair at ubuntu.com>  Sat, 24 Jul 2010 04:44:30 +0800
  
 +banshee (1.7.3-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
 +      - 08_remove_unrelevant_media.patch: Don't show "media" in netbook
 +        interface as this is irrelevant on non-Meego interfaces
 +    + debian/banshee-meego.install: Install desktop file for Banshee netbook interface
 +
 + -- Chow Loong Jin <hyperair at ubuntu.com>  Fri, 23 Jul 2010 19:16:11 +0800
 +
  banshee (1.7.3-1) experimental; urgency=low
  
    * New upstream release:
@@@ -236,44 -164,6 +312,44 @@@
  
   -- 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 ]
@@@ -324,30 -214,6 +400,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/patches/series
index 552a99d,a76127f..ef00b81
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,12 -1,2 +1,10 @@@
 +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
- copy-gpod-dllmap
  0001-Don-t-copy-duplicate-libraries.patch
- 0002-Also-copy-gio-sharp-s-debugging-libraries-if-they-ar.patch
  99_ltmain_as-needed.patch

-- 
banshee



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