[Pkg-xfce-commits] r434 - in goodies/xfmedia/debian: . patches
Jani Monoses
jani-guest at costa.debian.org
Fri Jan 6 17:26:04 UTC 2006
Author: jani-guest
Date: 2006-01-06 17:26:04 +0000 (Fri, 06 Jan 2006)
New Revision: 434
Added:
goodies/xfmedia/debian/patches/01_dbus_use_newapi.patch
Modified:
goodies/xfmedia/debian/changelog
goodies/xfmedia/debian/control
Log:
xfmedia transition to dbus 0.60
Modified: goodies/xfmedia/debian/changelog
===================================================================
--- goodies/xfmedia/debian/changelog 2006-01-05 09:36:56 UTC (rev 433)
+++ goodies/xfmedia/debian/changelog 2006-01-06 17:26:04 UTC (rev 434)
@@ -1,3 +1,10 @@
+xfmedia (0.9.1-3) UNRELEASED; urgency=low
+
+ * Bump dbus dep to 0.60 and add patch to fix building against it.
+ * Add myself to Uploaders field
+
+ -- Jani Monoses <jani at ubuntu.com> Fri, 6 Jan 2006 19:21:26 +0200
+
xfmedia (0.9.1-2) unstable; urgency=low
* Fix lintian warnings related to calling ldconfig in postinst/prerm.
Modified: goodies/xfmedia/debian/control
===================================================================
--- goodies/xfmedia/debian/control 2006-01-05 09:36:56 UTC (rev 433)
+++ goodies/xfmedia/debian/control 2006-01-06 17:26:04 UTC (rev 434)
@@ -2,8 +2,8 @@
Section: sound
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>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.0), libxfcegui4-dev (>= 4.2.1-1), libxine-dev, libexo-0.3-dev (>= 0.3.0-1), dbus-1-dev (>= 0.23), dbus-glib-1-dev (>= 0.23), libxml-perl, libstartup-notification0-dev, cdbs, libtagc0-dev
+Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at corsac.net>, Jani Monoses <jani at ubuntu.com>
+Build-Depends: debhelper (>= 4.1.0), libxfcegui4-dev (>= 4.2.1-1), libxine-dev, libexo-0.3-dev (>= 0.3.0-1), libdbus-glib-1-dev (>= 0.60), libxml-perl, libstartup-notification0-dev, cdbs, libtagc0-dev
Standards-Version: 3.6.2
Package: xfmedia
@@ -20,7 +20,7 @@
Package: xfmedia-dev
Section: devel
Architecture: any
-Depends: xfmedia (>= ${Source-Version}), libxfcegui4-dev (>= 4.2.1-1), libexo-0.3-dev (>= 0.3.0-1), dbus-1-dev (>= 0.23)
+Depends: xfmedia (>= ${Source-Version}), libxfcegui4-dev (>= 4.2.1-1), libexo-0.3-dev (>= 0.3.0-1), libdbus-1-dev (>= 0.60)
Description: The Xfmedia development files
In this package, you can find the development files
distributed with Xfmedia, the media player for the
Added: goodies/xfmedia/debian/patches/01_dbus_use_newapi.patch
===================================================================
--- goodies/xfmedia/debian/patches/01_dbus_use_newapi.patch 2006-01-05 09:36:56 UTC (rev 433)
+++ goodies/xfmedia/debian/patches/01_dbus_use_newapi.patch 2006-01-06 17:26:04 UTC (rev 434)
@@ -0,0 +1,13 @@
+=== modified file 'src/remote.c'
+--- src/remote.c
++++ src/remote.c
+@@ -490,7 +490,7 @@
+ g_snprintf(name, 64, XFMEDIA_DBUS_SERVICE_FMT, i);
+ dbus_error_init(&derr);
+ ret = dbus_bus_request_name(dbus_conn, name,
+- DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT, &derr);
++ DBUS_NAME_FLAG_DO_NOT_QUEUE, &derr);
+ if(ret < 0) {
+ g_warning("Unable to acquire D-BUS service '%s': %s." \
+ " Remote control interface will not be available.",
+
More information about the Pkg-xfce-commits
mailing list