Skip to content

Commit

Permalink
Fix Chromaprint error
Browse files Browse the repository at this point in the history
- Minor SPK cleanup
  • Loading branch information
Dr-Bean committed Aug 26, 2015
1 parent 8e4c21c commit b3f7cc3
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions spk/chromaprint/Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
SPK_NAME = chromaprint
SPK_VERS = 1.2
SPK_REV = 1
SPK_REV = 2
SPK_ICON = src/chromaprint.png

DEPENDS = cross/$(SPK_NAME)
DEPENDS = cross/lame cross/$(SPK_NAME)

RELOAD_UI = yes
STARTABLE = no

BETA = 1

MAINTAINER = SynoCommunity
DESCRIPTION = "Chromaprint is the core component of the AcoustID project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source. "
DISPLAY_NAME = Chromaprint
CHANGELOG = "Fix shared libraries error when using fpcalc"

HOMEPAGE = http://acoustid.org/chromaprint
LICENSE = LGPL2.1+
Expand All @@ -22,15 +22,4 @@ SSS_SCRIPT = src/dsm-control.sh

INSTALL_PREFIX = /usr/local/$(SPK_NAME)

POST_STRIP_TARGET = chromaprint_extra_install

include ../../mk/spksrc.spk.mk

.PHONY: chromaprint_extra_install
chromaprint_extra_install:
install -m 755 -d $(STAGING_DIR)/app
install -m 755 -d $(STAGING_DIR)/app/images
for size in 16 24 32 48 72; do \
convert $(SPK_ICON) -thumbnail $${size}x$${size} \
$(STAGING_DIR)/app/images/$(SPK_NAME)-$${size}.png ; \
done

0 comments on commit b3f7cc3

Please sign in to comment.