aboutsummaryrefslogtreecommitdiffstats
path: root/main/x265
diff options
context:
space:
mode:
authordai9ah <dai9ah@protonmail.com>2018-03-05 14:27:07 +0000
committerTimo Teräs <timo.teras@iki.fi>2018-04-09 12:53:31 +0000
commit1cefb98813810b1c59f0b7ff968cb9e08810a3dc (patch)
tree3957f827094af3b11a348b32d5193ba27fd76a70 /main/x265
parent8464271efa4ba917c30555c744df7cad302cde0e (diff)
downloadaports-1cefb98813810b1c59f0b7ff968cb9e08810a3dc.tar.bz2
aports-1cefb98813810b1c59f0b7ff968cb9e08810a3dc.tar.xz
main/x265: upgrade to 2.7, clarify license
Diffstat (limited to 'main/x265')
-rw-r--r--main/x265/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/x265/APKBUILD b/main/x265/APKBUILD
index 2ad6ecd230..8d335254aa 100644
--- a/main/x265/APKBUILD
+++ b/main/x265/APKBUILD
@@ -1,16 +1,16 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=x265
-pkgver=2.6
+pkgver=2.7
pkgrel=0
pkgdesc="Open Source H265/HEVC video encoder"
url="http://x265.org"
arch="all"
-license="GPL"
+license="GPL-2.0-or-later"
makedepends="cmake yasm" # 2.6+ will use nasm instead of yasm
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://bitbucket.org/multicoreware/$pkgname/downloads/${pkgname}_${pkgver}.tar.gz"
-builddir="$srcdir/${pkgname}_v$pkgver"
+builddir="$srcdir/${pkgname}_$pkgver"
build() {
cd "$builddir"/build/linux
@@ -43,4 +43,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="35c3716313e3dfd1555dd725b60f2b3b00a615d8b8d8267439722b52021d47e34eebf94b837b92a92d40c7ffab7b3198d6391365d62672b257c0a87d1db8a736 x265-2.6.tar.gz"
+sha512sums="58582ff5c282a8ca6213a98495b95fa941f323fa454924e4751dde6d2a0e87a08d6e8d98012164a3d83523f2b004e7a1420b60b64719fe30f460dd10ec075094 x265-2.7.tar.gz"