| 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.17 2009/03/30 04:24:15 tester Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.18 2009/05/16 22:08:09 tester 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 | if [ "${PN}" != "${MY_PN}" ]; then |
41 | if [ "${PN}" != "${MY_PN}" ]; then |
| 42 | RDEPEND="=media-libs/gst-plugins-base-0.10*" |
42 | RDEPEND="=media-libs/gst-plugins-base-0.10*" |
| 43 | DEPEND="${RDEPEND} |
43 | DEPEND="${RDEPEND} |
| 44 | >=sys-apps/sed-4 |
44 | >=sys-apps/sed-4 |
| 45 | dev-util/pkgconfig" |
45 | dev-util/pkgconfig" |
|
|
46 | RESTRICT=test |
| 46 | fi |
47 | fi |
| 47 | |
48 | |
| 48 | ### |
49 | ### |
| 49 | # public functions |
50 | # public functions |
| 50 | ### |
51 | ### |