diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-23 18:44:10 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-23 18:44:10 +0000 |
commit | bdad3fec90863c2bae842d091ffc731da810b3f0 (patch) | |
tree | c598a7bc8ba2b7d61b840b17ed4ebb33ad10d45e | |
parent | - Fix building with gcc41. The fix should be for really for xproto (c99 (diff) |
Revive gstreamer-plugins-swfdec (flash output)
Notes
Notes:
svn path=/head/; revision=180617
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | Mk/bsd.gstreamer.mk | 2 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-swfdec/Makefile | 18 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 3 |
5 files changed, 23 insertions, 2 deletions
@@ -2250,7 +2250,6 @@ audio/gstreamer-plugins-polypaudio|audio/gstreamer-plugins-pulse|2006-04-29|Proj audio/gstreamer-plugins-shout|audio/gstreamer-plugins-shout2|2006-04-29|Not part of gstreamer 0.10 yet audio/gstreamer-plugins-smoothwave|audio/gstreamer-plugins-smoothwave80|2006-04-29|Not part of gstreamer 0.10 yet audio/gstreamer-plugins-sndfile|audio/gstreamer-plugins-sndfile80|2006-04-29|Not part of gstreamer 0.10 yet -graphics/gstreamer-plugins-swfdec|graphics/gstreamer-plugins-swfdec80|2006-04-29|Not part of gstreamer 0.10 yet multimedia/gstreamer-plugins-x264|multimedia/gstreamer-plugins-x26480|2006-04-29|Not part of gstreamer 0.10 yet graphics/gstreamer-plugins-jpeg-mmx|graphics/gstreamer-plugins-jpeg-mmx80|2006-04-29|Not part of gstreamer 0.10 yet audio/gstreamer-plugins-polyp|audio/gstreamer-plugins-pulse|2006-04-29|Project renamed diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index b51dea1cd2ed..7627e97ccc2c 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -65,7 +65,7 @@ _USE_GSTREAMER_ALL= a52dec aalib annodex bad bz2 cairo cdaudio cdparanoia dts \ gnonlin good gsm hal ivorbis jack jpeg ladspa lame \ libcaca libmms libpng libvisual mad mpeg2enc mpeg2dec \ musepack neon ogg pango pulse python sdl shout2 sidplay \ - spc speex theora ugly vorbis wavpack xvid + spc speex swfdec theora ugly vorbis wavpack xvid _USE_GSTREAMER80_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \ dts dv dvd esound faac faad ffmpeg flac \ gconf gdkpixbuf gnomevfs gsm hermes ivorbis jack jpeg \ diff --git a/graphics/Makefile b/graphics/Makefile index 239bbbb3e377..4d110810a675 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -245,6 +245,7 @@ SUBDIR += gstreamer-plugins-libpng80 SUBDIR += gstreamer-plugins-libvisual SUBDIR += gstreamer-plugins-libvisual80 + SUBDIR += gstreamer-plugins-swfdec SUBDIR += gstreamer-plugins-swfdec80 SUBDIR += gthumb SUBDIR += gtkam diff --git a/graphics/gstreamer-plugins-swfdec/Makefile b/graphics/gstreamer-plugins-swfdec/Makefile new file mode 100644 index 000000000000..4db3dcd79fd7 --- /dev/null +++ b/graphics/gstreamer-plugins-swfdec/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-swfdec +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-swfdec80/Makefile,v 1.2 2006/02/24 18:50:34 marcus Exp $ +# + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer flash redering plugin + +GST_PLUGIN= swfdec + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 29b55df57286..96b725cea2e6 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -319,6 +319,9 @@ gst_spc_DIST= bad # speex gst_speex_LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex +# swfdec +gst_swfdec_LIB_DEPENDS+=swfdec-0.3.0:${PORTSDIR}/graphics/swfdec +gst_swfdec_DIST= bad # theora gst_theora_LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora gst_theora_DIST= base |