Gstreamer to 0.10.35
Gstreamer-plugins to 0.10.35
Gstreamer-plugins-good to 0.10.30

This is a ad-hoc release to fixes compilation issues after recent chagnes in
Glib's atomic ops API (in GLib 2.29.x). Apart from that there are some minor
fixes.

Move the USE_XORG line from multimedia/gstreamer to multimedia/gstreamer-plugins,
multmedia/gstreamer doesn't use it.
This commit is contained in:
Koop Mast 2011-06-18 14:58:58 +00:00
parent e5142208c2
commit 1cfa1d893e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275777
4 changed files with 14 additions and 15 deletions

View file

@ -28,13 +28,13 @@ LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \
CFLAGS:= ${CFLAGS} -O2 -Wno-format
BASE_PORTVERSION= 0.10.34
BASE_PORTVERSION= 0.10.35
BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION}
BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX}
BAD_PORTVERSION= 0.10.22
BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION}
BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX}
GOOD_PORTVERSION= 0.10.29
GOOD_PORTVERSION= 0.10.30
GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION}
GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX}
UGLY_PORTVERSION= 0.10.18
@ -53,8 +53,8 @@ USE_AUTOTOOLS= libtool
GST_PLUGIN?= base
CONFIGURE_ARGS= --disable-option-checking
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS}"
DEFAULT_AUDIOSINK?= osssink
@ -72,6 +72,7 @@ PLIST_SUB+= I386="@comment "
gst_base_DIST= base
NO_GSTREAMER_COMMON= yes
USE_LDCONFIG= yes
USE_XORG= x11 xv xext videoproto xextproto
MAN1= gst-visualise-0.10.1
PLIST_SUB+= VERSION="${VERSION}" \
SHLIB_VERSION="${SHLIB_VERSION}"

View file

@ -1,8 +1,8 @@
SHA256 (gst-plugins-base-0.10.34.tar.bz2) = 7f347a60cd4317c7ea44c23e52d6e6233d2fa278b3fe3df7cbefe2bc2e253989
SIZE (gst-plugins-base-0.10.34.tar.bz2) = 2782993
SHA256 (gst-plugins-base-0.10.35.tar.bz2) = cd24f01bb5258a1f400bc4f2c212bb7cee9ee23c9ffb80d537a24ef366d17103
SIZE (gst-plugins-base-0.10.35.tar.bz2) = 2782902
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
SIZE (gst-plugins-ugly-0.10.18.tar.bz2) = 1070222
SHA256 (gst-plugins-good-0.10.29.tar.bz2) = 466a64dcb580d4feef701abfc90656abb3558a2e3fc1e40e43977034bebc354c
SIZE (gst-plugins-good-0.10.29.tar.bz2) = 3367780
SHA256 (gst-plugins-good-0.10.30.tar.bz2) = b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6
SIZE (gst-plugins-good-0.10.30.tar.bz2) = 3361361

View file

@ -7,10 +7,9 @@
#
PORTNAME= gstreamer
PORTVERSION= 0.10.34
PORTVERSION= 0.10.35
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \
GNOME
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Development framework for creating media applications
@ -23,7 +22,6 @@ LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
CFLAGS:= ${CFLAGS} -O2 -Wno-format
USE_BISON= build
USE_XORG= x11 xv xext videoproto xextproto
USE_BZIP2= yes
USE_GMAKE= yes
WANT_GNOME= yes
@ -34,8 +32,8 @@ CONFIGURE_ARGS= --disable-tests \
--disable-examples \
--disable-failing-tests \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
ac_cv_func_register_printf_function="no" \
FLEX_PATH="${LOCALBASE}/bin/flex"
PLIST_SUB= VERSION="${GST_VERSION}"

View file

@ -1,2 +1,2 @@
SHA256 (gstreamer-0.10.34.tar.bz2) = 85348f70dc4b70ad1beb05c9a59a64175c5058f4ee5273f89230a3c1d11b26a3
SIZE (gstreamer-0.10.34.tar.bz2) = 3606052
SHA256 (gstreamer-0.10.35.tar.bz2) = 817bfea2cd46e2487b97e2ed9218f0299b32a3de1e5e80b4c7868d17e9089786
SIZE (gstreamer-0.10.35.tar.bz2) = 3606254