[Pkg-cli-apps-commits] [SCM] banshee-community-extensions branch, ubuntu, updated. debian/1.9.0-1ubuntu1-3-g6d26f8b
Iain Lane
laney at ubuntu.com
Wed Nov 24 14:59:38 UTC 2010
The following commit has been merged in the ubuntu branch:
commit 5c94c08afdd7a33709fb7870dbadbdaecc256758
Author: Iain Lane <laney at ubuntu.com>
Date: Wed Nov 24 12:34:41 2010 +0000
Disable OpenVP extension temporarily.
This extension brings in a dependency on the Tao Framework, which it
is not desirable to include in Ubuntu main.
The plan is to move the Sound Menu and Ubuntu One Music Store
extensions into Banshee proper, so that we can bring OpenVP back in
the near future as a part of banshee-community-extensions.
diff --git a/debian/control b/debian/control
index 9953d34..3ace518 100644
--- a/debian/control
+++ b/debian/control
@@ -29,9 +29,9 @@ Build-Depends: debhelper (>= 7.0.50),
libnotify-cil-dev,
libappindicator0.1-cil-dev,
libubuntuone1.0-cil-dev,
- libtaoframework-opengl-cil-dev (>= 2.1),
- libtaoframework-freeglut-cil-dev,
- libtaoframework-sdl-cil-dev (>= 1.2.13),
+# libtaoframework-opengl-cil-dev (>= 2.1),
+# libtaoframework-freeglut-cil-dev,
+# libtaoframework-sdl-cil-dev (>= 1.2.13),
mono-jay,
gnome-doc-utils (>= 0.17.3),
libindicate0.1-cil-dev (>= 0.4.1)
@@ -54,7 +54,7 @@ Recommends: banshee-extension-alarm (>= ${source:Version}),
banshee-extension-lyrics (>= ${source:Version}),
banshee-extension-magnatune (>= ${source:Version}),
banshee-extension-mirage (>= ${source:Version}),
- banshee-extension-openvp (>= ${source:Version}),
+# banshee-extension-openvp (>= ${source:Version}),
banshee-extension-radiostationfetcher (>= ${source:Version}),
banshee-extension-randombylastfm (>= ${source:Version}),
banshee-extension-soundmenu (>= ${source:Version}),
@@ -228,15 +228,15 @@ Description: Automatic Playlist Generation extension for Banshee
.
Banshee is a media management and playback application for the GNOME desktop.
-Package: banshee-extension-openvp
-Architecture: all
-Depends: banshee-extensions-common (= ${source:Version}),
- ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}
-Description: visualizations extension for Banshee
- This package contains an extension for Banshee which adds various
- visualizations to the Now Playing source in Banshee.
- .
- Banshee is a media management and playback application for the GNOME desktop.
+#Package: banshee-extension-openvp
+#Architecture: all
+#Depends: banshee-extensions-common (= ${source:Version}),
+# ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}
+#Description: visualizations extension for Banshee
+# This package contains an extension for Banshee which adds various
+# visualizations to the Now Playing source in Banshee.
+# .
+# Banshee is a media management and playback application for the GNOME desktop.
Package: banshee-extension-radiostationfetcher
Architecture: all
diff --git a/debian/rules b/debian/rules
index ae6d3a3..014da13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_configure:
--enable-liveradio \
--enable-magnatune \
--enable-mirage \
- --enable-openvp \
+ --disable-openvp \
--enable-radiostationfetcher \
--enable-randombylastfm \
--enable-soundmenu \
--
banshee-community-extensions
More information about the Pkg-cli-apps-commits
mailing list