svn commit: r482349 - head/devel/cutter

Tijl Coosemans tijl at FreeBSD.org
Thu Oct 18 18:21:54 UTC 2018


Author: tijl
Date: Thu Oct 18 18:21:53 2018
New Revision: 482349
URL: https://svnweb.freebsd.org/changeset/ports/482349

Log:
  Disable gstreamer dependency because upcoming gstreamer 1.14 isn't
  supported.
  
  PR:		231406
  Submitted by:	Greg V <greg at unrelenting.technology>

Modified:
  head/devel/cutter/Makefile
  head/devel/cutter/pkg-plist

Modified: head/devel/cutter/Makefile
==============================================================================
--- head/devel/cutter/Makefile	Thu Oct 18 16:51:43 2018	(r482348)
+++ head/devel/cutter/Makefile	Thu Oct 18 18:21:53 2018	(r482349)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cutter
 PORTVERSION=	1.2.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -15,14 +15,14 @@ LICENSE_FILE=	${WRKSRC}/license/lgpl-3.txt
 
 LIB_DEPENDS=	libcairo.so:graphics/cairo \
 		libpangocairo-1.0.so:x11-toolkits/pango \
-		libgstbase-1.0.so:multimedia/gstreamer1 \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
 CPPFLAGS+=	"-I${LOCALBASE}/include"
-CONFIGURE_ARGS=	--disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ARGS=	--disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc \
+		--disable-gstreamer
 GNU_CONFIGURE=	yes
-USES=		gettext gmake libtool pathfix pkgconfig
+USES=		gettext gnome gmake libtool pathfix pkgconfig
 USE_GNOME=	intlhack gdkpixbuf2 glib20 gtk20
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip

Modified: head/devel/cutter/pkg-plist
==============================================================================
--- head/devel/cutter/pkg-plist	Thu Oct 18 16:51:43 2018	(r482348)
+++ head/devel/cutter/pkg-plist	Thu Oct 18 18:21:53 2018	(r482349)
@@ -112,7 +112,6 @@ lib/cutter/module/report/xml.so
 lib/cutter/module/stream/xml.so
 lib/cutter/module/ui/console.so
 lib/cutter/module/ui/gtk.so
-lib/gstreamer-1.0/libgstcuttertest.so
 lib/libcppcutter.so
 lib/libcppcutter.so.0
 lib/libcppcutter.so.0.1.0


More information about the svn-ports-all mailing list