From 7b129a5049de8b681596e7f88270d5e523bcedaf Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 25 Mar 2013 12:31:58 +0000 Subject: [PATCH] ftp packages of these got lost in the big PERMIT_* switchover; reinstate them. OK aja@ --- multimedia/gstreamer-0.10/plugins-ffmpeg/Makefile | 5 +++-- multimedia/gstreamer1/plugins-libav/Makefile | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/multimedia/gstreamer-0.10/plugins-ffmpeg/Makefile b/multimedia/gstreamer-0.10/plugins-ffmpeg/Makefile index fe11856d744..39a8650a052 100644 --- a/multimedia/gstreamer-0.10/plugins-ffmpeg/Makefile +++ b/multimedia/gstreamer-0.10/plugins-ffmpeg/Makefile @@ -1,14 +1,15 @@ -# $OpenBSD: Makefile,v 1.31 2013/02/05 13:07:09 brad Exp $ +# $OpenBSD: Makefile,v 1.32 2013/03/25 12:31:58 sthen Exp $ COMMENT= ffmpeg element for GStreamer V= 0.10.13 DISTNAME= gst-ffmpeg-${V} PKGNAME= gstreamer-ffmpeg-${V} -REVISION= 4 +REVISION= 5 # sync with graphics/ffmpeg PERMIT_PACKAGE_CDROM= patents +PERMIT_PACKAGE_FTP= Yes WANTLIB += bz2 ffi glib-2.0 gmodule-2.0 gobject-2.0 gstaudio-0.10 WANTLIB += gstbase-0.10 gstinterfaces-0.10 gstpbutils-0.10 gstreamer-0.10 diff --git a/multimedia/gstreamer1/plugins-libav/Makefile b/multimedia/gstreamer1/plugins-libav/Makefile index a4c9c4081a0..38222cc63fb 100644 --- a/multimedia/gstreamer1/plugins-libav/Makefile +++ b/multimedia/gstreamer1/plugins-libav/Makefile @@ -1,13 +1,15 @@ -# $OpenBSD: Makefile,v 1.11 2013/03/22 17:22:50 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2013/03/25 12:31:58 sthen Exp $ COMMENT= ffmpeg elements for GStreamer V= 1.0.6 DISTNAME= gst-libav-${V} PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-libav-${V} +REVISION= 0 # sync with graphics/ffmpeg PERMIT_PACKAGE_CDROM= patents +PERMIT_PACKAGE_FTP= Yes WANTLIB += bz2 ffi glib-2.0 gmodule-2.0 gobject-2.0 gstaudio-1.0 WANTLIB += gstbase-1.0 gstpbutils-1.0 gstreamer-1.0 gsttag-1.0