ports/86672: Update port: audio/mhwaveedit to 1.4.5b
KATO Tsuguru
tkato432 at yahoo.com
Wed Sep 28 16:10:21 UTC 2005
>Number: 86672
>Category: ports
>Synopsis: Update port: audio/mhwaveedit to 1.4.5b
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 28 16:10:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.11-RELEASE-p12 i386
>Organization:
>Environment:
>Description:
- Update to version 1.4.5b
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/audio/mhwaveedit/Makefile audio/mhwaveedit/Makefile
--- /usr/ports/audio/mhwaveedit/Makefile Wed Aug 31 16:16:30 2005
+++ audio/mhwaveedit/Makefile Sat Sep 24 19:41:29 2005
@@ -7,7 +7,7 @@
#
PORTNAME= mhwaveedit
-PORTVERSION= 1.4.4
+PORTVERSION= 1.4.5b
CATEGORIES= audio
MASTER_SITES= http://download.gna.org/mhwaveedit/
@@ -35,6 +35,7 @@
OSS "OSS sound driver" on \
PORTAUDIO "PortAudio sound driver" off \
SDL "SDL sound driver" off \
+ ARTS "aAts sound driver" off \
JACK "JACK sound driver" off \
ESD "EsounD sound driver" off
@@ -44,16 +45,16 @@
CONFIGURE_ARGS+= --with-double-samples
.endif
-.if defined(WITH_SNDFILE)
-LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile
-.else
+.if defined(WITHOUT_SNDFILE)
CONFIGURE_ARGS+= --without-libsndfile
+.else
+LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile
.endif
-.if defined(WITH_SAMPLERATE)
-LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate
-.else
+.if defined(WITHOUT_SAMPLERATE)
CONFIGURE_ARGS+= --without-libsamplerate
+.else
+LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate
.endif
.if defined(WITHOUT_OSS)
@@ -70,6 +71,12 @@
USE_SDL+= sdl
.else
CONFIGURE_ARGS+= --without-sdl
+.endif
+
+.if defined(WITH_ARTS)
+LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
+.else
+CONFIGURE_ARGS+= --without-arts
.endif
.if defined(WITH_JACK)
diff -urN /usr/ports/audio/mhwaveedit/distinfo audio/mhwaveedit/distinfo
--- /usr/ports/audio/mhwaveedit/distinfo Wed Aug 31 16:16:30 2005
+++ audio/mhwaveedit/distinfo Sat Sep 24 19:41:03 2005
@@ -1,2 +1,2 @@
-MD5 (mhwaveedit-1.4.4.tar.bz2) = f0eddfb357ea3c4b90c170c3397f24f5
-SIZE (mhwaveedit-1.4.4.tar.bz2) = 402971
+MD5 (mhwaveedit-1.4.5b.tar.bz2) = 3c29e69e75a8bec17fbec28f8ecd438d
+SIZE (mhwaveedit-1.4.5b.tar.bz2) = 411527
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list