milis/talimatname/genel/c/chromaprint/talimat

19 lines
481 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Herhangi bir ses kaynağından parmak izi ayıklamak için özel bir algoritma uygular.
# URL: http://acoustid.org/chromaprint/
# Paketçi: milisarge
# Gerekler: ffmpeg cmake
# Grup: kütüphane
isim=chromaprint
surum=1.4.3
devir=1
kaynak=(https://github.com/acoustid/$isim/releases/download/v$surum/$isim-$surum.tar.gz)
derle() {
cd $isim-v$surum
cmake \
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON .
make
make DESTDIR=$PKG install
}