From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MBDS6-0005t5-Ip for garchives@archives.gentoo.org; Mon, 01 Jun 2009 19:45:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1CCAE042C; Mon, 1 Jun 2009 19:45:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BDBB6E042C for ; Mon, 1 Jun 2009 19:45:45 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 737CC65B67 for ; Mon, 1 Jun 2009 19:45:45 +0000 (UTC) Received: from ssuominen by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MBDS5-0004aJ-5k for gentoo-commits@lists.gentoo.org; Mon, 01 Jun 2009 19:45:45 +0000 From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-sound/glurp/files: glurp-0.11.6-system_libmpd.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: glurp-0.11.6-system_libmpd.patch X-VCS-Directories: media-sound/glurp/files X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Mon, 01 Jun 2009 19:45:45 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8b7b716f-33c5-45a3-911a-ed020f477b35 X-Archives-Hash: bee3c92798761c78b8b0d608e3d1c61c ssuominen 09/06/01 19:45:45 Modified: glurp-0.11.6-system_libmpd.patch Log: Fix previous commit, it was still using the bundled include. Now playli= st actually works.. nice. (Portage version: 2.1.6.13/cvs/Linux x86_64) Revision Changes Path 1.2 media-sound/glurp/files/glurp-0.11.6-system_libmpd.p= atch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/glurp/= files/glurp-0.11.6-system_libmpd.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/glurp/= files/glurp-0.11.6-system_libmpd.patch?rev=3D1.2&content-type=3Dtext/plai= n diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/glurp/= files/glurp-0.11.6-system_libmpd.patch?r1=3D1.1&r2=3D1.2 Index: glurp-0.11.6-system_libmpd.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-sound/glurp/files/glurp-0.11.6-sy= stem_libmpd.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glurp-0.11.6-system_libmpd.patch 1 Jun 2009 19:22:17 -0000 1.1 +++ glurp-0.11.6-system_libmpd.patch 1 Jun 2009 19:45:45 -0000 1.2 @@ -6,7 +6,7 @@ =20 #pkg_modules=3D"gtk+-2.0 libglade-2.0 libxml-2.0 glib-2.0" -pkg_modules=3D"gtk+-2.0 >=3D 2.4 glib-2.0 >=3D 2.4 libglade-2.0 >=3D 2.= 3 gmodule-2.0 >=3D 2.6" -+pkg_modules=3D"gtk+-2.0 >=3D 2.4 glib-2.0 >=3D 2.4 libglade-2.0 >=3D 2.= 3 gmodule-2.0 >=3D 2.6 libmpd >=3D 0.17.0" ++pkg_modules=3D"gtk+-2.0 >=3D 2.4 glib-2.0 >=3D 2.4 libglade-2.0 >=3D 2.= 3 gmodule-2.0 >=3D 2.6 libmpd >=3D 0.18.0" PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) AC_SUBST(PACKAGE_CFLAGS) AC_SUBST(PACKAGE_LIBS) @@ -23,3 +23,15 @@ main.c \ player.h player.c \ structs.h \ +diff -ur glurp-0.11.6.orig/src/structs.h glurp-0.11.6/src/structs.h +--- glurp-0.11.6.orig/src/structs.h 2005-04-05 04:35:39.000000000 +0300 ++++ glurp-0.11.6/src/structs.h 2009-06-01 22:45:09.000000000 +0300 +@@ -20,7 +20,7 @@ +=20 + */ +=20 +-#include "libmpdclient.h" ++#include +=20 + enum { + PL_FILENAME,