[Pkg-cli-apps-commits] [SCM] banshee-community-extensions branch, experimental, updated. debian/1.8.0-1-10-gd0ad679

Chow Loong Jin hyperair at ubuntu.com
Fri Nov 12 06:44:12 UTC 2010


The following commit has been merged in the experimental branch:
commit d0018421a99122597ba82b95fe0033a2ec97fc7f
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Fri Nov 12 03:21:59 2010 +0800

    Add and enable ampache, lastfmfingerprint and randombylastfm extensions
    
    * debian/banshee-extension-{ampache,lastfmfingerprint,randombylastfm}.install,
      debian/{control,rules}:
      + Add and enable the three new extensions

diff --git a/debian/banshee-extension-ampache.install b/debian/banshee-extension-ampache.install
new file mode 100644
index 0000000..740c686
--- /dev/null
+++ b/debian/banshee-extension-ampache.install
@@ -0,0 +1 @@
+/usr/lib/banshee-1/Extensions/Banshee.Ampache.*
diff --git a/debian/banshee-extension-lastfmfingerprint.install b/debian/banshee-extension-lastfmfingerprint.install
new file mode 100644
index 0000000..39bc3f9
--- /dev/null
+++ b/debian/banshee-extension-lastfmfingerprint.install
@@ -0,0 +1,2 @@
+/usr/lib/banshee-1/Extensions/Banshee.LastfmFingerprint.*
+/usr/lib/banshee-1/Extensions/liblastfmfpbridge.*
diff --git a/debian/banshee-extension-randombylastfm.install b/debian/banshee-extension-randombylastfm.install
new file mode 100644
index 0000000..8b465d3
--- /dev/null
+++ b/debian/banshee-extension-randombylastfm.install
@@ -0,0 +1 @@
+/usr/lib/banshee-1/Extensions/Banshee.RandomByLastfm.*
diff --git a/debian/changelog b/debian/changelog
index 8e894d2..9a92341 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ banshee-community-extensions (1.9.0-1) UNRELEASED; urgency=low
     + Bugs Fixed:
       - [SoundMenu] Fix removal of the preference checkbox (LP #668223)
   * debian/copyright: Updated to include new extensions
+  * debian/banshee-extension-{ampache,lastfmfingerprint,randombylastfm}.install,
+    debian/{control,rules}:
+    + Add and enable the three new extensions
 
  -- Chow Loong Jin <hyperair at ubuntu.com>  Fri, 12 Nov 2010 02:01:38 +0800
 
diff --git a/debian/control b/debian/control
index 1ee3379..3312148 100644
--- a/debian/control
+++ b/debian/control
@@ -38,17 +38,20 @@ Homepage: http://gitorious.org/banshee-community-extensions
 Package: banshee-community-extensions
 Architecture: all
 Recommends: banshee-extension-alarm (>= ${source:Version}),
-         banshee-extension-awn (>= ${source:Version}),
-         banshee-extension-coverwallpaper (>= ${source:Version}),
-         banshee-extension-lcd (>= ${source:Version}),
-         banshee-extension-liveradio (>= ${source:Version}),
-         banshee-extension-lyrics (>= ${source:Version}),
-         banshee-extension-magnatune (>= ${source:Version}),
-         banshee-extension-mirage (>= ${source:Version}),
-         banshee-extension-openvp (>= ${source:Version}),
-         banshee-extension-radiostationfetcher (>= ${source:Version}),
-         banshee-extension-streamrecorder (>= ${source:Version}),
-         banshee-extension-telepathy (>= ${source:Version}),
+            banshee-extension-ampache (>= ${source:Version}),
+            banshee-extension-awn (>= ${source:Version}),
+            banshee-extension-coverwallpaper (>= ${source:Version}),
+            banshee-extension-lastfmfingerprint (>= ${source:Version}),
+            banshee-extension-lcd (>= ${source:Version}),
+            banshee-extension-liveradio (>= ${source:Version}),
+            banshee-extension-lyrics (>= ${source:Version}),
+            banshee-extension-magnatune (>= ${source:Version}),
+            banshee-extension-mirage (>= ${source:Version}),
+            banshee-extension-openvp (>= ${source:Version}),
+            banshee-extension-radiostationfetcher (>= ${source:Version}),
+            banshee-extension-randombylastfm (>= ${source:Version}),
+            banshee-extension-streamrecorder (>= ${source:Version}),
+            banshee-extension-telepathy (>= ${source:Version}),
 Depends: banshee-extensions-common (= ${source:Version}),
          ${misc:Depends}
 Description: set of community contributed extensions for Banshee
@@ -78,6 +81,17 @@ Description: Alarm extension for Banshee
  .
  Banshee is a media management and playback application for the GNOME desktop.
 
+Package: banshee-extension-ampache
+Architecture: all
+Depends: banshee-extensions-common (= ${source:Version}),
+         ${cli:Depends}, ${misc:Depends}
+Description: Ampache extension for Banshee
+ This package provides integration for Banshee with the Ampache web-based audio
+ file management system, allowing Banshee to act as a frontend for Ampache
+ servers.
+ .
+ Banshee is a media management and playback application for the GNOME desktop
+
 Package: banshee-extension-awn
 Architecture: all
 Depends: banshee-extensions-common (= ${source:Version}),
@@ -99,6 +113,17 @@ Description: Cover wallpaper extension for Banshee
  .
  Banshee is a media management and playback application for the GNOME desktop.
 
+Package: banshee-extension-lastfmfingerprint
+Architecture: any
+Depends: banshee-extensions-common (= ${source:Version}),
+         ${cli:Depends}, ${misc:Depends}
+Description: Last.FM fingerprinting extension for Banshee
+ This package provides additional integration between Last.FM and Banshee,
+ allowing Banshee to automatically generate and audio fingerprint and correct
+ your metadata by querying Last.FM for the correct metadata.
+ .
+ Banshee is a media maangement and playback application for the GNOME dekstop.
+
 Package: banshee-extension-lcd
 Architecture: all
 Depends: banshee-extensions-common (= ${source:Version}),
@@ -193,6 +218,18 @@ Description: radio station fetcher extension for Banshee
  .
  Banshee is a media management and playback application for the GNOME desktop.
 
+Package: banshee-extension-randombylastfm
+Architecture: all
+Depends: banshee-extensions-common (= ${source:Version}),
+         ${cli:Depends}, ${misc:Depends}
+Description: Random By Last.FM extension for Banshee
+ This package provide additional integration between Last.FM and Banshee,
+ providing a new random mode which queries Last.FM for a list of similar artists
+ to the song you are currently playing, then compares that list with your
+ library to pick only artists that match.
+ .
+ Banshee is a media management and playback application for the GNOME desktop.
+
 Package: banshee-extension-streamrecorder
 Architecture: all
 Depends: banshee-extensions-common (= ${source:Version}),
diff --git a/debian/rules b/debian/rules
index caa9124..93ea5bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,10 +12,12 @@ override_dh_auto_configure:
 		--enable-gnome \
 		--enable-schemas-install \
 		--enable-alarmclock \
+		--enable-ampache \
 		--disable-appindicator \
 		--enable-awn \
 		--disable-clutterflow \
 		--enable-coverwallpaper \
+		--enable-lastfmfingerprint \
 		--enable-lcd \
 		--disable-lirc \
 		--enable-lyrics \
@@ -24,6 +26,7 @@ override_dh_auto_configure:
 		--enable-mirage \
 		--enable-openvp \
 		--enable-radiostationfetcher \
+		--enable-randombylastfm \
 		--disable-soundmenu \
 		--enable-streamrecorder \
 		--enable-telepathy \

-- 
banshee-community-extensions



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