Date: Fri, 23 Jun 2017 09:25:04 +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: r444171 - head/graphics/gnome-video-effects Message-ID: <201706230925.v5N9P4lZ032584@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Fri Jun 23 09:25:04 2017 New Revision: 444171 URL: https://svnweb.freebsd.org/changeset/ports/444171 Log: Update gnome-video-effects to 0.4.3. * This ports describes gstreamer pipelines, make sure we depend on the GStreamer ports that supply the plugin used in these pipelines. * Drop old GNOME repo $ID * Assign this port to the gnome@ pool * Don't depend on bsd.port.mk to add USES=gnome * Add NO_ARCH, no arch dependend files Modified: head/graphics/gnome-video-effects/Makefile head/graphics/gnome-video-effects/distinfo head/graphics/gnome-video-effects/pkg-plist Modified: head/graphics/gnome-video-effects/Makefile ============================================================================== --- head/graphics/gnome-video-effects/Makefile Fri Jun 23 09:02:17 2017 (r444170) +++ head/graphics/gnome-video-effects/Makefile Fri Jun 23 09:25:04 2017 (r444171) @@ -1,17 +1,18 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/graphics/gnome-video-effects/Makefile 19900 2014-09-20 11:28:00Z kwm $ PORTNAME= gnome-video-effects -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.3 CATEGORIES= graphics MASTER_SITES= GNOME -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of Gstreamer effects -USE_GNOME= intlhack -USES= gettext gmake pathfix tar:xz +USE_GNOME= intltool +USES= gettext gmake gnome pathfix tar:xz GNU_CONFIGURE= yes +USE_GSTREAMER1= good bad +NO_ARCH= yes .include <bsd.port.mk> Modified: head/graphics/gnome-video-effects/distinfo ============================================================================== --- head/graphics/gnome-video-effects/distinfo Fri Jun 23 09:02:17 2017 (r444170) +++ head/graphics/gnome-video-effects/distinfo Fri Jun 23 09:25:04 2017 (r444171) @@ -1,2 +1,3 @@ -SHA256 (gnome-video-effects-0.4.1.tar.xz) = 34be42713a97caf698b84ce7e1158aa21cc0977df7f7a7477cece226bc8d844a -SIZE (gnome-video-effects-0.4.1.tar.xz) = 145016 +TIMESTAMP = 1498206851 +SHA256 (gnome-video-effects-0.4.3.tar.xz) = 5a7ee0f5ade4b7d921f1b99f3b97d7d7bb830f2fef0f1daee20a7a1867708219 +SIZE (gnome-video-effects-0.4.3.tar.xz) = 142100 Modified: head/graphics/gnome-video-effects/pkg-plist ============================================================================== --- head/graphics/gnome-video-effects/pkg-plist Fri Jun 23 09:02:17 2017 (r444170) +++ head/graphics/gnome-video-effects/pkg-plist Fri Jun 23 09:25:04 2017 (r444171) @@ -10,7 +10,7 @@ share/gnome-video-effects/flip.effect share/gnome-video-effects/heat.effect share/gnome-video-effects/historical.effect share/gnome-video-effects/hulk.effect -share/gnome-video-effects/invertion.effect +share/gnome-video-effects/inversion.effect share/gnome-video-effects/kaleidoscope.effect share/gnome-video-effects/mauve.effect share/gnome-video-effects/mirror.effect
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706230925.v5N9P4lZ032584>