milis/talimatname/genel/chromaprint/talimat

19 lines
450 B
Plaintext
Raw Normal View History

2017-03-22 08:22:37 +01:00
# Description: Herhangi bir ses kaynağından parmak izi ayıklamak için özel bir algoritma uygular.
2016-02-24 01:27:23 +01:00
# URL: http://acoustid.org/chromaprint/
2017-01-30 23:55:06 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: ffmpeg cmake
name=chromaprint
2017-07-30 12:30:55 +02:00
version=1.4.2
2016-02-24 01:27:23 +01:00
release=1
2017-07-30 12:30:55 +02:00
source=(https://github.com/acoustid/$name/releases/download/v$version/$name-$version.tar.gz)
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
cmake \
2017-07-30 12:30:55 +02:00
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON .
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
}