[arch-commits] Commit in libde265/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jan 16 16:16:25 UTC 2020
Date: Thursday, January 16, 2020 @ 16:16:25
Author: arojas
Revision: 373535
archrelease: copy trunk to extra-x86_64
Added:
libde265/repos/extra-x86_64/PKGBUILD
(from rev 373534, libde265/trunk/PKGBUILD)
Deleted:
libde265/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 63 +++++++++++++++++++++++++++----------------------------------
1 file changed, 28 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-16 16:15:57 UTC (rev 373534)
+++ PKGBUILD 2020-01-16 16:16:25 UTC (rev 373535)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: James An <james at jamesan.ca>
-# Contributor: Daniel Nagy <danielnagy at gmx de>
-
-pkgname=libde265
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="Open h.265 video codec implementation"
-arch=(x86_64)
-url="https://github.com/strukturag/libde265"
-license=(LGPL3)
-depends=(gcc-libs)
-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')
-
-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
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: libde265/repos/extra-x86_64/PKGBUILD (from rev 373534, libde265/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-16 16:16:25 UTC (rev 373535)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: James An <james at jamesan.ca>
+# Contributor: Daniel Nagy <danielnagy at gmx de>
+
+pkgname=libde265
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Open h.265 video codec implementation"
+arch=(x86_64)
+url="https://github.com/strukturag/libde265"
+license=(LGPL3)
+depends=(gcc-libs)
+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)
+sha256sums=('e3f277d8903408615a5cc34718b391b83c97c646faea4f41da93bac5ee08a87f')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --enable-static=no
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list