[Pkg-cli-apps-commits] [SCM] banshee-community-extensions branch, experimental, updated. debian/1.9.1-1-1-g280f6c6
Chow Loong Jin
hyperair at ubuntu.com
Fri Dec 31 10:50:24 UTC 2010
The following commit has been merged in the experimental branch:
commit 280f6c6b9e7187bed2614ba505b06e3aa7755b66
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date: Fri Dec 31 18:47:26 2010 +0800
Enable Clutterflow
diff --git a/debian/banshee-extension-clutterflow.install b/debian/banshee-extension-clutterflow.install
new file mode 100644
index 0000000..aa6522e
--- /dev/null
+++ b/debian/banshee-extension-clutterflow.install
@@ -0,0 +1,3 @@
+/usr/lib/banshee-1/Extensions/*ClutterFlow.dll*
+/usr/lib/banshee-1/Extensions/clutter-*.dll*
+/usr/lib/banshee-1/Extensions/glib-sharp.dll*
diff --git a/debian/control b/debian/control
index 73fe865..fe42360 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,9 @@ Build-Depends: debhelper (>= 7.0.50),
libtaoframework-freeglut-cil-dev,
libtaoframework-sdl-cil-dev (>= 1.2.13),
mono-jay,
- gnome-doc-utils (>= 0.17.3)
+ gnome-doc-utils (>= 0.17.3),
+ libclutter-cil-dev,
+ libclutter-gtk-cil-dev
Standards-Version: 3.9.1
Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/banshee-community-extensions.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/banshee-community-extensions.git
@@ -41,6 +43,7 @@ Recommends: banshee-extension-alarm (>= ${source:Version}),
banshee-extension-ampache (>= ${source:Version}),
banshee-extension-awn (>= ${source:Version}),
banshee-extension-coverwallpaper (>= ${source:Version}),
+ banshee-extension-clutterflow (>= ${source:Version}),
banshee-extension-jamendo (>= ${source:Version}),
banshee-extension-lastfmfingerprint (>= ${source:Version}),
banshee-extension-lcd (>= ${source:Version}),
@@ -107,6 +110,17 @@ Description: AWN integration extension for Banshee
.
Banshee is a media management and playback application for the GNOME desktop.
+Package: banshee-extension-clutterflow
+Architecture: all
+Depends: banshee (>= ${banshee:Version}),
+ banshee-extensions-common (= ${source:Version}),
+ ${cli:Depends}, ${misc:Depends}
+Description: CoverFlow functionality for Banshee
+ This package provides a clone of the CoverFlow functionality for
+ Banshee using the Clutter toolkit.
+ .
+ Banshee is a media management and playback application for the GNOME desktop.
+
Package: banshee-extension-coverwallpaper
Enhances: banshee
Architecture: all
diff --git a/debian/rules b/debian/rules
index 0dbd416..0031695 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ 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 zeitgeistdataprovider and lirc due to dependencies missing
override_dh_auto_configure:
dh_auto_configure -- \
--with-vendor-build-id="`lsb_release -ds`" \
@@ -15,7 +15,7 @@ override_dh_auto_configure:
--enable-ampache \
--disable-appindicator \
--enable-awn \
- --disable-clutterflow \
+ --enable-clutterflow \
--enable-coverwallpaper \
--enable-jamendo \
--enable-lastfmfingerprint \
--
banshee-community-extensions
More information about the Pkg-cli-apps-commits
mailing list