summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBermond2016-02-21 09:51:19 -0300
committerBermond2016-02-21 09:51:19 -0300
commit1eab9a9731bb5817cc0bc0872eabb31c3b9c6255 (patch)
tree34bd6bb9d33324ee49057edf97233312ea48b7e1
parent72529387fc19a60ebc03396797c6800f7089598c (diff)
downloadaur-1eab9a9731bb5817cc0bc0872eabb31c3b9c6255.tar.gz
Corrected license (GPL)
As stated in Chromaprint bitbucket website, compiling with FFTW makes the resulting chromaprint binary GPL licensed because FFTW is GPL licensed.
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98b4fcb2dbdf..472a6f645c46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Sun Dec 27 19:32:43 UTC 2015
+# Sun Feb 21 12:51:11 UTC 2016
pkgbase = chromaprint-fftw
pkgdesc = Extracts fingerprints from any audio source (uses fftw for FFT calculations instead of ffmpeg)
pkgver = 1.2
- pkgrel = 1
+ pkgrel = 2
url = https://acoustid.org/chromaprint
arch = i686
arch = x86_64
- license = LGPL2.1
+ license = GPL
makedepends = cmake
depends = fftw
depends = boost
diff --git a/PKGBUILD b/PKGBUILD
index c892cdde80a4..6c586e12953f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
_srcname="chromaprint"
pkgname=chromaprint-fftw
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Extracts fingerprints from any audio source (uses fftw for FFT calculations instead of ffmpeg)"
arch=('i686' 'x86_64')
url="https://acoustid.org/chromaprint"
-license=('LGPL2.1')
+license=('GPL')
makedepends=('cmake')
depends=('fftw' 'boost')
provides=('chromaprint' 'libchromaprint.so')