| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 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.26 2011/12/27 17:55:12 fauli Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.27 2012/05/02 18:31:42 jdhore 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 | # |
| … | |
… | |
| 56 | # 6/2/2006 - zaheerm |
56 | # 6/2/2006 - zaheerm |
| 57 | if [ "${PN}" != "${MY_PN}" ]; then |
57 | if [ "${PN}" != "${MY_PN}" ]; then |
| 58 | RDEPEND="=media-libs/gst-plugins-base-0.10*" |
58 | RDEPEND="=media-libs/gst-plugins-base-0.10*" |
| 59 | DEPEND="${RDEPEND} |
59 | DEPEND="${RDEPEND} |
| 60 | >=sys-apps/sed-4 |
60 | >=sys-apps/sed-4 |
| 61 | dev-util/pkgconfig" |
61 | virtual/pkgconfig" |
| 62 | |
62 | |
| 63 | # -good-0.10.24 uses orc optionally instead of liboil unconditionally. |
63 | # -good-0.10.24 uses orc optionally instead of liboil unconditionally. |
| 64 | # While <0.10.24 configure always checks for liboil, it is linked to only by non-split |
64 | # While <0.10.24 configure always checks for liboil, it is linked to only by non-split |
| 65 | # plugins in gst/, so we only builddep for all old packages, and have a RDEPEND in old |
65 | # plugins in gst/, so we only builddep for all old packages, and have a RDEPEND in old |
| 66 | # versions of media-libs/gst-plugins-good |
66 | # versions of media-libs/gst-plugins-good |