aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-08-21 11:24:07 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-08-21 11:24:07 +0000
commitea50e52183253a35fcb5b185d3bcb5972c91c1d3 (patch)
treebf719981c9824ff73605b0de8fa241137ba43b2a /multimedia/gstreamer1
parent626caaab55a48914d8619a2bad0fb04500bc3878 (diff)
downloadports-ea50e52183253a35fcb5b185d3bcb5972c91c1d3.tar.gz
ports-ea50e52183253a35fcb5b185d3bcb5972c91c1d3.zip
Update to 1.0.9.
This is a bug fix release. Changelog: http://lists.freedesktop.org/archives/gstreamer-devel/2013-August/042360.html Enable neon http plugin Switch to new LIB_DEPEND format, use USES=gmake instead of USE_GMAKE Utilize new introspection USE_GNOME component. Allow gstreamer1-libav to play mp3's, note that mad plugin is still prefered if available.
Notes
Notes: svn path=/head/; revision=325107
Diffstat (limited to 'multimedia/gstreamer1')
-rw-r--r--multimedia/gstreamer1/Makefile26
-rw-r--r--multimedia/gstreamer1/distinfo4
2 files changed, 14 insertions, 16 deletions
diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile
index ef5b9f8a712a..061233dc7a7f 100644
--- a/multimedia/gstreamer1/Makefile
+++ b/multimedia/gstreamer1/Makefile
@@ -3,7 +3,7 @@
# $MCom: ports/multimedia/gstreamer1/Makefile,v 1.5 2013/01/15 21:43:45 kwm Exp $
PORTNAME= gstreamer1
-PORTVERSION= 1.0.7
+PORTVERSION= 1.0.9
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/
DISTNAME= ${PORTNAME:S/1//}-${PORTVERSION}
@@ -13,31 +13,24 @@ COMMENT= Media applications framework
LICENSE= LGPL20
-BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
- gobject-introspection>=1.31.1:${PORTSDIR}/devel/gobject-introspection
-RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
-
PORTSCOUT= limitw:1,even
CFLAGS:= ${CFLAGS} -O2 -Wno-format
-USES= bison gettext pathfix pkgconfig
-# workaround a crash in clang 3.3 crash llvm bug # 15840
+USES= bison gettext gmake pathfix pkgconfig
+# workaround a crash in clang 3.3, llvm bug # 15840
USE_GCC= any
USE_XZ= yes
-USE_GMAKE= yes
-MAKE_JOBS_SAVE= yes
-USE_GNOME= glib20 ltverhack:0 ltasneededhack
+USE_GNOME= glib20 introspection:build ltverhack:0 ltasneededhack
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --disable-tests \
--disable-examples \
--disable-failing-tests \
--disable-fatal-warnings \
- --disable-gtk-doc
+ --disable-gtk-doc
#--enable-gst-debug --enable-debug
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= ac_cv_func_register_printf_function="no" \
- FLEX_PATH="${LOCALBASE}/bin/flex"
+CONFIGURE_ENV= ac_cv_func_register_printf_function="no"
PLIST_SUB= VERSION=${GST10_VERSION}
USE_LDCONFIG= yes
GST10_VERSION= ${PORTVERSION:R}
@@ -50,8 +43,13 @@ LIBCHECK_DESC= Unit tests support
.include <bsd.port.options.mk>
+.if ${OSVERSION} < 1000033
+BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
+CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex"
+.endif
+
.if ${PORT_OPTIONS:MLIBCHECK}
-LIB_DEPENDS+= check:${PORTSDIR}/devel/libcheck
+LIB_DEPENDS+= libcheck.so:${PORTSDIR}/devel/libcheck
CONFIGURE_ARGS+=--enable-check
PLIST_SUB+= CHECK=""
.else
diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo
index 86e2243240bc..3a20d7a5ceb4 100644
--- a/multimedia/gstreamer1/distinfo
+++ b/multimedia/gstreamer1/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gstreamer-1.0.7.tar.xz) = 68cada7ee24ede23e15dc81ccde11898eed1a7a3c6a2d81a8c31596fccb1b5ce
-SIZE (gstreamer-1.0.7.tar.xz) = 3089280
+SHA256 (gstreamer-1.0.9.tar.xz) = 17a2c60a82baa461ef685ad3de187edb9c03a2c7e07513daba58a5a32efacaa3
+SIZE (gstreamer-1.0.9.tar.xz) = 3140284