svn commit: r392149 - in head/multimedia: gstreamer-plugins-all gstreamer1-plugins-all

Koop Mast kwm at FreeBSD.org
Wed Jul 15 14:29:23 UTC 2015


Author: kwm
Date: Wed Jul 15 14:29:22 2015
New Revision: 392149
URL: https://svnweb.freebsd.org/changeset/ports/392149

Log:
  Convert to USES=metaport.
  
  While here, convert gstreamer1-plugins-all too.
  
  PR:		201545
  Submitted by:	Andriy Voskoboinyk <s3erios at gmail.com>

Modified:
  head/multimedia/gstreamer-plugins-all/Makefile
  head/multimedia/gstreamer1-plugins-all/Makefile

Modified: head/multimedia/gstreamer-plugins-all/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-all/Makefile	Wed Jul 15 14:26:02 2015	(r392148)
+++ head/multimedia/gstreamer-plugins-all/Makefile	Wed Jul 15 14:29:22 2015	(r392149)
@@ -6,16 +6,11 @@ PORTNAME=	gstreamer-plugins-all
 PORTVERSION=	1.3.${GST_VERSION}.${GST_SHLIB_VERSION}
 PORTREVISION=	15
 CATEGORIES=	multimedia
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-EXTRACT_ONLY=	# empty
 
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	Meta-port of all gstreamer plugins with options
 
-NO_BUILD=	yes
-NO_INSTALL=	yes
-NO_MTREE=	yes
+USES=		metaport
 USE_GSTREAMER=	yes
 
 .include "${.CURDIR}/../../Mk/bsd.gstreamer.mk"

Modified: head/multimedia/gstreamer1-plugins-all/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-all/Makefile	Wed Jul 15 14:26:02 2015	(r392148)
+++ head/multimedia/gstreamer1-plugins-all/Makefile	Wed Jul 15 14:29:22 2015	(r392149)
@@ -5,15 +5,12 @@ PORTNAME=	gstreamer1-plugins-all
 PORTVERSION=	${GST1_VERSION}
 PORTREVISION=	1
 CATEGORIES=	multimedia
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-EXTRACT_ONLY=	# empty
 
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	Meta-port of all gstreamer 1.x plugins with options
 
-NO_BUILD=	yes
-NO_INSTALL=	yes
+USES=		metaport
+
 USE_GSTREAMER1=	yes
 
 .include "${.CURDIR}/../../Mk/bsd.gstreamer.mk"


More information about the svn-ports-head mailing list