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.9 2006/05/05 08:25:24 zaheerm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.10 2006/09/01 16:46:28 zaheerm 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 | # |
… | |
… | |
35 | # added to remove circular deps |
35 | # added to remove circular deps |
36 | # 6/2/2006 - zaheerm |
36 | # 6/2/2006 - zaheerm |
37 | if [ "${PN}" != "${MY_PN}" ]; then |
37 | if [ "${PN}" != "${MY_PN}" ]; then |
38 | RDEPEND="=media-libs/gst-plugins-base-0.10*" |
38 | RDEPEND="=media-libs/gst-plugins-base-0.10*" |
39 | DEPEND="${RDEPEND} |
39 | DEPEND="${RDEPEND} |
40 | >=sys-apps/sed-4" |
40 | >=sys-apps/sed-4 |
|
|
41 | dev-util/pkgconfig" |
41 | fi |
42 | fi |
42 | |
43 | |
43 | ### |
44 | ### |
44 | # public functions |
45 | # public functions |
45 | ### |
46 | ### |