aboutsummaryrefslogtreecommitdiff
path: root/audio/mhwaveedit
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-06-16 18:11:16 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-06-16 18:11:16 +0000
commit9377c82c2da92199a2c2a1af17e9555c30d39750 (patch)
treedb3d46a7d53b124677a1ba1ac655195817876283 /audio/mhwaveedit
parentb0e4a695b9f6952bcea3121231ff4b8fd02eb063 (diff)
downloadports-9377c82c2da92199a2c2a1af17e9555c30d39750.tar.gz
ports-9377c82c2da92199a2c2a1af17e9555c30d39750.zip
Update to 1.4.8
PR: 99040 Submitted by: Ports fury
Notes
Notes: svn path=/head/; revision=165592
Diffstat (limited to 'audio/mhwaveedit')
-rw-r--r--audio/mhwaveedit/Makefile10
-rw-r--r--audio/mhwaveedit/distinfo6
2 files changed, 10 insertions, 6 deletions
diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile
index 95d194046cd3..2246a80961b5 100644
--- a/audio/mhwaveedit/Makefile
+++ b/audio/mhwaveedit/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= mhwaveedit
-PORTVERSION= 1.4.7
+PORTVERSION= 1.4.8
CATEGORIES= audio
MASTER_SITES= http://download.gna.org/mhwaveedit/
@@ -37,7 +37,8 @@ OPTIONS= DOUBLE_SAMPLES "increase quality for 24/32-bit samplerates" off \
SDL "SDL sound driver" off \
ARTS "arts sound driver" off \
JACK "JACK sound driver" off \
- ESD "EsounD sound driver" off
+ ESD "EsounD sound driver" off \
+ LADSPA "LADSPA support" off
.include <bsd.port.pre.mk>
@@ -91,8 +92,11 @@ USE_GNOME+= esound
CONFIGURE_ARGS+= --without-esound
.endif
-.if exists(${LOCALBASE}/include/ladspa.h)
+.if defined(WITH_LADSPA)
+BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
RUN_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
+.else
+CONFIGURE_ENV+= ac_cv_header_ladspa_h=no
.endif
post-patch:
diff --git a/audio/mhwaveedit/distinfo b/audio/mhwaveedit/distinfo
index d47d37eec469..ef408c738074 100644
--- a/audio/mhwaveedit/distinfo
+++ b/audio/mhwaveedit/distinfo
@@ -1,3 +1,3 @@
-MD5 (mhwaveedit-1.4.7.tar.bz2) = 52ace301f7eb3843289b1a5a96c349a1
-SHA256 (mhwaveedit-1.4.7.tar.bz2) = ac77cfc11d03d60cfc73aa28424322b015497f436f9803ae913a3a352029fe8c
-SIZE (mhwaveedit-1.4.7.tar.bz2) = 433605
+MD5 (mhwaveedit-1.4.8.tar.bz2) = 447bb2421bf7c09c0960134bab910cf7
+SHA256 (mhwaveedit-1.4.8.tar.bz2) = 183ec49b48164047eab1e3f3d5c171b68b33340fff8439883fcb3da80bc4dc5d
+SIZE (mhwaveedit-1.4.8.tar.bz2) = 437386