diff options
author | ahze <ahze@FreeBSD.org> | 2006-12-23 07:14:43 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-12-23 07:14:43 +0800 |
commit | 75068b8c64998363817f0fba06f89c6114823e33 (patch) | |
tree | e9bfdf24bee6b8c0525388459c279945089c578b | |
parent | 34204e557b215b75e3f5c87428356ea9b0754c32 (diff) | |
download | freebsd-ports-gnome-75068b8c64998363817f0fba06f89c6114823e33.tar.gz freebsd-ports-gnome-75068b8c64998363817f0fba06f89c6114823e33.tar.zst freebsd-ports-gnome-75068b8c64998363817f0fba06f89c6114823e33.zip |
Revive gstreamer-plugins-mpeg2enc
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | Mk/bsd.gstreamer.mk | 2 | ||||
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-mpeg2enc/Makefile | 17 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
5 files changed, 23 insertions, 2 deletions
@@ -2245,7 +2245,6 @@ graphics/gstreamer-plugins-hermes|graphics/gstreamer-plugins-hermes80|2006-04-29 multimedia/gstreamer-plugins-libfame|multimedia/gstreamer-plugins-libfame80|2006-04-29|Not part of gstreamer 0.10 yet graphics/gstreamer-plugins-libmng|graphics/gstreamer-plugins-libmng80|2006-04-29|Not part of gstreamer 0.10 yet audio/gstreamer-plugins-mikmod|audio/gstreamer-plugins-mikmod80|2006-04-29|Not part of gstreamer 0.10 yet -multimedia/gstreamer-plugins-mpeg2enc|multimedia/gstreamer-plugins-mpeg2enc80|2006-04-29|Not part of gstreamer 0.10 yet multimedia/gstreamer-plugins-mplex|multimedia/gstreamer-plugins-mplex80|2006-04-29|Not part of gstreamer 0.10 yet audio/gstreamer-plugins-nas|audio/gstreamer-plugins-nas80|2006-04-29|Not part of gstreamer 0.10 yet audio/gstreamer-plugins-polypaudio|audio/gstreamer-plugins-polypaudio80|2006-04-29|Not part of gstreamer 0.10 yet diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 29612a13990a..3c3524a85dd7 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -63,7 +63,7 @@ GST80_SHLIB_VERSION= 1 _USE_GSTREAMER_ALL= a52dec aalib annodex bad bz2 cairo cdaudio cdparanoia dts \ dv dvd esound faac faad ffmpeg flac gconf gnomevfs \ gnonlin good gsm hal ivorbis jack jpeg ladspa lame \ - libcaca libmms libpng libvisual mad mpeg2dec \ + libcaca libmms libpng libvisual mad mpeg2enc mpeg2dec \ musepack neon ogg pango pulse python sdl shout2 sidplay \ speex theora ugly vorbis wavpack xvid _USE_GSTREAMER80_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \ diff --git a/multimedia/Makefile b/multimedia/Makefile index d97df2a8fd11..0e7d9753e7b7 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -69,6 +69,7 @@ SUBDIR += gstreamer-plugins-gnonlin SUBDIR += gstreamer-plugins-good SUBDIR += gstreamer-plugins-libfame80 + SUBDIR += gstreamer-plugins-mpeg2enc SUBDIR += gstreamer-plugins-mpeg2dec SUBDIR += gstreamer-plugins-mpeg2dec80 SUBDIR += gstreamer-plugins-mplex80 diff --git a/multimedia/gstreamer-plugins-mpeg2enc/Makefile b/multimedia/gstreamer-plugins-mpeg2enc/Makefile new file mode 100644 index 000000000000..97f4f481b2a7 --- /dev/null +++ b/multimedia/gstreamer-plugins-mpeg2enc/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-mpeg2enc +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Gstreamer mpeg encoder plugin + +GST_PLUGIN= mpeg2enc + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index cf902551d98d..1430740b42ee 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -258,6 +258,10 @@ gst_mad_LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ id3tag.0:${PORTSDIR}/audio/libid3tag gst_mad_DIST= ugly +# mpeg2enc +gst_mpeg2enc_LIB_DEPENDS+= mjpegutils-1.8.0:${PORTSDIR}/multimedia/mjpegtools +gst_mpeg2enc_DIST= bad + # mpeg2dec gst_mpeg2dec_LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 gst_mpeg2dec_DIST= ugly |