Provide the rtmp streaming plugin [1].

Provide complete version for gstreamer1-plugins-core so it passes the version
check. [2]

Reported by:	Olivier Duchateau <duchateau.olivier@gmail.com> [2]
Requested by:	Vanilla Hsu <v@fatpipi.com> [1]
This commit is contained in:
Koop Mast 2013-04-28 17:53:47 +00:00
parent d4215b0008
commit fda1757e89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316738
5 changed files with 22 additions and 4 deletions

View file

@ -89,7 +89,7 @@ _GSTREAMER_PLUGINS+= \
# plugins only in 1.0 # plugins only in 1.0
.if defined(USE_GSTREAMER1) .if defined(USE_GSTREAMER1)
_GSTREAMER_PLUGINS+= \ _GSTREAMER_PLUGINS+= \
assrender celt curl dvdread libav modplug png spandsp vpx \ assrender celt curl dvdread libav modplug png rtmp spandsp vpx \
x ximagesrc zbar x ximagesrc zbar
.endif .endif
@ -292,6 +292,8 @@ mplex_DEPENDS= multimedia/gstreamer-plugins-mplex
qt4_DEPENDS= multimedia/gstreamer-qt4 qt4_DEPENDS= multimedia/gstreamer-qt4
qt4_GST_PREFIX= gstreamer- qt4_GST_PREFIX= gstreamer-
rtmp_DEPENDS= multimedia/gstreamer1-plugins-rtmp
v4l2_DEPENDS= multimedia/gstreamer-plugins-v4l2 v4l2_DEPENDS= multimedia/gstreamer-plugins-v4l2
vp8_DEPENDS= multimedia/gstreamer-plugins-vp8 vp8_DEPENDS= multimedia/gstreamer-plugins-vp8

View file

@ -3,7 +3,7 @@
PORTNAME= gstreamer1-plugins-all PORTNAME= gstreamer1-plugins-all
PORTVERSION= ${GST1_VERSION} PORTVERSION= ${GST1_VERSION}
PORTREVISION= 0 PORTREVISION= 1
CATEGORIES= multimedia CATEGORIES= multimedia
MASTER_SITES= # empty MASTER_SITES= # empty
DISTFILES= # empty DISTFILES= # empty

View file

@ -3,7 +3,7 @@
# $MCom: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.17 2006/07/17 01:39:57 ahze Exp $ # $MCom: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.17 2006/07/17 01:39:57 ahze Exp $
PORTNAME= gstreamer1-plugins-core PORTNAME= gstreamer1-plugins-core
PORTVERSION= ${GST1_VERSION} PORTVERSION= ${GST1_VERSION}${GST1_MINIMAL_VERSION}
PORTREVISION= 0 PORTREVISION= 0
CATEGORIES= multimedia audio CATEGORIES= multimedia audio
MASTER_SITES= # empty MASTER_SITES= # empty

View file

@ -0,0 +1,13 @@
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= multimedia
COMMENT= Gstreamer rtmp plugin
GST_PLUGIN= rtmp
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
.include "${MASTERDIR}/Makefile"

View file

@ -29,6 +29,7 @@ BAD_GST_ALL_PLUGINS+= \
mplex \ mplex \
opencv \ opencv \
resindvd \ resindvd \
rtmp \
schro \ schro \
soundtouch \ soundtouch \
spandsp \ spandsp \
@ -62,7 +63,6 @@ BAD_GST_ALL_PLUGINS+= \
opus \ opus \
pvr \ pvr \
rsvg \ rsvg \
rtmp \
sdl \ sdl \
sndfile \ sndfile \
sndio \ sndio \
@ -327,6 +327,9 @@ gst_pulse_LIB_DEPENDS= pulse:${PORTSDIR}/audio/pulseaudio
gst_resindvd_BUILD_DEPENDS= libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav gst_resindvd_BUILD_DEPENDS= libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav
gst_resindvd_RUN_DEPENDS= libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav gst_resindvd_RUN_DEPENDS= libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav
# rtmp
gst_rtmp_LIB_DEPENDS= rtmp.0:${PORTSDIR}/multimedia/rtmpdump
# shout2 # shout2
# keep the version to tell de difference between libshout and libshout2 # keep the version to tell de difference between libshout and libshout2
gst_shout2_LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 gst_shout2_LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2