[Pkg-cli-apps-commits] [SCM] banshee-community-extensions branch, experimental, updated. debian/1.9.0-1-11-gab3bbb8

Iain Lane laney at ubuntu.com
Thu Dec 23 19:28:12 UTC 2010


The following commit has been merged in the experimental branch:
commit 4cbeb969240f9a34022461d4ac617f2738dc367d
Author: Iain Lane <laney at ubuntu.com>
Date:   Thu Dec 23 16:33:36 2010 +0000

    Enable new Jamendo extension
    
    LP: #397070

diff --git a/debian/banshee-extension-jamendo.install b/debian/banshee-extension-jamendo.install
new file mode 100644
index 0000000..0712840
--- /dev/null
+++ b/debian/banshee-extension-jamendo.install
@@ -0,0 +1,2 @@
+/usr/lib/banshee-1/Extensions/Banshee.Jamendo.*
+/usr/share/banshee-community-extensions/icons/hicolor/22x22/categories/jamendo.png
diff --git a/debian/control b/debian/control
index d4894d9..17d4277 100644
--- a/debian/control
+++ b/debian/control
@@ -41,6 +41,7 @@ Recommends: banshee-extension-alarm (>= ${source:Version}),
             banshee-extension-ampache (>= ${source:Version}),
             banshee-extension-awn (>= ${source:Version}),
             banshee-extension-coverwallpaper (>= ${source:Version}),
+            banshee-extension-jamendo (>= ${source:Version}),
             banshee-extension-lastfmfingerprint (>= ${source:Version}),
             banshee-extension-lcd (>= ${source:Version}),
             banshee-extension-liveradio (>= ${source:Version}),
@@ -117,6 +118,19 @@ Description: Cover wallpaper extension for Banshee
  .
  Banshee is a media management and playback application for the GNOME desktop.
 
+Package: banshee-extension-jamendo
+Enhances: banshee
+Architecture: all
+Depends: banshee-extensions-common (= ${source:Version}),
+         ${cli:Depends}, ${misc:Depends}
+Description: Jamendo extension for Banshee
+ This package provides integration with the Jamendo music service. Jamendo is a
+ community of music authors and performers which makes free music available.
+ This extension allows you to browse the Jamendo catalog, stream and download
+ free music.
+ .
+ Banshee is a media management and playback application for the GNOME desktop.
+
 Package: banshee-extension-lastfmfingerprint
 Enhances: banshee
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 670326a..3f3cc23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ override_dh_auto_configure:
 		--enable-awn \
 		--disable-clutterflow \
 		--enable-coverwallpaper \
+		--enable-jamendo \
 		--enable-lastfmfingerprint \
 		--enable-lcd \
 		--disable-lirc \

-- 
banshee-community-extensions



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