From 8c50cdaa68622199d80d1500be73ff040f0c0d32 Mon Sep 17 00:00:00 2001 From: "EinvalSledge@gmail.com" Date: Thu, 19 Apr 2012 20:37:25 +0000 Subject: [PATCH] Check that we have $CDDBTOOL before we start. (Closes issue 27). git-svn-id: http://abcde.googlecode.com/svn/trunk@318 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 2 +- changelog | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/abcde b/abcde index 975bff3..31e925a 100755 --- a/abcde +++ b/abcde @@ -3912,7 +3912,7 @@ fi # Make sure a buncha things exist for X in $CDROMREADER $CDDISCID ${NEEDTAGGER+$TAGGER} $MP3ENCODER \ $OGGENCODER $FLACENCODER $SPEEXENCODER $MPPENCODER \ - $AACENCODER \ + $AACENCODER $CDDBTOOL \ ${NEEDATOMICPARSLEY+$ATOMICPARSLEY} \ ${NEEDHTTPGET+$HTTPGET} ${NEEDDISTMP3+$DISTMP3} \ ${NEEDCOMMENTER+$VORBISCOMMENT} ${NEEDMETAFLAC+$METAFLAC} \ diff --git a/changelog b/changelog index 381c1c2..2e0d1f6 100644 --- a/changelog +++ b/changelog @@ -16,9 +16,10 @@ abcde 2.5.1 UNRELEASED * On OS X, switch from disktool to diskutil. (Closes issue 43). * Updates for CD device detection: + Look for /dev/sr0, in case /dev/cdrom doesn't exist. - Closes issue 52. + (Closes issue 52). + Add suggested diskutil code to auto-detect the CD on OS X. - Closes issue 45. + (Closes issue 45). + * Check that we have $CDDBTOOL before we start. (Closes issue 27). [ Colin Tuckley ] * replace deprecated egrep with grep -E (Closes issue 24). -- 2.20.1