diff options
author | naddy <naddy@FreeBSD.org> | 2002-01-18 03:22:41 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-01-18 03:22:41 +0800 |
commit | 30b2c66f1dd8ff7c03c6987ae35c8854ac65a099 (patch) | |
tree | 2b0cfd24724ccd5c03165b615650399b67d7b25d /audio/sox/Makefile | |
parent | 52b044c6360eb596b9f3df0c91203d81dfba9a38 (diff) | |
download | freebsd-ports-graphics-30b2c66f1dd8ff7c03c6987ae35c8854ac65a099.tar.gz freebsd-ports-graphics-30b2c66f1dd8ff7c03c6987ae35c8854ac65a099.tar.zst freebsd-ports-graphics-30b2c66f1dd8ff7c03c6987ae35c8854ac65a099.zip |
* Upgrade to 12.17.3. Changes in this version include:
- integrated GSM support
- new soxmix program
* Bump libvorbis version number in LIB_DEPENDS.
* Use new Ogg Vorbis RC3 encoder API.
* Replace incomplete list of supported formats and effects with a general
blurb in DESCR.
* Update home page URL in DESCR.
Reviewed by: Dan Nelson <dnelson@emsphone.com>
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r-- | audio/sox/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index 7e34200d620..07b58c428a1 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sox -PORTVERSION= 12.17.2 -PORTREVISION= 1 +PORTVERSION= 12.17.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sox @@ -15,22 +14,13 @@ MASTER_SITE_SUBDIR= sox MAINTAINER= dnelson@emsphone.com MAN1= sox.1 play.1 soxexam.1 -MLINKS= play.1 rec.1 +MLINKS= play.1 rec.1 sox.1 soxmix.1 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-fast-ulaw --enable-fast-alaw - -.if defined(WITH_GSM) -CONFIGURE_ARGS+= --with-gsmlib=${LOCALBASE}/lib \ - --with-gsminc=${LOCALBASE}/include -LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm -.else -CONFIGURE_ARGS+= --with-gsminc=no -.endif .if defined(WITH_VORBIS) CONFIGURE_ARGS+= --with-ogg-vorbisinc=${LOCALBASE}/include \ --with-ogg-vorbislib=${LOCALBASE}/lib -LIB_DEPENDS+= vorbis.0:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis .else CONFIGURE_ARGS+= --with-ogg-vorbisinc=no .endif |