[Pkg-cli-apps-commits] [SCM] banshee-community-extensions branch, master, updated. debian/1.5.5-1-4-gc1c4e98

Chow Loong Jin hyperair at ubuntu.com
Thu Mar 25 03:06:13 UTC 2010


The following commit has been merged in the master branch:
commit c1c4e98c7912220db40cb7d1a31bb4b62a28b5ea
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Thu Mar 25 11:04:54 2010 +0800

    Enable and add banshee-extension-liveradio package
    
    * debian/(control, rules, banshee-extension-liveradio.install):
      + Enable and add banshee-extension-liveradio package

diff --git a/debian/banshee-extension-liveradio.install b/debian/banshee-extension-liveradio.install
new file mode 100644
index 0000000..20209da
--- /dev/null
+++ b/debian/banshee-extension-liveradio.install
@@ -0,0 +1 @@
+/usr/lib/banshee-1/Extensions/Banshee.LiveRadio.*
diff --git a/debian/changelog b/debian/changelog
index 48b4bdc..9d95afa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ banshee-community-extensions (1.5.5-2) UNRELEASED; urgency=low
   * debian/control:
     + Fix double "and" in the description of -empathy
     + Add lsb-release to build-dep
+  * debian/(control, rules, banshee-extension-liveradio.install):
+    + Enable and add banshee-extension-liveradio package
 
  -- Chow Loong Jin <hyperair at ubuntu.com>  Wed, 24 Mar 2010 17:02:48 +0800
 
diff --git a/debian/control b/debian/control
index 9256f39..4167fdb 100644
--- a/debian/control
+++ b/debian/control
@@ -42,6 +42,7 @@ Depends: banshee-extension-alarm (>= ${source:Version}),
          banshee-extension-coverwallpaper (>= ${source:Version}),
          banshee-extension-lcd (>= ${source:Version}),
 #         banshee-extension-lirc (>= ${source:Version}),
+         banshee-extension-liveradio (>= ${source:Version}),
          banshee-extension-lyrics (>= ${source:Version}),
          banshee-extension-magnatune (>= ${source:Version}),
          banshee-extension-mirage (>= ${source:Version}),
@@ -135,6 +136,27 @@ Description: LCD display integration extension for Banshee
 #  .
 #  Banshee is a media management and playback application for the GNOME desktop.
 
+Package: banshee-extension-liveradio
+Architecture: all
+Depends: banshee (>= ${banshee:Version}),
+         banshee-extensions-common (= ${source:Version}),
+         ${cli:Depends}, ${misc:Depends}
+Description: LiveRadio extension for Banshee
+ The LiveRadio extension for Banshee is a browser for online Internet station
+ directories integrated into the Banshee media player. It currently supports
+ live365.com, shoutcast.com and xiph.org, but its plugin-like code structure can
+ easily be extended to support just about any directory.
+ .
+ LiveRadio has the follwing features:
+  * Browse and query three online internet radio directories:
+     – live365.com
+     – shoutcast.com
+     – xiph.org
+  * Retrieve stream information and play the stream
+  * Add your favorite streams to your list of Internet Radio stations in Banshee
+ .
+ Banshee is a media management and playback application for the GNOME desktop.
+
 Package: banshee-extension-lyrics
 Architecture: all
 Depends: banshee (>= ${banshee:Version}),
diff --git a/debian/rules b/debian/rules
index 17525e1..15726a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@ include /usr/share/cli-common/cli.make
 BANSHEE_VERSION = $(shell pkg-config --modversion banshee-1-thickclient)
 
 # disable clutterflow and lirc due to dependencies missing
-# disable liveradio due to its alpha status
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--with-vendor-build-id="`lsb_release -ds`" \
@@ -19,7 +18,7 @@ override_dh_auto_configure:
 		--enable-lcd \
 		--disable-lirc \
 		--enable-lyrics \
-		--disable-liveradio \
+		--enable-liveradio \
 		--enable-magnatune \
 		--enable-mirage \
 		--enable-radiostationfetcher \

-- 
banshee-community-extensions



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