mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/chromaprint: Updated for version 1.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
b310c821ee
commit
8dabb5e615
2 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=chromaprint
|
PRGNAM=chromaprint
|
||||||
VERSION=${VERSION:-0.7}
|
VERSION=${VERSION:-1.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ if pkg-config --exists libavcodec libavformat libavutil ; then
|
||||||
#tools="ON" ; avfft="ON" ; fftw3="OFF"
|
#tools="ON" ; avfft="ON" ; fftw3="OFF"
|
||||||
tools="OFF" ; avfft="OFF" ; fftw3="ON"
|
tools="OFF" ; avfft="OFF" ; fftw3="ON"
|
||||||
else
|
else
|
||||||
tools="OFF" ; avfft="OFF" ; fftw3="OFF"
|
tools="OFF" ; avfft="OFF" ; fftw3="ON"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DOCS="CHANGES.txt COPYING.txt NEWS.txt README.txt"
|
DOCS="CHANGES.txt COPYING.txt NEWS.txt README.txt"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="chromaprint"
|
PRGNAM="chromaprint"
|
||||||
VERSION="0.7"
|
VERSION="1.0"
|
||||||
HOMEPAGE="http://acoustid.org/chromaprint"
|
HOMEPAGE="http://acoustid.org/chromaprint"
|
||||||
DOWNLOAD="https://github.com/downloads/lalinsky/chromaprint/chromaprint-0.7.tar.gz"
|
DOWNLOAD="https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-1.0.tar.gz"
|
||||||
MD5SUM="3005fc2c69b9ef4a5c6787ef9355a855"
|
MD5SUM="0b928db88d25099e6aece97fa9fc2335"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue