* update libde265 to 1.0 4

This commit is contained in:
Alexander Baldeck 2019-12-26 14:03:39 +01:00
parent 3b8dfa06b8
commit 55276dfcb3

View File

@ -4,19 +4,19 @@
# Contributor: Daniel Nagy <danielnagy at gmx de> # Contributor: Daniel Nagy <danielnagy at gmx de>
pkgname=libde265 pkgname=libde265
pkgver=1.0.3 pkgver=1.0.4
pkgrel=1 pkgrel=1
pkgdesc="Open h.265 video codec implementation" pkgdesc="Open h.265 video codec implementation"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le)
url="https://github.com/strukturag/libde265" url="https://github.com/strukturag/libde265"
license=(LGPL3) license=(LGPL3)
depends=(gcc-libs) depends=(gcc-libs)
makedepends=(sdl) #ffmpeg qt5-base) makedepends=(ffmpeg sdl qt5-base)
optdepends=('ffmpeg: for sherlock265' 'qt5-base: for sherlock265' optdepends=('ffmpeg: for sherlock265' 'qt5-base: for sherlock265'
'sdl: dec265 YUV overlay output') 'sdl: dec265 YUV overlay output')
source=(https://github.com/strukturag/libde265/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz source=(https://github.com/strukturag/libde265/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
libde265-ffmpeg4.patch::"https://github.com/strukturag/libde265/commit/e5b8e2e7.patch") libde265-ffmpeg4.patch::"https://github.com/strukturag/libde265/commit/e5b8e2e7.patch")
sha256sums=('e4206185a7c67d3b797d6537df8dcaa6e5fd5a5f93bd14e65a755c33cd645f7a' sha256sums=('c3f033bd59777624859c8d04a5b7ce4210adbce4a500943d2e211c4d517d0116'
'ba043c3ab34d93818d368f703926b8e4d4b822168d2236d2685458a40f70645b') 'ba043c3ab34d93818d368f703926b8e4d4b822168d2236d2685458a40f70645b')
prepare() { prepare() {