mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.4.5b
- Add WITH_/WITHOUT_ARTS in OPTIONS PR: ports/86672 Submitted by: Ports Fury
This commit is contained in:
parent
dc5fb47034
commit
d1da18ce1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143740
2 changed files with 16 additions and 9 deletions
|
@ -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 @@ OPTIONS= DOUBLE_SAMPLES "increase quality for 24/32-bit samplerates" off \
|
|||
OSS "OSS sound driver" on \
|
||||
PORTAUDIO "PortAudio sound driver" off \
|
||||
SDL "SDL sound driver" off \
|
||||
ARTS "arts sound driver" off \
|
||||
JACK "JACK sound driver" off \
|
||||
ESD "EsounD sound driver" off
|
||||
|
||||
|
@ -44,16 +45,16 @@ OPTIONS= DOUBLE_SAMPLES "increase quality for 24/32-bit samplerates" off \
|
|||
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)
|
||||
|
@ -72,6 +73,12 @@ USE_SDL+= sdl
|
|||
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)
|
||||
LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack
|
||||
.else
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue