ports/71868: Update port: audio/mhwaveedit to 1.3.2

KATO Tsuguru tkato432 at yahoo.com
Sat Sep 18 16:40:48 UTC 2004


>Number:         71868
>Category:       ports
>Synopsis:       Update port: audio/mhwaveedit to 1.3.2
>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:   Sat Sep 18 16:40:40 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 1.3.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/mhwaveedit/Makefile audio/mhwaveedit/Makefile
--- /usr/ports/audio/mhwaveedit/Makefile	Mon Jun 28 22:56:27 2004
+++ audio/mhwaveedit/Makefile	Sun Sep  5 22:48:36 2004
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	mhwaveedit
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.2
 CATEGORIES=	audio
 MASTER_SITES=	http://www.mtek.chalmers.se/~hjormagn/
 
@@ -19,14 +19,18 @@
 		portaudio.0:${PORTSDIR}/audio/portaudio
 
 USE_GNOME=	gnomehack gnometarget gtk20
+WANT_GNOME=	yes
+WANT_SDL=	yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--disable-optimization --without-alsalib --without-sdl
+CONFIGURE_ARGS=	--disable-optimization --without-alsalib
 
 PLIST_FILES=	bin/mhwaveedit
 
+.include <bsd.port.pre.mk>
+
 .if defined(WITH_DOUBLE_SAMPLES)
 CONFIGURE_ARGS+=	--with-double-samples
 .endif
@@ -37,6 +41,18 @@
 CONFIGURE_ARGS+=	--without-jack
 .endif
 
+.if ${HAVE_SDL:Msdl}!=""
+USE_SDL+=	sdl
+.else
+CONFIGURE_ARGS+=	--without-sdl
+.endif
+
+.if ${HAVE_GNOME:Mesound}!=""
+USE_GNOME+=     esound
+.else
+CONFIGURE_ARGS+=	--without-esound
+.endif
+
 pre-everything::
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "mhWaveEdit has the following tunable option:"
@@ -49,8 +65,11 @@
 	@${ECHO_MSG} "	WITH_JACK=yes"
 	@${ECHO_MSG} "		Support JACK driver"
 	@${ECHO_MSG} ""
+	@${ECHO_MSG} "	WITH_GNOME=esound"
+	@${ECHO_MSG} "		Support EsounD driver"
+	@${ECHO_MSG} ""
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -urN /usr/ports/audio/mhwaveedit/distinfo audio/mhwaveedit/distinfo
--- /usr/ports/audio/mhwaveedit/distinfo	Mon Jun 28 22:56:27 2004
+++ audio/mhwaveedit/distinfo	Sun Sep  5 22:48:36 2004
@@ -1,2 +1,2 @@
-MD5 (mhwaveedit-1.3.0.tar.gz) = ea17d4639af5983d2a2b33e343c41fb3
-SIZE (mhwaveedit-1.3.0.tar.gz) = 292965
+MD5 (mhwaveedit-1.3.2.tar.gz) = 2ebbb3d49712cdd903f7a382443a4691
+SIZE (mhwaveedit-1.3.2.tar.gz) = 305250
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list