Browse Source

* updated xfmedia (r22716 -> 0.9.2), and repriorized before xfdesktop

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21930 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 18 years ago
parent
commit
c5261a78c6
  1. 30
      xfce4/xfmedia/dbus-0.6.patch
  2. 11
      xfce4/xfmedia/xfmedia.desc

30
xfce4/xfmedia/dbus-0.6.patch

@ -1,30 +0,0 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../xfmedia/dbus-0.6.patch
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- T2-COPYRIGHT-NOTE-END ---
i have no idea how correct is this, but most fixes on google looked like this
Alejandro
--- ./src/remote.c.orig 2006-01-31 23:02:50.000000000 -0300
+++ ./src/remote.c 2006-01-31 23:05:47.000000000 -0300
@@ -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.",

11
xfce4/xfmedia/xfmedia.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../xfmedia/xfmedia.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
@ -28,9 +28,8 @@
[F] XFCE
[L] GPL
[S] Beta
[V] r22716
[P] X -----5---9 800.000
[D] X xfmedia-r22716.tar.bz2 svn+http://svn.xfce.org/svn/xfce/xfmedia/trunk -r 22716
[S] Stable
[V] 0.9.2
[P] X -----5---9 223.500
[D] 2672644561 xfmedia-0.9.2.tar.bz2 http://spuriousinterrupt.org/files/xfmedia/

Loading…
Cancel
Save