From 7899792c2ff135314842abc4d59d607ab903fda2 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Sun, 23 Sep 2012 17:04:49 +0200 Subject: [PATCH] Allow users to choose phonon backend We no longer depend on a particular phonon backend, so users can use any one they like. --- debian/NEWS | 19 +++++++++++++++++++ debian/changelog | 1 + debian/control | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 debian/NEWS diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..b880a77 --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,19 @@ +minitube (1.8-1) UNRELEASED; urgency=low + + Starting with 1.8-1, minitube no longer depends on a particular phonon + backend, and can thus no longer directly depend on all codec-related + packages. + + Users of the GStreamer backend might want to + + * apt-get install gstreamer0.10-plugins-good gstreamer0.10-x + + and maybe + + * apt-get install gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad + + as well. + + The VLC backend seems to pull in all necessary dependencies by itself. + + -- Jakob Haufe Sun, 23 Sep 2012 16:55:34 +0200 diff --git a/debian/changelog b/debian/changelog index 6cad36b..fab1de9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ minitube (1.8-1) UNRELEASED; urgency=low * Bump Standards-Version to 3.9.3 (no changes required) * Bump debhelper compat level to 9 * Switch to xz compression + * No longer directly depend on GStreamer phonon backed -- Jakob Haufe Mon, 06 Aug 2012 22:47:10 +0200 diff --git a/debian/control b/debian/control index 8ff2d3b..8dd6361 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://flavio.tordini.org/minitube Package: minitube Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, phonon-backend-gstreamer, gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad, gstreamer0.10-ffmpeg, gstreamer0.10-x, dbus-x11 +Depends: ${shlibs:Depends}, ${misc:Depends}, phonon-backend, dbus-x11 Description: Native YouTube client Minitube is a native YouTube client. With it you can watch YouTube videos in a new way: you type a keyword, Minitube gives you an endless video stream. -- 2.39.5