Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2014 17:27:58 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352532 - head/audio/gstreamer-plugins-moodbar
Message-ID:  <201404281727.s3SHRwkL049491@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr 28 17:27:57 2014
New Revision: 352532
URL: http://svnweb.freebsd.org/changeset/ports/352532
QAT: https://qat.redports.org/buildarchive/r352532/

Log:
  Support stage

Modified:
  head/audio/gstreamer-plugins-moodbar/Makefile
  head/audio/gstreamer-plugins-moodbar/pkg-plist

Modified: head/audio/gstreamer-plugins-moodbar/Makefile
==============================================================================
--- head/audio/gstreamer-plugins-moodbar/Makefile	Mon Apr 28 17:14:21 2014	(r352531)
+++ head/audio/gstreamer-plugins-moodbar/Makefile	Mon Apr 28 17:27:57 2014	(r352532)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gstreamer-plugins-moodbar
 PORTVERSION=	0.1.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio
 MASTER_SITES=	http://pwsp.net/~qbob/ \
 		http://redundancy.redundancy.org/mirror/
@@ -17,44 +17,22 @@ LIB_DEPENDS=	libfftw3f.so:${PORTSDIR}/ma
 
 CFLAGS:=	${CFLAGS} -O2
 USE_GSTREAMER=	yes good
-NO_STAGE=	yes
-USES=		gmake pkgconfig
-USE_AUTOTOOLS=	libtool
+USES=		gmake libtool pkgconfig
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	MP3 OGG FLAC MP4 MUSEPACK WMA
 OPTIONS_DEFAULT= MP3 OGG
 
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-plugindir=${PREFIX}/lib/gstreamer-${GST_VERSION}
 PLIST_SUB+=	VERSION="${GST_VERSION}"
 
-.include <bsd.port.pre.mk>
+MP3_USE=	GSTREAMER=mp3
+OGG_USE=	GSTREAMER=vorbis,ogg
+FLAC_USE=	GSTREAMER=flac
+MP4_USE=	GSTREAMER=faad,bad
+MUSEPACK_USE=	GSTREAMER=musepack
+WMA_USE=	GSTREAMER=ffmpeg
 
-.if ${PORT_OPTIONS:MMP3}
-USE_GSTREAMER+=	mp3
-.endif
-
-.if ${PORT_OPTIONS:MOGG}
-USE_GSTREAMER+=	vorbis ogg
-.endif
-
-.if ${PORT_OPTIONS:MFLAC}
-USE_GSTREAMER+=	flac
-.endif
-
-.if ${PORT_OPTIONS:MMP4}
-USE_GSTREAMER+=	faad bad
-.endif
-
-.if ${PORT_OPTIONS:MMUSEPACK}
-USE_GSTREAMER+=	musepack
-.endif
-
-.if ${PORT_OPTIONS:MWMA}
-USE_GSTREAMER+=	ffmpeg
-.endif
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/audio/gstreamer-plugins-moodbar/pkg-plist
==============================================================================
--- head/audio/gstreamer-plugins-moodbar/pkg-plist	Mon Apr 28 17:14:21 2014	(r352531)
+++ head/audio/gstreamer-plugins-moodbar/pkg-plist	Mon Apr 28 17:27:57 2014	(r352532)
@@ -1,4 +1,3 @@
 bin/moodbar
 lib/gstreamer-%%VERSION%%/libmoodbar.a
-lib/gstreamer-%%VERSION%%/libmoodbar.la
 lib/gstreamer-%%VERSION%%/libmoodbar.so



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