svn commit: r355312 - in head/multimedia: dvbsnoop gstreamermm iriverter kaffeine mpeg4ip nxtvepg openquicktime

Martin Wilke miwi at FreeBSD.org
Mon May 26 12:06:12 UTC 2014


Author: miwi
Date: Mon May 26 12:06:10 2014
New Revision: 355312
URL: http://svnweb.freebsd.org/changeset/ports/355312
QAT: https://qat.redports.org/buildarchive/r355312/

Log:
  - Convert gmake,xz,bzip to USES
  
  Approved by:	portmgr

Modified:
  head/multimedia/dvbsnoop/Makefile
  head/multimedia/gstreamermm/Makefile
  head/multimedia/iriverter/Makefile
  head/multimedia/kaffeine/Makefile
  head/multimedia/mpeg4ip/Makefile
  head/multimedia/nxtvepg/Makefile
  head/multimedia/openquicktime/Makefile

Modified: head/multimedia/dvbsnoop/Makefile
==============================================================================
--- head/multimedia/dvbsnoop/Makefile	Mon May 26 12:01:19 2014	(r355311)
+++ head/multimedia/dvbsnoop/Makefile	Mon May 26 12:06:10 2014	(r355312)
@@ -13,7 +13,7 @@ DVB_HEADERS=	dmx.h frontend.h
 
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${WRKSRC}
-USE_GMAKE=	yes
+USES=		gmake
 
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/dvbsnoop.1.gz

Modified: head/multimedia/gstreamermm/Makefile
==============================================================================
--- head/multimedia/gstreamermm/Makefile	Mon May 26 12:01:19 2014	(r355311)
+++ head/multimedia/gstreamermm/Makefile	Mon May 26 12:06:10 2014	(r355312)
@@ -12,9 +12,7 @@ COMMENT=	C++ wrapper library for the mul
 
 LICENSE=	LGPL21
 
-USES=		pkgconfig
-USE_XZ=		yes
-USE_GMAKE=	yes
+USES=		pkgconfig tar:xz gmake
 USE_GSTREAMER=	theora vorbis cdparanoia gio pango
 USE_GNOME=	gnomeprefix gnomehack gtkmm24
 GNU_CONFIGURE=	yes

Modified: head/multimedia/iriverter/Makefile
==============================================================================
--- head/multimedia/iriverter/Makefile	Mon May 26 12:01:19 2014	(r355311)
+++ head/multimedia/iriverter/Makefile	Mon May 26 12:06:10 2014	(r355312)
@@ -13,9 +13,8 @@ COMMENT=	Cross-platform frontend to menc
 RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder
 
 USE_JAVA=	yes
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 
 OPTIONS_DEFINE=	SWTDEVEL
 SWTDEVEL_DESC=	Use SWT Development port

Modified: head/multimedia/kaffeine/Makefile
==============================================================================
--- head/multimedia/kaffeine/Makefile	Mon May 26 12:01:19 2014	(r355311)
+++ head/multimedia/kaffeine/Makefile	Mon May 26 12:06:10 2014	(r355312)
@@ -17,11 +17,10 @@ LIB_DEPENDS=	xine.2:${PORTSDIR}/multimed
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GMAKE=		yes
 USE_KDE4=	kdehier kdeprefix automoc4 kdelibs
 USE_QT4=	corelib gui phonon svg network dbus xml sql \
 		qmake_build moc_build rcc_build uic_build
-USES=		cmake gettext
+USES=		cmake gettext gmake
 USE_LDCONFIG=		yes
 USE_XORG=	xscrnsaver
 

Modified: head/multimedia/mpeg4ip/Makefile
==============================================================================
--- head/multimedia/mpeg4ip/Makefile	Mon May 26 12:01:19 2014	(r355311)
+++ head/multimedia/mpeg4ip/Makefile	Mon May 26 12:06:10 2014	(r355312)
@@ -27,7 +27,7 @@ RUN_DEPENDS=	mp4v2>=1.9.1:${PORTSDIR}/mu
 
 USE_GNOME=	gtk20
 USE_SDL=	sdl
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include/SDL -I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include ${PTHREAD_CFLAGS}

Modified: head/multimedia/nxtvepg/Makefile
==============================================================================
--- head/multimedia/nxtvepg/Makefile	Mon May 26 12:01:19 2014	(r355311)
+++ head/multimedia/nxtvepg/Makefile	Mon May 26 12:06:10 2014	(r355312)
@@ -12,7 +12,7 @@ COMMENT=	Viewer for Nextview Electronic 
 LIB_DEPENDS=	tk84.1:${PORTSDIR}/x11-toolkits/tk84
 
 NOT_FOR_ARCHS=	sparc64
-USE_GMAKE=	yes
+USES=	gmake
 USE_XORG=	x11 xmu
 MAKE_ENV=	PTHREAD_LIBS=${PTHREAD_LIBS} WRKSRC=${WRKSRC} X11BASE=${LOCALBASE}
 

Modified: head/multimedia/openquicktime/Makefile
==============================================================================
--- head/multimedia/openquicktime/Makefile	Mon May 26 12:01:19 2014	(r355311)
+++ head/multimedia/openquicktime/Makefile	Mon May 26 12:06:10 2014	(r355312)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphic
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk12
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 PKGDEINSTALL=	${PKGINSTALL}
 


More information about the svn-ports-all mailing list