| 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.22 2011/03/18 09:34:48 leio Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.23 2011/03/20 09:44:45 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 | # |
| … | |
… | |
| 41 | # sys/oss4 moved here since 0.10.23 |
41 | # sys/oss4 moved here since 0.10.23 |
| 42 | if version_is_at_least "0.10.23"; then |
42 | if version_is_at_least "0.10.23"; then |
| 43 | my_gst_plugins_good+=" oss4" |
43 | my_gst_plugins_good+=" oss4" |
| 44 | fi |
44 | fi |
| 45 | |
45 | |
|
|
46 | # ext/jack moved here since 0.10.27 |
|
|
47 | if version_is_at_least "0.10.27"; then |
|
|
48 | my_gst_plugins_good+=" jack" |
|
|
49 | fi |
| 46 | |
50 | |
| 47 | #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2" |
51 | #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2" |
| 48 | SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-good/${MY_P}.tar.bz2" |
52 | SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-good/${MY_P}.tar.bz2" |
| 49 | |
53 | |
| 50 | S=${WORKDIR}/${MY_P} |
54 | S=${WORKDIR}/${MY_P} |