From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KKqhn-0004gC-9h for garchives@archives.gentoo.org; Mon, 21 Jul 2008 08:25:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E318E030E; Mon, 21 Jul 2008 08:25:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 07FB7E030E for ; Mon, 21 Jul 2008 08:25:14 +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 86FB0641F3 for ; Mon, 21 Jul 2008 08:25:13 +0000 (UTC) Received: from voyageur by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KKqhk-0000I9-A7 for gentoo-commits@lists.gentoo.org; Mon, 21 Jul 2008 08:25:12 +0000 From: "Bernard Cafarelli (voyageur)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, voyageur@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: cynthiune-0.9.5-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cynthiune-0.9.5-r1.ebuild ChangeLog X-VCS-Directories: gnustep-apps/cynthiune X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli Content-Type: text/plain; charset=utf8 Message-Id: Sender: Bernard Cafarelli Date: Mon, 21 Jul 2008 08:25:12 +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: 55320a46-1545-4726-959c-825f14f26012 X-Archives-Hash: 6bc5b252bd477cbde3f730541227428a voyageur 08/07/21 08:25:12 Modified: cynthiune-0.9.5-r1.ebuild ChangeLog Log: Fix compilation with USE=3D-flac, bug #232442. Also fix with USE=3D-vor= bis (Portage version: 2.2_rc1/cvs/Linux 2.6.26-gentoo x86_64) Revision Changes Path 1.10 gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynth= iune/cynthiune-0.9.5-r1.ebuild?rev=3D1.10&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynth= iune/cynthiune-0.9.5-r1.ebuild?rev=3D1.10&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynth= iune/cynthiune-0.9.5-r1.ebuild?r1=3D1.9&r2=3D1.10 Index: cynthiune-0.9.5-r1.ebuild =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/gnustep-apps/cynthiune/cynthiune-0.9.5-= r1.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cynthiune-0.9.5-r1.ebuild 17 May 2008 20:07:13 -0000 1.9 +++ cynthiune-0.9.5-r1.ebuild 21 Jul 2008 08:25:11 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.= 5-r1.ebuild,v 1.9 2008/05/17 20:07:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.= 5-r1.ebuild,v 1.10 2008/07/21 08:25:11 voyageur Exp $ =20 inherit gnustep-2 =20 @@ -48,12 +48,12 @@ local myconf=3D"disable-windowsmedia=3Dyes" use arts || myconf=3D"${myconf} disable-arts=3Dyes" use esd || myconf=3D"${myconf} disable-esound=3Dyes" - use flac || myconf=3D"${myconf} disable-flac=3Dyes" + use flac || myconf=3D"${myconf} disable-flac=3Dyes disable-flactags=3Dy= es" use mad || myconf=3D"${myconf} disable-mp3=3Dyes disable-id3tag=3Dyes" use modplug || myconf=3D"${myconf} disable-mod=3Dyes" use musepack || myconf=3D"${myconf} disable-musepack=3Dyes" use timidity || myconf=3D"${myconf} disable-timidity=3Dyes" - use vorbis || myconf=3D"${myconf} disable-ogg=3Dyes" + use vorbis || myconf=3D"${myconf} disable-ogg=3Dyes disable-vorbistags=3D= yes" =20 echo ${myconf} } 1.18 gnustep-apps/cynthiune/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynth= iune/ChangeLog?rev=3D1.18&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynth= iune/ChangeLog?rev=3D1.18&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynth= iune/ChangeLog?r1=3D1.17&r2=3D1.18 Index: ChangeLog =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/gnustep-apps/cynthiune/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 17 May 2008 20:07:13 -0000 1.17 +++ ChangeLog 21 Jul 2008 08:25:11 -0000 1.18 @@ -1,6 +1,10 @@ # ChangeLog for gnustep-apps/cynthiune # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.= 17 2008/05/17 20:07:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.= 18 2008/07/21 08:25:11 voyageur Exp $ + + 21 Jul 2008; Bernard Cafarelli + cynthiune-0.9.5-r1.ebuild: + Fix compilation with USE=3D-flac, bug #232442. Also fix with USE=3D-vo= rbis =20 17 May 2008; Fabian Groffen cynthiune-0.9.5-r1.ebuild: