[Pkg-cli-apps-commits] [SCM] banshee-community-extensions branch, experimental, updated. debian/2.1.1-2-9-g59d373e
Chow Loong Jin
hyperair at ubuntu.com
Sat Aug 27 14:51:47 UTC 2011
The following commit has been merged in the experimental branch:
commit 6cfc562e04e5698757d99c2539ae1b2bb1f3a637
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date: Sat Aug 27 13:37:58 2011 +0800
Add Album Art Writer and Duplicate Song Detection extensions
diff --git a/debian/banshee-extension-albumartwriter.install b/debian/banshee-extension-albumartwriter.install
new file mode 100644
index 0000000..866ef3e
--- /dev/null
+++ b/debian/banshee-extension-albumartwriter.install
@@ -0,0 +1 @@
+/usr/lib/banshee/Extensions/Banshee.AlbumArtWriter.*
diff --git a/debian/banshee-extension-duplicatesongdetector.install b/debian/banshee-extension-duplicatesongdetector.install
new file mode 100644
index 0000000..651bd9f
--- /dev/null
+++ b/debian/banshee-extension-duplicatesongdetector.install
@@ -0,0 +1 @@
+/usr/lib/banshee/Extensions/Banshee.DuplicateSongDetector.*
diff --git a/debian/control b/debian/control
index 72e5c55..25eebed 100644
--- a/debian/control
+++ b/debian/control
@@ -45,10 +45,12 @@ Package: banshee-community-extensions
Architecture: all
Enhances: banshee
Recommends: banshee-extension-alarm (>= ${source:Version}),
+ banshee-extension-albumartwriter (>= ${source:Version}),
banshee-extension-ampache (>= ${source:Version}),
banshee-extension-awn (>= ${source:Version}),
banshee-extension-coverwallpaper (>= ${source:Version}),
banshee-extension-clutterflow (>= ${source:Version}),
+ banshee-extension-duplicatesongdetector (>= ${source:Version}),
banshee-extension-jamendo (>= ${source:Version}),
banshee-extension-lastfmfingerprint (>= ${source:Version}),
banshee-extension-lcd (>= ${source:Version}),
@@ -93,6 +95,17 @@ Description: Alarm extension for Banshee
.
Banshee is a media management and playback application for the GNOME desktop.
+Package: banshee-extension-albumartwriter
+Enhances: banshee
+Architecture: all
+Depends: banshee-extensions-common (= ${source:Version}),
+ ${cli:Depends}, ${misc:Depends}
+Description: Album art writer extension for Banshee
+ This package contains the Album Art Writer extension for Banshee which writes
+ album art fromthe cache to the folder containing the music files.
+ .
+ Banshee is a media management and playback application for the GNOME desktop.
+
Package: banshee-extension-ampache
Enhances: banshee
Architecture: all
@@ -138,6 +151,16 @@ Description: Cover wallpaper extension for Banshee
.
Banshee is a media management and playback application for the GNOME desktop.
+Package: banshee-extension-duplicatesongdetector
+Architecture: all
+Depends: banshee-extensions-common (= ${source:Version}),
+ ${cli:Depends}, ${misc:Depends}
+Description: Duplicate song detector extension for Banshee
+ This package adds duplicate song detection to Banshee, allowing it to detect
+ and remove duplicate songs in your library.
+ .
+ Banshee is a media management and playback application for the GNOME desktop.
+
Package: banshee-extension-jamendo
Enhances: banshee
Architecture: all
diff --git a/debian/rules b/debian/rules
index 0a82b3a..11d3553 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,11 +16,13 @@ override_dh_auto_configure:
--enable-gnome \
--enable-schemas-install \
--enable-alarmclock \
+ --enable-albumartwriter \
--enable-ampache \
--disable-appindicator \
--enable-awn \
--enable-clutterflow \
--enable-coverwallpaper \
+ --enable-duplicatesongdetector \
--enable-jamendo \
--enable-karaoke \
--enable-lastfmfingerprint \
--
banshee-community-extensions
More information about the Pkg-cli-apps-commits
mailing list