aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-27 09:22:40 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-29 15:55:32 +0000
commitac7638908dfa7e4273ab2fcc347d06e16055e080 (patch)
tree81b81d9ebbb7808d6db8a6fbd77587ecfb6941ca
parent6a295b543109b2be2963c032258699e76b16312f (diff)
community/taglib: move from main
-rw-r--r--community/taglib/APKBUILD (renamed from main/taglib/APKBUILD)4
-rw-r--r--community/taglib/CVE-2017-12678.patch (renamed from main/taglib/CVE-2017-12678.patch)0
-rw-r--r--community/taglib/CVE-2018-11439.patch (renamed from main/taglib/CVE-2018-11439.patch)0
3 files changed, 1 insertions, 3 deletions
diff --git a/main/taglib/APKBUILD b/community/taglib/APKBUILD
index 0d40098d4d4..45ac933114e 100644
--- a/main/taglib/APKBUILD
+++ b/community/taglib/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Library for reading and editing metadata of several popular audio forma
url="http://taglib.github.io/"
arch="all"
options="!check" # No test suite.
-license="GPL-2.0"
+license="LGPL-2.1-only or MPL-1.1"
makedepends="zlib-dev cmake"
subpackages="$pkgname-dev"
source="https://taglib.github.io/releases/taglib-$pkgver.tar.gz
@@ -21,7 +21,6 @@ source="https://taglib.github.io/releases/taglib-$pkgver.tar.gz
# - CVE-2018-11439
build() {
- cd "$builddir"
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=None \
-DWITH_ASF=ON \
@@ -31,7 +30,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="7846775c4954ea948fe4383e514ba7c11f55d038ee06b6ea5a0a1c1069044b348026e76b27aa4ba1c71539aa8143e1401fab39184cc6e915ba0ae2c06133cb98 taglib-1.11.1.tar.gz
diff --git a/main/taglib/CVE-2017-12678.patch b/community/taglib/CVE-2017-12678.patch
index 6291ff08945..6291ff08945 100644
--- a/main/taglib/CVE-2017-12678.patch
+++ b/community/taglib/CVE-2017-12678.patch
diff --git a/main/taglib/CVE-2018-11439.patch b/community/taglib/CVE-2018-11439.patch
index 20b777e74e2..20b777e74e2 100644
--- a/main/taglib/CVE-2018-11439.patch
+++ b/community/taglib/CVE-2018-11439.patch