mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Revive gstreamer-plugins-mpeg2enc
This commit is contained in:
parent
c804f33888
commit
9964e135e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180543
1
MOVED
1
MOVED
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
17
multimedia/gstreamer-plugins-mpeg2enc/Makefile
Normal file
17
multimedia/gstreamer-plugins-mpeg2enc/Makefile
Normal file
@ -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"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user