mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
7b97259096
* 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
25 lines
674 B
Makefile
25 lines
674 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gstreamer1-rtsp-server
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-rtsp-server/
|
|
DISTNAME= gst-rtsp-server-${PORTVERSION}
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Gstreamer library for building a RTSP server
|
|
|
|
USES= gmake libtool pathfix pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 introspection:build
|
|
USE_GSTREAMER1= good bad
|
|
INSTALL_TARGET= install-strip
|
|
|
|
#CONFIGURE_ARGS= --enable-introspection=yes \
|
|
# --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions
|
|
PLIST_SUB= VERSION=1.0
|
|
|
|
.include <bsd.port.mk>
|