blob: d0536ecbb61fd559c13a6d5dee52d0713e3b2679 (
plain)
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
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gstreamer1-validate
PORTVERSION= 1.12.3
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-validate/
DISTNAME= gst-validate-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Gstreamer element validation suite
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib
USES= gettext-runtime gmake gnome libtool pathfix \
pkgconfig python:2 tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
USE_GSTREAMER1= yes
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION=1.0 SOVERSION=0.1203.0
.include <bsd.port.mk>
|