milis/talimatname/genel/c/chromaprint/talimat

19 lines
443 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: 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-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: ffmpeg cmake
2016-02-24 01:27:23 +01:00
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
}