2013-03-08 11:51:34 +01:00
|
|
|
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
2002-07-15 23:42:38 +02:00
|
|
|
# $FreeBSD$
|
2010-03-30 15:31:29 +02:00
|
|
|
# $MCom: ports/multimedia/gstreamer/Makefile,v 1.74 2010/03/09 10:11:45 kwm Exp $
|
2002-07-15 23:42:38 +02:00
|
|
|
|
|
|
|
PORTNAME= gstreamer
|
2012-06-27 14:35:05 +02:00
|
|
|
PORTVERSION= 0.10.36
|
2016-11-20 10:38:08 +01:00
|
|
|
PORTREVISION= 5
|
2002-11-28 01:09:51 +01:00
|
|
|
CATEGORIES= multimedia
|
2011-06-18 16:58:58 +02:00
|
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/
|
2002-07-15 23:42:38 +02:00
|
|
|
|
2006-06-09 20:00:35 +02:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2003-02-23 20:58:35 +01:00
|
|
|
COMMENT= Development framework for creating media applications
|
2002-07-15 23:42:38 +02:00
|
|
|
|
2010-07-24 18:03:05 +02:00
|
|
|
LICENSE= LGPL20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2013-11-01 23:14:07 +01:00
|
|
|
|
2015-07-21 14:51:19 +02:00
|
|
|
PORTSCOUT= limit:0\.10\..*
|
|
|
|
|
2009-08-05 14:28:16 +02:00
|
|
|
CFLAGS:= ${CFLAGS} -O2 -Wno-format
|
2014-07-19 15:18:38 +02:00
|
|
|
USES= bison gmake libtool:keepla pathfix pkgconfig tar:bzip2
|
2014-04-25 12:09:46 +02:00
|
|
|
USE_GNOME= glib20 introspection libxml2
|
|
|
|
GNU_CONFIGURE= yes
|
2004-10-12 03:29:51 +02:00
|
|
|
CONFIGURE_ARGS= --disable-tests \
|
2004-12-29 14:08:15 +01:00
|
|
|
--disable-examples \
|
2006-12-08 00:49:51 +01:00
|
|
|
--disable-failing-tests \
|
2007-07-23 11:36:51 +02:00
|
|
|
--disable-gtk-doc
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2013-11-01 23:14:07 +01:00
|
|
|
CONFIGURE_ENV= ac_cv_func_register_printf_function="no"
|
2006-04-30 01:03:03 +02:00
|
|
|
PLIST_SUB= VERSION="${GST_VERSION}"
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-04-25 12:09:46 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2006-04-30 01:03:03 +02:00
|
|
|
GST_VERSION= 0.10
|
2002-07-15 23:42:38 +02:00
|
|
|
|
2014-07-19 15:18:38 +02:00
|
|
|
OPTIONS_DEFINE= LIBCHECK NLS
|
2015-04-19 09:55:41 +02:00
|
|
|
OPTIONS_SUB= yes
|
2012-09-08 12:16:52 +02:00
|
|
|
LIBCHECK_DESC= Unit tests support
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIBCHECK_LIB_DEPENDS= libcheck.so:devel/libcheck
|
2015-04-19 09:55:41 +02:00
|
|
|
LIBCHECK_CONFIGURE_OFF= --disable-check
|
2008-03-24 04:52:36 +01:00
|
|
|
|
2015-04-19 09:55:41 +02:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_OFF= --disable-nls
|
|
|
|
|
2010-04-28 16:56:12 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2017-01-09 14:16:49 +01:00
|
|
|
.include <bsd.port.mk>
|