[Pkg-xfce-commits] r1063 - in goodies/xfce4-xmms-plugin/debian: . patches

Yves-Alexis Perez corsac-guest at alioth.debian.org
Wed Jan 17 01:38:34 CET 2007


Author: corsac-guest
Date: 2007-01-17 01:38:33 +0100 (Wed, 17 Jan 2007)
New Revision: 1063

Removed:
   goodies/xfce4-xmms-plugin/debian/patches/01_fix-implicit-pointer-conversion.patch
Modified:
   goodies/xfce4-xmms-plugin/debian/changelog
   goodies/xfce4-xmms-plugin/debian/control
Log:
yurk.
xmms plugin requires -dev packages available at runtime, leading to these awful dependencies. yerk.


Modified: goodies/xfce4-xmms-plugin/debian/changelog
===================================================================
--- goodies/xfce4-xmms-plugin/debian/changelog	2007-01-17 00:04:15 UTC (rev 1062)
+++ goodies/xfce4-xmms-plugin/debian/changelog	2007-01-17 00:38:33 UTC (rev 1063)
@@ -1,9 +1,17 @@
-xfce4-xmms-plugin (0.4.2-2) UNRELEASED; urgency=low
+xfce4-xmms-plugin (0.5.1-1) UNRELEASED; urgency=low
 
-  * debian/control: homepage updated
+  (Yves-Alexis Perez)
+  * New upstream release.
+  * debian/control: 
+    - remove xmms-dev build-dependency as it's useless.
+    - add dependencies on media players (-dev) packages, required to detect
+      properly the player (urk).
 
- -- Emanuele Rocca <ema at debian.org>  Sun, 14 Jan 2007 13:45:44 +0100
+  (Emanuele Roca)
+  * debian/control: homepage updated.
 
+ -- Yves-Alexis Perez <corsac at corsac.net>  Wed, 17 Jan 2007 00:42:51 +0100
+
 xfce4-xmms-plugin (0.4.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: goodies/xfce4-xmms-plugin/debian/control
===================================================================
--- goodies/xfce4-xmms-plugin/debian/control	2007-01-17 00:04:15 UTC (rev 1062)
+++ goodies/xfce4-xmms-plugin/debian/control	2007-01-17 00:38:33 UTC (rev 1063)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, xfce4-panel-dev (>= 4.3.99.2), libxml2-dev, xmms-dev, libxml-parser-perl
+Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, xfce4-panel-dev (>= 4.3.99.2), libxml2-dev, libxml-parser-perl 
 Standards-Version: 3.7.2
 
 Package: xfce4-xmms-plugin
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, audacious-dev | beep-media-player-dev | xmms-dev, audacious | xmms | beep-media-player
 Description: xmms control plugin for the Xfce4 panel
  The xmms plugin allows you to remotely control the multimedia
- player XMMS and Beep Media Player from the Xfce panel.
+ players audacious, XMMS or Beep Media Player from the Xfce panel.
  .
  Homepage: http://goodies.xfce.org/

Deleted: goodies/xfce4-xmms-plugin/debian/patches/01_fix-implicit-pointer-conversion.patch
===================================================================
--- goodies/xfce4-xmms-plugin/debian/patches/01_fix-implicit-pointer-conversion.patch	2007-01-17 00:04:15 UTC (rev 1062)
+++ goodies/xfce4-xmms-plugin/debian/patches/01_fix-implicit-pointer-conversion.patch	2007-01-17 00:38:33 UTC (rev 1063)
@@ -1,10 +0,0 @@
---- xfce4-xmms-plugin-0.4.0/panel-plugin/xmms_plugin.c~	2006-10-10 17:39:43.000000000 -0600
-+++ xfce4-xmms-plugin-0.4.0/panel-plugin/xmms_plugin.c	2006-10-10 17:39:57.000000000 -0600
-@@ -40,6 +40,7 @@
- #include <panel/xfce.h>*/
- #include <libxfce4util/libxfce4util.h>
- #include <libxfcegui4/xfce_iconbutton.h>
-+#include <libxfcegui4/dialogs.h>
- #include <libxfce4panel/xfce-panel-plugin.h>
- 
- #include <xmmsctrl.h>




More information about the Pkg-xfce-commits mailing list