[arch-commits] Commit in libde265/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Nov 2 14:30:24 UTC 2020
Date: Monday, November 2, 2020 @ 14:30:23
Author: arojas
Revision: 399146
archrelease: copy trunk to extra-x86_64
Added:
libde265/repos/extra-x86_64/PKGBUILD
(from rev 399145, libde265/trunk/PKGBUILD)
Deleted:
libde265/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-02 14:30:14 UTC (rev 399145)
+++ PKGBUILD 2020-11-02 14:30:23 UTC (rev 399146)
@@ -1,31 +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.7
-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=('eac6b56fcda95b0fe0123849c96c8759d832ec9baded2c9c0a5b5faeffb59005')
-
-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
-}
Copied: libde265/repos/extra-x86_64/PKGBUILD (from rev 399145, libde265/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-02 14:30:23 UTC (rev 399146)
@@ -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=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=('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