You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/chromaprint.mk

23 lines
770 B

# This file is part of MXE. See LICENSE.md for licensing information.
PKG := chromaprint
$(PKG)_WEBSITE := https://acoustid.org/chromaprint
$(PKG)_DESCR := Chromaprint
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.1
$(PKG)_CHECKSUM := 6b14d7ea4964581b73bd3f8038c8857c01e446421c1ae99cbbf64de26b47cd12
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://bitbucket.org/acoustid/chromaprint/downloads/$(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS := cc ffmpeg
define $(PKG)_UPDATE
echo 'TODO: Updates for package chromaprint need to be written.' >&2;
echo $(chromaprint_VERSION)
endef
define $(PKG)_BUILD
cd '$(1)' && '$(TARGET)-cmake'
$(MAKE) -C '$(1)' -j 1 install
endef