diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-02-23 17:20:37 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-02-23 17:20:37 +0000 |
commit | 18e5af8e58f3396d09f7b9b9a4a09271db31b632 (patch) | |
tree | bd44c991212f1c9b91f88a502ffb8d5da0f0a541 /audio/abcde/files | |
parent | ac2d42df622633fc3f57df77623f4d677d6f0809 (diff) | |
download | ports-18e5af8e58f3396d09f7b9b9a4a09271db31b632.tar.gz ports-18e5af8e58f3396d09f7b9b9a4a09271db31b632.zip |
Notes
Diffstat (limited to 'audio/abcde/files')
-rw-r--r-- | audio/abcde/files/patch-abcde.conf | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/audio/abcde/files/patch-abcde.conf b/audio/abcde/files/patch-abcde.conf index 6e708ce1d943..dde86adda57e 100644 --- a/audio/abcde/files/patch-abcde.conf +++ b/audio/abcde/files/patch-abcde.conf @@ -1,14 +1,16 @@ --- abcde.conf.orig 2012-04-19 22:57:19.000000000 +0200 -+++ abcde.conf 2012-11-29 21:11:17.000000000 +0100 -@@ -136,7 +136,7 @@ ++++ abcde.conf 2013-02-22 21:53:52.000000000 +0100 +@@ -136,8 +136,8 @@ #CDDAFS=cp #CDDISCID=cd-discid #CDDBTOOL=cddb-tool -#EJECT=eject -+EJECT=cdcontrol eject - #MD5SUM=md5sum +-#MD5SUM=md5sum ++EJECT=cdcontrol ++MD5SUM=md5 #DISTMP3=distmp3 #VORBISCOMMENT=vorbiscomment + #METAFLAC=metaflac @@ -170,7 +170,8 @@ # Ogg: @@ -19,6 +21,15 @@ # FLAC: #FLACOPTS="-f" +@@ -193,7 +194,7 @@ + #CDDA2WAVOPTS= + #CDDAFSOPTS="-f" + #CDDBTOOLOPTS= +-#EJECTOPTS= ++EJECTOPTS="eject" + #DISTMP3OPTS= + #NORMALIZEOPTS= + #CDSPEEDOPTS="-x" @@ -238,7 +239,7 @@ # OUTPUTTYPE can be either "ogg", "mp3", "flac" or "spx", or a combination @@ -40,3 +51,13 @@ # Like OUTPUTFORMAT and VAOUTPUTFORMAT but for the ONEFILE rips. #ONETRACKOUTPUTFORMAT=$OUTPUTFORMAT +@@ -319,8 +322,7 @@ + # Custom pre-read function + # By default it does nothing. + # You can set some things to get abcde function in better ways: +-# * Close the CD tray using eject -t (if available in eject and supported by +-# your CD device. ++# * Close the CD tray using cdcontrol close + # * Set the CD speed. You can also use the built-in options, but you can also + # set it here. In Debian, eject -x and cdset -x do the job. + # KEEP IN MIND that executables included in pre_read must be in your $PATH or |