mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Disable gstreamer dependency because upcoming gstreamer 1.14 isn't
supported. PR: 231406 Submitted by: Greg V <greg@unrelenting.technology>
This commit is contained in:
parent
233743af22
commit
5ba206f662
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482349
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user