From c8c5a49e5d628503edc0c0dcf8b96db6665b24c8 Mon Sep 17 00:00:00 2001 From: erwin Date: Fri, 16 Jun 2006 18:11:16 +0000 Subject: Update to 1.4.8 PR: 99040 Submitted by: Ports fury --- audio/mhwaveedit/Makefile | 10 +++++++--- audio/mhwaveedit/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'audio') 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 @@ -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 -- cgit