diff options
author | Olivier Crête <tester@gentoo.org> | 2009-09-07 04:58:22 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-09-07 04:58:22 +0000 |
commit | d258101d9197ec1ef9bd4e24da64ed6750ee806c (patch) | |
tree | 2bdf353db91f76215a5ce369af7af33248a76631 /eclass/gst-plugins-bad.eclass | |
parent | Mask gst-plugins-resindvd-0.10.14 because it depends on masked libdvdnav (diff) | |
download | historical-d258101d9197ec1ef9bd4e24da64ed6750ee806c.tar.gz historical-d258101d9197ec1ef9bd4e24da64ed6750ee806c.tar.bz2 historical-d258101d9197ec1ef9bd4e24da64ed6750ee806c.zip |
Add new plugins in gst-plugins-bad 0.10.14 and gst-plugins-ugly 0.10.12
Diffstat (limited to 'eclass/gst-plugins-bad.eclass')
-rw-r--r-- | eclass/gst-plugins-bad.eclass | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass index a8e5f79b6522..92084ba53f22 100644 --- a/eclass/gst-plugins-bad.eclass +++ b/eclass/gst-plugins-bad.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.19 2009/08/05 23:27:59 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.20 2009/09/07 04:58:22 tester Exp $ # # Original Author: Saleem Abdulrasool <compnerd@gentoo.org> @@ -19,8 +19,9 @@ my_gst_plugins_bad="opengl x alsa amrwb bz2 cdaudio directfb dts divx faac faad gsm gst_v4l2 ivorbis jack ladspa libmms mpeg2enc musepack musicbrainz mythtv nas neon timidity wildmidi sdl sdltest sndfile soundtouch spc swfdec -theoradec x264 xvid dvb wavpack quicktime dc1394 metadata fbdev soup dirac mplex -ofa oss4 apexsink celt dvdnav jp2k twolame assrender mimic modplug vcd" +theoradec x264 xvid dvb wavpack quicktime dc1394 metadata fbdev soup dirac +mplex ofa oss4 apexsink celt dvdnav jp2k twolame assrender mimic modplug vcd +schro lv2 gme vdpau" #qtdemux spped tta @@ -51,7 +52,13 @@ gst-plugins-bad_src_unpack() { unpack ${A} -# gst-plugins10_find_plugin_dir + # Link with the syswide installed gst-libs if needed + gst-plugins10_find_plugin_dir + sed -e "s:\$(top_builddir)/gst-libs/gst/interfaces/libgstphotography:${ROOT}/usr/$(get_libdir)/libgstphotography:" \ + -e "s:\$(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor:${ROOT}/usr/$(get_libdir)/libgstsignalprocessor:" \ + -e "s:\$(top_builddir)/gst-libs/gst/video/libgstbasevideo:${ROOT}/usr/$(get_libdir)/libgstbasevideo:" \ + -i Makefile.in + # cd ${S} # Remove generation of any other Makefiles except the plugin's Makefile |