freebsd-ports/multimedia/gstreamer1-validate/Makefile
Koop Mast 7b97259096 Update gstreamer1 ports to 1.6.0.
* gstreamer1-libav now uses ffmpeg from ports.
* New ports:
  * gstreamer1-validate: Tools to detect if elements are not behaving
    as expected, mainly aimed at developers, or advanced debugging.
  * gstreamer1-rtsp-server: Base foundation for building a rtsp
    server ontop of GStreamer
 * Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls.

Release announcement:
  http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html

Obtained from:	gnome devel repo
2015-09-26 14:36:23 +00:00

22 lines
538 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gstreamer1-validate
PORTVERSION= 1.6.0
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-validate/
DISTNAME= gst-validate-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Gstreamer element validation suite
USES= gmake libtool pathfix pkgconfig python:2 tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk30 introspection:build
USE_GSTREAMER1= yes
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION=1.0
.include <bsd.port.mk>