diff options
author | Mart Raudsepp <leio@gentoo.org> | 2011-03-20 09:44:45 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2011-03-20 09:44:45 +0000 |
commit | 68b2f3457fc4c955930e90121ac8e412dfd42130 (patch) | |
tree | 0ae531c0a5bc3e3aa5707ce6e53677251d4790fe /eclass/gst-plugins-good.eclass | |
parent | Version bump. Now part of the gst-plugins-good set (considered good code qual... (diff) | |
download | gentoo-2-68b2f3457fc4c955930e90121ac8e412dfd42130.tar.gz gentoo-2-68b2f3457fc4c955930e90121ac8e412dfd42130.tar.bz2 gentoo-2-68b2f3457fc4c955930e90121ac8e412dfd42130.zip |
Prepare (late) for gst-plugins-good-0.10.28 - jack plugin moved here from -bad
Diffstat (limited to 'eclass/gst-plugins-good.eclass')
-rw-r--r-- | eclass/gst-plugins-good.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/gst-plugins-good.eclass b/eclass/gst-plugins-good.eclass index 9e422824c7d3..349ff21546ca 100644 --- a/eclass/gst-plugins-good.eclass +++ b/eclass/gst-plugins-good.eclass @@ -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 $ # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> @@ -43,6 +43,10 @@ if version_is_at_least "0.10.23"; then my_gst_plugins_good+=" oss4" fi +# ext/jack moved here since 0.10.27 +if version_is_at_least "0.10.27"; then + my_gst_plugins_good+=" jack" +fi #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2" SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-good/${MY_P}.tar.bz2" |