aboutsummaryrefslogtreecommitdiffstats
path: root/main/libmatroska
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-04-05 16:48:17 -0500
committerTimo Teräs <timo.teras@iki.fi>2018-04-09 08:54:58 +0000
commitb6e00a17e77bb8dc6f7c9f784419fcd61e80d0d8 (patch)
tree4c86ccc2495ef63c23caf88f8efc54a8e6349eae /main/libmatroska
parentd436dafa6510546cebcbc7d39a66419bc675900b (diff)
downloadaports-b6e00a17e77bb8dc6f7c9f784419fcd61e80d0d8.tar.bz2
aports-b6e00a17e77bb8dc6f7c9f784419fcd61e80d0d8.tar.xz
main/libmatroska: disable check, fix license
Diffstat (limited to 'main/libmatroska')
-rw-r--r--main/libmatroska/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/libmatroska/APKBUILD b/main/libmatroska/APKBUILD
index c690faff56..323786446b 100644
--- a/main/libmatroska/APKBUILD
+++ b/main/libmatroska/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libmatroska
pkgver=1.4.8
-pkgrel=0
+pkgrel=1
pkgdesc="a C++ library to parse Matroska files"
url="https://www.matroska.org/"
arch="all"
-license="LGPL"
+options="!check" # Tests don't build; 'make check' target disabled by upstream
+license="LGPL-2.1+"
makedepends="libebml-dev>=1.3.3"
subpackages="$pkgname-dev"
source="http://dl.matroska.org/downloads/$pkgname/$pkgname-$pkgver.tar.xz"