Bump the gstreamer1 gang to version 1.10.1.

This commit is contained in:
ajacoutot 2016-11-17 16:56:05 +00:00
parent d49c94d42c
commit 009586d453
13 changed files with 59 additions and 62 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.32 2016/11/02 22:18:39 ajacoutot Exp $
# $OpenBSD: Makefile.inc,v 1.33 2016/11/17 16:56:05 ajacoutot Exp $
# Most frequent usage of the GStreamer packages:
# core base library
@ -17,7 +17,7 @@
PORTROACH= limitw:1,even
V ?= 1.10.0
V ?= 1.10.1
API= 1.0
SUBST_VARS += API

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.33 2016/11/02 22:19:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.34 2016/11/17 16:56:05 ajacoutot Exp $
COMMENT= framework for streaming media
DISTNAME= gstreamer-${V}
PKGNAME= ${GST_PKGNAME_PREFIX}-${V}
SHARED_LIBS += gstreamer-1.0 3.1 # 1000.0
SHARED_LIBS += gstbase-1.0 3.1 # 1000.0
SHARED_LIBS += gstcontroller-1.0 3.1 # 1000.0
SHARED_LIBS += gstnet-1.0 3.1 # 1000.0
SHARED_LIBS += gstcheck-1.0 3.1 # 1000.0
SHARED_LIBS += gstreamer-1.0 3.1 # 1001.0
SHARED_LIBS += gstbase-1.0 3.1 # 1001.0
SHARED_LIBS += gstcontroller-1.0 3.1 # 1001.0
SHARED_LIBS += gstnet-1.0 3.1 # 1001.0
SHARED_LIBS += gstcheck-1.0 3.1 # 1001.0
WANTLIB += c ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 iconv
WANTLIB += intl m pcre pthread z

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gstreamer-1.10.0.tar.xz) = Hnd4+r5IAYW/xM5VLwhg3hRD9mGKaKhszdZYVP7Tcgc=
SIZE (gstreamer/gstreamer-1.10.0.tar.xz) = 3795404
SHA256 (gstreamer/gstreamer-1.10.1.tar.xz) = 9o35luDmmTgrk1u0eD3UAsMBN33xj1fijgMYxLO/9to=
SIZE (gstreamer/gstreamer-1.10.1.tar.xz) = 3794212

View File

@ -1,22 +1,22 @@
# $OpenBSD: Makefile,v 1.50 2016/11/02 22:20:35 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.51 2016/11/17 16:56:05 ajacoutot Exp $
COMMENT= bad elements for GStreamer
DISTNAME= gst-plugins-bad-${V}
PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-bad-${V}
SHARED_LIBS += gstphotography-1.0 3.1 # 1000.0
SHARED_LIBS += gstbasecamerabinsrc-1.0 3.1 # 1000.0
SHARED_LIBS += gstcodecparsers-1.0 3.1 # 1000.0
SHARED_LIBS += gstinsertbin-1.0 2.1 # 1000.0
SHARED_LIBS += gsturidownloader-1.0 2.1 # 1000.0
SHARED_LIBS += gstmpegts-1.0 2.1 # 1000.0
SHARED_LIBS += gstbadbase-1.0 2.1 # 1000.0
SHARED_LIBS += gstplayer-1.0 0.1 # 1000.0
SHARED_LIBS += gstgl-1.0 2.1 # 1000.0
SHARED_LIBS += gstadaptivedemux-1.0 1.1 # 1000.0
SHARED_LIBS += gstbadvideo-1.0 2.1 # 1000.0
SHARED_LIBS += gstbadaudio-1.0 0.1 # 1000.
SHARED_LIBS += gstphotography-1.0 3.1 # 1001.0
SHARED_LIBS += gstbasecamerabinsrc-1.0 3.1 # 1001.0
SHARED_LIBS += gstcodecparsers-1.0 3.1 # 1001.0
SHARED_LIBS += gstinsertbin-1.0 2.1 # 1001.0
SHARED_LIBS += gsturidownloader-1.0 2.1 # 1001.0
SHARED_LIBS += gstmpegts-1.0 2.1 # 1001.0
SHARED_LIBS += gstbadbase-1.0 2.1 # 1001.0
SHARED_LIBS += gstplayer-1.0 0.1 # 1001.0
SHARED_LIBS += gstgl-1.0 2.1 # 1001.0
SHARED_LIBS += gstadaptivedemux-1.0 1.1 # 1001.0
SHARED_LIBS += gstbadvideo-1.0 2.1 # 1001.0
SHARED_LIBS += gstbadaudio-1.0 0.1 # 1001.0
WANTLIB += EGL GL GLESv2 ICE SM SoundTouch X11 X11-xcb Xcomposite
WANTLIB += Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr Xrender

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gst-plugins-bad-1.10.0.tar.xz) = PV+dFuGj7nxcAkSUzDo0IAB7/c5vlFETF64ASXKBHE8=
SIZE (gstreamer/gst-plugins-bad-1.10.0.tar.xz) = 4732908
SHA256 (gstreamer/gst-plugins-bad-1.10.1.tar.xz) = Ez4O2f4hARsV04mOPTqdF6t07tMZltouNTNT5ojKkh0=
SIZE (gstreamer/gst-plugins-bad-1.10.1.tar.xz) = 4745444

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.24 2016/11/02 22:20:35 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.25 2016/11/17 16:56:05 ajacoutot Exp $
include/gstreamer-${API}/gst/audio/gstaudioaggregator.h
include/gstreamer-${API}/gst/base/gstaggregator.h
include/gstreamer-${API}/gst/basecamerabinsrc/
@ -243,8 +243,10 @@ share/gtk-doc/html/gst-plugins-bad-libs-${API}/GstGLContext.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/GstGLDisplay.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/GstGLFilter.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/GstGLFramebuffer.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/GstGLSLStage.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/GstGLShader.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/GstGLUpload.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/GstGLViewConvert.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/GstGLWindow.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/annotation-glossary.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/api-index-deprecated.html
@ -263,23 +265,17 @@ share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-DVB-variants
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstAggregator.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstAggregatorPad.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstEGLImageMemory.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstEGLImage.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLAPI.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLBuffer.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLContextCocoa.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLContextEGL.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLContextEagl.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLContextGLX.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLContextWGL.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLDisplayWayland.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLDisplayX11.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLMemory.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLOverlayCompositor.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLQuery.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLRenderbuffer.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLSL.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLSyncMeta.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLWindowAndroid.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLWindowCocoa.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLWindowDispmanx.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLWindowWayland.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLWindowWin32.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstGLWindowX11.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstInsertbin.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstPhotography.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-GstVideoAggregator.html
@ -290,6 +286,7 @@ share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-OpenGL-Forma
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-OpenGL-debugging.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-gstglbasememory.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-gstglmemoryegl.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-gstglmemorypbo.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-gstmpegvideometa.html
share/gtk-doc/html/gst-plugins-bad-libs-${API}/gst-plugins-bad-libs-gstplayer-gmaincontextsignaldispatcher.html

View File

@ -1,21 +1,21 @@
# $OpenBSD: Makefile,v 1.46 2016/11/02 22:19:21 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.47 2016/11/17 16:56:05 ajacoutot Exp $
COMMENT= base elements for GStreamer
DISTNAME= gst-plugins-base-${V}
PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-base-${V}
SHARED_LIBS += gsttag-1.0 3.1 # 1000.0
SHARED_LIBS += gstaudio-1.0 3.1 # 1000.0
SHARED_LIBS += gstfft-1.0 3.1 # 1000.0
SHARED_LIBS += gstvideo-1.0 3.1 # 1000.0
SHARED_LIBS += gstapp-1.0 3.1 # 1000.0
SHARED_LIBS += gstrtp-1.0 3.1 # 1000.0
SHARED_LIBS += gstsdp-1.0 3.1 # 1000.0
SHARED_LIBS += gstrtsp-1.0 3.1 # 1000.0
SHARED_LIBS += gstpbutils-1.0 3.1 # 1000.0
SHARED_LIBS += gstriff-1.0 3.1 # 1000.0
SHARED_LIBS += gstallocators-1.0 2.1 # 1000.0
SHARED_LIBS += gsttag-1.0 3.1 # 1001.0
SHARED_LIBS += gstaudio-1.0 3.1 # 1001.0
SHARED_LIBS += gstfft-1.0 3.1 # 1001.0
SHARED_LIBS += gstvideo-1.0 3.1 # 1001.0
SHARED_LIBS += gstapp-1.0 3.1 # 1001.0
SHARED_LIBS += gstrtp-1.0 3.1 # 1001.0
SHARED_LIBS += gstsdp-1.0 3.1 # 1001.0
SHARED_LIBS += gstrtsp-1.0 3.1 # 1001.0
SHARED_LIBS += gstpbutils-1.0 3.1 # 1001.0
SHARED_LIBS += gstriff-1.0 3.1 # 1001.0
SHARED_LIBS += gstallocators-1.0 2.1 # 1001.0
MASTER_SITES= ${MASTER_SITE_GST:=gst-plugins-base/}

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gst-plugins-base-1.10.0.tar.xz) = v83vl9/Gmgu9tEA8R6rk5T3vF2vwt4HF2BhVBTbP6Uo=
SIZE (gstreamer/gst-plugins-base-1.10.0.tar.xz) = 3053120
SHA256 (gstreamer/gst-plugins-base-1.10.1.tar.xz) = Zs/uKUx6r514Z+q6SEHKYlTqdPGotT4SifTTubbJdsk=
SIZE (gstreamer/gst-plugins-base-1.10.1.tar.xz) = 3053860

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gst-plugins-good-1.10.0.tar.xz) = egNVl2P1Y0qxtLLt0+n3RCvdRlcYfiDqXhiHrkY3HeI=
SIZE (gstreamer/gst-plugins-good-1.10.0.tar.xz) = 3410092
SHA256 (gstreamer/gst-plugins-good-1.10.1.tar.xz) = p2Qup+fBf7Z+lNDBflZ1e2V3+n7SRP+MEQMYQdNVbMI=
SIZE (gstreamer/gst-plugins-good-1.10.1.tar.xz) = 3416632

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gst-libav-1.10.0.tar.xz) = r5ggRBHHiruYIzwYWPKIa+ZAEwTSS+IYdSu7zt6b2Fs=
SIZE (gstreamer/gst-libav-1.10.0.tar.xz) = 8533152
SHA256 (gstreamer/gst-libav-1.10.1.tar.xz) = J7KLjeDm3/HjlSQo6O2LpKEvRS94msCum75Q8Apccsc=
SIZE (gstreamer/gst-libav-1.10.1.tar.xz) = 8529692

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.29 2016/11/02 22:20:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.30 2016/11/17 16:56:05 ajacoutot Exp $
COMMENT= ugly elements for GStreamer
DISTNAME= gst-plugins-ugly-${V}
PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-ugly-${V}
PERMIT_PACKAGE_CDROM= Patent issues
PERMIT_PACKAGE_CDROM= patents
WANTLIB += dvdread ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gstaudio-1.0 gstbase-1.0 gstpbutils-1.0 gstreamer-1.0

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gst-plugins-ugly-1.10.0.tar.xz) = l96NGQOrtUMFcy5rh4HIxC9cxaKlSKjzGzjBiegaVeA=
SIZE (gstreamer/gst-plugins-ugly-1.10.0.tar.xz) = 907200
SHA256 (gstreamer/gst-plugins-ugly-1.10.1.tar.xz) = pezVn8IJHutSNo3oHMapHBocGdxb3ehc6Q4e7V1Bg8I=
SIZE (gstreamer/gst-plugins-ugly-1.10.1.tar.xz) = 905568

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gst-python-1.10.0.tar.xz) = 3lm0k+R78CIUIYc/bICBHdf/exkpUhJk06VZvEENx0E=
SIZE (gstreamer/gst-python-1.10.0.tar.xz) = 388728
SHA256 (gstreamer/gst-python-1.10.1.tar.xz) = UwWzSvdKGC/XLeDmCT628gbqTSba1T0PVkYDBj6AsBM=
SIZE (gstreamer/gst-python-1.10.1.tar.xz) = 389376