| 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-ugly.eclass,v 1.13 2009/03/30 04:24:15 tester Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.14 2009/05/16 22:08:09 tester Exp $ |
| 4 | |
4 | |
| 5 | # Author : foser <foser@gentoo.org> |
5 | # Author : foser <foser@gentoo.org> |
| 6 | |
6 | |
| 7 | # gst-plugins-ugly eclass |
7 | # gst-plugins-ugly eclass |
| 8 | # |
8 | # |
| … | |
… | |
| 38 | if [ "${PN}" != "${MY_PN}" ]; then |
38 | if [ "${PN}" != "${MY_PN}" ]; then |
| 39 | RDEPEND="=media-libs/gst-plugins-base-0.10*" |
39 | RDEPEND="=media-libs/gst-plugins-base-0.10*" |
| 40 | DEPEND="${RDEPEND} |
40 | DEPEND="${RDEPEND} |
| 41 | >=sys-apps/sed-4 |
41 | >=sys-apps/sed-4 |
| 42 | dev-util/pkgconfig" |
42 | dev-util/pkgconfig" |
|
|
43 | RESTRICT=test |
| 43 | fi |
44 | fi |
| 44 | |
45 | |
| 45 | ### |
46 | ### |
| 46 | # public functions |
47 | # public functions |
| 47 | ### |
48 | ### |