[packages/xmms-general-infopipe] Rel 26
arekm
arekm at pld-linux.org
Sun Mar 15 18:27:21 CET 2026
commit b0a99e89bcdd337ff3512c2b866d787b5ae46cf9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 15 18:27:13 2026 +0100
Rel 26
xmms-general-infopipe-divert.patch | 21 ++++++++++-----------
xmms-general-infopipe-xmmsctrl.patch | 15 +++++++++++++++
xmms-general-infopipe.spec | 4 +++-
3 files changed, 28 insertions(+), 12 deletions(-)
---
diff --git a/xmms-general-infopipe.spec b/xmms-general-infopipe.spec
index cb75028..cb08fbf 100644
--- a/xmms-general-infopipe.spec
+++ b/xmms-general-infopipe.spec
@@ -2,7 +2,7 @@ Summary: XMMS - plugin to read current XMMS status
Summary(pl.UTF-8): Aplet do odczytu aktualnego stanu XMMS-a
Name: xmms-general-infopipe
Version: 1.3
-Release: 25
+Release: 26
Epoch: 1
License: GPL
Vendor: Weyfour WWWWolf (aka Urpo Lankinen)
@@ -11,6 +11,7 @@ Source0: http://www.beastwithin.org/users/wwwwolf/code/xmms/xmms-infopipe-%{vers
# Source0-md5: 1ccc90254c58a81f87abc43720fe71bf
Patch0: %{name}-tmpdir.patch
Patch1: %{name}-divert.patch
+Patch2: %{name}-xmmsctrl.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
@@ -32,6 +33,7 @@ rurkę. Poręczna gdy chcemy dodać bieżącą informację np. na stronę WWW.
%setup -q -n xmms-infopipe-%{version}
%patch -P0 -p1
%patch -P1 -p1
+%patch -P2 -p1
%build
rm -f missing
diff --git a/xmms-general-infopipe-divert.patch b/xmms-general-infopipe-divert.patch
index 71bd899..fc69c59 100644
--- a/xmms-general-infopipe-divert.patch
+++ b/xmms-general-infopipe-divert.patch
@@ -1,19 +1,18 @@
-diff -Nur old/configure.in new/configure.in
---- old/configure.in 2002-02-20 15:06:37.000000000 +0000
-+++ new/configure.in 2004-01-05 21:23:50.000000000 +0000
-@@ -1,12 +1,8 @@
+--- a/configure.in
++++ b/configure.in
+@@ -1,11 +1,6 @@
-divert(-1)
-+# The configurescriptbuilding kewl fewl for xmms-webinfo plugin...
-+# Copyright (c) Weyfour WWWWolf Dec 9 2000
-
+-
-The configurescriptbuilding kewl fewl for xmms-webinfo plugin...
-Copyright (c) Weyfour WWWWolf Dec 9 2000
-+# $Id$
-
--$Id$
+-
+-$Id: configure.in,v 1.5 2002/02/20 15:06:37 wwwwolf Exp $
-
-
-divert
++# The configurescriptbuilding kewl fewl for xmms-webinfo plugin...
++# Copyright (c) Weyfour WWWWolf Dec 9 2000
++#
++# $Id$
AC_INIT(src/infopipe.c)
- AM_INIT_AUTOMAKE(xmms-infopipe, 1.3)
diff --git a/xmms-general-infopipe-xmmsctrl.patch b/xmms-general-infopipe-xmmsctrl.patch
new file mode 100644
index 0000000..f7fcd8e
--- /dev/null
+++ b/xmms-general-infopipe-xmmsctrl.patch
@@ -0,0 +1,15 @@
+Include xmmsctrl.h for remote control API declarations.
+
+Modern compilers reject the implicit declarations from util.h-only
+builds.
+
+--- a/src/infopipe_senddata.c
++++ b/src/infopipe_senddata.c
+@@ -4,6 +4,7 @@
+
+ #include <stdio.h>
+ #include <glib.h>
++#include <xmms/xmmsctrl.h>
+ #include <xmms/util.h>
+ #include "infopipe.h"
+ #include "../config.h"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xmms-general-infopipe.git/commitdiff/b0a99e89bcdd337ff3512c2b866d787b5ae46cf9
More information about the pld-cvs-commit
mailing list