diff options
author | 2011-07-13 05:12:56 +0000 | |
---|---|---|
committer | 2011-07-13 05:12:56 +0000 | |
commit | f4cf4c1522dd823997903cbf4a8b341c0ecf64b0 (patch) | |
tree | 6f37f2af7bb8c3aaf52d743c97b01299c17f1b67 /eclass/gst-plugins-good.eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-f4cf4c1522dd823997903cbf4a8b341c0ecf64b0.tar.gz gentoo-2-f4cf4c1522dd823997903cbf4a8b341c0ecf64b0.tar.bz2 gentoo-2-f4cf4c1522dd823997903cbf4a8b341c0ecf64b0.zip |
Prepare for gst-plugins-good-0.10.30
Diffstat (limited to 'eclass/gst-plugins-good.eclass')
-rw-r--r-- | eclass/gst-plugins-good.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/gst-plugins-good.eclass b/eclass/gst-plugins-good.eclass index b15ac4d51c8f..afeecbab2aa9 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.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 $ # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> @@ -38,6 +38,11 @@ libcaca libdv libpng pulse dv1394 shout2 shout2test soup speex taglib wavpack" # When adding conditionals like below, be careful about having leading spaces in concat +# cairooverlay added to the cairo plugin under cairo_gobject +if version_is_at_least "0.10.29"; then + my_gst_plugins_good+=" cairo_gobject" +fi + # ext/jack moved here since 0.10.27 if version_is_at_least "0.10.27"; then my_gst_plugins_good+=" jack" |