diff options
author | Keith Richie <disturbed1976@gmail.com> | 2010-03-04 21:05:32 +0000 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 13:25:51 +0200 |
commit | 2f8513870307f631ea748a94135bbd5bb1a24789 (patch) | |
tree | 3f13805b2ecbf530c2375f09554327a4bfb09ac6 | |
parent | bc83700d367fe2dda3f93c57ea77bea0ed2bf1be (diff) |
System/graveman: Updated for version 0.3.12.5.
-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 c97f18118894..8e2b87888df0 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 84b1ef387681..2b12fb95a1ed 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" |