[arch-commits] Commit in x265/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Aug 15 11:04:36 UTC 2017


    Date: Tuesday, August 15, 2017 @ 11:04:35
  Author: alucryd
Revision: 302193

upgpkg: x265 2.5-1

Modified:
  x265/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-15 09:23:55 UTC (rev 302192)
+++ PKGBUILD	2017-08-15 11:04:35 UTC (rev 302193)
@@ -4,7 +4,7 @@
 # Contributor: kfgz <kfgz at interia.pl>
 
 pkgname=x265
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 pkgdesc='Open Source H265/HEVC video encoder'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('yasm' 'cmake')
 provides=('libx265.so')
 source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz")
-sha256sums=('9c2aa718d78f6fecdd783f08ab83b98d3169e5f670404da4c16439306907d729')
+sha256sums=('2e53259b504a7edb9b21b9800163b1ff4c90e60c74e23e7001d423c69c5d3d17')
 
 prepare() {
   cd x265_${pkgver}
@@ -59,6 +59,7 @@
     cmake ../source \
       -DCMAKE_INSTALL_PREFIX='/usr' \
       -DENABLE_SHARED='TRUE' \
+      -DENABLE_HDR10_PLUS='TRUE' \
       -DEXTRA_LIB='x265_main10.a;x265_main12.a' \
       -DEXTRA_LINK_FLAGS='-L.' \
       -DLINKED_10BIT='TRUE' \



More information about the arch-commits mailing list