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 1QHScl-0000FY-2k for garchives@archives.gentoo.org; Wed, 04 May 2011 03:19:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0431F1C01C; Wed, 4 May 2011 03:19:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B336D1C01C for ; Wed, 4 May 2011 03:19:29 +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 2BEAB1B4009 for ; Wed, 4 May 2011 03:19:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2123) id B9E142004F; Wed, 4 May 2011 03:19:27 +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: <20110504031927.B9E142004F@flycatcher.gentoo.org> Date: Wed, 4 May 2011 03:19:27 +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: 9dd0b8f806d7e8349c36a2856e9d6c8b leio 11/05/04 03:19:27 Modified: gst-plugins-good.eclass Log: All older than -good-0.10.23 versions are gone from tree, so remove now= unnecessary econf support for these Revision Changes Path 1.24 eclass/gst-plugins-good.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins= -good.eclass?rev=3D1.24&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins= -good.eclass?rev=3D1.24&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins= -good.eclass?r1=3D1.23&r2=3D1.24 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.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- gst-plugins-good.eclass 20 Mar 2011 09:44:45 -0000 1.23 +++ gst-plugins-good.eclass 4 May 2011 03:19:27 -0000 1.24 @@ -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.23= 2011/03/20 09:44:45 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.24= 2011/05/04 03:19:27 leio Exp $ =20 # Author : foser , zaheerm =20 @@ -30,19 +30,14 @@ # sys/ plugins; rest is split plugin options in order of ./configure --h= elp output. # Good ways of validation are seeing diff of old and new configure.ac, a= nd ./configure --help # -# This list is current to gst-plugins-good-0.10.23: +# This list is current to gst-plugins-good-0.10.28: my_gst_plugins_good=3D"gconftool zlib bz2 -directsound oss sunaudio osx_audio osx_video gst_v4l2 x xshm xvideo +directsound oss oss4 sunaudio osx_audio osx_video gst_v4l2 x xshm xvideo aalib aalibtest annodex cairo esd esdtest flac gconf gdk_pixbuf hal jpeg libcaca libdv libpng pulse dv1394 shout2 shout2test soup speex taglib wa= vpack" =20 # When adding conditionals like below, be careful about having leading s= paces in concat =20 -# sys/oss4 moved here since 0.10.23 -if version_is_at_least "0.10.23"; then - my_gst_plugins_good+=3D" oss4" -fi - # ext/jack moved here since 0.10.27 if version_is_at_least "0.10.27"; then my_gst_plugins_good+=3D" jack"