| 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-base.eclass,v 1.12 2009/05/16 22:08:09 tester Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.13 2009/09/07 02:12:31 tester Exp $ |
| 4 | |
4 | |
| 5 | # Author : foser <foser@gentoo.org> |
5 | # Author : foser <foser@gentoo.org> |
| 6 | |
6 | |
| 7 | # gst-plugins eclass |
7 | # gst-plugins eclass |
| 8 | # |
8 | # |
| … | |
… | |
| 39 | S=${WORKDIR}/${MY_P} |
39 | S=${WORKDIR}/${MY_P} |
| 40 | |
40 | |
| 41 | # added to remove circular deps |
41 | # added to remove circular deps |
| 42 | # 6/2/2006 - zaheerm |
42 | # 6/2/2006 - zaheerm |
| 43 | if [ "${PN}" != "${MY_PN}" ]; then |
43 | if [ "${PN}" != "${MY_PN}" ]; then |
| 44 | RDEPEND="=media-libs/gst-plugins-base-0.10*" |
44 | RDEPEND=">=media-libs/gst-plugins-base-${PV}" |
| 45 | DEPEND="${RDEPEND} |
45 | DEPEND="${RDEPEND} |
|
|
46 | ~media-libs/gst-plugins-base-${PV} |
| 46 | >=sys-apps/sed-4 |
47 | >=sys-apps/sed-4 |
| 47 | dev-util/pkgconfig" |
48 | dev-util/pkgconfig" |
| 48 | RESTRICT=test |
49 | RESTRICT=test |
| 49 | fi |
50 | fi |
| 50 | |
51 | |