From 4a604888e145dfe25aeeb9ccf162584a4ee1d1dc Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 6 Feb 2004 22:06:08 +0000 Subject: Update to 0.7.4. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1785 df743ca5-7f9a-e211-a948-0013205c9059 --- multimedia/gstreamer-plugins/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'multimedia/gstreamer-plugins/Makefile') diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 1f7c23a07..8c1b50197 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gstreamer -PORTVERSION= 0.7.3 -PORTREVISION= 2 +PORTVERSION= 0.7.4 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gst-plugins/0.7 @@ -18,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= lioux@FreeBSD.org COMMENT= GStreamer written collection of plugins handling several media types -LIB_DEPENDS= gstreamer-0.7.5:${PORTSDIR}/multimedia/gstreamer \ +LIB_DEPENDS= gstreamer-0.7.6:${PORTSDIR}/multimedia/gstreamer \ popt.0:${PORTSDIR}/devel/popt USE_X_PREFIX= yes @@ -133,7 +132,7 @@ WITH_AALIB=yes .endif # arts -.if exists(${LOCALBASE}/lib/libartsc.so.0) +.if exists(${LOCALBASE}/lib/libartsc.so.0) && !defined(WITHOUT_ARTS) WITH_ARTS=yes .endif @@ -672,9 +671,12 @@ pre-everything:: @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_AALIB to enable aalib Video plugin' .endif -.ifndef(WITH_ARTS) +.ifdef(WITH_ARTS) + @${ECHO_MSG} '===>' + @${ECHO_MSG} '===> Define WITHOUT_ARTS to disable aRts Audio plugin' +.else @${ECHO_MSG} '===>' - @${ECHO_MSG} '===> Define WITH_ARTS to enable arts Audio plugin' + @${ECHO_MSG} '===> Define WITH_ARTS to enable aRts Audio plugin' .endif .ifndef(WITH_AVIFILE) @${ECHO_MSG} '===>' -- cgit v1.2.3