diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-03 15:58:45 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-03 15:58:45 +0800 |
commit | 7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5 (patch) | |
tree | 496035686f383ce15d30cb33a26b9faf56367288 | |
parent | efa902e2451c1359ba0ec12e66a68c7d2469b9d1 (diff) | |
download | marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.tar marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.tar.gz marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.tar.bz2 marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.tar.lz marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.tar.xz marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.tar.zst marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.zip |
Now that I understand the new gstreamer framework a little.
Update to version 0.8.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3203 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 7 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 20 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/distinfo | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/pkg-plist | 5 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 7 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 20 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/distinfo | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/pkg-plist | 5 |
8 files changed, 54 insertions, 18 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 378d2bad0..18793b5ae 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gstreamer -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 CATEGORIES?= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} \ http://gstreamer.freedesktop.org/src/gst-plugins/ @@ -52,6 +52,8 @@ INSTALLS_SHLIB= yes PLIST_SUB= VERSION="${VERSION}" \ SHLIB_VERSION="${SHLIB_VERSION}" +MAN1= gst-launch-ext-0.8.1 gst-visualise-0.8.1 + ## Additional directories which should be both built and installed ## but configure neglected to correctly identify them # cdrom/vcd support @@ -124,6 +126,9 @@ post-patch: @${REINPLACE_CMD} -e 's|@CXXF|-fgcse @CXXF|g' \ ${WRKSRC}/gst/modplug/Makefile.in \ ${WRKSRC}/gst/modplug/libmodplug/Makefile.in +# tell configure where the musepack includes live + @${REINPLACE_CMD} -e 's|/usr/include/musepack|${LOCALBASE}/include/musepack|g' \ + ${WRKSRC}/configure post-build: .ifdef(EXTRA_BUILD_DIR) diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 54f227ced..1cc87db1f 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -4,8 +4,10 @@ GST_ALL_PLUGINS= \ aalibtest \ alsa \ arts \ + artstest \ artsc \ audiofile \ + cdaudio \ cdparanoia \ dirac \ divx \ @@ -17,7 +19,6 @@ GST_ALL_PLUGINS= \ faac \ faad \ flac \ - freetypetest \ gdk_pixbuf \ gnome_vfs \ gsm \ @@ -31,20 +32,25 @@ GST_ALL_PLUGINS= \ libcaca \ libdv \ libfame \ + libfametest\ libmng \ libpng \ librfb \ libvisual \ mad \ mikmod \ + libmikmodtest \ mpeg2dec \ mpeg2enc \ mplex \ + musepack \ musicbrainz \ nas \ ogg \ - osx_audio \ + opengl \ pango \ + polyp \ + dv1394 \ qcam \ raw1394 \ sdl \ @@ -58,8 +64,6 @@ GST_ALL_PLUGINS= \ swfdec \ tarkin \ theora \ - v4l \ - v4l2 \ vcd \ vorbis \ xine \ @@ -73,9 +77,15 @@ CONFIGURE_ARGS+= --disable-${d} CONFIGURE_ARGS+=--disable-tests \ --disable-alsa \ --disable-http \ + --enable-cdrom \ --enable-gconf \ - --enable-gconftoo \ + --enable-gconftool \ + --enable-oss \ + --disable-osx_audio \ + --disable-osx_video \ --enable-static \ + --enable-gst_v4l \ + --enable-gst_v4l2 \ --enable-x \ --enable-xshm \ --enable-xvideo diff --git a/multimedia/gstreamer-plugins/distinfo b/multimedia/gstreamer-plugins/distinfo index dbece6d3b..1c4d6a648 100644 --- a/multimedia/gstreamer-plugins/distinfo +++ b/multimedia/gstreamer-plugins/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gst-plugins-0.8.5.tar.bz2) = da9ed7c74b9ac0ccc5d2efcf4fd60db0 -SIZE (gnome2/gst-plugins-0.8.5.tar.bz2) = 2031638 +MD5 (gnome2/gst-plugins-0.8.6.tar.bz2) = e6b04215e7d928bd2fcce390ab406ffd +SIZE (gnome2/gst-plugins-0.8.6.tar.bz2) = 2033762 diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist index 08fe7a3f1..ec973cb3b 100644 --- a/multimedia/gstreamer-plugins/pkg-plist +++ b/multimedia/gstreamer-plugins/pkg-plist @@ -54,12 +54,12 @@ lib/gstreamer-%%VERSION%%/libgstdecodebin.so lib/gstreamer-%%VERSION%%/libgstdeinterlace.so lib/gstreamer-%%VERSION%%/libgstefence.so lib/gstreamer-%%VERSION%%/libgsteffectv.so +lib/gstreamer-%%VERSION%%/libgstequalizer.so lib/gstreamer-%%VERSION%%/libgstfestival.so lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.so lib/gstreamer-%%VERSION%%/libgstfilter.so lib/gstreamer-%%VERSION%%/libgstflxdec.so lib/gstreamer-%%VERSION%%/libgstgamma.so -lib/gstreamer-%%VERSION%%/libgstglimagesink.so lib/gstreamer-%%VERSION%%/libgstgoom.so lib/gstreamer-%%VERSION%%/libgstidct.so lib/gstreamer-%%VERSION%%/libgstinterleave.so @@ -147,7 +147,10 @@ share/locale/az/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/cs/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/it/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/nb/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/nl/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/or/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/sq/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/sr/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/sv/LC_MESSAGES/gst-plugins-%%VERSION%%.mo diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 378d2bad0..18793b5ae 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gstreamer -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 CATEGORIES?= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} \ http://gstreamer.freedesktop.org/src/gst-plugins/ @@ -52,6 +52,8 @@ INSTALLS_SHLIB= yes PLIST_SUB= VERSION="${VERSION}" \ SHLIB_VERSION="${SHLIB_VERSION}" +MAN1= gst-launch-ext-0.8.1 gst-visualise-0.8.1 + ## Additional directories which should be both built and installed ## but configure neglected to correctly identify them # cdrom/vcd support @@ -124,6 +126,9 @@ post-patch: @${REINPLACE_CMD} -e 's|@CXXF|-fgcse @CXXF|g' \ ${WRKSRC}/gst/modplug/Makefile.in \ ${WRKSRC}/gst/modplug/libmodplug/Makefile.in +# tell configure where the musepack includes live + @${REINPLACE_CMD} -e 's|/usr/include/musepack|${LOCALBASE}/include/musepack|g' \ + ${WRKSRC}/configure post-build: .ifdef(EXTRA_BUILD_DIR) diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 54f227ced..1cc87db1f 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -4,8 +4,10 @@ GST_ALL_PLUGINS= \ aalibtest \ alsa \ arts \ + artstest \ artsc \ audiofile \ + cdaudio \ cdparanoia \ dirac \ divx \ @@ -17,7 +19,6 @@ GST_ALL_PLUGINS= \ faac \ faad \ flac \ - freetypetest \ gdk_pixbuf \ gnome_vfs \ gsm \ @@ -31,20 +32,25 @@ GST_ALL_PLUGINS= \ libcaca \ libdv \ libfame \ + libfametest\ libmng \ libpng \ librfb \ libvisual \ mad \ mikmod \ + libmikmodtest \ mpeg2dec \ mpeg2enc \ mplex \ + musepack \ musicbrainz \ nas \ ogg \ - osx_audio \ + opengl \ pango \ + polyp \ + dv1394 \ qcam \ raw1394 \ sdl \ @@ -58,8 +64,6 @@ GST_ALL_PLUGINS= \ swfdec \ tarkin \ theora \ - v4l \ - v4l2 \ vcd \ vorbis \ xine \ @@ -73,9 +77,15 @@ CONFIGURE_ARGS+= --disable-${d} CONFIGURE_ARGS+=--disable-tests \ --disable-alsa \ --disable-http \ + --enable-cdrom \ --enable-gconf \ - --enable-gconftoo \ + --enable-gconftool \ + --enable-oss \ + --disable-osx_audio \ + --disable-osx_video \ --enable-static \ + --enable-gst_v4l \ + --enable-gst_v4l2 \ --enable-x \ --enable-xshm \ --enable-xvideo diff --git a/multimedia/gstreamer-plugins80/distinfo b/multimedia/gstreamer-plugins80/distinfo index dbece6d3b..1c4d6a648 100644 --- a/multimedia/gstreamer-plugins80/distinfo +++ b/multimedia/gstreamer-plugins80/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gst-plugins-0.8.5.tar.bz2) = da9ed7c74b9ac0ccc5d2efcf4fd60db0 -SIZE (gnome2/gst-plugins-0.8.5.tar.bz2) = 2031638 +MD5 (gnome2/gst-plugins-0.8.6.tar.bz2) = e6b04215e7d928bd2fcce390ab406ffd +SIZE (gnome2/gst-plugins-0.8.6.tar.bz2) = 2033762 diff --git a/multimedia/gstreamer-plugins80/pkg-plist b/multimedia/gstreamer-plugins80/pkg-plist index 08fe7a3f1..ec973cb3b 100644 --- a/multimedia/gstreamer-plugins80/pkg-plist +++ b/multimedia/gstreamer-plugins80/pkg-plist @@ -54,12 +54,12 @@ lib/gstreamer-%%VERSION%%/libgstdecodebin.so lib/gstreamer-%%VERSION%%/libgstdeinterlace.so lib/gstreamer-%%VERSION%%/libgstefence.so lib/gstreamer-%%VERSION%%/libgsteffectv.so +lib/gstreamer-%%VERSION%%/libgstequalizer.so lib/gstreamer-%%VERSION%%/libgstfestival.so lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.so lib/gstreamer-%%VERSION%%/libgstfilter.so lib/gstreamer-%%VERSION%%/libgstflxdec.so lib/gstreamer-%%VERSION%%/libgstgamma.so -lib/gstreamer-%%VERSION%%/libgstglimagesink.so lib/gstreamer-%%VERSION%%/libgstgoom.so lib/gstreamer-%%VERSION%%/libgstidct.so lib/gstreamer-%%VERSION%%/libgstinterleave.so @@ -147,7 +147,10 @@ share/locale/az/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/cs/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/it/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/nb/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/nl/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/or/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/sq/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/sr/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/sv/LC_MESSAGES/gst-plugins-%%VERSION%%.mo |