[Pkg-xfce-commits] r8990 - in /goodies/trunk/parole/debian: changelog control
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sun Mar 29 19:00:52 UTC 2015
Author: corsac
Date: Sun Mar 29 19:00:52 2015
New Revision: 8990
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8990
Log:
* debian/control:
- add dependency on gstreamer1.0-plugins-base, gstreamer1.0-alsa |
gstreamer1.0-audiosink and gstreamer1.0-plugins-good, parole doesn't start
without them.
Modified:
goodies/trunk/parole/debian/changelog
goodies/trunk/parole/debian/control
Modified: goodies/trunk/parole/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/parole/debian/changelog?rev=8990&op=diff
==============================================================================
--- goodies/trunk/parole/debian/changelog (original)
+++ goodies/trunk/parole/debian/changelog Sun Mar 29 19:00:52 2015
@@ -1,3 +1,12 @@
+parole (0.8.0-2) UNRELEASED; urgency=medium
+
+ * debian/control:
+ - add dependency on gstreamer1.0-plugins-base, gstreamer1.0-alsa |
+ gstreamer1.0-audiosink and gstreamer1.0-plugins-good, parole doesn't start
+ without them.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 29 Mar 2015 20:58:58 +0200
+
parole (0.8.0-1) experimental; urgency=medium
[ Mateusz Åukasik ]
Modified: goodies/trunk/parole/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/parole/debian/control?rev=8990&op=diff
==============================================================================
--- goodies/trunk/parole/debian/control (original)
+++ goodies/trunk/parole/debian/control Sun Mar 29 19:00:52 2015
@@ -15,9 +15,11 @@
Package: parole
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-x, gstreamer1.0-libav
+Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-x,
+ gstreamer1.0-libav, gstreamer1.0-plugins-base,
+ gstreamer1.0-alsa | gstreamer1.0-audiosink, gstreamer1.0-plugins-good
Suggests: gstreamer1.0-plugins-ugly, gstreamer1.0-plugins-bad,
- gstreamer1.0-plugins-good, gnome-codec-install
+ gnome-codec-install
Description: media player based on GStreamer framework
Parole is a media player for the Xfce desktop environment, written using the
GStreamer framework.
More information about the Pkg-xfce-commits
mailing list