From owner-svn-ports-all@FreeBSD.ORG Fri May 30 16:54:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2596D502; Fri, 30 May 2014 16:54:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED7EB2A1C; Fri, 30 May 2014 16:54:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UGsoeO061315; Fri, 30 May 2014 16:54:50 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UGso1L061312; Fri, 30 May 2014 16:54:50 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201405301654.s4UGso1L061312@svn.freebsd.org> From: Koop Mast Date: Fri, 30 May 2014 16:54:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355873 - head/multimedia/clutter-gst X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 16:54:51 -0000 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@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 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