mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
13
multimedia/gstreamer1-plugins-rtmp/Makefile
Normal file
13
multimedia/gstreamer1-plugins-rtmp/Makefile
Normal 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"
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue