diff options
author | kwm <kwm@FreeBSD.org> | 2014-05-31 00:54:50 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-05-31 00:54:50 +0800 |
commit | a49f563a690b54370b8f828225ba53993e56dcc2 (patch) | |
tree | 2b7fc7aad1f39d7092aa022187a713746447702e /multimedia | |
parent | ec79adaae069f6744ae60d718dc30b91068caf6f (diff) | |
download | freebsd-ports-gnome-a49f563a690b54370b8f828225ba53993e56dcc2.tar.gz freebsd-ports-gnome-a49f563a690b54370b8f828225ba53993e56dcc2.tar.zst freebsd-ports-gnome-a49f563a690b54370b8f828225ba53993e56dcc2.zip |
Stagify.
Cleanups and unbreak.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/clutter-gst/Makefile | 16 | ||||
-rw-r--r-- | multimedia/clutter-gst/pkg-plist | 3 |
2 files changed, 10 insertions, 9 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index e280fbad67fa..d50c72ca0218 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -11,21 +11,23 @@ MASTER_SITES= http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSIO MAINTAINER= gnome@FreeBSD.org COMMENT= Clutter GStreamer integration -BROKEN= Fails to compile - LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter -USE_BZIP2= yes -USE_AUTOTOOLS= libtool -USES= pathfix gmake pkgconfig -USE_GNOME= ltverhack gnomeprefix +USES= gmake libtool pathfix pkgconfig tar:bzip2 +GNU_CONFIGURE= yes +USE_GNOME= gnomeprefix USE_GSTREAMER= yes USE_GL= gl USE_XORG= xp x11 USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-silent-rules CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +INSTALL_TARGET= install-strip + +post-patch: + @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/clutter-gst/Makefile.in -NO_STAGE= yes .include <bsd.port.mk> diff --git a/multimedia/clutter-gst/pkg-plist b/multimedia/clutter-gst/pkg-plist index 08fbc39e703d..be150f69dc78 100644 --- a/multimedia/clutter-gst/pkg-plist +++ b/multimedia/clutter-gst/pkg-plist @@ -4,10 +4,9 @@ include/clutter-1.0/clutter-gst/clutter-gst-version.h include/clutter-1.0/clutter-gst/clutter-gst-video-sink.h include/clutter-1.0/clutter-gst/clutter-gst-video-texture.h include/clutter-1.0/clutter-gst/clutter-gst.h -lib/libclutter-gst-1.0.a -lib/libclutter-gst-1.0.la lib/libclutter-gst-1.0.so lib/libclutter-gst-1.0.so.0 +lib/libclutter-gst-1.0.so.0.304.0 lib/girepository-1.0/ClutterGst-1.0.typelib libdata/pkgconfig/clutter-gst-1.0.pc %%DOCSDIR%%/ClutterGstVideoSink.html |