mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +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
19 lines
399 B
Makefile
19 lines
399 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= security
|
|
|
|
COMMENT= Gstreamer Datagram TLS (dtls) plugin
|
|
|
|
GST_PLUGIN= dtls
|
|
DIST= bad
|
|
|
|
# we don't have a way to specify this in ${MASTERDIR}/Makefile.common
|
|
USE_OPENSSL= yes
|
|
CONFIGURE_ENV= DTLS_CFLAGS="-I${OPENSSLINC}" \
|
|
DTLS_LIBS="-L${OPENSSLLIB} -lcrypto -lssl"
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|