Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2018 09:22:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r481019 - in branches/2018Q4/multimedia: gstreamer1 gstreamer1-plugins
Message-ID:  <201810010922.w919MGhS067554@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Oct  1 09:22:16 2018
New Revision: 481019
URL: https://svnweb.freebsd.org/changeset/ports/481019

Log:
  MFH: r481018
  
  Add explicit USES=python

Modified:
  branches/2018Q4/multimedia/gstreamer1-plugins/Makefile
  branches/2018Q4/multimedia/gstreamer1/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/multimedia/gstreamer1-plugins/Makefile
==============================================================================
--- branches/2018Q4/multimedia/gstreamer1-plugins/Makefile	Mon Oct  1 09:21:37 2018	(r481018)
+++ branches/2018Q4/multimedia/gstreamer1-plugins/Makefile	Mon Oct  1 09:22:16 2018	(r481019)
@@ -40,7 +40,7 @@ UGLY_DISTNAME=		gst-plugins-ugly-${UGLY_PORTVERSION}
 UGLY_DISTFILE=		${UGLY_DISTNAME}${EXTRACT_SUFX}
 DIST?=		base
 
-USES+=		gettext gmake gnome libtool pathfix pkgconfig tar:xz
+USES+=		gettext gmake gnome libtool pathfix pkgconfig python tar:xz
 WANT_GSTREAMER=	yes
 USE_GNOME+=	glib20 introspection:build libxml2
 GNU_CONFIGURE=	yes

Modified: branches/2018Q4/multimedia/gstreamer1/Makefile
==============================================================================
--- branches/2018Q4/multimedia/gstreamer1/Makefile	Mon Oct  1 09:21:37 2018	(r481018)
+++ branches/2018Q4/multimedia/gstreamer1/Makefile	Mon Oct  1 09:22:16 2018	(r481019)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 PORTSCOUT=	limitw:1,even
 
 CFLAGS+=	-Wno-format
-USES=		bison gettext gmake gnome libtool pathfix pkgconfig tar:xz
+USES=		bison gettext gmake gnome libtool pathfix pkgconfig python tar:xz
 USE_GNOME=	glib20 introspection:build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-tests \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810010922.w919MGhS067554>