Add opus audio codec gstreamer plugin.

PR:		ports/177296
Submitted by:	"Eric L. Camachat" <eric@camachat.org>
This commit is contained in:
Koop Mast 2013-03-23 09:58:02 +00:00
parent 6948b6bd58
commit 1ce7b4b57c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315020
4 changed files with 23 additions and 1 deletions

View File

@ -58,7 +58,7 @@ _USE_GSTREAMER10_ALL= a52dec aalib amrnb amrwbdec annodex bz2 cairo \
ffmpeg flac flite gconf gio gl gme gnomevfs gnonlin \
gsm hal jack jpeg ladspa lame libcaca libmms \
libpng libvisual mm mp3 mpeg2enc mpeg2dec musepack \
nas neon ogg opencv pango pulse python resindvd schroedinger \
nas neon ogg opencv opus pango pulse python resindvd schroedinger \
sdl shout2 sidplay sndfile spc soundtouch soup \
speex taglib theora twolame v4l2 vorbis vdpau \
vp8 wavpack x264 xvid
@ -136,6 +136,8 @@ neon_DEPENDS= www/gstreamer-plugins-neon
ogg_DEPENDS= audio/gstreamer-plugins-ogg
opus_DEPENDS= audio/gstreamer-plugins-opus
polyp_DEPENDS= audio/gstreamer-plugins-polyp
pulse_DEPENDS= audio/gstreamer-plugins-pulse

View File

@ -278,6 +278,7 @@
SUBDIR += gstreamer-plugins-mp3
SUBDIR += gstreamer-plugins-musepack
SUBDIR += gstreamer-plugins-nas
SUBDIR += gstreamer-plugins-opus
SUBDIR += gstreamer-plugins-ogg
SUBDIR += gstreamer-plugins-pulse
SUBDIR += gstreamer-plugins-shout2

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer Opus audio encoder/decoder plugin
GST_PLUGIN= opus
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"

View File

@ -50,6 +50,7 @@ BAD_GST_ALL_PLUGINS+= \
neon \
ofa \
opencv \
opus \
resindvd \
rsvg \
schro \
@ -432,6 +433,12 @@ gst_opencv_PLIST_FILES= ${GST_LIB_DIR}/libgstopencv.la \
${GST_LIB_DIR}/libgstopencv.so
gst_opencv_DIST= bad
# opus
gst_opus_LIB_DEPENDS+= opus:${PORTSDIR}/audio/opus
gst_opus_PLIST_FILES= ${GST_LIB_DIR}/libgstopus.la \
${GST_LIB_DIR}/libgstopus.so
gst_opus_DIST= bad
# pango
gst_pango_USE_GNOME+= pango
gst_pango_PLIST_FILES= ${GST_LIB_DIR}/libgstpango.la \