353ad9c72e
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]
20 lines
516 B
Makefile
20 lines
516 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gstreamer1-plugins-gnonlin
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/src/gnonlin/
|
|
DISTNAME= gnonlin-${PORTVERSION}
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= GStreamer lib for writing non-linear audio and video
|
|
|
|
USES= libtool pkgconfig python:3,build tar:xz
|
|
GNU_CONFIGURE= yes
|
|
USE_GSTREAMER1= good
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_FILES= lib/gstreamer-1.0/libgnl.so
|
|
|
|
.include <bsd.port.mk>
|