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
|
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
2014-04-16 20:28:47 +02:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2009-08-05 14:28:16 +02:00
|
|
|
CFLAGS:= ${CFLAGS} -O2 -Wno-format
|
2013-11-01 23:14:07 +01:00
|
|
|
USES= bison gettext gmake pathfix pkgconfig
|
2002-07-15 23:42:38 +02:00
|
|
|
USE_BZIP2= yes
|
2013-11-01 23:14:07 +01:00
|
|
|
USE_GNOME= glib20 introspection libxml2 ltverhack ltasneededhack
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
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
|
2006-04-30 01:03:03 +02:00
|
|
|
GST_VERSION= 0.10
|
2002-07-15 23:42:38 +02:00
|
|
|
|
2012-09-08 12:16:52 +02:00
|
|
|
OPTIONS_DEFINE= LIBCHECK
|
|
|
|
LIBCHECK_DESC= Unit tests support
|
|
|
|
|
2008-03-24 04:52:36 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2012-09-20 12:15:34 +02:00
|
|
|
.if ${PORT_OPTIONS:MLIBCHECK}
|
2013-11-01 23:14:07 +01:00
|
|
|
LIB_DEPENDS+= libcheck.so:${PORTSDIR}/devel/libcheck
|
2008-03-24 04:52:36 +01:00
|
|
|
PLIST_SUB+= CHECK=""
|
|
|
|
.else
|
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
2009-11-28 21:06:37 +01:00
|
|
|
CONFIGURE_ARGS+=--disable-check
|
2008-03-24 04:52:36 +01:00
|
|
|
PLIST_SUB+= CHECK="@comment "
|
|
|
|
.endif
|
|
|
|
|
2013-11-01 23:14:07 +01:00
|
|
|
# workaround a crash in clang 3.3 crash llvm bug # 15840
|
|
|
|
.if ((${OSVERSION} >= 901504 && ${OSVERSION} < 902502) || \
|
|
|
|
(${OSVERSION} >= 1000037 && ${OSVERSION} < 1000056))
|
|
|
|
USE_GCC= any
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 1000033
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
|
|
|
|
CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex"
|
|
|
|
.endif
|
|
|
|
|
2010-04-28 16:56:12 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2013-11-01 23:14:07 +01:00
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgst*.so*
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-0.10/libgst*.so
|
|
|
|
|
2008-03-24 04:52:36 +01:00
|
|
|
.include <bsd.port.post.mk>
|