Tweak multimedia/clutter-gst3 version 3.0.27_1
[dports.git] / multimedia / clutter-gst3 / Makefile
1 # Created by: Martin Wilke <miwi@FreeBSD.org>
2
3 PORTNAME=       clutter-gst
4 PORTVERSION=    3.0.27
5 PORTREVISION=   1
6 CATEGORIES=     multimedia
7 MASTER_SITES=   GNOME
8 PKGNAMESUFFIX=  3
9 DIST_SUBDIR=    gnome
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        Clutter GStreamer integration
13
14 LICENSE=        LGPL21
15 LICENSE_FILE=   ${WRKSRC}/COPYING
16
17 LIB_DEPENDS=    libclutter-1.0.so:graphics/clutter \
18                 libcogl-path.so:graphics/cogl \
19                 libfribidi.so:converters/fribidi \
20                 libjson-glib-1.0.so:devel/json-glib
21
22 USES=           gettext-runtime gl gmake gnome gstreamer libtool localbase pathfix \
23                 pkgconfig tar:xz xorg
24 USE_GNOME=      atk cairo gdkpixbuf2 gnomeprefix introspection:build pango
25 GNU_CONFIGURE=  yes
26 USE_GL=         gl egl
27 USE_XORG=       xcomposite xdamage xext xfixes xi xrandr x11
28 USE_LDCONFIG=   yes
29 CONFIGURE_ARGS= --disable-udev
30
31 CPPFLAGS+=      ${PTHREAD_CFLAGS}
32 LDFLAGS+=       ${PTHREAD_LIBS}
33 INSTALL_TARGET= install-strip
34
35 # The clutter-gst gstreamer plugin is not parrallel installable with
36 # the 2.0 version. But we install it anyway since all GNOME users
37 # are switched.
38
39 .include <bsd.port.mk>