File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ 2ac03f80888d6c12dd05c20adc82e0f2c9e6bf5edc099d7c7b719b8cb353151fb04b78f5c7bca672d5fe8357a791e86fdea7b6952a0d64c346c079548ebfcd38 chromaprint-0.7.tar.gz
Original file line number Diff line number Diff line change
1
+ --- chromaprint/src/fft_lib_avfft.h 2012-09-05 20:05:36.000000000 +0200
2
+ +++ chromaprint.new/src/fft_lib_avfft.h 2013-04-05 17:21:56.830255210 +0200
3
+ @@ -23,6 +23,7 @@
4
+
5
+ #include <math.h>
6
+ extern "C" {
7
+ + #include <libavutil/mem.h>
8
+ #include <libavcodec/avcodec.h>
9
+ #include <libavcodec/avfft.h>
10
+ }
Original file line number Diff line number Diff line change
1
+ # chromaprint
2
+
3
+ CHROMAPRINT_VERSION := 0.7
4
+ CHROMAPRINT_URL := https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-$(CHROMAPRINT_VERSION ) .tar.gz
5
+
6
+ PKGS += chromaprint
7
+ ifeq ($(call need_pkg,"libchromaprint") ,)
8
+ PKGS_FOUND += chromaprint
9
+ endif
10
+
11
+ $(TARBALLS ) /chromaprint-$(CHROMAPRINT_VERSION ) .tar.gz :
12
+ $(call download,$(CHROMAPRINT_URL ) )
13
+
14
+ .sum-chromaprint : chromaprint-$(CHROMAPRINT_VERSION ) .tar.gz
15
+
16
+ chromaprint : chromaprint-$(CHROMAPRINT_VERSION ) .tar.gz .sum-chromaprint
17
+ $(UNPACK )
18
+ $(APPLY ) $(SRC ) /chromaprint/avutil.patch
19
+ $(MOVE )
20
+
21
+ .chromaprint : chromaprint toolchain.cmake
22
+ cd $< && $(HOSTVARS_PIC ) $(CMAKE ) -DBUILD_SHARED_LIBS:BOOL=OFF
23
+ cd $< && $(MAKE ) install
24
+ touch $@
You can’t perform that action at this time.
0 commit comments