aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-23 22:02:19 +0800
committerkrion <krion@FreeBSD.org>2004-01-23 22:02:19 +0800
commit7ef491ceffaeff1b38801d934274bd287b6ef7c3 (patch)
treefbaee5679b2563973856228cacbb4725d27c59f2 /audio
parentd5d356ec8243c7d0846b4eda083320ed6523ee52 (diff)
downloadfreebsd-ports-graphics-7ef491ceffaeff1b38801d934274bd287b6ef7c3.tar.gz
freebsd-ports-graphics-7ef491ceffaeff1b38801d934274bd287b6ef7c3.tar.zst
freebsd-ports-graphics-7ef491ceffaeff1b38801d934274bd287b6ef7c3.zip
- Update to version 1.2.5
PR: ports/61776 Submitted by: Ports Fury
Diffstat (limited to 'audio')
-rw-r--r--audio/mhwaveedit/Makefile19
-rw-r--r--audio/mhwaveedit/distinfo2
2 files changed, 17 insertions, 4 deletions
diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile
index e6393cbc426..735ce2038cc 100644
--- a/audio/mhwaveedit/Makefile
+++ b/audio/mhwaveedit/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= mhwaveedit
-PORTVERSION= 1.2.4
+PORTVERSION= 1.2.5
CATEGORIES= audio
MASTER_SITES= http://www.mtek.chalmers.se/~hjormagn/
@@ -18,13 +18,26 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
portaudio.0:${PORTSDIR}/audio/portaudio
USE_REINPLACE= yes
-USE_GNOME= gnomehack gtk20
+USE_GNOME= gnomehack gnometarget gtk20
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --without-sdl
+.if defined(WITH_DOUBLE_SAMPLES)
+CONFIGURE_ARGS+= --with-double-samples
+.endif
+
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "mhWaveEdit has the following tunable option:"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " WITH_DOUBLE_SAMPLES=yes"
+ @${ECHO_MSG} " Use double precision floating point numbers for sound"
+ @${ECHO_MSG} " processing (slows down program but may increase"
+ @${ECHO_MSG} " quality for 24/32-bit samplerates)"
+ @${ECHO_MSG} ""
+
post-patch:
@${REINPLACE_CMD} -e 's| -O2||g' ${WRKSRC}/configure
diff --git a/audio/mhwaveedit/distinfo b/audio/mhwaveedit/distinfo
index 0278cfae210..c7e31ecb8f2 100644
--- a/audio/mhwaveedit/distinfo
+++ b/audio/mhwaveedit/distinfo
@@ -1 +1 @@
-MD5 (mhwaveedit-1.2.4.tar.gz) = 136507e084ef715481129e6c241b2d32
+MD5 (mhwaveedit-1.2.5.tar.gz) = 86559970adc4dca26c7631a135682a11