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

Antonio Rojas arojas at archlinux.org
Tue Jun 16 13:58:28 UTC 2020


    Date: Tuesday, June 16, 2020 @ 13:58:28
  Author: arojas
Revision: 389317

archrelease: copy trunk to extra-x86_64

Added:
  libde265/repos/extra-x86_64/PKGBUILD
    (from rev 389316, libde265/trunk/PKGBUILD)
Deleted:
  libde265/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-16 13:58:13 UTC (rev 389316)
+++ PKGBUILD	2020-06-16 13:58:28 UTC (rev 389317)
@@ -1,28 +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.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
-}

Copied: libde265/repos/extra-x86_64/PKGBUILD (from rev 389316, libde265/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-16 13:58:28 UTC (rev 389317)
@@ -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.5
+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=('e3f277d8903408615a5cc34718b391b83c97c646faea4f41da93bac5ee08a87f')
+
+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