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 1Q1FBv-0007wG-Bx for garchives@archives.gentoo.org; Sun, 20 Mar 2011 09:44:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A69BE02CE; Sun, 20 Mar 2011 09:44:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1E201E03E4 for ; Sun, 20 Mar 2011 09:44:48 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B93C1B403B for ; Sun, 20 Mar 2011 09:44:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2123) id 05D2A20054; Sun, 20 Mar 2011 09:44:46 +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: <20110320094446.05D2A20054@flycatcher.gentoo.org> Date: Sun, 20 Mar 2011 09:44:46 +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: 483da742dcdacb57946c6ea6c74f23d1 leio 11/03/20 09:44:46 Modified: gst-plugins-good.eclass Log: Prepare (late) for gst-plugins-good-0.10.28 - jack plugin moved here fr= om -bad Revision Changes Path 1.23 eclass/gst-plugins-good.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins= -good.eclass?rev=3D1.23&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins= -good.eclass?rev=3D1.23&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins= -good.eclass?r1=3D1.22&r2=3D1.23 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.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- gst-plugins-good.eclass 18 Mar 2011 09:34:48 -0000 1.22 +++ gst-plugins-good.eclass 20 Mar 2011 09:44:45 -0000 1.23 @@ -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.22= 2011/03/18 09:34:48 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.23= 2011/03/20 09:44:45 leio Exp $ =20 # Author : foser , zaheerm =20 @@ -43,6 +43,10 @@ my_gst_plugins_good+=3D" oss4" fi =20 +# ext/jack moved here since 0.10.27 +if version_is_at_least "0.10.27"; then + my_gst_plugins_good+=3D" jack" +fi =20 #SRC_URI=3D"mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar= .bz2" SRC_URI=3D"http://gstreamer.freedesktop.org/src/gst-plugins-good/${MY_P}= .tar.bz2"