[Pkg-xfce-commits] r8137 - in /goodies/branches/experimental/parole/debian: changelog control
Lionel Le Folgoc
mrpouit-guest at moszumanska.debian.org
Mon Dec 30 12:28:56 UTC 2013
Author: mrpouit-guest
Date: Mon Dec 30 12:28:56 2013
New Revision: 8137
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8137
Log:
* debian/control:
- switch to gst1.0 since it's now the version used by default in parole.
- change libgtk2.0-dev (b-)dep to libgtk-3-dev as libxfce4ui-2-dev uses
gtk3.
Modified:
goodies/branches/experimental/parole/debian/changelog
goodies/branches/experimental/parole/debian/control
Modified: goodies/branches/experimental/parole/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/parole/debian/changelog?rev=8137&op=diff
==============================================================================
--- goodies/branches/experimental/parole/debian/changelog (original)
+++ goodies/branches/experimental/parole/debian/changelog Mon Dec 30 12:28:56 2013
@@ -8,6 +8,10 @@
- drop dh-autoreconf and xdt-autogen.sh calls.
[ Lionel Le Folgoc ]
+ * debian/control:
+ - switch to gst1.0 since it's now the version used by default in parole.
+ - change libgtk2.0-dev (b-)dep to libgtk-3-dev as libxfce4ui-2-dev uses
+ gtk3.
* debian/rules: disable silent rules.
-- Yves-Alexis Perez <corsac at debian.org> Sat, 19 Oct 2013 16:57:27 +0200
Modified: goodies/branches/experimental/parole/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/parole/debian/control?rev=8137&op=diff
==============================================================================
--- goodies/branches/experimental/parole/debian/control (original)
+++ goodies/branches/experimental/parole/debian/control Mon Dec 30 12:28:56 2013
@@ -5,8 +5,8 @@
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: debhelper (>= 9), intltool, pkg-config,
- libgtk2.0-dev (>= 2.20), libgstreamer0.10-dev,
- libgstreamer-plugins-base0.10-dev, libdbus-1-dev, libdbus-glib-1-dev,
+ libgtk-3-dev (>= 2.20), libgstreamer1.0-dev,
+ libgstreamer-plugins-base1.0-dev, libdbus-1-dev, libdbus-glib-1-dev,
libxfce4ui-2-dev, libxfconf-0-dev (>= 4.10),
libnotify-dev, libtagc0-dev, dh-autoreconf
Standards-Version: 3.9.4
@@ -16,9 +16,9 @@
Package: parole
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer0.10-x
-Suggests: gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-bad,
- gstreamer0.10-ffmpeg, gnome-codec-install
+Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-x
+Suggests: gstreamer1.0-plugins-ugly, gstreamer1.0-plugins-bad,
+ gstreamer1.0-plugins-good, 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.
@@ -31,7 +31,7 @@
Package: parole-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libxfce4util-dev, libglib2.0-dev,
- libgtk2.0-dev
+ libgtk-3-dev
Description: development files for Parole media player
Parole is a media player for the Xfce desktop environment, written using the
GStreamer framework.
More information about the Pkg-xfce-commits
mailing list