[Pkg-xfce-commits] r7281 - goodies/branches/experimental/parole/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Wed Jan 9 06:06:42 UTC 2013
Author: mrpouit-guest
Date: 2013-01-09 18:06:42 +0000 (Wed, 09 Jan 2013)
New Revision: 7281
Modified:
goodies/branches/experimental/parole/debian/changelog
goodies/branches/experimental/parole/debian/control
Log:
* New upstream release.
* debian/control:
- add b-dep on libxfconf-0-dev since parole now uses Xfconf
- suggests gnome-codec-install for the missing codec feature.
Modified: goodies/branches/experimental/parole/debian/changelog
===================================================================
--- goodies/branches/experimental/parole/debian/changelog 2013-01-01 14:43:34 UTC (rev 7280)
+++ goodies/branches/experimental/parole/debian/changelog 2013-01-09 18:06:42 UTC (rev 7281)
@@ -1,3 +1,12 @@
+parole (0.4.0-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - add b-dep on libxfconf-0-dev since parole now uses Xfconf
+ - suggests gnome-codec-install for the missing codec feature.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Wed, 09 Jan 2013 18:57:04 +0100
+
parole (0.3.0.3-1) experimental; urgency=low
[ Lionel Le Folgoc ]
Modified: goodies/branches/experimental/parole/debian/control
===================================================================
--- goodies/branches/experimental/parole/debian/control 2013-01-01 14:43:34 UTC (rev 7280)
+++ goodies/branches/experimental/parole/debian/control 2013-01-09 18:06:42 UTC (rev 7281)
@@ -7,7 +7,7 @@
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,
- libxfce4ui-1-dev, libnotify-dev, libtagc0-dev,
+ libxfce4ui-1-dev, libxfconf-0-dev, libnotify-dev, libtagc0-dev,
dpkg-dev (>= 1.16.1)
Standards-Version: 3.9.3
Homepage: http://goodies.xfce.org/projects/applications/parole
@@ -17,7 +17,8 @@
Package: parole
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer0.10-x
-Suggests: gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-bad, gstreamer0.10-ffmpeg
+Suggests: gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-bad,
+ gstreamer0.10-ffmpeg, 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