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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Aug 18 14:29:54 UTC 2022


    Date: Thursday, August 18, 2022 @ 14:29:54
  Author: alucryd
Revision: 453103

archrelease: copy trunk to extra-x86_64

Added:
  svt-av1/repos/extra-x86_64/PKGBUILD
    (from rev 453102, svt-av1/trunk/PKGBUILD)
Deleted:
  svt-av1/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 14:29:45 UTC (rev 453102)
+++ PKGBUILD	2022-08-18 14:29:54 UTC (rev 453103)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Daniel Bermond <dbermond at archlinux.org>
-# Contributor: Thomas Schneider <maxmusterm at gmail.com>
-
-pkgname=svt-av1
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Scalable Video Technology AV1 encoder and decoder'
-arch=(x86_64)
-url=https://gitlab.com/AOMediaCodec/SVT-AV1
-license=(
-  BSD
-  'custom: Alliance for Open Media Patent License 1.0'
-)
-depends=(glibc)
-makedepends=(
-  cmake
-  git
-  nasm
-  ninja
-)
-_tag=6e87a1de98281840abebc030781780edd822bae5
-source=(git+https://gitlab.com/AOMediaCodec/SVT-AV1.git#tag=${_tag})
-b2sums=(SKIP)
-
-prepare() {
-  sed '/CMAKE_BUILD_TYPE Release/d' -i SVT-AV1/CMakeLists.txt
-}
-
-pkgver() {
-  cd SVT-AV1
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
-  cmake -S SVT-AV1 -B build -G Ninja \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_SHARED_LIBS=ON \
-    -DNATIVE=OFF
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 SVT-AV1/{LICENSE,PATENTS}.md -t "${pkgdir}"/usr/share/licenses/svt-av1/
-}
-
-# vim: ts=2 sw=2 et:

Copied: svt-av1/repos/extra-x86_64/PKGBUILD (from rev 453102, svt-av1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-18 14:29:54 UTC (rev 453103)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Daniel Bermond <dbermond at archlinux.org>
+# Contributor: Thomas Schneider <maxmusterm at gmail.com>
+
+pkgname=svt-av1
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Scalable Video Technology AV1 encoder and decoder'
+arch=(x86_64)
+url=https://gitlab.com/AOMediaCodec/SVT-AV1
+license=(
+  BSD
+  'custom: Alliance for Open Media Patent License 1.0'
+)
+depends=(glibc)
+makedepends=(
+  cmake
+  git
+  nasm
+  ninja
+)
+_tag=6e24fb7f5f7438bb04061dc1a159f0c5b882d847
+source=(git+https://gitlab.com/AOMediaCodec/SVT-AV1.git#tag=${_tag})
+b2sums=(SKIP)
+
+prepare() {
+  sed '/CMAKE_BUILD_TYPE Release/d' -i SVT-AV1/CMakeLists.txt
+}
+
+pkgver() {
+  cd SVT-AV1
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+  cmake -S SVT-AV1 -B build -G Ninja \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_SHARED_LIBS=ON \
+    -DNATIVE=OFF
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  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