| 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.13 2007/08/30 10:37:04 drac Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.15 2008/06/29 15:21:04 drac 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 | # |
| … | |
… | |
| 28 | # gst-plugins-base 0.9 |
28 | # gst-plugins-base 0.9 |
| 29 | |
29 | |
| 30 | # This list is current to gst-plugins-good-0.10.6 |
30 | # This list is current to gst-plugins-good-0.10.6 |
| 31 | my_gst_plugins_good="gconf gconftool oss aalib aalibtest cairo cdio esd esdtest |
31 | my_gst_plugins_good="gconf gconftool oss aalib aalibtest cairo cdio esd esdtest |
| 32 | flac jpeg ladspa libcaca libdv libpng dv1394 shout2 shout2test speex annodex hal |
32 | flac jpeg ladspa libcaca libdv libpng dv1394 shout2 shout2test speex annodex hal |
| 33 | x taglib gdk_pixbuf gst_v4l2 sunaudio xshm xvideo zlib wavpack" |
33 | x taglib gdk_pixbuf gst_v4l2 sunaudio xshm xvideo zlib wavpack soup" |
| 34 | |
34 | |
| 35 | #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2" |
35 | #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2" |
| 36 | SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-good/${MY_P}.tar.bz2" |
36 | SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-good/${MY_P}.tar.bz2" |
| 37 | |
37 | |
| 38 | S=${WORKDIR}/${MY_P} |
38 | S=${WORKDIR}/${MY_P} |
| … | |
… | |
| 108 | gst-plugins-good_src_install() { |
108 | gst-plugins-good_src_install() { |
| 109 | |
109 | |
| 110 | gst-plugins10_find_plugin_dir |
110 | gst-plugins10_find_plugin_dir |
| 111 | einstall || die |
111 | einstall || die |
| 112 | |
112 | |
| 113 | dodoc README |
113 | [[ -e README ]] && dodoc README |
| 114 | } |
114 | } |
| 115 | |
115 | |
| 116 | EXPORT_FUNCTIONS src_unpack src_compile src_install |
116 | EXPORT_FUNCTIONS src_unpack src_compile src_install |