Date: Fri, 8 Aug 2014 20:37:42 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364379 - in head: Mk multimedia multimedia/gstreamer1-plugins-gnonlin Message-ID: <53e53516.23d3.261f4328@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Fri Aug 8 20:37:41 2014 New Revision: 364379 URL: http://svnweb.freebsd.org/changeset/ports/364379 QAT: https://qat.redports.org/buildarchive/r364379/ Log: 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 Added: head/multimedia/gstreamer1-plugins-gnonlin/ - copied from r364372, head/multimedia/gstreamer-plugins-gnonlin/ Modified: head/Mk/bsd.gstreamer.mk head/multimedia/Makefile head/multimedia/gstreamer1-plugins-gnonlin/Makefile head/multimedia/gstreamer1-plugins-gnonlin/distinfo Modified: head/Mk/bsd.gstreamer.mk ============================================================================== --- head/Mk/bsd.gstreamer.mk Fri Aug 8 20:27:39 2014 (r364378) +++ head/Mk/bsd.gstreamer.mk Fri Aug 8 20:37:41 2014 (r364379) @@ -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 Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Fri Aug 8 20:27:39 2014 (r364378) +++ head/multimedia/Makefile Fri Aug 8 20:37:41 2014 (r364379) @@ -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 Modified: head/multimedia/gstreamer1-plugins-gnonlin/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins-gnonlin/Makefile Fri Aug 8 16:35:35 2014 (r364372) +++ head/multimedia/gstreamer1-plugins-gnonlin/Makefile Fri Aug 8 20:37:41 2014 (r364379) @@ -1,10 +1,8 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins-gnonlin/Makefile,v 1.7 2006/07/21 16:39:31 ahze Exp $ -PORTNAME= gstreamer-plugins-gnonlin -PORTVERSION= 0.10.17 -PORTREVISION= 1 +PORTNAME= gstreamer1-plugins-gnonlin +PORTVERSION= 1.2.1 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gnonlin/ DISTNAME= gnonlin-${PORTVERSION} @@ -12,14 +10,13 @@ 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 -USES= libtool pkgconfig tar:bzip2 -USE_GSTREAMER= yes -PLIST_FILES= lib/gstreamer-0.10/libgnl.so - -post-patch: - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure +PLIST_FILES= lib/gstreamer-1.0/libgnl.so .include <bsd.port.mk> Modified: head/multimedia/gstreamer1-plugins-gnonlin/distinfo ============================================================================== --- head/multimedia/gstreamer-plugins-gnonlin/distinfo Fri Aug 8 16:35:35 2014 (r364372) +++ head/multimedia/gstreamer1-plugins-gnonlin/distinfo Fri Aug 8 20:37:41 2014 (r364379) @@ -1,2 +1,2 @@ -SHA256 (gnonlin-0.10.17.tar.bz2) = e4a2dd8af1c0c97f2f63e918a25c26e871c896e88b7ee85948509f68f29e8935 -SIZE (gnonlin-0.10.17.tar.bz2) = 468711 +SHA256 (gnonlin-1.2.1.tar.xz) = 787006231184753f8330b4b6d63d37979d937355291c6da75080d83efe1aeb93 +SIZE (gnonlin-1.2.1.tar.xz) = 401620
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e53516.23d3.261f4328>