diff options
author | krion <krion@FreeBSD.org> | 2004-12-23 17:48:41 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-23 17:48:41 +0800 |
commit | f7ebbb424d8263139d418f9f56cade5a308eeac7 (patch) | |
tree | c23eb76014e015eaddbd4db3e7161c5a33d4e3cc /audio | |
parent | fe7bfbddb4fe41e3cdd0bad2c1ad680808046213 (diff) | |
download | freebsd-ports-gnome-f7ebbb424d8263139d418f9f56cade5a308eeac7.tar.gz freebsd-ports-gnome-f7ebbb424d8263139d418f9f56cade5a308eeac7.tar.zst freebsd-ports-gnome-f7ebbb424d8263139d418f9f56cade5a308eeac7.zip |
Update to version 1.3.4
PR: ports/75395
Submitted by: Ports Fury
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mhwaveedit/Makefile | 6 | ||||
-rw-r--r-- | audio/mhwaveedit/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index c3e1b722bcd7..a2463c6b6a15 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -7,8 +7,7 @@ # PORTNAME= mhwaveedit -PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTVERSION= 1.3.4 CATEGORIES= audio MASTER_SITES= http://www.mtek.chalmers.se/~hjormagn/ @@ -16,7 +15,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A graphical program for editing sound files BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ +LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \ + sndfile.1:${PORTSDIR}/audio/libsndfile \ portaudio.0:${PORTSDIR}/audio/portaudio USE_GNOME= gnomehack gnometarget gtk20 diff --git a/audio/mhwaveedit/distinfo b/audio/mhwaveedit/distinfo index 2e27cffdbfef..3361d681813f 100644 --- a/audio/mhwaveedit/distinfo +++ b/audio/mhwaveedit/distinfo @@ -1,2 +1,2 @@ -MD5 (mhwaveedit-1.3.3.tar.gz) = 6fa2198e0cebdf863beeafba6fcfa29f -SIZE (mhwaveedit-1.3.3.tar.gz) = 307576 +MD5 (mhwaveedit-1.3.4.tar.gz) = 16ac2021f4ac2993eca0ee00bc312fb4 +SIZE (mhwaveedit-1.3.4.tar.gz) = 318956 |