diff options
-rw-r--r-- | system/graveman/graveman.SlackBuild | 8 | ||||
-rw-r--r-- | system/graveman/graveman.info | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/system/graveman/graveman.SlackBuild b/system/graveman/graveman.SlackBuild index c97f181188..8e2b87888d 100644 --- a/system/graveman/graveman.SlackBuild +++ b/system/graveman/graveman.SlackBuild @@ -32,11 +32,14 @@ # with a new version of Graveman. Thanks to Eric Hameleers # for the fix. +# Slackbuild mainter switched to Keith Richie disturbed1976@gmail.com +# Added patch to support for audio CDs with newer Sox versions. + PRGNAM=graveman VERSION=0.3.12.5 # this is local version SRCVER=0.3.12-5 # this is the developer's source version ARCH=${ARCH:-i486} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -68,6 +71,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Patch needed to work with version of Sox in Slackware 13.0+ +patch -Np0 -i $CWD/sox.patch --verbose || exit 1 + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/system/graveman/graveman.info b/system/graveman/graveman.info index 84b1ef3876..2b12fb95a1 100644 --- a/system/graveman/graveman.info +++ b/system/graveman/graveman.info @@ -5,6 +5,6 @@ DOWNLOAD="http://graveman.tuxfamily.org/sources/graveman-0.3.12-5.tar.gz" DOWNLOAD_x86_64="" MD5SUM="94183b71f345e405badcdf92ea04dfac" MD5SUM_x86_64="" -MAINTAINER="Chess Griffin" -EMAIL="chess@chessgriffin.com" -APPROVED="dsomero" +MAINTAINER="Keith Richie" +EMAIL="disturbed1976@gmail.com" +APPROVED="michiel" |