Update gstreamer1 stack to version 1.16.2.

This commit is contained in:
ajacoutot 2019-12-08 10:16:17 +00:00
parent 8945fb778c
commit 9d2a63ccd2
24 changed files with 265 additions and 250 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.61 2019/09/25 22:48:02 ajacoutot Exp $
# $OpenBSD: Makefile.inc,v 1.62 2019/12/08 10:16:17 ajacoutot Exp $
# Most frequent usage of the GStreamer packages:
# core base library
@ -15,7 +15,7 @@
PORTROACH= limitw:1,even
V ?= 1.16.1
V ?= 1.16.2
API= 1.0
SUBST_VARS += API

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.54 2019/09/25 22:48:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.55 2019/12/08 10:16:18 ajacoutot Exp $
COMMENT= framework for streaming media
DISTNAME= gstreamer-${V}
PKGNAME= ${GST_PKGNAME_PREFIX}-${V}
SHARED_LIBS += gstreamer-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstbase-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstcheck-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstcontroller-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstnet-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstreamer-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstbase-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstcheck-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstcontroller-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstnet-1.0 5.0 # 0.1602.0
WANTLIB += c gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 intl m
@ -36,4 +36,6 @@ CONFIGURE_ARGS += -Dptp-helper-permissions=setuid-root
# XXX configure check lost in the autoconf -> meson migration
CFLAGS += -DHAVE_SYS_SOCKET_H
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gstreamer-1.16.1.tar.xz) = AiEcNEfE2qVZGcXA9DqCpvu1F0DVf8OvBjnUbxz0N30=
SIZE (gstreamer/gstreamer-1.16.1.tar.xz) = 3325992
SHA256 (gstreamer/gstreamer-1.16.2.tar.xz) = 4/BEJGeD/WhUOWRzc/oTuhT3qws0bq3QZDcJL4QZ6U4=
SIZE (gstreamer/gstreamer-1.16.2.tar.xz) = 3328600

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.20 2019/09/25 22:48:02 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.21 2019/12/08 10:16:18 ajacoutot Exp $
@bin bin/gst-inspect-${API}
@bin bin/gst-launch-${API}
@bin bin/gst-stats-${API}
@ -137,8 +137,8 @@ lib/girepository-${API}/GstCheck-${API}.typelib
lib/girepository-${API}/GstController-${API}.typelib
lib/girepository-${API}/GstNet-${API}.typelib
lib/gstreamer-${API}/
lib/gstreamer-${API}/libgstcoreelements.so
lib/gstreamer-${API}/libgstcoretracers.so
@so lib/gstreamer-${API}/libgstcoreelements.so
@so lib/gstreamer-${API}/libgstcoretracers.so
@lib lib/libgstbase-${API}.so.${LIBgstbase-${API}_VERSION}
@lib lib/libgstcheck-${API}.so.${LIBgstcheck-${API}_VERSION}
@lib lib/libgstcontroller-${API}.so.${LIBgstcontroller-${API}_VERSION}
@ -157,7 +157,7 @@ libexec/gstreamer-${API}/
@man man/man1/gst-stats-${API}.1
@man man/man1/gst-typefind-${API}.1
share/aclocal/gst-element-check-${API}.m4
share/gdb/auto-load/usr/local/lib/libgstreamer-${API}.so.0.1601.0-gdb.py
share/gdb/auto-load/usr/local/lib/libgstreamer-${API}.so.0.1602.0-gdb.py
share/gir-${API}/
share/gir-${API}/Gst-${API}.gir
share/gir-${API}/GstBase-${API}.gir

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.22 2019/09/08 10:07:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.23 2019/12/08 10:16:18 ajacoutot Exp $
COMMENT= C++ bindings for GStreamer
GNOME_PROJECT= gstreamermm
GNOME_VERSION= 1.10.0
PKGNAME= gstreamer1mm-${GNOME_VERSION}
REVISION= 3
REVISION= 4
SHARED_LIBS += gstreamermm-1.0 1.1 # 1.0
@ -34,4 +34,6 @@ CONFIGURE_ARGS= ac_cv_path_DOT= \
# needed for the examples
BUILD_DEPENDS += x11/gtk3mm
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>

View File

@ -1,23 +1,23 @@
# $OpenBSD: Makefile,v 1.77 2019/09/25 22:48:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.78 2019/12/08 10:16:18 ajacoutot Exp $
COMMENT= bad elements for GStreamer
DISTNAME= gst-plugins-bad-${V}
PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-bad-${V}
SHARED_LIBS += gstphotography-1.0 4.0 # 0.1601.0
SHARED_LIBS += gstbasecamerabinsrc-1.0 4.0 # 0.1601.0
SHARED_LIBS += gstcodecparsers-1.0 4.0 # 0.1601.0
SHARED_LIBS += gstinsertbin-1.0 3.0 # 0.1601.0
SHARED_LIBS += gsturidownloader-1.0 3.0 # 0.1601.0
SHARED_LIBS += gstmpegts-1.0 3.0 # 0.1601.0
SHARED_LIBS += gstplayer-1.0 1.0 # 0.1601.0
SHARED_LIBS += gstadaptivedemux-1.0 2.0 # 0.1601.0
SHARED_LIBS += gstbadvideo-1.0 3.0 # 0.1601.0
SHARED_LIBS += gstbadaudio-1.0 1.0 # 0.1601.0
SHARED_LIBS += gstisoff-1.0 1.0 # 0.1601.0
SHARED_LIBS += gstwebrtc-1.0 1.0 # 0.1601.0
SHARED_LIBS += gstsctp-1.0 1.0 # 0.1601.0
SHARED_LIBS += gstphotography-1.0 4.0 # 0.1602.0
SHARED_LIBS += gstbasecamerabinsrc-1.0 4.0 # 0.1602.0
SHARED_LIBS += gstcodecparsers-1.0 4.0 # 0.1602.0
SHARED_LIBS += gstinsertbin-1.0 3.0 # 0.1602.0
SHARED_LIBS += gsturidownloader-1.0 3.0 # 0.1602.0
SHARED_LIBS += gstmpegts-1.0 3.0 # 0.1602.0
SHARED_LIBS += gstplayer-1.0 1.0 # 0.1602.0
SHARED_LIBS += gstadaptivedemux-1.0 2.0 # 0.1602.0
SHARED_LIBS += gstbadvideo-1.0 3.0 # 0.1602.0
SHARED_LIBS += gstbadaudio-1.0 1.0 # 0.1602.0
SHARED_LIBS += gstisoff-1.0 1.0 # 0.1602.0
SHARED_LIBS += gstwebrtc-1.0 1.0 # 0.1602.0
SHARED_LIBS += gstsctp-1.0 1.0 # 0.1602.0
WANTLIB += ${COMPILER_LIBCXX} SoundTouch X11 ass bs2b bz2 cairo
WANTLIB += drm gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 lcms2
@ -61,6 +61,8 @@ CONFIGURE_ARGS += -D${d}=disabled
# hls_crypto_dep not deing defined (if not hls_crypto_dep.found ...)
CONFIGURE_ARGS += -Dhls-crypto="nettle"
DEBUG_PACKAGES= ${BUILD_PACKAGES}
pre-configure:
sed -i 's,/dev/dvd,/dev/rcd0c,g' \
${WRKSRC}/ext/resindvd/resindvdbin.c \

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gst-plugins-bad-1.16.1.tar.xz) = VkgclTObiYWvE7rBmxi8jacRjCp9lEDtcOfc15nCrbU=
SIZE (gstreamer/gst-plugins-bad-1.16.1.tar.xz) = 4882044
SHA256 (gstreamer/gst-plugins-bad-1.16.2.tar.xz) = 8ct6ojiVaaU0NmGq5HPwqUCpC4cgAYJLxH+oByoEHnQ=
SIZE (gstreamer/gst-plugins-bad-1.16.2.tar.xz) = 4887812

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.31 2019/09/25 22:48:02 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.32 2019/12/08 10:16:18 ajacoutot Exp $
include/gstreamer-${API}/gst/audio/audio-bad-prelude.h
include/gstreamer-${API}/gst/audio/gstnonstreamaudiodecoder.h
include/gstreamer-${API}/gst/audio/gstplanaraudioadapter.h
@ -72,82 +72,82 @@ lib/girepository-${API}/GstInsertBin-${API}.typelib
lib/girepository-${API}/GstMpegts-${API}.typelib
lib/girepository-${API}/GstPlayer-${API}.typelib
lib/girepository-${API}/GstWebRTC-${API}.typelib
lib/gstreamer-${API}/libgstaccurip.so
lib/gstreamer-${API}/libgstadpcmdec.so
lib/gstreamer-${API}/libgstadpcmenc.so
lib/gstreamer-${API}/libgstaiff.so
lib/gstreamer-${API}/libgstasfmux.so
lib/gstreamer-${API}/libgstassrender.so
lib/gstreamer-${API}/libgstaudiobuffersplit.so
lib/gstreamer-${API}/libgstaudiofxbad.so
lib/gstreamer-${API}/libgstaudiolatency.so
lib/gstreamer-${API}/libgstaudiomixmatrix.so
lib/gstreamer-${API}/libgstaudiovisualizers.so
lib/gstreamer-${API}/libgstautoconvert.so
lib/gstreamer-${API}/libgstbayer.so
lib/gstreamer-${API}/libgstbs2b.so
lib/gstreamer-${API}/libgstbz2.so
lib/gstreamer-${API}/libgstcamerabin.so
lib/gstreamer-${API}/libgstclosedcaption.so
lib/gstreamer-${API}/libgstcoloreffects.so
lib/gstreamer-${API}/libgstcolormanagement.so
lib/gstreamer-${API}/libgstdashdemux.so
lib/gstreamer-${API}/libgstdebugutilsbad.so
lib/gstreamer-${API}/libgstdvbsuboverlay.so
lib/gstreamer-${API}/libgstdvdspu.so
lib/gstreamer-${API}/libgstfaceoverlay.so
lib/gstreamer-${API}/libgstfestival.so
lib/gstreamer-${API}/libgstfieldanalysis.so
lib/gstreamer-${API}/libgstfreeverb.so
lib/gstreamer-${API}/libgstfrei0r.so
lib/gstreamer-${API}/libgstgaudieffects.so
lib/gstreamer-${API}/libgstgdp.so
lib/gstreamer-${API}/libgstgeometrictransform.so
lib/gstreamer-${API}/libgsthls.so
lib/gstreamer-${API}/libgstid3tag.so
lib/gstreamer-${API}/libgstinter.so
lib/gstreamer-${API}/libgstinterlace.so
lib/gstreamer-${API}/libgstipcpipeline.so
lib/gstreamer-${API}/libgstivfparse.so
lib/gstreamer-${API}/libgstivtc.so
lib/gstreamer-${API}/libgstjp2kdecimator.so
lib/gstreamer-${API}/libgstjpegformat.so
lib/gstreamer-${API}/libgstkms.so
lib/gstreamer-${API}/libgstlegacyrawparse.so
lib/gstreamer-${API}/libgstmidi.so
lib/gstreamer-${API}/libgstmms.so
lib/gstreamer-${API}/libgstmpegpsdemux.so
lib/gstreamer-${API}/libgstmpegpsmux.so
lib/gstreamer-${API}/libgstmpegtsdemux.so
lib/gstreamer-${API}/libgstmpegtsmux.so
lib/gstreamer-${API}/libgstmxf.so
lib/gstreamer-${API}/libgstnetsim.so
lib/gstreamer-${API}/libgstopusparse.so
lib/gstreamer-${API}/libgstpcapparse.so
lib/gstreamer-${API}/libgstpnm.so
lib/gstreamer-${API}/libgstproxy.so
lib/gstreamer-${API}/libgstremovesilence.so
lib/gstreamer-${API}/libgstrfbsrc.so
lib/gstreamer-${API}/libgstrsvg.so
lib/gstreamer-${API}/libgstrtponvif.so
lib/gstreamer-${API}/libgstsdpelem.so
lib/gstreamer-${API}/libgstsegmentclip.so
lib/gstreamer-${API}/libgstshm.so
lib/gstreamer-${API}/libgstsiren.so
lib/gstreamer-${API}/libgstsmooth.so
lib/gstreamer-${API}/libgstsmoothstreaming.so
lib/gstreamer-${API}/libgstsoundtouch.so
lib/gstreamer-${API}/libgstspeed.so
lib/gstreamer-${API}/libgstsubenc.so
lib/gstreamer-${API}/libgsttimecode.so
lib/gstreamer-${API}/libgstttmlsubs.so
lib/gstreamer-${API}/libgstvideofiltersbad.so
lib/gstreamer-${API}/libgstvideoframe_audiolevel.so
lib/gstreamer-${API}/libgstvideoparsersbad.so
lib/gstreamer-${API}/libgstvideosignal.so
lib/gstreamer-${API}/libgstvmnc.so
lib/gstreamer-${API}/libgsty4mdec.so
lib/gstreamer-${API}/libgstyadif.so
@so lib/gstreamer-${API}/libgstaccurip.so
@so lib/gstreamer-${API}/libgstadpcmdec.so
@so lib/gstreamer-${API}/libgstadpcmenc.so
@so lib/gstreamer-${API}/libgstaiff.so
@so lib/gstreamer-${API}/libgstasfmux.so
@so lib/gstreamer-${API}/libgstassrender.so
@so lib/gstreamer-${API}/libgstaudiobuffersplit.so
@so lib/gstreamer-${API}/libgstaudiofxbad.so
@so lib/gstreamer-${API}/libgstaudiolatency.so
@so lib/gstreamer-${API}/libgstaudiomixmatrix.so
@so lib/gstreamer-${API}/libgstaudiovisualizers.so
@so lib/gstreamer-${API}/libgstautoconvert.so
@so lib/gstreamer-${API}/libgstbayer.so
@so lib/gstreamer-${API}/libgstbs2b.so
@so lib/gstreamer-${API}/libgstbz2.so
@so lib/gstreamer-${API}/libgstcamerabin.so
@so lib/gstreamer-${API}/libgstclosedcaption.so
@so lib/gstreamer-${API}/libgstcoloreffects.so
@so lib/gstreamer-${API}/libgstcolormanagement.so
@so lib/gstreamer-${API}/libgstdashdemux.so
@so lib/gstreamer-${API}/libgstdebugutilsbad.so
@so lib/gstreamer-${API}/libgstdvbsuboverlay.so
@so lib/gstreamer-${API}/libgstdvdspu.so
@so lib/gstreamer-${API}/libgstfaceoverlay.so
@so lib/gstreamer-${API}/libgstfestival.so
@so lib/gstreamer-${API}/libgstfieldanalysis.so
@so lib/gstreamer-${API}/libgstfreeverb.so
@so lib/gstreamer-${API}/libgstfrei0r.so
@so lib/gstreamer-${API}/libgstgaudieffects.so
@so lib/gstreamer-${API}/libgstgdp.so
@so lib/gstreamer-${API}/libgstgeometrictransform.so
@so lib/gstreamer-${API}/libgsthls.so
@so lib/gstreamer-${API}/libgstid3tag.so
@so lib/gstreamer-${API}/libgstinter.so
@so lib/gstreamer-${API}/libgstinterlace.so
@so lib/gstreamer-${API}/libgstipcpipeline.so
@so lib/gstreamer-${API}/libgstivfparse.so
@so lib/gstreamer-${API}/libgstivtc.so
@so lib/gstreamer-${API}/libgstjp2kdecimator.so
@so lib/gstreamer-${API}/libgstjpegformat.so
@so lib/gstreamer-${API}/libgstkms.so
@so lib/gstreamer-${API}/libgstlegacyrawparse.so
@so lib/gstreamer-${API}/libgstmidi.so
@so lib/gstreamer-${API}/libgstmms.so
@so lib/gstreamer-${API}/libgstmpegpsdemux.so
@so lib/gstreamer-${API}/libgstmpegpsmux.so
@so lib/gstreamer-${API}/libgstmpegtsdemux.so
@so lib/gstreamer-${API}/libgstmpegtsmux.so
@so lib/gstreamer-${API}/libgstmxf.so
@so lib/gstreamer-${API}/libgstnetsim.so
@so lib/gstreamer-${API}/libgstopusparse.so
@so lib/gstreamer-${API}/libgstpcapparse.so
@so lib/gstreamer-${API}/libgstpnm.so
@so lib/gstreamer-${API}/libgstproxy.so
@so lib/gstreamer-${API}/libgstremovesilence.so
@so lib/gstreamer-${API}/libgstrfbsrc.so
@so lib/gstreamer-${API}/libgstrsvg.so
@so lib/gstreamer-${API}/libgstrtponvif.so
@so lib/gstreamer-${API}/libgstsdpelem.so
@so lib/gstreamer-${API}/libgstsegmentclip.so
@so lib/gstreamer-${API}/libgstshm.so
@so lib/gstreamer-${API}/libgstsiren.so
@so lib/gstreamer-${API}/libgstsmooth.so
@so lib/gstreamer-${API}/libgstsmoothstreaming.so
@so lib/gstreamer-${API}/libgstsoundtouch.so
@so lib/gstreamer-${API}/libgstspeed.so
@so lib/gstreamer-${API}/libgstsubenc.so
@so lib/gstreamer-${API}/libgsttimecode.so
@so lib/gstreamer-${API}/libgstttmlsubs.so
@so lib/gstreamer-${API}/libgstvideofiltersbad.so
@so lib/gstreamer-${API}/libgstvideoframe_audiolevel.so
@so lib/gstreamer-${API}/libgstvideoparsersbad.so
@so lib/gstreamer-${API}/libgstvideosignal.so
@so lib/gstreamer-${API}/libgstvmnc.so
@so lib/gstreamer-${API}/libgsty4mdec.so
@so lib/gstreamer-${API}/libgstyadif.so
@lib lib/libgstadaptivedemux-${API}.so.${LIBgstadaptivedemux-${API}_VERSION}
@lib lib/libgstbadaudio-${API}.so.${LIBgstbadaudio-${API}_VERSION}
@lib lib/libgstbasecamerabinsrc-${API}.so.${LIBgstbasecamerabinsrc-${API}_VERSION}

View File

@ -1,22 +1,22 @@
# $OpenBSD: Makefile,v 1.75 2019/09/25 22:48:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.76 2019/12/08 10:16:18 ajacoutot Exp $
COMMENT= base elements for GStreamer
DISTNAME= gst-plugins-base-${V}
PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-base-${V}
SHARED_LIBS += gsttag-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstfft-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstvideo-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstaudio-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstrtp-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstsdp-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstrtsp-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstpbutils-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstriff-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstapp-1.0 5.0 # 0.1601.0
SHARED_LIBS += gstallocators-1.0 4.0 # 0.1601.0
SHARED_LIBS += gstgl-1.0 4.0 # 0.1601.0
SHARED_LIBS += gsttag-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstfft-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstvideo-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstaudio-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstrtp-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstsdp-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstrtsp-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstpbutils-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstriff-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstapp-1.0 5.0 # 0.1602.0
SHARED_LIBS += gstallocators-1.0 4.0 # 0.1602.0
SHARED_LIBS += gstgl-1.0 4.0 # 0.1602.0
MASTER_SITES= ${MASTER_SITE_GST:=gst-plugins-base/}
@ -52,6 +52,8 @@ CONFIGURE_ARGS += -Dlibvisual=disabled
# XXX needs vorbisidec
CONFIGURE_ARGS += -Dtremor=disabled
DEBUG_PACKAGES= ${BUILD_PACKAGES}
post-extract:
cp -R ${FILESDIR} ${WRKSRC}/ext/sndio
sed -i 's,/dev/cdrom1,/dev/rcd1c,g' \

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gst-plugins-base-1.16.1.tar.xz) = XDzEiZM9BZcIfJvGuiUck2k9ZFVLzFY1OaCE+i1fyys=
SIZE (gstreamer/gst-plugins-base-1.16.1.tar.xz) = 3934908
SHA256 (gstreamer/gst-plugins-base-1.16.2.tar.xz) = sT5z4v50pBZlUvlXfD3LJL7QdwIbnH+mANkQ7GmHgWo=
SIZE (gstreamer/gst-plugins-base-1.16.2.tar.xz) = 3939868

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.18 2019/04/21 08:49:42 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.19 2019/12/08 10:16:18 ajacoutot Exp $
@conflict gstreamer1-plugins-bad-<1.14.0
@bin bin/gst-device-monitor-${API}
@bin bin/gst-discoverer-${API}
@ -214,38 +214,38 @@ lib/gstreamer-${API}/include/
lib/gstreamer-${API}/include/gst/
lib/gstreamer-${API}/include/gst/gl/
lib/gstreamer-${API}/include/gst/gl/gstglconfig.h
lib/gstreamer-${API}/libgstadder.so
lib/gstreamer-${API}/libgstapp.so
lib/gstreamer-${API}/libgstaudioconvert.so
lib/gstreamer-${API}/libgstaudiomixer.so
lib/gstreamer-${API}/libgstaudiorate.so
lib/gstreamer-${API}/libgstaudioresample.so
lib/gstreamer-${API}/libgstaudiotestsrc.so
lib/gstreamer-${API}/libgstcdparanoia.so
lib/gstreamer-${API}/libgstcompositor.so
lib/gstreamer-${API}/libgstencoding.so
lib/gstreamer-${API}/libgstgio.so
lib/gstreamer-${API}/libgstogg.so
lib/gstreamer-${API}/libgstopengl.so
lib/gstreamer-${API}/libgstopus.so
lib/gstreamer-${API}/libgstoverlaycomposition.so
lib/gstreamer-${API}/libgstpango.so
lib/gstreamer-${API}/libgstpbtypes.so
lib/gstreamer-${API}/libgstplayback.so
lib/gstreamer-${API}/libgstrawparse.so
lib/gstreamer-${API}/libgstsndio.so
lib/gstreamer-${API}/libgstsubparse.so
lib/gstreamer-${API}/libgsttcp.so
lib/gstreamer-${API}/libgsttheora.so
lib/gstreamer-${API}/libgsttypefindfunctions.so
lib/gstreamer-${API}/libgstvideoconvert.so
lib/gstreamer-${API}/libgstvideorate.so
lib/gstreamer-${API}/libgstvideoscale.so
lib/gstreamer-${API}/libgstvideotestsrc.so
lib/gstreamer-${API}/libgstvolume.so
lib/gstreamer-${API}/libgstvorbis.so
lib/gstreamer-${API}/libgstximagesink.so
lib/gstreamer-${API}/libgstxvimagesink.so
@so lib/gstreamer-${API}/libgstadder.so
@so lib/gstreamer-${API}/libgstapp.so
@so lib/gstreamer-${API}/libgstaudioconvert.so
@so lib/gstreamer-${API}/libgstaudiomixer.so
@so lib/gstreamer-${API}/libgstaudiorate.so
@so lib/gstreamer-${API}/libgstaudioresample.so
@so lib/gstreamer-${API}/libgstaudiotestsrc.so
@so lib/gstreamer-${API}/libgstcdparanoia.so
@so lib/gstreamer-${API}/libgstcompositor.so
@so lib/gstreamer-${API}/libgstencoding.so
@so lib/gstreamer-${API}/libgstgio.so
@so lib/gstreamer-${API}/libgstogg.so
@so lib/gstreamer-${API}/libgstopengl.so
@so lib/gstreamer-${API}/libgstopus.so
@so lib/gstreamer-${API}/libgstoverlaycomposition.so
@so lib/gstreamer-${API}/libgstpango.so
@so lib/gstreamer-${API}/libgstpbtypes.so
@so lib/gstreamer-${API}/libgstplayback.so
@so lib/gstreamer-${API}/libgstrawparse.so
@so lib/gstreamer-${API}/libgstsndio.so
@so lib/gstreamer-${API}/libgstsubparse.so
@so lib/gstreamer-${API}/libgsttcp.so
@so lib/gstreamer-${API}/libgsttheora.so
@so lib/gstreamer-${API}/libgsttypefindfunctions.so
@so lib/gstreamer-${API}/libgstvideoconvert.so
@so lib/gstreamer-${API}/libgstvideorate.so
@so lib/gstreamer-${API}/libgstvideoscale.so
@so lib/gstreamer-${API}/libgstvideotestsrc.so
@so lib/gstreamer-${API}/libgstvolume.so
@so lib/gstreamer-${API}/libgstvorbis.so
@so lib/gstreamer-${API}/libgstximagesink.so
@so lib/gstreamer-${API}/libgstxvimagesink.so
@lib lib/libgstallocators-${API}.so.${LIBgstallocators-${API}_VERSION}
@lib lib/libgstapp-${API}.so.${LIBgstapp-${API}_VERSION}
@lib lib/libgstaudio-${API}.so.${LIBgstaudio-${API}_VERSION}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.66 2019/09/25 22:48:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.67 2019/12/08 10:16:18 ajacoutot Exp $
# XXX ossaudio(3) is only enabled to be used as a mixing device by
# x11/xfce4/xfce4-mixer
@ -70,6 +70,8 @@ CONFIGURE_ARGS= -Daalib=disabled \
-Dwaveform=disabled \
-Dv4l2-gudev=disabled
DEBUG_PACKAGES= ${BUILD_PACKAGES}
pre-configure:
sed -i 's,/dev/dsp,/dev/audio,g' \
${WRKSRC}/docs/plugins/gst-plugins-good-plugins.args \

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gst-plugins-good-1.16.1.tar.xz) = n7q+aQGPzscH3wtxFQFod2BAzebBomu1qCoTZ1X6jx8=
SIZE (gstreamer/gst-plugins-good-1.16.1.tar.xz) = 3892840
SHA256 (gstreamer/gst-plugins-good-1.16.2.tar.xz) = QLs7r9olwLc5yPw25IOA/M9hxNP4N0fpesP5sBcbExk=
SIZE (gstreamer/gst-plugins-good-1.16.2.tar.xz) = 3897172

View File

@ -1,68 +1,68 @@
@comment $OpenBSD: PLIST-main,v 1.18 2019/09/25 22:48:02 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.19 2019/12/08 10:16:18 ajacoutot Exp $
@conflict gstreamer1-plugins-bad-<1.14.0
@conflict gstreamer1-plugins-ugly-<1.14.0
lib/gstreamer-${API}/libgstalaw.so
lib/gstreamer-${API}/libgstalpha.so
lib/gstreamer-${API}/libgstalphacolor.so
lib/gstreamer-${API}/libgstapetag.so
lib/gstreamer-${API}/libgstaudiofx.so
lib/gstreamer-${API}/libgstaudioparsers.so
lib/gstreamer-${API}/libgstauparse.so
lib/gstreamer-${API}/libgstautodetect.so
lib/gstreamer-${API}/libgstavi.so
lib/gstreamer-${API}/libgstcairo.so
lib/gstreamer-${API}/libgstcutter.so
lib/gstreamer-${API}/libgstdebug.so
lib/gstreamer-${API}/libgstdeinterlace.so
lib/gstreamer-${API}/libgstdtmf.so
lib/gstreamer-${API}/libgsteffectv.so
lib/gstreamer-${API}/libgstequalizer.so
lib/gstreamer-${API}/libgstflac.so
lib/gstreamer-${API}/libgstflv.so
lib/gstreamer-${API}/libgstflxdec.so
lib/gstreamer-${API}/libgstgdkpixbuf.so
lib/gstreamer-${API}/libgstgoom.so
lib/gstreamer-${API}/libgstgoom2k1.so
lib/gstreamer-${API}/libgstgtk.so
lib/gstreamer-${API}/libgsticydemux.so
lib/gstreamer-${API}/libgstid3demux.so
lib/gstreamer-${API}/libgstimagefreeze.so
lib/gstreamer-${API}/libgstinterleave.so
lib/gstreamer-${API}/libgstisomp4.so
lib/gstreamer-${API}/libgstjpeg.so
lib/gstreamer-${API}/libgstlevel.so
lib/gstreamer-${API}/libgstmatroska.so
lib/gstreamer-${API}/libgstmonoscope.so
lib/gstreamer-${API}/libgstmulaw.so
lib/gstreamer-${API}/libgstmultifile.so
lib/gstreamer-${API}/libgstmultipart.so
lib/gstreamer-${API}/libgstnavigationtest.so
lib/gstreamer-${API}/libgstossaudio.so
lib/gstreamer-${API}/libgstpng.so
lib/gstreamer-${API}/libgstreplaygain.so
lib/gstreamer-${API}/libgstrtp.so
lib/gstreamer-${API}/libgstrtpmanager.so
lib/gstreamer-${API}/libgstrtsp.so
lib/gstreamer-${API}/libgstshapewipe.so
lib/gstreamer-${API}/libgstshout2.so
lib/gstreamer-${API}/libgstsmpte.so
lib/gstreamer-${API}/libgstsoup.so
lib/gstreamer-${API}/libgstspectrum.so
lib/gstreamer-${API}/libgstspeex.so
lib/gstreamer-${API}/libgsttaglib.so
lib/gstreamer-${API}/libgsttwolame.so
lib/gstreamer-${API}/libgstudp.so
lib/gstreamer-${API}/libgstvideo4linux2.so
lib/gstreamer-${API}/libgstvideobox.so
lib/gstreamer-${API}/libgstvideocrop.so
lib/gstreamer-${API}/libgstvideofilter.so
lib/gstreamer-${API}/libgstvideomixer.so
lib/gstreamer-${API}/libgstvpx.so
lib/gstreamer-${API}/libgstwavenc.so
lib/gstreamer-${API}/libgstwavpack.so
lib/gstreamer-${API}/libgstwavparse.so
lib/gstreamer-${API}/libgstximagesrc.so
lib/gstreamer-${API}/libgsty4menc.so
@so lib/gstreamer-${API}/libgstalaw.so
@so lib/gstreamer-${API}/libgstalpha.so
@so lib/gstreamer-${API}/libgstalphacolor.so
@so lib/gstreamer-${API}/libgstapetag.so
@so lib/gstreamer-${API}/libgstaudiofx.so
@so lib/gstreamer-${API}/libgstaudioparsers.so
@so lib/gstreamer-${API}/libgstauparse.so
@so lib/gstreamer-${API}/libgstautodetect.so
@so lib/gstreamer-${API}/libgstavi.so
@so lib/gstreamer-${API}/libgstcairo.so
@so lib/gstreamer-${API}/libgstcutter.so
@so lib/gstreamer-${API}/libgstdebug.so
@so lib/gstreamer-${API}/libgstdeinterlace.so
@so lib/gstreamer-${API}/libgstdtmf.so
@so lib/gstreamer-${API}/libgsteffectv.so
@so lib/gstreamer-${API}/libgstequalizer.so
@so lib/gstreamer-${API}/libgstflac.so
@so lib/gstreamer-${API}/libgstflv.so
@so lib/gstreamer-${API}/libgstflxdec.so
@so lib/gstreamer-${API}/libgstgdkpixbuf.so
@so lib/gstreamer-${API}/libgstgoom.so
@so lib/gstreamer-${API}/libgstgoom2k1.so
@so lib/gstreamer-${API}/libgstgtk.so
@so lib/gstreamer-${API}/libgsticydemux.so
@so lib/gstreamer-${API}/libgstid3demux.so
@so lib/gstreamer-${API}/libgstimagefreeze.so
@so lib/gstreamer-${API}/libgstinterleave.so
@so lib/gstreamer-${API}/libgstisomp4.so
@so lib/gstreamer-${API}/libgstjpeg.so
@so lib/gstreamer-${API}/libgstlevel.so
@so lib/gstreamer-${API}/libgstmatroska.so
@so lib/gstreamer-${API}/libgstmonoscope.so
@so lib/gstreamer-${API}/libgstmulaw.so
@so lib/gstreamer-${API}/libgstmultifile.so
@so lib/gstreamer-${API}/libgstmultipart.so
@so lib/gstreamer-${API}/libgstnavigationtest.so
@so lib/gstreamer-${API}/libgstossaudio.so
@so lib/gstreamer-${API}/libgstpng.so
@so lib/gstreamer-${API}/libgstreplaygain.so
@so lib/gstreamer-${API}/libgstrtp.so
@so lib/gstreamer-${API}/libgstrtpmanager.so
@so lib/gstreamer-${API}/libgstrtsp.so
@so lib/gstreamer-${API}/libgstshapewipe.so
@so lib/gstreamer-${API}/libgstshout2.so
@so lib/gstreamer-${API}/libgstsmpte.so
@so lib/gstreamer-${API}/libgstsoup.so
@so lib/gstreamer-${API}/libgstspectrum.so
@so lib/gstreamer-${API}/libgstspeex.so
@so lib/gstreamer-${API}/libgsttaglib.so
@so lib/gstreamer-${API}/libgsttwolame.so
@so lib/gstreamer-${API}/libgstudp.so
@so lib/gstreamer-${API}/libgstvideo4linux2.so
@so lib/gstreamer-${API}/libgstvideobox.so
@so lib/gstreamer-${API}/libgstvideocrop.so
@so lib/gstreamer-${API}/libgstvideofilter.so
@so lib/gstreamer-${API}/libgstvideomixer.so
@so lib/gstreamer-${API}/libgstvpx.so
@so lib/gstreamer-${API}/libgstwavenc.so
@so lib/gstreamer-${API}/libgstwavpack.so
@so lib/gstreamer-${API}/libgstwavparse.so
@so lib/gstreamer-${API}/libgstximagesrc.so
@so lib/gstreamer-${API}/libgsty4menc.so
share/gstreamer-${API}/presets/
share/gstreamer-${API}/presets/GstIirEqualizer10Bands.prs
share/gstreamer-${API}/presets/GstIirEqualizer3Bands.prs

View File

@ -1,2 +1,2 @@
@comment $OpenBSD: PLIST-pulse,v 1.3 2017/05/08 10:46:53 ajacoutot Exp $
lib/gstreamer-${API}/libgstpulseaudio.so
@comment $OpenBSD: PLIST-pulse,v 1.4 2019/12/08 10:16:18 ajacoutot Exp $
@so lib/gstreamer-${API}/libgstpulseaudio.so

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2019/09/25 22:48:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.45 2019/12/08 10:16:18 ajacoutot Exp $
COMMENT= ffmpeg elements for GStreamer
@ -14,4 +14,6 @@ MASTER_SITES= ${MASTER_SITE_GST:=gst-libav/}
LIB_DEPENDS= ${P}/plugins-base=${V} \
graphics/ffmpeg
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gst-libav-1.16.1.tar.xz) = 6KV0iumkp76WllEhguqf+m7+C+m3l2kWVI6dQ4HKYcQ=
SIZE (gstreamer/gst-libav-1.16.1.tar.xz) = 9461756
SHA256 (gstreamer/gst-libav-1.16.2.tar.xz) = xyT2EnAMFakzxzVvvquwu5Vx+1U4+LG1TU0tlBiN7vI=
SIZE (gstreamer/gst-libav-1.16.2.tar.xz) = 9466288

View File

@ -1,2 +1,2 @@
@comment $OpenBSD: PLIST,v 1.5 2019/04/21 08:50:45 ajacoutot Exp $
lib/gstreamer-${API}/libgstlibav.so
@comment $OpenBSD: PLIST,v 1.6 2019/12/08 10:16:18 ajacoutot Exp $
@so lib/gstreamer-${API}/libgstlibav.so

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2019/09/25 22:48:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.40 2019/12/08 10:16:18 ajacoutot Exp $
COMMENT= ugly elements for GStreamer
@ -23,6 +23,8 @@ CONFIGURE_ARGS= -Da52dec=disabled \
-Dmpeg2dec=disabled \
-Dsidplay=disabled
DEBUG_PACKAGES= ${BUILD_PACKAGES}
pre-configure:
sed -i 's,/dev/dvd,/dev/rcd0c,g' \
${WRKSRC}/ext/dvdread/dvdreadsrc.c

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gst-plugins-ugly-1.16.1.tar.xz) = S/kTsspRlaw7U7XjreLcfEXSJYUHVS3chQxfpCWWih0=
SIZE (gstreamer/gst-plugins-ugly-1.16.1.tar.xz) = 891956
SHA256 (gstreamer/gst-plugins-ugly-1.16.2.tar.xz) = VQBBW4Zei2J3XUdCy7nzcUalDK7PwOem/AFg08Vg+8o=
SIZE (gstreamer/gst-plugins-ugly-1.16.2.tar.xz) = 893964

View File

@ -1,12 +1,12 @@
@comment $OpenBSD: PLIST,v 1.14 2019/09/25 22:48:02 ajacoutot Exp $
lib/gstreamer-${API}/libgstasf.so
lib/gstreamer-${API}/libgstcdio.so
lib/gstreamer-${API}/libgstdvdlpcmdec.so
lib/gstreamer-${API}/libgstdvdread.so
lib/gstreamer-${API}/libgstdvdsub.so
lib/gstreamer-${API}/libgstrealmedia.so
lib/gstreamer-${API}/libgstx264.so
lib/gstreamer-${API}/libgstxingmux.so
@comment $OpenBSD: PLIST,v 1.15 2019/12/08 10:16:18 ajacoutot Exp $
@so lib/gstreamer-${API}/libgstasf.so
@so lib/gstreamer-${API}/libgstcdio.so
@so lib/gstreamer-${API}/libgstdvdlpcmdec.so
@so lib/gstreamer-${API}/libgstdvdread.so
@so lib/gstreamer-${API}/libgstdvdsub.so
@so lib/gstreamer-${API}/libgstrealmedia.so
@so lib/gstreamer-${API}/libgstx264.so
@so lib/gstreamer-${API}/libgstxingmux.so
share/gstreamer-${API}/presets/
share/gstreamer-${API}/presets/GstX264Enc.prs
share/locale/af/LC_MESSAGES/gst-plugins-ugly-${API}.mo

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2019/09/25 22:48:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.15 2019/12/08 10:16:18 ajacoutot Exp $
COMMENT= overrides for the gobject-introspection-based pygst bindings
@ -8,8 +8,7 @@ PKGNAME= py-gstreamer1-${V}
HOMEPAGE= http://gstreamer.freedesktop.org/modules/gst-python.html
WANTLIB += ${MODPY_WANTLIB}
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gstreamer-1.0 intl
WANTLIB += pthread
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gstreamer-1.0
MASTER_SITES= ${MASTER_SITE_GST:=gst-python/}
@ -26,4 +25,6 @@ LIB_DEPENDS= ${P}/core>=${V} \
CONFIGURE_ARGS= -Dlibpython-dir=${LOCALBASE}/lib
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gst-python-1.16.1.tar.xz) = tGnIlVEm9BuM4L9om3Ap8YLNMF9CKzqN81t4C9g0dIk=
SIZE (gstreamer/gst-python-1.16.1.tar.xz) = 412888
SHA256 (gstreamer/gst-python-1.16.2.tar.xz) = II3zFI1z2fQW0BZWRzdYXY6nY9kSAXMtRLX+aIxiiKg=
SIZE (gstreamer/gst-python-1.16.2.tar.xz) = 414912

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.4 2019/04/21 08:51:27 ajacoutot Exp $
lib/gstreamer-${API}/libgstpython.so
@comment $OpenBSD: PLIST,v 1.5 2019/12/08 10:16:18 ajacoutot Exp $
@so lib/gstreamer-${API}/libgstpython.so
lib/python${MODPY_VERSION}/site-packages/gi/overrides/Gst.py
lib/python${MODPY_VERSION}/site-packages/gi/overrides/GstPbutils.py
lib/python${MODPY_VERSION}/site-packages/gi/overrides/_gi_gst.so
@so lib/python${MODPY_VERSION}/site-packages/gi/overrides/_gi_gst.so