Update gstreamer1 to upstream release 1.20.3

PR:		261585
Reviewed by:	riggs,jbeich,tcberner

Differential Revision:	https://reviews.freebsd.org/D36850
This commit is contained in:
Michal Zielonka 2022-09-20 19:47:40 +02:00 committed by Thomas Zander
parent 90c241c425
commit e3b732b479
No known key found for this signature in database
GPG Key ID: 856D8ED47C7EAFA5
282 changed files with 2532 additions and 1814 deletions

1
MOVED
View File

@ -17598,3 +17598,4 @@ www/rubygem-protocol-rack01|www/rubygem-protocol-rack|2022-10-09|Remove obsolete
www/rubygem-rack223|www/rubygem-rack|2022-10-09|Remove obsoleted port. Use www/rubygem-rack instead
databases/pymongo|databases/py-pymongo|2022-10-09|Add the py- prefix which all Python ports should have
audio/protracker|audio/pt2-clone|2022-10-12|Renamed to match project name
multimedia/gstreamer1-transcoder|multimedia/gstreamer1-plugins-bad|2022-10-15|Upstream included transcoding in plugins-bad

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin
@ -8,4 +8,10 @@ DIST= ugly
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
MESON_ARGS+= -Dgpl=enabled
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= liba52.so:audio/liba52
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgsta52dec.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin
@ -6,6 +6,12 @@ COMMENT= GStreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin
GST_PLUGIN= amrnb
DIST= ugly
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
MESON_ARGS+= -Dgpl=enabled
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libopencore-amrnb.so:audio/opencore-amr
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,2 @@
lib/gstreamer-%%VERSION%%/libgstamrnb.so
%%DATADIR%%-%%VERSION%%/presets/GstAmrnbEnc.prs

View File

@ -1,12 +1,18 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
PKGNAMESUFFIX= 1-plugins-amrwbdec
COMMENT= GStreamer OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin
GST_PLUGIN= amrwb
GST_PLUGIN= amrwbdec
DIST= ugly
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
MESON_ARGS+= -Dgpl=enabled
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libopencore-amrwb.so:audio/opencore-amr
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstamrwbdec.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer Bauer Stereophonic to Banaural BSP (bs2b) plugin
@ -6,6 +6,12 @@ COMMENT= GStreamer Bauer Stereophonic to Banaural BSP (bs2b) plugin
GST_PLUGIN= bs2b
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libbs2b.so:audio/libbs2b
MESON_ARGS+= -Dgpl=enabled
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstbs2b.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer CDDA extraction (aka audio ripping) plugin
@ -8,4 +8,8 @@ DIST= base
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libcdda_interface.so:audio/cdparanoia
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstcdparanoia.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer audio fingerprint extracting plugin
@ -8,4 +8,8 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libchromaprint.so:audio/chromaprint
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstchromaprint.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer MPEG-2 and MPEG-4 AAC encoder plugin
@ -8,4 +8,8 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libfaac.so:audio/faac
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstfaac.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer MPEG-2 and MPEG-4 AAC decoder plugin
@ -8,4 +8,10 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libfaad.so:audio/faad
MESON_ARGS+= -Dgpl=enabled
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstfaad.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 3
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer free lossless audio encoder/decoder plugin
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libFLAC.so:audio/flac
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstflac.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer flite run-time speech synthesis engine plugin
@ -8,4 +8,8 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libflite.so:audio/flite
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstflite.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer emulate gaming console sound processors plugin
@ -8,4 +8,8 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libgme.so:audio/libgme
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstgme.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer gsm encoding/decoding plugin
@ -8,4 +8,8 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libgsm.so:audio/gsm
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstgsm.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer low-latency audio server plugin
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libjack.so:audio/jack
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstjack.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer ladspa (Linux Audio Developer's Simple Plugin API) plugin
@ -8,4 +8,10 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
LIB_DEPENDS= liblrdf.so:textproc/liblrdf
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstladspa.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer High-quality free mp3 encode plugin
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libmp3lame.so:audio/lame
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstlame.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer lv2 wrapper plugin
@ -8,4 +8,14 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
LIB_DEPENDS= libsord-0.so:devel/sord \
libserd-0.so:devel/serd \
libsratom-0.so:audio/sratom \
liblilv-0.so:audio/lilv
.include "${MASTERDIR}/Makefile"
USES+= pkgconfig

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstlv2.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer module decoder based on modplug egine plugin
@ -8,4 +8,8 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libmodplug.so:audio/libmodplug
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstmodplug.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer MPEG Layer 1, 2, and 3 plugin
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libmpg123.so:audio/mpg123
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstmpg123.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer musepack mpc encoder/decoder plugin
@ -8,4 +8,8 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS=libmpcdec.so:audio/musepack
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstmusepack.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer Ogg bitstream plugin
@ -8,4 +8,8 @@ DIST= base
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libogg.so:audio/libogg
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstogg.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 3
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer OpenMPT audio decoder plugin
@ -6,13 +6,10 @@ COMMENT= GStreamer OpenMPT audio decoder plugin
GST_PLUGIN= openmpt
DIST= bad
OPENMPT_GST_DIRS= gst-libs/gst/audio
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
pre-build:
.for dir in ${OPENMPT_GST_DIRS}
@(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET})
.endfor
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libopenmpt.so:audio/libopenmpt
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstopenmpt.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer Opus audio encoder/decoder plugin
@ -8,4 +8,8 @@ DIST= base
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libopus.so:audio/opus
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstopus.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer pulseaudio plugin
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libpulse.so:audio/pulseaudio
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstpulseaudio.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer icecast output plugin
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libshout.so:audio/libshout
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstshout2.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer Commodore SID audio decoder plugin
@ -8,4 +8,10 @@ DIST= ugly
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libsidplay.so:audio/libsidplay
MESON_ARGS+= -Dgpl=enabled
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstsid.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 3
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer sndfile plugin
@ -8,4 +8,8 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libsndfile.so:audio/libsndfile
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstsndfile.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 3
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer soundtouch plugin
@ -8,4 +8,7 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libSoundTouch.so:audio/soundtouch
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstsoundtouch.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer speex voice encode/decode plugin
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libspeex.so:audio/speex
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstspeex.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer taglib plugin for adding APEv2 and ID3v2 headers
@ -11,4 +11,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libtag.so:audio/taglib
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgsttaglib.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer High-quality free MP2 encoder plugin
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libtwolame.so:audio/twolame
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgsttwolame.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer vorbis encoder/decoder plugin
@ -8,4 +8,9 @@ DIST= base
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
USE_GSTREAMER= ogg
LIB_DEPENDS= libvorbis.so:audio/libvorbis
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstvorbis.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer wavpack encode/decode plugin
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libwavpack.so:audio/wavpack
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstwavpack.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 3
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer WebRTC Audio Processing plugin
@ -10,4 +10,8 @@ USES+= compiler:c++11-lang
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing0
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstwebrtcdsp.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= comms
COMMENT= GStreamer DSP library and software FAX machine plugin
@ -8,4 +8,8 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libspandsp.so:comms/spandsp
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstspandsp.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= devel
COMMENT= GStreamer soup based http input plugin
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstsoup.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= ftp
COMMENT= GStreamer curl based output plugin
@ -8,4 +8,9 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libcurl.so:ftp/curl \
libssh2.so:security/libssh2
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstcurl.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer ASCII art videosink plugin
@ -8,4 +8,9 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libaa.so:graphics/aalib
USES= ncurses
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstaasink.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer overlay renderer plugin based on cairo
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME= cairo
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstcairo.so

View File

@ -1,12 +1,16 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= graphics
PKGNAMESUFFIX= 1-plugins-gdkpixbuf
COMMENT= GStreamer image decoder/overlay plugin
GST_PLUGIN= gdk_pixbuf
GST_PLUGIN= gdk-pixbuf
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME= gdkpixbuf2
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstgdkpixbuf.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 4
PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer GL graphics plugin
@ -15,17 +15,28 @@ OPTIONS_DEFINE= WAYLAND
OPTIONS_DEFAULT=WAYLAND
OPTIONS_SUB= yes
WAYLAND_CONFIGURE_ENABLE= wayland
OPTIONS_UNSET= WAYLAND
GL_WINSYS= "x11,egl"
WAYLAND_VARS= gl_winsys+=",wayland"
WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols
WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland
pre-build:
.for dir in ${GL_GST_DIRS}
@(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET})
.endfor
USES= gl
USE_GL= gl glu glesv2 egl
USE_XORG+=x11 \
xext \
xcb
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \
libpng16.so:graphics/png
post-install:
${INSTALL_DATA} ${WRKSRC}/pkgconfig/gstreamer-gl.pc \
${STAGEDIR}${PREFIX}/libdata/pkgconfig/gstreamer-gl-1.0.pc
MESON_ARGS+= -Dgl=enabled \
-Dgl_winsys="${GL_WINSYS}" \
-Dgl_api=opengl,gles2 \
-Dgl_platform=glx,egl
GST_PLUGIN_DIR= gst-libs/gst/gl ext/gl
.include "${MASTERDIR}/Makefile"

View File

@ -1,6 +1,8 @@
include/gstreamer-%%VERSION%%/gst/gl/egl/egl.h
include/gstreamer-%%VERSION%%/gst/gl/egl/gstegl.h
include/gstreamer-%%VERSION%%/gst/gl/egl/gsteglimage.h
include/gstreamer-%%VERSION%%/gst/gl/egl/gstgldisplay_egl.h
include/gstreamer-%%VERSION%%/gst/gl/egl/gstgldisplay_egl_device.h
include/gstreamer-%%VERSION%%/gst/gl/egl/gstglmemoryegl.h
include/gstreamer-%%VERSION%%/gst/gl/gl-enumtypes.h
include/gstreamer-%%VERSION%%/gst/gl/gl-prelude.h
@ -8,6 +10,7 @@ include/gstreamer-%%VERSION%%/gst/gl/gl.h
include/gstreamer-%%VERSION%%/gst/gl/glprototypes/all_functions.h
include/gstreamer-%%VERSION%%/gst/gl/glprototypes/base.h
include/gstreamer-%%VERSION%%/gst/gl/glprototypes/blending.h
include/gstreamer-%%VERSION%%/gst/gl/glprototypes/buffer_storage.h
include/gstreamer-%%VERSION%%/gst/gl/glprototypes/buffers.h
include/gstreamer-%%VERSION%%/gst/gl/glprototypes/debug.h
include/gstreamer-%%VERSION%%/gst/gl/glprototypes/eglimage.h
@ -26,10 +29,12 @@ include/gstreamer-%%VERSION%%/gst/gl/gstgl_fwd.h
include/gstreamer-%%VERSION%%/gst/gl/gstglapi.h
include/gstreamer-%%VERSION%%/gst/gl/gstglbasefilter.h
include/gstreamer-%%VERSION%%/gst/gl/gstglbasememory.h
include/gstreamer-%%VERSION%%/gst/gl/gstglbasesrc.h
include/gstreamer-%%VERSION%%/gst/gl/gstglbuffer.h
include/gstreamer-%%VERSION%%/gst/gl/gstglbufferpool.h
include/gstreamer-%%VERSION%%/gst/gl/gstglcolorconvert.h
include/gstreamer-%%VERSION%%/gst/gl/gstglcontext.h
include/gstreamer-%%VERSION%%/gst/gl/gstglcontextconfig.h
include/gstreamer-%%VERSION%%/gst/gl/gstgldebug.h
include/gstreamer-%%VERSION%%/gst/gl/gstgldisplay.h
include/gstreamer-%%VERSION%%/gst/gl/gstglfeature.h
@ -52,12 +57,24 @@ include/gstreamer-%%VERSION%%/gst/gl/gstglutils.h
include/gstreamer-%%VERSION%%/gst/gl/gstglviewconvert.h
include/gstreamer-%%VERSION%%/gst/gl/gstglwindow.h
%%WAYLAND%%include/gstreamer-%%VERSION%%/gst/gl/wayland/gstgldisplay_wayland.h
%%WAYLAND%%include/gstreamer-%%VERSION%%/gst/gl/wayland/wayland.h
include/gstreamer-%%VERSION%%/gst/gl/x11/gstgldisplay_x11.h
lib/girepository-1.0/GstGL-%%VERSION%%.typelib
include/gstreamer-%%VERSION%%/gst/gl/x11/x11.h
lib/girepository-%%VERSION%%/GstGL-%%VERSION%%.typelib
lib/girepository-%%VERSION%%/GstGLEGL-%%VERSION%%.typelib
%%WAYLAND%%lib/girepository-%%VERSION%%/GstGLWayland-%%VERSION%%.typelib
lib/girepository-%%VERSION%%/GstGLX11-%%VERSION%%.typelib
lib/gstreamer-%%VERSION%%/include/gst/gl/gstglconfig.h
lib/gstreamer-%%VERSION%%/libgstopengl.so
lib/libgstgl-%%VERSION%%.so
lib/libgstgl-%%VERSION%%.so.0
lib/libgstgl-%%VERSION%%.so.%%SOVERSION%%
libdata/pkgconfig/gstreamer-gl-%%VERSION%%.pc
share/gir-1.0/GstGL-%%VERSION%%.gir
libdata/pkgconfig/gstreamer-gl-egl-%%VERSION%%.pc
libdata/pkgconfig/gstreamer-gl-prototypes-%%VERSION%%.pc
%%WAYLAND%%libdata/pkgconfig/gstreamer-gl-wayland-%%VERSION%%.pc
libdata/pkgconfig/gstreamer-gl-x11-%%VERSION%%.pc
share/gir-%%VERSION%%/GstGL-%%VERSION%%.gir
share/gir-%%VERSION%%/GstGLEGL-%%VERSION%%.gir
%%WAYLAND%%share/gir-%%VERSION%%/GstGLWayland-%%VERSION%%.gir
share/gir-%%VERSION%%/GstGLX11-%%VERSION%%.gir

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer jpeg encoder/decoder plugin
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
USES= jpeg
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstjpeg.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer video sink via KMS plugin
@ -8,4 +8,8 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libdrm.so:graphics/libdrm
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstkms.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer color ASCII art plugin
@ -8,4 +8,8 @@ DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libcaca.so:graphics/libcaca
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstcacasink.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer libvisual plugin
@ -8,4 +8,8 @@ DIST= base
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libvisual-0.4.so:graphics/libvisual04
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstlibvisual.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 4
PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer opencv real time computer vision plugin
@ -10,6 +10,8 @@ MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
# Clang has issues with Overloaded stuff inside OpenCV
CXXFLAGS+= -Wno-overloaded-virtual
LIB_DEPENDS= libopencv_highgui.so:graphics/opencv
GST_PLUGIN_DIR= gst-libs/gst/opencv ext/opencv
PLIST= ${.CURDIR}/pkg-plist

View File

@ -5,5 +5,3 @@ lib/gstreamer-%%VERSION%%/libgstopencv.so
lib/libgstopencv-%%VERSION%%.so
lib/libgstopencv-%%VERSION%%.so.0
lib/libgstopencv-%%VERSION%%.so.%%SOVERSION%%
share/gst-plugins-bad/%%VERSION%%/opencv_haarcascades/fist.xml
share/gst-plugins-bad/%%VERSION%%/opencv_haarcascades/palm.xml

View File

@ -1,4 +1,4 @@
PORTREVISION= 12
PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer OpenExr codec plugin
@ -9,9 +9,11 @@ DIST= bad
CPPFLAGS+= -DInt64=uint64_t
pre-configure:
${REINPLACE_CMD} -e 's/c++98/c++11/' ${WRKSRC}/ext/openexr/Makefile.in
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libOpenEXR.so:graphics/openexr \
libImath-3_1.so:math/Imath
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstopenexr.so

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer jpeg2000 decoder plugin
@ -8,6 +8,8 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
EXTRA_PATCHES= ${.CURDIR}/files/patch-inc
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libopenjp2.so:graphics/openjpeg
.include "${MASTERDIR}/Makefile"

View File

@ -1,30 +0,0 @@
Put the openjpeg include directory first, so that <openjpeg.h> includes
$LOCALBASE/include/openjpeg-2.3/openjpeg.h instead of $LOCALBASE/include/openjpeg.h
--- ext/openjpeg/Makefile.in.orig 2018-09-16 22:05:02.688860000 +0300
+++ ext/openjpeg/Makefile.in 2018-09-16 22:05:11.316104000 +0300
@@ -861,21 +861,21 @@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
libgstopenjpeg_la-gstopenjpegdec.lo: gstopenjpegdec.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstopenjpeg_la_CFLAGS) $(CFLAGS) -MT libgstopenjpeg_la-gstopenjpegdec.lo -MD -MP -MF $(DEPDIR)/libgstopenjpeg_la-gstopenjpegdec.Tpo -c -o libgstopenjpeg_la-gstopenjpegdec.lo `test -f 'gstopenjpegdec.c' || echo '$(srcdir)/'`gstopenjpegdec.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(OPENJPEG_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstopenjpeg_la_CFLAGS) $(CFLAGS) -MT libgstopenjpeg_la-gstopenjpegdec.lo -MD -MP -MF $(DEPDIR)/libgstopenjpeg_la-gstopenjpegdec.Tpo -c -o libgstopenjpeg_la-gstopenjpegdec.lo `test -f 'gstopenjpegdec.c' || echo '$(srcdir)/'`gstopenjpegdec.c
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgstopenjpeg_la-gstopenjpegdec.Tpo $(DEPDIR)/libgstopenjpeg_la-gstopenjpegdec.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gstopenjpegdec.c' object='libgstopenjpeg_la-gstopenjpegdec.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstopenjpeg_la_CFLAGS) $(CFLAGS) -c -o libgstopenjpeg_la-gstopenjpegdec.lo `test -f 'gstopenjpegdec.c' || echo '$(srcdir)/'`gstopenjpegdec.c
libgstopenjpeg_la-gstopenjpegenc.lo: gstopenjpegenc.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstopenjpeg_la_CFLAGS) $(CFLAGS) -MT libgstopenjpeg_la-gstopenjpegenc.lo -MD -MP -MF $(DEPDIR)/libgstopenjpeg_la-gstopenjpegenc.Tpo -c -o libgstopenjpeg_la-gstopenjpegenc.lo `test -f 'gstopenjpegenc.c' || echo '$(srcdir)/'`gstopenjpegenc.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(OPENJPEG_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstopenjpeg_la_CFLAGS) $(CFLAGS) -MT libgstopenjpeg_la-gstopenjpegenc.lo -MD -MP -MF $(DEPDIR)/libgstopenjpeg_la-gstopenjpegenc.Tpo -c -o libgstopenjpeg_la-gstopenjpegenc.lo `test -f 'gstopenjpegenc.c' || echo '$(srcdir)/'`gstopenjpegenc.c
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgstopenjpeg_la-gstopenjpegenc.Tpo $(DEPDIR)/libgstopenjpeg_la-gstopenjpegenc.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gstopenjpegenc.c' object='libgstopenjpeg_la-gstopenjpegenc.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstopenjpeg_la_CFLAGS) $(CFLAGS) -c -o libgstopenjpeg_la-gstopenjpegenc.lo `test -f 'gstopenjpegenc.c' || echo '$(srcdir)/'`gstopenjpegenc.c
libgstopenjpeg_la-gstopenjpeg.lo: gstopenjpeg.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstopenjpeg_la_CFLAGS) $(CFLAGS) -MT libgstopenjpeg_la-gstopenjpeg.lo -MD -MP -MF $(DEPDIR)/libgstopenjpeg_la-gstopenjpeg.Tpo -c -o libgstopenjpeg_la-gstopenjpeg.lo `test -f 'gstopenjpeg.c' || echo '$(srcdir)/'`gstopenjpeg.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(OPENJPEG_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstopenjpeg_la_CFLAGS) $(CFLAGS) -MT libgstopenjpeg_la-gstopenjpeg.lo -MD -MP -MF $(DEPDIR)/libgstopenjpeg_la-gstopenjpeg.Tpo -c -o libgstopenjpeg_la-gstopenjpeg.lo `test -f 'gstopenjpeg.c' || echo '$(srcdir)/'`gstopenjpeg.c
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgstopenjpeg_la-gstopenjpeg.Tpo $(DEPDIR)/libgstopenjpeg_la-gstopenjpeg.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gstopenjpeg.c' object='libgstopenjpeg_la-gstopenjpeg.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstopenjpeg.so

View File

@ -1,12 +1,16 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= graphics
PKGNAMESUFFIX= 1-plugins-png
COMMENT= GStreamer png plugin
GST_PLUGIN= libpng
GST_PLUGIN= png
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libpng.so:graphics/png
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstpng.so

View File

@ -1,11 +1,18 @@
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer Qt videosink plugin
GST_PLUGIN= qt
GST_PLUGIN_SUFFIX= -qt
GST_PLUGIN= qt5
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
USES= compiler:c++11-lang qt:5
USE_QT= core gui declarative buildtools:build network x11extras
USE_GSTREAMER= gl
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
lib/gstreamer-%%VERSION%%/libgstqmlgl.so

Some files were not shown because too many files have changed in this diff Show More