| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.24 2011/05/04 03:19:27 leio Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.25 2011/07/13 05:12:56 leio Exp $ |
| 4 | |
4 | |
| 5 | # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> |
5 | # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> |
| 6 | |
6 | |
| 7 | # gst-plugins-good eclass |
7 | # gst-plugins-good eclass |
| 8 | # |
8 | # |
| … | |
… | |
| 35 | directsound oss oss4 sunaudio osx_audio osx_video gst_v4l2 x xshm xvideo |
35 | directsound oss oss4 sunaudio osx_audio osx_video gst_v4l2 x xshm xvideo |
| 36 | aalib aalibtest annodex cairo esd esdtest flac gconf gdk_pixbuf hal jpeg |
36 | aalib aalibtest annodex cairo esd esdtest flac gconf gdk_pixbuf hal jpeg |
| 37 | libcaca libdv libpng pulse dv1394 shout2 shout2test soup speex taglib wavpack" |
37 | libcaca libdv libpng pulse dv1394 shout2 shout2test soup speex taglib wavpack" |
| 38 | |
38 | |
| 39 | # When adding conditionals like below, be careful about having leading spaces in concat |
39 | # When adding conditionals like below, be careful about having leading spaces in concat |
|
|
40 | |
|
|
41 | # cairooverlay added to the cairo plugin under cairo_gobject |
|
|
42 | if version_is_at_least "0.10.29"; then |
|
|
43 | my_gst_plugins_good+=" cairo_gobject" |
|
|
44 | fi |
| 40 | |
45 | |
| 41 | # ext/jack moved here since 0.10.27 |
46 | # ext/jack moved here since 0.10.27 |
| 42 | if version_is_at_least "0.10.27"; then |
47 | if version_is_at_least "0.10.27"; then |
| 43 | my_gst_plugins_good+=" jack" |
48 | my_gst_plugins_good+=" jack" |
| 44 | fi |
49 | fi |