| 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.23 2011/03/20 09:44:45 leio Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.24 2011/05/04 03:19:27 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 | # |
| … | |
… | |
| 28 | |
28 | |
| 29 | # First line for non-plugin build related configure options; second line for |
29 | # First line for non-plugin build related configure options; second line for |
| 30 | # sys/ plugins; rest is split plugin options in order of ./configure --help output. |
30 | # sys/ plugins; rest is split plugin options in order of ./configure --help output. |
| 31 | # Good ways of validation are seeing diff of old and new configure.ac, and ./configure --help |
31 | # Good ways of validation are seeing diff of old and new configure.ac, and ./configure --help |
| 32 | # |
32 | # |
| 33 | # This list is current to gst-plugins-good-0.10.23: |
33 | # This list is current to gst-plugins-good-0.10.28: |
| 34 | my_gst_plugins_good="gconftool zlib bz2 |
34 | my_gst_plugins_good="gconftool zlib bz2 |
| 35 | directsound oss 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 | # sys/oss4 moved here since 0.10.23 |
|
|
| 42 | if version_is_at_least "0.10.23"; then |
|
|
| 43 | my_gst_plugins_good+=" oss4" |
|
|
| 44 | fi |
|
|
| 45 | |
40 | |
| 46 | # ext/jack moved here since 0.10.27 |
41 | # ext/jack moved here since 0.10.27 |
| 47 | if version_is_at_least "0.10.27"; then |
42 | if version_is_at_least "0.10.27"; then |
| 48 | my_gst_plugins_good+=" jack" |
43 | my_gst_plugins_good+=" jack" |
| 49 | fi |
44 | fi |