e87d8134a3
The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes.
39 lines
1022 B
Makefile
39 lines
1022 B
Makefile
PORTNAME= clutter-gst
|
|
PORTVERSION= 3.0.27
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= GNOME
|
|
PKGNAMESUFFIX= 3
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Clutter GStreamer integration
|
|
WWW= https://clutter-project.org/
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \
|
|
libcogl-path.so:graphics/cogl \
|
|
libfribidi.so:converters/fribidi \
|
|
libjson-glib-1.0.so:devel/json-glib
|
|
|
|
USES= gettext-runtime gl gmake gnome gstreamer libtool localbase pathfix \
|
|
pkgconfig tar:xz xorg
|
|
USE_GNOME= atk cairo gdkpixbuf gnomeprefix introspection:build pango
|
|
GNU_CONFIGURE= yes
|
|
USE_GL= gl egl
|
|
USE_XORG= xcomposite xdamage xext xfixes xi xrandr x11
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --disable-udev
|
|
|
|
CPPFLAGS+= ${PTHREAD_CFLAGS}
|
|
LDFLAGS+= ${PTHREAD_LIBS}
|
|
INSTALL_TARGET= install-strip
|
|
|
|
# The clutter-gst gstreamer plugin is not parrallel installable with
|
|
# the 2.0 version. But we install it anyway since all GNOME users
|
|
# are switched.
|
|
|
|
.include <bsd.port.mk>
|