Tweak sysutils/dateutils version 0.2.7
[dports.git] / multimedia / gstreamer1-vaapi / Makefile
1 # Created by: Koop Mast <kwm@rainbow-runner.nl>
2 # $FreeBSD$
3
4 PORTNAME=       gstreamer1-vaapi
5 PORTVERSION=    0.5.7
6 PORTREVISION=   2
7 CATEGORIES=     multimedia
8 MASTER_SITES=   http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/
9 DISTNAME=       gstreamer-vaapi-${PORTVERSION}
10
11 MAINTAINER=     multimedia@FreeBSD.org
12 COMMENT=        GStreamer hardware video decoding via VA-API plug-in
13
14 LICENSE=        LGPL21
15
16 LIB_DEPENDS=    libva.so:${PORTSDIR}/multimedia/libva
17
18 GNU_CONFIGURE=  yes
19 CONFIGURE_ARGS= --disable-wayland --with-gstreamer-api=1.2
20 INSTALL_TARGET= install-strip
21 USES=           gmake libtool pkgconfig tar:bzip2
22 USE_LDCONFIG=   yes
23 USE_GSTREAMER1= yes
24 USE_GL=         gl
25 USE_XORG=       x11 xrandr xrender xproto:build
26
27 PLIST_SUB=      VERSION=1.2
28
29 # manual since pathfix doesn't work.
30 post-patch:
31         @${REINPLACE_CMD} -e 's|[{]libdir[}]/pkgconfig|{prefix}/libdata/pkgconfig|g' \
32                 ${WRKSRC}/configure
33
34 .include <bsd.port.mk>