mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Actually include custom-convert.conf.
This commit is contained in:
parent
2bd4fbf3e8
commit
6b4999bf8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252543
@ -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
|
||||
|
11
audio/squeezeboxserver/files/custom-convert.conf.in
Normal file
11
audio/squeezeboxserver/files/custom-convert.conf.in
Normal file
@ -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 -
|
Loading…
Reference in New Issue
Block a user