aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2006-06-17 02:11:16 +0800
committererwin <erwin@FreeBSD.org>2006-06-17 02:11:16 +0800
commitc8c5a49e5d628503edc0c0dcf8b96db6665b24c8 (patch)
tree2523b9ea05ded701c09765d6cd921af959b7f228
parent0d17fa8be098a21d36836058bfc59c0ba41f4f1a (diff)
downloadfreebsd-ports-gnome-c8c5a49e5d628503edc0c0dcf8b96db6665b24c8.tar.gz
freebsd-ports-gnome-c8c5a49e5d628503edc0c0dcf8b96db6665b24c8.tar.zst
freebsd-ports-gnome-c8c5a49e5d628503edc0c0dcf8b96db6665b24c8.zip
Update to 1.4.8
PR: 99040 Submitted by: Ports fury
-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