mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
audio/mp3check: Updated for version 0.8.7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
45b68fd192
commit
5e83757f1d
3 changed files with 10 additions and 12 deletions
|
@ -4,16 +4,14 @@
|
|||
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
|
||||
PRGNAM=mp3check
|
||||
VERSION=0.8.4
|
||||
VERSION=${VERSION:-0.8.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -37,7 +35,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mp3check"
|
||||
VERSION="0.8.4"
|
||||
HOMEPAGE="http://jo.ath.cx/soft/mp3check/"
|
||||
DOWNLOAD="http://jo.ath.cx/soft/mp3check/mp3check-0.8.4.tgz"
|
||||
MD5SUM="dcaf1926463d5dfb81bd8a96cd3f9ceb"
|
||||
VERSION="0.8.7"
|
||||
HOMEPAGE="http://code.google.com/p/mp3check/"
|
||||
DOWNLOAD="http://mp3check.googlecode.com/files/mp3check-0.8.7.tgz"
|
||||
MD5SUM="83f5fd6514a55c88126725275aa2d1d5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
|
|
|
@ -3,17 +3,17 @@
|
|||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
mp3check: mp3check (check MP3 files for integrity)
|
||||
mp3check:
|
||||
mp3check: mp3check can check MP3 files for consistency and print several
|
||||
mp3check: errors and warnings, list stream attributes (in color).
|
||||
mp3check: Layer 1, 2, 3, and MPEG1.0+2.0 are currently supported.
|
||||
mp3check: errors and warnings, list stream attributes (in color).
|
||||
mp3check: Layer 1, 2, 3, and MPEG1.0+2.0 are currently supported.
|
||||
mp3check: CRC check for layer 3. Can process directories recursively.
|
||||
mp3check: Can also fix certain errors.
|
||||
mp3check:
|
||||
mp3check: Homepage: http://jo.ath.cx/soft/mp3check/
|
||||
mp3check: Homepage: http://code.google.com/p/mp3check/
|
||||
mp3check:
|
||||
mp3check:
|
||||
|
|
Loading…
Reference in a new issue