[arch-commits] Commit in libde265/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Jan 25 12:06:32 UTC 2022


    Date: Tuesday, January 25, 2022 @ 12:06:32
  Author: arojas
Revision: 435097

archrelease: copy trunk to staging-x86_64

Added:
  libde265/repos/staging-x86_64/
  libde265/repos/staging-x86_64/PKGBUILD
    (from rev 435096, libde265/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: libde265/repos/staging-x86_64/PKGBUILD (from rev 435096, libde265/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2022-01-25 12:06:32 UTC (rev 435097)
@@ -0,0 +1,31 @@
+# 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.8
+pkgrel=2
+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=('24c791dd334fa521762320ff54f0febfd3c09fc978880a8c5fbc40a88f21d905')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-static=no
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+# Remove useless tests binary
+  rm "$pkgdir"/usr/bin/tests
+}



More information about the arch-commits mailing list