]> git.sur5r.net Git - minitube/commitdiff
Allow users to choose phonon backend
authorJakob Haufe <sur5r@sur5r.net>
Sun, 23 Sep 2012 15:04:49 +0000 (17:04 +0200)
committerJakob Haufe <sur5r@sur5r.net>
Sun, 23 Sep 2012 17:51:41 +0000 (19:51 +0200)
We no longer depend on a particular phonon backend, so users can use any
one they like.

debian/NEWS [new file with mode: 0644]
debian/changelog
debian/control

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644 (file)
index 0000000..b880a77
--- /dev/null
@@ -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 <sur5r@sur5r.net>  Sun, 23 Sep 2012 16:55:34 +0200
index 6cad36b962d54fcd3598f0f4ffd478419dd6c4ae..fab1de9bb0db6c17ebc606dcde4e066f9c29e802 100644 (file)
@@ -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 <sur5r@sur5r.net>  Mon, 06 Aug 2012 22:47:10 +0200
 
index 8ff2d3ba026e5a08b746655e708aef50020daa73..8dd636136b4278ac3e04f866b824c0128e210888 100644 (file)
@@ -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.