Update to 0.10.34.
Gstreamer (core): Fix a sever multiqueue thread-safety regression. Gstreamer-plugins (-base): Bump orc requirement.
This commit is contained in:
parent
0b5d5ab284
commit
1745f84242
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274089
4 changed files with 8 additions and 8 deletions
|
@ -21,14 +21,14 @@ MAINTAINER= multimedia@FreeBSD.org
|
|||
COMMENT?= GStreamer written collection of plugins handling several media types
|
||||
|
||||
BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat \
|
||||
gstreamer>=0.10.33:${PORTSDIR}/multimedia/gstreamer \
|
||||
orc>=0.4.11:${PORTSDIR}/devel/orc
|
||||
gstreamer>=0.10.34:${PORTSDIR}/multimedia/gstreamer \
|
||||
orc>=0.4.14:${PORTSDIR}/devel/orc
|
||||
LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \
|
||||
orc-0.4.0:${PORTSDIR}/devel/orc
|
||||
|
||||
CFLAGS:= ${CFLAGS} -O2 -Wno-format
|
||||
|
||||
BASE_PORTVERSION= 0.10.33
|
||||
BASE_PORTVERSION= 0.10.34
|
||||
BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION}
|
||||
BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX}
|
||||
BAD_PORTVERSION= 0.10.22
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SHA256 (gst-plugins-base-0.10.33.tar.bz2) = 11e33bb64e8d4307c1e4c079921a2c8b482fe614c2c6bf172dccb11b46692923
|
||||
SIZE (gst-plugins-base-0.10.33.tar.bz2) = 2786968
|
||||
SHA256 (gst-plugins-base-0.10.34.tar.bz2) = 7f347a60cd4317c7ea44c23e52d6e6233d2fa278b3fe3df7cbefe2bc2e253989
|
||||
SIZE (gst-plugins-base-0.10.34.tar.bz2) = 2782993
|
||||
SHA256 (gst-plugins-bad-0.10.22.tar.bz2) = d8f7102f43ffea076646427115ffdccb3975954f1e9367bd304f7ee01e12070c
|
||||
SIZE (gst-plugins-bad-0.10.22.tar.bz2) = 3539722
|
||||
SHA256 (gst-plugins-ugly-0.10.18.tar.bz2) = f9c16748cd9269fae86422d8254a579fa6db073797a5a19a9dc5c72cd66c8e14
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gstreamer
|
||||
PORTVERSION= 0.10.33
|
||||
PORTVERSION= 0.10.34
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \
|
||||
GNOME
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gstreamer-0.10.33.tar.bz2) = f791cb558e6fd21899d00abcd909c4bf582387916ac700fc6036fc8da3c1012c
|
||||
SIZE (gstreamer-0.10.33.tar.bz2) = 3608256
|
||||
SHA256 (gstreamer-0.10.34.tar.bz2) = 85348f70dc4b70ad1beb05c9a59a64175c5058f4ee5273f89230a3c1d11b26a3
|
||||
SIZE (gstreamer-0.10.34.tar.bz2) = 3606052
|
||||
|
|
Loading…
Reference in a new issue