2015-09-26 16:36:23 +02:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gstreamer1-rtsp-server
|
2020-04-26 22:58:07 +02:00
|
|
|
PORTVERSION= 1.16.2
|
2015-09-26 16:36:23 +02:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-rtsp-server/
|
|
|
|
DISTNAME= gst-rtsp-server-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2016-01-04 15:21:56 +01:00
|
|
|
COMMENT= GStreamer library for building a RTSP server
|
2015-09-26 16:36:23 +02:00
|
|
|
|
2020-07-06 11:35:15 +02:00
|
|
|
LICENSE= LGPL20+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2017-07-22 13:35:44 +02:00
|
|
|
USES= gmake gnome libtool pathfix pkgconfig tar:xz
|
2015-09-26 16:36:23 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= glib20 introspection:build
|
|
|
|
USE_GSTREAMER1= good bad
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
2020-04-26 22:58:07 +02:00
|
|
|
PLIST_SUB= VERSION=1.0 SOVERSION=0.1602.0
|
2015-09-26 16:36:23 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|