svn commit: r355873 - head/multimedia/clutter-gst

Koop Mast kwm at FreeBSD.org
Fri May 30 16:54:51 UTC 2014


Author: kwm
Date: Fri May 30 16:54:50 2014
New Revision: 355873
URL: http://svnweb.freebsd.org/changeset/ports/355873
QAT: https://qat.redports.org/buildarchive/r355873/

Log:
  Stagify.
  Cleanups and unbreak.

Modified:
  head/multimedia/clutter-gst/Makefile
  head/multimedia/clutter-gst/pkg-plist

Modified: head/multimedia/clutter-gst/Makefile
==============================================================================
--- head/multimedia/clutter-gst/Makefile	Fri May 30 16:40:33 2014	(r355872)
+++ head/multimedia/clutter-gst/Makefile	Fri May 30 16:54:50 2014	(r355873)
@@ -11,21 +11,23 @@ MASTER_SITES=	http://source.clutter-proj
 MAINTAINER=	gnome at 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>

Modified: head/multimedia/clutter-gst/pkg-plist
==============================================================================
--- head/multimedia/clutter-gst/pkg-plist	Fri May 30 16:40:33 2014	(r355872)
+++ head/multimedia/clutter-gst/pkg-plist	Fri May 30 16:54:50 2014	(r355873)
@@ -4,10 +4,9 @@ include/clutter-1.0/clutter-gst/clutter-
 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


More information about the svn-ports-all mailing list