summaryrefslogtreecommitdiffstats
path: root/multimedia/clutter-gst/Makefile
blob: b3b4fb2d412e930b87537f44ac74fdb00e177d55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports-experimental/trunk/multimedia/clutter-gst/Makefile 19553 2014-04-20 07:23:27Z gusi $

PORTNAME=   clutter-gst
PORTVERSION=    2.0.10
CATEGORIES= multimedia
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Clutter GStreamer integration

LIB_DEPENDS=    libclutter-1.0.so:${PORTSDIR}/graphics/clutter

USES=       gmake pathfix pkgconfig tar:xz
USE_GNOME=  introspection gnomehier gnomeprefix ltverhack
USE_AUTOTOOLS=  libtool
USE_GL=     gl
USE_GSTREAMER1= yes
USE_XORG=   xp x11
USE_LDCONFIG=   yes
MAKE_ENV=   XDG_CACHE_HOME=${WRKDIR}

CPPFLAGS+=  -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+=   -L${LOCALBASE}/lib ${PTHREAD_LIBS}

post-install:
        ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-1.0/libgstclutter.so
        ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libclutter-gst-2.0.so.0

.include <bsd.port.mk>