extra/x265 to 3.2-1

This commit is contained in:
Kevin Mihelich 2019-10-30 17:57:56 +00:00
parent 5e007a2bc8
commit af6552201e

View file

@ -9,24 +9,30 @@
# - patch from upstream bug https://bitbucket.org/multicoreware/x265/issues/442
pkgname=x265
pkgver=3.1.2
pkgver=3.2
pkgrel=1
pkgdesc='Open Source H265/HEVC video encoder'
arch=(x86_64)
url=https://bitbucket.org/multicoreware/x265
license=(GPL)
depends=()
depends=(gcc-libs)
makedepends=(
cmake
mercurial
nasm
)
provides=(libx265.so)
source=(hg+https://bitbucket.org/multicoreware/x265#tag=${pkgver}
source=(hg+https://bitbucket.org/multicoreware/x265#revision=353572437201d551381002aebf20d244bd49ef17
arm.patch)
sha256sums=('SKIP'
'd292976588ea1cb12f6371a2379fe7e22b93c18a16ea0a5acd1fbebab48988f2')
pkgver() {
cd x265
hg id --tags
}
prepare() {
cd x265