From ba729131555edc3d4b608a057466fa50efa485d2 Mon Sep 17 00:00:00 2001 From: krion Date: Sun, 8 Feb 2004 14:12:20 +0000 Subject: - Update to version 1.2.6 PR: ports/62526 Submitted by: Ports Fury --- audio/mhwaveedit/Makefile | 12 ++++-------- audio/mhwaveedit/distinfo | 4 ++-- audio/mhwaveedit/files/patch-src::datasource.c | 12 ------------ 3 files changed, 6 insertions(+), 22 deletions(-) delete mode 100644 audio/mhwaveedit/files/patch-src::datasource.c (limited to 'audio') diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index eb9142ec0b82..a46b280851bb 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -7,8 +7,7 @@ # PORTNAME= mhwaveedit -PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTVERSION= 1.2.6 CATEGORIES= audio MASTER_SITES= http://www.mtek.chalmers.se/~hjormagn/ @@ -18,17 +17,17 @@ COMMENT= A graphical program for editing sound files LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ portaudio.0:${PORTSDIR}/audio/portaudio -USE_REINPLACE= yes USE_GNOME= gnomehack gnometarget gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --without-sdl +CONFIGURE_ARGS= --disable-optimization --without-sdl + +PLIST_FILES= bin/mhwaveedit .if defined(WITH_DOUBLE_SAMPLES) CONFIGURE_ARGS+= --with-double-samples .endif -PLIST_FILES= bin/mhwaveedit pre-everything:: @${ECHO_MSG} "" @@ -40,7 +39,4 @@ pre-everything:: @${ECHO_MSG} " quality for 24/32-bit samplerates)" @${ECHO_MSG} "" -post-patch: - @${REINPLACE_CMD} -e 's| -O2||g' ${WRKSRC}/configure - .include diff --git a/audio/mhwaveedit/distinfo b/audio/mhwaveedit/distinfo index e98ea3cac2ef..81f7742f78fa 100644 --- a/audio/mhwaveedit/distinfo +++ b/audio/mhwaveedit/distinfo @@ -1,2 +1,2 @@ -MD5 (mhwaveedit-1.2.5.tar.gz) = 86559970adc4dca26c7631a135682a11 -SIZE (mhwaveedit-1.2.5.tar.gz) = 220945 +MD5 (mhwaveedit-1.2.6.tar.gz) = 7b824345b21b4f98dbbc487551c6cbf9 +SIZE (mhwaveedit-1.2.6.tar.gz) = 223379 diff --git a/audio/mhwaveedit/files/patch-src::datasource.c b/audio/mhwaveedit/files/patch-src::datasource.c deleted file mode 100644 index 9213f316e593..000000000000 --- a/audio/mhwaveedit/files/patch-src::datasource.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/datasource.c.orig Tue Dec 23 07:06:26 2003 -+++ src/datasource.c Sat Dec 27 00:59:02 2003 -@@ -212,8 +212,8 @@ - - Datasource *datasource_byteswap(Datasource *source) - { -- if (source == NULL) return NULL; - Datasource *ds; -+ if (source == NULL) return NULL; - ds = gtk_type_new(datasource_get_type()); - ds->type = DATASOURCE_BYTESWAP; - memcpy(&(ds->format),&(source->format),sizeof(Dataformat)); -- cgit