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

Antonio Rojas arojas at archlinux.org
Thu Jan 16 16:15:58 UTC 2020


    Date: Thursday, January 16, 2020 @ 16:15:57
  Author: arojas
Revision: 373534

Update to 1.0.5

Modified:
  libde265/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-16 15:26:50 UTC (rev 373533)
+++ PKGBUILD	2020-01-16 16:15:57 UTC (rev 373534)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy <danielnagy at gmx de>
 
 pkgname=libde265
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="Open h.265 video codec implementation"
 arch=(x86_64)
@@ -13,16 +13,9 @@
 makedepends=(ffmpeg sdl qt5-base)
 optdepends=('ffmpeg: for sherlock265' 'qt5-base: for sherlock265'
             'sdl: dec265 YUV overlay output')
-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")
-sha256sums=('c3f033bd59777624859c8d04a5b7ce4210adbce4a500943d2e211c4d517d0116'
-            'ba043c3ab34d93818d368f703926b8e4d4b822168d2236d2685458a40f70645b')
+source=(https://github.com/strukturag/libde265/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('e3f277d8903408615a5cc34718b391b83c97c646faea4f41da93bac5ee08a87f')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../libde265-ffmpeg4.patch # Fix build with ffmpeg 4.0
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-static=no



More information about the arch-commits mailing list