mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Copy the gnonlin gstreamer plugin, and update to 1.2.1. This plugin is
for gstreamer 1.x. PR: 187646 (based on) Submitted by: Olivier Duchateau
This commit is contained in:
parent
8e0b019b1b
commit
ce909f7de9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364379
@ -71,7 +71,7 @@ GST1_MINIMAL_VERSION= .0
|
||||
_GSTREAMER_PLUGINS= \
|
||||
a52dec aalib amrnb amrwbdec cairo cdio \
|
||||
cdparanoia dts dv faac faad flac flite \
|
||||
gdkpixbuf gme gsm jack jpeg lame libcaca \
|
||||
gdkpixbuf gme gnonlin gsm jack jpeg lame libcaca \
|
||||
libmms libvisual mad mpeg2dec mpeg2enc neon ogg \
|
||||
opencv opus pango resindvd schroedinger \
|
||||
shout2 sidplay soundtouch soup speex taglib \
|
||||
@ -81,7 +81,7 @@ _GSTREAMER_PLUGINS= \
|
||||
.if defined(USE_GSTREAMER)
|
||||
_GSTREAMER_PLUGINS+= \
|
||||
annodex bz2 cdaudio dvd esound ffmpeg fluendo-mp3 \
|
||||
fluendo-mpegdemux gconf gio gl gnomevfs gnonlin hal \
|
||||
fluendo-mpegdemux gconf gio gl gnomevfs hal \
|
||||
ladspa libpng mm mp3 musepack nas pulse python qt4 \
|
||||
sdl sndfile spc vdpau vp8 xvid
|
||||
.endif
|
||||
|
@ -124,6 +124,7 @@
|
||||
SUBDIR += gstreamer1-plugins-dts
|
||||
SUBDIR += gstreamer1-plugins-dv
|
||||
SUBDIR += gstreamer1-plugins-dvdread
|
||||
SUBDIR += gstreamer1-plugins-gnonlin
|
||||
SUBDIR += gstreamer1-plugins-good
|
||||
SUBDIR += gstreamer1-plugins-kate
|
||||
SUBDIR += gstreamer1-plugins-mpeg2dec
|
||||
|
22
multimedia/gstreamer1-plugins-gnonlin/Makefile
Normal file
22
multimedia/gstreamer1-plugins-gnonlin/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gstreamer1-plugins-gnonlin
|
||||
PORTVERSION= 1.2.1
|
||||
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
|
||||
|
||||
CFLAGS:= ${CFLAGS} -O2 -Wno-format
|
||||
USES= libtool pkgconfig tar:xz
|
||||
USE_PYTHON_BUILD=yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GSTREAMER1= good
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PLIST_FILES= lib/gstreamer-1.0/libgnl.so
|
||||
|
||||
.include <bsd.port.mk>
|
2
multimedia/gstreamer1-plugins-gnonlin/distinfo
Normal file
2
multimedia/gstreamer1-plugins-gnonlin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (gnonlin-1.2.1.tar.xz) = 787006231184753f8330b4b6d63d37979d937355291c6da75080d83efe1aeb93
|
||||
SIZE (gnonlin-1.2.1.tar.xz) = 401620
|
3
multimedia/gstreamer1-plugins-gnonlin/pkg-descr
Normal file
3
multimedia/gstreamer1-plugins-gnonlin/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Gstreamer library for writing non-linear audio and video
|
||||
|
||||
WWW: http://gstreamer.net
|
Loading…
Reference in New Issue
Block a user