1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 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-bad.eclass,v 1.15 2009/03/30 05:20:29 tester Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.16 2009/05/16 15:09:45 tester Exp $ |
4 | |
4 | |
5 | # |
5 | # |
6 | # Original Author: Saleem Abdulrasool <compnerd@gentoo.org> |
6 | # Original Author: Saleem Abdulrasool <compnerd@gentoo.org> |
7 | # Based on the work of foser <foser@gentoo.org> and zaheerm <zaheerm@gentoo.org> |
7 | # Based on the work of foser <foser@gentoo.org> and zaheerm <zaheerm@gentoo.org> |
8 | # Purpose: This elcass is designed to help package external gst-plugins per |
8 | # Purpose: This elcass is designed to help package external gst-plugins per |
… | |
… | |
14 | # But it must stay in this list until all <gst-plugins-bad-0.10.4 |
14 | # But it must stay in this list until all <gst-plugins-bad-0.10.4 |
15 | # are removed |
15 | # are removed |
16 | # drac at gentoo.org: |
16 | # drac at gentoo.org: |
17 | # This list is current to gst-plugins-bad-0.10.5 except for: |
17 | # This list is current to gst-plugins-bad-0.10.5 except for: |
18 | # Not present in 0.10.5 - wavpack |
18 | # Not present in 0.10.5 - wavpack |
19 | my_gst_plugins_bad="opengl vcd x alsa amrwb bz2 cdaudio directfb dts divx faac |
19 | my_gst_plugins_bad="opengl x alsa amrwb bz2 cdaudio directfb dts divx faac |
20 | faad gsm gst_v4l2 ivorbis jack ladspa libmms mpeg2enc musepack musicbrainz |
20 | faad gsm gst_v4l2 ivorbis jack ladspa libmms mpeg2enc musepack musicbrainz |
21 | mythtv nas neon timidity wildmidi sdl sdltest sndfile soundtouch spc swfdec |
21 | mythtv nas neon timidity wildmidi sdl sdltest sndfile soundtouch spc swfdec |
22 | theoradec x264 xvid dvb wavpack quicktime dc1394 metadata fbdev soup dirac mplex |
22 | theoradec x264 xvid dvb wavpack quicktime dc1394 metadata fbdev soup dirac mplex |
23 | ofa oss4 apexsink celt dvdnav jp2k twolame mimic modplug" |
23 | ofa oss4 apexsink celt dvdnav jp2k twolame mimic modplug" |
24 | |
24 | |