Update GStreamer1-vaapi to 0.7.0. * Spell GStreamer consistently. [1] * Fix typo in py3kplist in py3-gstreamer1 [1] * Improve plugins COMMENTS (more improvements welcome) * Actually include the gstreamer1-libav update this time. PR: 204204 [1] (based on) Submitted by: olivierd@ [1]
18 lines
399 B
Makefile
18 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"
|