summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-07 06:06:08 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-07 06:06:08 +0800
commit4a604888e145dfe25aeeb9ccf162584a4ee1d1dc (patch)
tree4083c21e1a0af9f2cde05cb5339e776f98394784 /multimedia/gstreamer-plugins/Makefile
parent4b822c4159d54c13c95ec4ad884e668e1718bda5 (diff)
downloadmarcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.gz
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.bz2
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.lz
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.xz
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.zst
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.zip
Update to 0.7.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1785 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile')
-rw-r--r--multimedia/gstreamer-plugins/Makefile14
1 files changed, 8 insertions, 6 deletions
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} '===>'