diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 10:09:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 10:09:46 +0000 |
commit | 723692c0146c6b5981e9f3b354c9b4c96902f9b2 (patch) | |
tree | 90f1186179160966ba61e6059571cf08ade6580c /multimedia/gstreamer/Makefile | |
parent | 863f7524ead41484c7974e486f7ee1af0baae594 (diff) |
Notes
Diffstat (limited to 'multimedia/gstreamer/Makefile')
-rw-r--r-- | multimedia/gstreamer/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile index 4cd600e9afd9..8bc6d915b771 100644 --- a/multimedia/gstreamer/Makefile +++ b/multimedia/gstreamer/Makefile @@ -4,7 +4,7 @@ PORTNAME= gstreamer PORTVERSION= 0.10.36 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ @@ -15,10 +15,9 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING CFLAGS:= ${CFLAGS} -O2 -Wno-format -USES= bison gettext gmake pathfix pkgconfig -USE_BZIP2= yes -USE_GNOME= glib20 introspection libxml2 ltverhack ltasneededhack -USE_AUTOTOOLS= libtool +USES= bison gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USE_GNOME= glib20 introspection libxml2 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests \ --disable-examples \ --disable-failing-tests \ @@ -28,6 +27,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= ac_cv_func_register_printf_function="no" PLIST_SUB= VERSION="${GST_VERSION}" USE_LDCONFIG= yes +INSTALL_TARGET= install-strip GST_VERSION= 0.10 OPTIONS_DEFINE= LIBCHECK @@ -58,8 +58,4 @@ post-patch: @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgst*.so* - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-0.10/libgst*.so - .include <bsd.port.post.mk> |