main/x265: rebuild against nasm

This commit is contained in:
dai9ah 2018-03-05 16:11:37 +00:00 committed by Timo Teräs
parent 1cefb98813
commit aa686d5592

View File

@ -2,12 +2,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=x265
pkgver=2.7
pkgrel=0
pkgrel=1
pkgdesc="Open Source H265/HEVC video encoder"
url="http://x265.org"
arch="all"
license="GPL-2.0-or-later"
makedepends="cmake yasm" # 2.6+ will use nasm instead of yasm
makedepends="cmake nasm"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://bitbucket.org/multicoreware/$pkgname/downloads/${pkgname}_${pkgver}.tar.gz"
builddir="$srcdir/${pkgname}_$pkgver"