🔒 Repository is read-only – file editing is disabled.

recipes/gui/chromaprint/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: chromaprint
pkgver: '1.6.1'
pkgrel: '1'
pkgdesc: 'Implements a custom algorithm for extracting fingerprints from any audio source.'
url: 'https://github.com/acoustid/chromaprint'
arch: x86_64
depends: []
makedepends:
- ffmpeg
- cmake

source:
- 'https://github.com/acoustid/chromaprint.git'

sha256sums:
- SKIP

build: |
  cd chromaprint
  cmake \
  		-DCMAKE_INSTALL_PREFIX=/usr \
  		-DCMAKE_BUILD_TYPE=Release \
  		-DBUILD_EXAMPLES=ON \
  		.
  make
  make DESTDIR=${PKGDIR} install

package: |
  true