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 1Qgrkz-0005XP-E9 for garchives@archives.gentoo.org; Wed, 13 Jul 2011 05:13:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7983221C023; Wed, 13 Jul 2011 05:12:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3ED3621C023 for ; Wed, 13 Jul 2011 05:12:59 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 992172AC230 for ; Wed, 13 Jul 2011 05:12:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2123) id 946C12004B; Wed, 13 Jul 2011 05:12:56 +0000 (UTC) From: "Mart Raudsepp (leio)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, leio@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: gst-plugins-good.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: gst-plugins-good.eclass X-VCS-Directories: eclass X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp Content-Type: text/plain; charset=utf8 Message-Id: <20110713051256.946C12004B@flycatcher.gentoo.org> Date: Wed, 13 Jul 2011 05:12:56 +0000 (UTC) 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: X-Archives-Hash: bdbcd800c2242767a196d785f9573097 leio 11/07/13 05:12:56 Modified: gst-plugins-good.eclass Log: Prepare for gst-plugins-good-0.10.30 Revision Changes Path 1.25 eclass/gst-plugins-good.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins= -good.eclass?rev=3D1.25&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins= -good.eclass?rev=3D1.25&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins= -good.eclass?r1=3D1.24&r2=3D1.25 Index: gst-plugins-good.eclass =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/eclass/gst-plugins-good.eclass,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- gst-plugins-good.eclass 4 May 2011 03:19:27 -0000 1.24 +++ gst-plugins-good.eclass 13 Jul 2011 05:12:56 -0000 1.25 @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.24= 2011/05/04 03:19:27 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.25= 2011/07/13 05:12:56 leio Exp $ =20 # Author : foser , zaheerm =20 @@ -38,6 +38,11 @@ =20 # When adding conditionals like below, be careful about having leading s= paces in concat =20 +# cairooverlay added to the cairo plugin under cairo_gobject +if version_is_at_least "0.10.29"; then + my_gst_plugins_good+=3D" cairo_gobject" +fi + # ext/jack moved here since 0.10.27 if version_is_at_least "0.10.27"; then my_gst_plugins_good+=3D" jack"