diff options
author | brooks <brooks@FreeBSD.org> | 2010-04-11 11:17:21 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2010-04-11 11:17:21 +0800 |
commit | 69b5f41a7f8bf23b844ed5ccba375f105aba4496 (patch) | |
tree | 731f943e31c05d36e2ad4b057e0cb7be9c43bb7f /audio | |
parent | a07574dea0f1f66255c7e71976f87117331153f3 (diff) | |
download | freebsd-ports-gnome-69b5f41a7f8bf23b844ed5ccba375f105aba4496.tar.gz freebsd-ports-gnome-69b5f41a7f8bf23b844ed5ccba375f105aba4496.tar.zst freebsd-ports-gnome-69b5f41a7f8bf23b844ed5ccba375f105aba4496.zip |
Actually include custom-convert.conf.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/squeezeboxserver/Makefile | 1 | ||||
-rw-r--r-- | audio/squeezeboxserver/files/custom-convert.conf.in | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index c49aef25c525..9b5b890fa429 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -7,6 +7,7 @@ PORTNAME= squeezeboxserver PORTVERSION= 7.5.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.slimdevices.com/SqueezeboxServer_v${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-noCPAN diff --git a/audio/squeezeboxserver/files/custom-convert.conf.in b/audio/squeezeboxserver/files/custom-convert.conf.in new file mode 100644 index 000000000000..ede37ca33c75 --- /dev/null +++ b/audio/squeezeboxserver/files/custom-convert.conf.in @@ -0,0 +1,11 @@ +alc mp3 * * + # FB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D} + [alac] $FILE$ | [lame] --silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ - - + +alc pcm * * + # F + [alac] -r $FILE$ + +alc flc * * + # F + [alac] $FILE$ | [flac] -cs --totally-silent --compression-level-0 - |