summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-good.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-09-13 05:27:40 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-09-13 05:27:40 +0000
commit9eb7cd2e3b18639fae96abae3e8442ddaa700e0a (patch)
tree1045a8d35462595bf805743c597e8a5ce55ad255 /rules/gst-plugins-good.make
parent36cc563f6fc003c0fa0b348d2a19873f7b753e13 (diff)
downloadptxdist-9eb7cd2e3b18639fae96abae3e8442ddaa700e0a.tar.gz
ptxdist-9eb7cd2e3b18639fae96abae3e8442ddaa700e0a.tar.xz
* gst-plugins-good: finish targetinstall stage
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8837 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gst-plugins-good.make')
-rw-r--r--rules/gst-plugins-good.make187
1 files changed, 117 insertions, 70 deletions
diff --git a/rules/gst-plugins-good.make b/rules/gst-plugins-good.make
index f36061bb6..43f6a327b 100644
--- a/rules/gst-plugins-good.make
+++ b/rules/gst-plugins-good.make
@@ -68,349 +68,387 @@ GST_PLUGINS_GOOD_AUTOCONF := \
--disable-gtk-doc \
--disable-gconf-tool \
-ifdef GST_PLUGINS_GOOD__VIDEOFILTER
+#
+# FIXME: what about these? They are built but I don't know which option
+# they belong to.
+#
+#/usr/lib/gstreamer-0.10/libgstnavigationtest.so
+#/usr/lib/gstreamer-0.10/libgstmulaw.so
+#/usr/lib/gstreamer-0.10/libgstgamma.so
+
+ifdef PTXCONF_GST_PLUGINS_GOOD__VIDEOFILTER
GST_PLUGINS_GOOD_AUTOCONF += --enable-videofilter
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-videofilter
endif
-ifdef GST_PLUGINS_GOOD__ALPHA
+ifdef PTXCONF_GST_PLUGINS_GOOD__ALPHA
GST_PLUGINS_GOOD_AUTOCONF += --enable-alpha
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstalphacolor.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-alpha
endif
-ifdef GST_PLUGINS_GOOD__APETAG
+ifdef PTXCONF_GST_PLUGINS_GOOD__APETAG
GST_PLUGINS_GOOD_AUTOCONF += --enable-apetag
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-apetag
endif
-ifdef GST_PLUGINS_GOOD__AUDIOFX
+ifdef PTXCONF_GST_PLUGINS_GOOD__AUDIOFX
GST_PLUGINS_GOOD_AUTOCONF += --enable-audiofx
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstaudiofx.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-audiofx
endif
-ifdef GST_PLUGINS_GOOD__AUPARSE
+ifdef PTXCONF_GST_PLUGINS_GOOD__AUPARSE
GST_PLUGINS_GOOD_AUTOCONF += --enable-auparse
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstauparse.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-auparse
endif
-ifdef GST_PLUGINS_GOOD__AUTODETECT
+ifdef PTXCONF_GST_PLUGINS_GOOD__AUTODETECT
GST_PLUGINS_GOOD_AUTOCONF += --enable-autodetect
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-autodetect
endif
-ifdef GST_PLUGINS_GOOD__AVI
+ifdef PTXCONF_GST_PLUGINS_GOOD__AVI
GST_PLUGINS_GOOD_AUTOCONF += --enable-avi
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstavi.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-avi
endif
-ifdef GST_PLUGINS_GOOD__CUTTER
+ifdef PTXCONF_GST_PLUGINS_GOOD__CUTTER
GST_PLUGINS_GOOD_AUTOCONF += --enable-cutter
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstcutter.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-cutter
endif
-ifdef GST_PLUGINS_GOOD__DEBUG
+ifdef PTXCONF_GST_PLUGINS_GOOD__DEBUG
GST_PLUGINS_GOOD_AUTOCONF += --enable-debug
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstdebug.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-debug
endif
-ifdef GST_PLUGINS_GOOD__EFFECTV
+ifdef PTXCONF_GST_PLUGINS_GOOD__EFFECTV
GST_PLUGINS_GOOD_AUTOCONF += --enable-effectv
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgsteffectv.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-effectv
endif
-ifdef GST_PLUGINS_GOOD__EQUALIZER
+ifdef PTXCONF_GST_PLUGINS_GOOD__EQUALIZER
GST_PLUGINS_GOOD_AUTOCONF += --enable-equalizer
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstequalizer.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-equalizer
endif
-ifdef GST_PLUGINS_GOOD__ID3DEMUX
+ifdef PTXCONF_GST_PLUGINS_GOOD__ID3DEMUX
GST_PLUGINS_GOOD_AUTOCONF += --enable-id3demux
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-id3demux
endif
-ifdef GST_PLUGINS_GOOD__ICYDEMUX
+ifdef PTXCONF_GST_PLUGINS_GOOD__ICYDEMUX
GST_PLUGINS_GOOD_AUTOCONF += --enable-icydemux
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgsticydemux.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-icydemux
endif
-ifdef GST_PLUGINS_GOOD__INTERLEAVE
+ifdef PTXCONF_GST_PLUGINS_GOOD__INTERLEAVE
GST_PLUGINS_GOOD_AUTOCONF += --enable-interleave
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstinterleave.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-interleave
endif
-ifdef GST_PLUGINS_GOOD__FLX
+ifdef PTXCONF_GST_PLUGINS_GOOD__FLX
GST_PLUGINS_GOOD_AUTOCONF += --enable-flx
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstflxdec.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-flx
endif
-ifdef GST_PLUGINS_GOOD__GOOM
+ifdef PTXCONF_GST_PLUGINS_GOOD__GOOM
GST_PLUGINS_GOOD_AUTOCONF += --enable-goom
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstgoom.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-goom
endif
-ifdef GST_PLUGINS_GOOD__GOOM2K1
+ifdef PTXCONF_GST_PLUGINS_GOOD__GOOM2K1
GST_PLUGINS_GOOD_AUTOCONF += --enable-goom2k1
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstgoom2k1.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-goom2k1
endif
-ifdef GST_PLUGINS_GOOD__LAW
+ifdef PTXCONF_GST_PLUGINS_GOOD__LAW
GST_PLUGINS_GOOD_AUTOCONF += --enable-law
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-law
endif
-ifdef GST_PLUGINS_GOOD__LEVEL
+ifdef PTXCONF_GST_PLUGINS_GOOD__LEVEL
GST_PLUGINS_GOOD_AUTOCONF += --enable-level
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstlevel.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-level
endif
-ifdef GST_PLUGINS_GOOD__MATROSKA
+ifdef PTXCONF_GST_PLUGINS_GOOD__MATROSKA
GST_PLUGINS_GOOD_AUTOCONF += --enable-matroska
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstmatroska.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-matroska
endif
-ifdef GST_PLUGINS_GOOD__MONOSCOPE
+ifdef PTXCONF_GST_PLUGINS_GOOD__MONOSCOPE
GST_PLUGINS_GOOD_AUTOCONF += --enable-monoscope
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstmonoscope.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-monoscope
endif
-ifdef GST_PLUGINS_GOOD__MULTIFILE
+ifdef PTXCONF_GST_PLUGINS_GOOD__MULTIFILE
GST_PLUGINS_GOOD_AUTOCONF += --enable-multifile
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstmultifile.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-multifile
endif
-ifdef GST_PLUGINS_GOOD__MULTIPART
+ifdef PTXCONF_GST_PLUGINS_GOOD__MULTIPART
GST_PLUGINS_GOOD_AUTOCONF += --enable-multipart
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstmultipart.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-multipart
endif
-ifdef GST_PLUGINS_GOOD__QTDEMUX
+ifdef PTXCONF_GST_PLUGINS_GOOD__QTDEMUX
GST_PLUGINS_GOOD_AUTOCONF += --enable-qtdemux
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstqtdemux.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-qtdemux
endif
-ifdef GST_PLUGINS_GOOD__REPLAYGAIN
+ifdef PTXCONF_GST_PLUGINS_GOOD__REPLAYGAIN
GST_PLUGINS_GOOD_AUTOCONF += --enable-replaygain
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstreplaygain.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-replaygain
endif
-ifdef GST_PLUGINS_GOOD__RTP
+ifdef PTXCONF_GST_PLUGINS_GOOD__RTP
GST_PLUGINS_GOOD_AUTOCONF += --enable-rtp
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstrtp.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-rtp
endif
-ifdef GST_PLUGINS_GOOD__RTSP
+ifdef PTXCONF_GST_PLUGINS_GOOD__RTSP
GST_PLUGINS_GOOD_AUTOCONF += --enable-rtsp
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstrtsp.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-rtsp
endif
-ifdef GST_PLUGINS_GOOD__SMPTE
+ifdef PTXCONF_GST_PLUGINS_GOOD__SMPTE
GST_PLUGINS_GOOD_AUTOCONF += --enable-smpte
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstsmpte.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-smpte
endif
-ifdef GST_PLUGINS_GOOD__SPECTRUM
+ifdef PTXCONF_GST_PLUGINS_GOOD__SPECTRUM
GST_PLUGINS_GOOD_AUTOCONF += --enable-spectrum
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstspectrum.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-spectrum
endif
-ifdef GST_PLUGINS_GOOD__UDP
+ifdef PTXCONF_GST_PLUGINS_GOOD__UDP
GST_PLUGINS_GOOD_AUTOCONF += --enable-udp
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstudp.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-udp
endif
-ifdef GST_PLUGINS_GOOD__VIDEOBOX
+ifdef PTXCONF_GST_PLUGINS_GOOD__VIDEOBOX
GST_PLUGINS_GOOD_AUTOCONF += --enable-videobox
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstvideobox.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-videobox
endif
-ifdef GST_PLUGINS_GOOD__VIDEOCROP
+ifdef PTXCONF_GST_PLUGINS_GOOD__VIDEOCROP
GST_PLUGINS_GOOD_AUTOCONF += --enable-videocrop
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstvideocrop.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-videocrop
endif
-ifdef GST_PLUGINS_GOOD__VIDEOMIXER
+ifdef PTXCONF_GST_PLUGINS_GOOD__VIDEOMIXER
GST_PLUGINS_GOOD_AUTOCONF += --enable-videomixer
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstvideomixer.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-videomixer
endif
-ifdef GST_PLUGINS_GOOD__WAVENC
+ifdef PTXCONF_GST_PLUGINS_GOOD__WAVENC
GST_PLUGINS_GOOD_AUTOCONF += --enable-wavenc
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-wavenc
endif
-ifdef GST_PLUGINS_GOOD__WAVPARSE
+ifdef PTXCONF_GST_PLUGINS_GOOD__WAVPARSE
GST_PLUGINS_GOOD_AUTOCONF += --enable-wavparse
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstwavparse.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-wavparse
endif
-ifdef GST_PLUGINS_GOOD__DIRECTDRAW
+ifdef PTXCONF_GST_PLUGINS_GOOD__DIRECTDRAW
GST_PLUGINS_GOOD_AUTOCONF += --enable-directdraw
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-directdraw
endif
-ifdef GST_PLUGINS_GOOD__DIRECTSOUND
+ifdef PTXCONF_GST_PLUGINS_GOOD__DIRECTSOUND
GST_PLUGINS_GOOD_AUTOCONF += --enable-directsound
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-directsound
endif
-ifdef GST_PLUGINS_GOOD__OSS
+ifdef PTXCONF_GST_PLUGINS_GOOD__OSS
GST_PLUGINS_GOOD_AUTOCONF += --enable-oss
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-oss
endif
-ifdef GST_PLUGINS_GOOD__SUNAUDIO
+ifdef PTXCONF_GST_PLUGINS_GOOD__SUNAUDIO
GST_PLUGINS_GOOD_AUTOCONF += --enable-sunaudio
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-sunaudio
endif
-ifdef GST_PLUGINS_GOOD__OSX_AUDIO
+ifdef PTXCONF_GST_PLUGINS_GOOD__OSX_AUDIO
GST_PLUGINS_GOOD_AUTOCONF += --enable-osx_audio
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-osx_audio
endif
-ifdef GST_PLUGINS_GOOD__OSX_VIDEO
+ifdef PTXCONF_GST_PLUGINS_GOOD__OSX_VIDEO
GST_PLUGINS_GOOD_AUTOCONF += --enable-osx_video
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-osx_video
endif
-ifdef GST_PLUGINS_GOOD__V4L2
+ifdef PTXCONF_GST_PLUGINS_GOOD__V4L2
GST_PLUGINS_GOOD_AUTOCONF += --enable-v4l2
+GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstvideo4linux2.so
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-v4l2
endif
-ifdef GST_PLUGINS_GOOD__X
+ifdef PTXCONF_GST_PLUGINS_GOOD__X
GST_PLUGINS_GOOD_AUTOCONF += --enable-x
# --x-includes=DIR X include files are in DIR
# --x-libraries=DIR X library files are in DIR
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-x
endif
-ifdef GST_PLUGINS_GOOD__XSHM
+ifdef PTXCONF_GST_PLUGINS_GOOD__XSHM
GST_PLUGINS_GOOD_AUTOCONF += --enable-xshm
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-xshm
endif
-ifdef GST_PLUGINS_GOOD__XVIDEO
+ifdef PTXCONF_GST_PLUGINS_GOOD__XVIDEO
GST_PLUGINS_GOOD_AUTOCONF += --enable-xvideo
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-xvideo
endif
-ifdef GST_PLUGINS_GOOD__AALIB
+ifdef PTXCONF_GST_PLUGINS_GOOD__AALIB
GST_PLUGINS_GOOD_AUTOCONF += --enable-aalib
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-aalib
endif
-ifdef GST_PLUGINS_GOOD__AALIBTEST
+ifdef PTXCONF_GST_PLUGINS_GOOD__AALIBTEST
GST_PLUGINS_GOOD_AUTOCONF += --enable-aalibtest
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-aalibtest
endif
-ifdef GST_PLUGINS_GOOD__ANNODEX
+ifdef PTXCONF_GST_PLUGINS_GOOD__ANNODEX
GST_PLUGINS_GOOD_AUTOCONF += --enable-annodex
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-annodex
endif
-ifdef GST_PLUGINS_GOOD__CAIRO
+ifdef PTXCONF_GST_PLUGINS_GOOD__CAIRO
GST_PLUGINS_GOOD_AUTOCONF += --enable-cairo
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-cairo
endif
-ifdef GST_PLUGINS_GOOD__CDIO
+ifdef PTXCONF_GST_PLUGINS_GOOD__CDIO
GST_PLUGINS_GOOD_AUTOCONF += --enable-cdio
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-cdio
endif
-ifdef GST_PLUGINS_GOOD__ESD
+ifdef PTXCONF_GST_PLUGINS_GOOD__ESD
GST_PLUGINS_GOOD_AUTOCONF += --enable-esd
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-esd
endif
-ifdef GST_PLUGINS_GOOD__ESDTEST
+ifdef PTXCONF_GST_PLUGINS_GOOD__ESDTEST
GST_PLUGINS_GOOD_AUTOCONF += --enable-esdtest
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-esdtest
endif
-ifdef GST_PLUGINS_GOOD__FLAC
+ifdef PTXCONF_GST_PLUGINS_GOOD__FLAC
GST_PLUGINS_GOOD_AUTOCONF += --enable-flac
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-flac
endif
-ifdef GST_PLUGINS_GOOD__GCONF
+ifdef PTXCONF_GST_PLUGINS_GOOD__GCONF
GST_PLUGINS_GOOD_AUTOCONF += --enable-gconf
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-gconf
endif
-ifdef GST_PLUGINS_GOOD__GDK_PIXBUF
+ifdef PTXCONF_GST_PLUGINS_GOOD__GDK_PIXBUF
GST_PLUGINS_GOOD_AUTOCONF += --enable-gdk_pixbuf
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-gdk_pixbuf
endif
-ifdef GST_PLUGINS_GOOD__HAL
+ifdef PTXCONF_GST_PLUGINS_GOOD__HAL
GST_PLUGINS_GOOD_AUTOCONF += --enable-hal
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-hal
endif
-ifdef GST_PLUGINS_GOOD__JPEG
+ifdef PTXCONF_GST_PLUGINS_GOOD__JPEG
GST_PLUGINS_GOOD_AUTOCONF += --enable-jpeg
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-jpeg
endif
-ifdef GST_PLUGINS_GOOD__LIBCACA
+ifdef PTXCONF_GST_PLUGINS_GOOD__LIBCACA
GST_PLUGINS_GOOD_AUTOCONF += --enable-libcaca
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-libcaca
endif
-ifdef GST_PLUGINS_GOOD__LIBDV
+ifdef PTXCONF_GST_PLUGINS_GOOD__LIBDV
GST_PLUGINS_GOOD_AUTOCONF += --enable-libdv
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-libdv
endif
-ifdef GST_PLUGINS_GOOD__LIBPNG
+ifdef PTXCONF_GST_PLUGINS_GOOD__LIBPNG
GST_PLUGINS_GOOD_AUTOCONF += --enable-libpng
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-libpng
endif
-ifdef GST_PLUGINS_GOOD__PULSE
+ifdef PTXCONF_GST_PLUGINS_GOOD__PULSE
GST_PLUGINS_GOOD_AUTOCONF += --enable-pulse
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-pulse
endif
-ifdef GST_PLUGINS_GOOD__DV1394
+ifdef PTXCONF_GST_PLUGINS_GOOD__DV1394
GST_PLUGINS_GOOD_AUTOCONF += --enable-dv1394
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-dv1394
endif
-ifdef GST_PLUGINS_GOOD__SHOUT2
+ifdef PTXCONF_GST_PLUGINS_GOOD__SHOUT2
GST_PLUGINS_GOOD_AUTOCONF += --enable-shout2
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-shout2
endif
-ifdef GST_PLUGINS_GOOD__SHOUT2TEST
+ifdef PTXCONF_GST_PLUGINS_GOOD__SHOUT2TEST
GST_PLUGINS_GOOD_AUTOCONF += --enable-shout2test
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-shout2test
endif
-ifdef GST_PLUGINS_GOOD__SOUP
+ifdef PTXCONF_GST_PLUGINS_GOOD__SOUP
GST_PLUGINS_GOOD_AUTOCONF += --enable-soup
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-soup
endif
-ifdef GST_PLUGINS_GOOD__SPEEX
+ifdef PTXCONF_GST_PLUGINS_GOOD__SPEEX
GST_PLUGINS_GOOD_AUTOCONF += --enable-speex
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-speex
endif
-ifdef GST_PLUGINS_GOOD__TAGLIB
+ifdef PTXCONF_GST_PLUGINS_GOOD__TAGLIB
GST_PLUGINS_GOOD_AUTOCONF += --enable-taglib
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-taglib
endif
-ifdef GST_PLUGINS_GOOD__WAVPACK
+ifdef PTXCONF_GST_PLUGINS_GOOD__WAVPACK
GST_PLUGINS_GOOD_AUTOCONF += --enable-wavpack
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-wavpack
endif
-ifdef GST_PLUGINS_GOOD__ZLIB
+ifdef PTXCONF_GST_PLUGINS_GOOD__ZLIB
GST_PLUGINS_GOOD_AUTOCONF += --enable-zlib
else
GST_PLUGINS_GOOD_AUTOCONF += --disable-zlib
@@ -458,7 +496,16 @@ $(STATEDIR)/gst-plugins-good.targetinstall:
@$(call install_fixup, gst-plugins-good,DEPENDS,)
@$(call install_fixup, gst-plugins-good,DESCRIPTION,missing)
- @$(call install_copy, gst-plugins-good, 0, 0, 0755, $(GST_PLUGINS_GOOD_DIR)/foobar, /dev/null)
+ # FIXME: is this really necessary?
+ @$(call install_copy, gst-plugins-good, 0, 0, 644, \
+ $(PKGDIR)/$(GST_PLUGINS_GOOD)/etc/gconf/schemas/gstreamer-0.10.schemas, \
+ /etc/gconf/schemas/gstreamer-0.10.schemas)
+
+ # install all activated plugins
+ for i in $(GST_PLUGINS_GOOD_INSTALL); do \
+ $(call install_copy, gst-plugins-good, 0, 0, 644, \
+ $(PKGDIR)/$(GST_PLUGINS_GOOD)$$i, $$i) \
+ done
@$(call install_finish, gst-plugins-good)