| 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-plugins10.eclass,v 1.1 2005/12/02 15:30:15 zaheerm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins10.eclass,v 1.2 2006/01/01 01:14:59 swegener 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 | # |
| 9 | # eclass to make external gst-plugins emergable on a per-plugin basis |
9 | # eclass to make external gst-plugins emergable on a per-plugin basis |
| 10 | # to solve the problem with gst-plugins generating far too much unneeded deps |
10 | # to solve the problem with gst-plugins generating far too much unneeded deps |
| 11 | # |
11 | # |
| 12 | # 3rd party applications using gstreamer now should depend on a set of plugins as |
12 | # 3rd party applications using gstreamer now should depend on a set of plugins as |
| 13 | # defined in the source, in case of spider usage obtain recommended plugins to use from |
13 | # defined in the source, in case of spider usage obtain recommended plugins to use from |
| 14 | # Gentoo developers responsible for gstreamer <gnome@gentoo.org>, the application developer |
14 | # Gentoo developers responsible for gstreamer <gnome@gentoo.org>, the application developer |
| 15 | # or the gstreamer team. |
15 | # or the gstreamer team. |
| 16 | |
16 | |
| 17 | inherit eutils |
17 | inherit eutils |
| 18 | |
18 | |
| 19 | |
19 | |
| … | |
… | |
| 32 | GST_PLUGINS_BUILD=${PN/gst-plugins-/} |
32 | GST_PLUGINS_BUILD=${PN/gst-plugins-/} |
| 33 | |
33 | |
| 34 | # Actual build dir, is the same as the configure switch name most of the time |
34 | # Actual build dir, is the same as the configure switch name most of the time |
| 35 | GST_PLUGINS_BUILD_DIR=${PN/gst-plugins-/} |
35 | GST_PLUGINS_BUILD_DIR=${PN/gst-plugins-/} |
| 36 | |
36 | |
| 37 | # general common gst-plugins ebuild entries |
37 | # general common gst-plugins ebuild entries |
| 38 | DESCRIPTION="${BUILD_GST_PLUGINS} plugin for gstreamer" |
38 | DESCRIPTION="${BUILD_GST_PLUGINS} plugin for gstreamer" |
| 39 | HOMEPAGE="http://gstreamer.freedesktop.org/" |
39 | HOMEPAGE="http://gstreamer.freedesktop.org/" |
| 40 | LICENSE="GPL-2" |
40 | LICENSE="GPL-2" |
| 41 | |
41 | |
| 42 | #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2" |
42 | #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2" |