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

Daniel Bermond dbermond at archlinux.org
Sat Feb 13 16:26:39 UTC 2021


    Date: Saturday, February 13, 2021 @ 16:26:39
  Author: dbermond
Revision: 859357

upgpkg: svt-av1 0.8.6-2: update license, url and source

Upstream moved to GitLab and the software was
relicensed[1]. Now under: "BSD 2 Clause License
and the Alliance for Open Media Patent License 1.0".

[1] https://gitlab.com/AOMediaCodec/SVT-AV1/-/commit/ba081cc0e86374483e63d0e2f124d7166975b936

Modified:
  svt-av1/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-13 16:14:45 UTC (rev 859356)
+++ PKGBUILD	2021-02-13 16:26:39 UTC (rev 859357)
@@ -1,13 +1,14 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
 # Contributor: Thomas Schneider <maxmusterm at gmail.com>
 
 pkgname=svt-av1
 pkgver=0.8.6
-pkgrel=1
-pkgdesc='Scalable Video Technology AV1 encoder'
+pkgrel=2
+pkgdesc='Scalable Video Technology AV1 encoder and decoder'
 arch=(x86_64)
-url=https://github.com/AOMediaCodec/SVT-AV1
-license=(BSD)
+url=https://gitlab.com/AOMediaCodec/SVT-AV1
+license=(BSD 'custom: Alliance for Open Media Patent License 1.0')
 makedepends=(
   cmake
   git
@@ -15,7 +16,7 @@
   ninja
 )
 _tag=a5ec26c0f0bd6e872a0b2bb340b4a777f4847020
-source=(git+https://github.com/AOMediaCodec/SVT-AV1.git#tag=${_tag})
+source=(git+https://gitlab.com/AOMediaCodec/SVT-AV1.git#tag=${_tag})
 md5sums=(SKIP)
 
 pkgver() {
@@ -40,7 +41,7 @@
 
 package() {
   DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 SVT-AV1/LICENSE.md -t "${pkgdir}"/usr/share/licenses/svt-av1/
+  install -Dm 644 SVT-AV1/{LICENSE,PATENTS}.md -t "${pkgdir}"/usr/share/licenses/svt-av1/
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list