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

Maxime Gauduin alucryd at archlinux.org
Tue Aug 4 13:35:19 UTC 2020


    Date: Tuesday, August 4, 2020 @ 13:35:19
  Author: alucryd
Revision: 393129

archrelease: copy trunk to extra-x86_64

Added:
  libvpx/repos/extra-x86_64/PKGBUILD
    (from rev 393128, libvpx/trunk/PKGBUILD)
Deleted:
  libvpx/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 53 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-04 13:35:14 UTC (rev 393128)
+++ PKGBUILD	2020-08-04 13:35:19 UTC (rev 393129)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=libvpx
-pkgver=1.8.2
-pkgrel=2
-pkgdesc='VP8 and VP9 codec'
-arch=(x86_64)
-url=https://www.webmproject.org/
-license=(BSD)
-makedepends=(
-  git
-  nasm
-)
-provides=(libvpx.so)
-source=(git+https://chromium.googlesource.com/webm/libvpx#tag=7ec7a33a081aeeb53fed1a8d87e4cbd189152527)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libvpx
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd libvpx
-
-  ./configure \
-    --prefix=/usr \
-    --disable-install-docs \
-    --disable-install-srcs \
-    --enable-pic \
-    --enable-postproc \
-    --enable-runtime-cpu-detect \
-    --enable-shared \
-    --enable-vp8 \
-    --enable-vp9 \
-    --enable-vp9-highbitdepth \
-    --enable-vp9-temporal-denoising
-  make
-}
-
-package() {
-  cd libvpx
-
-  make DIST_DIR="${pkgdir}"/usr install
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libvpx/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libvpx/repos/extra-x86_64/PKGBUILD (from rev 393128, libvpx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-04 13:35:19 UTC (rev 393129)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=libvpx
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='VP8 and VP9 codec'
+arch=(x86_64)
+url=https://www.webmproject.org/
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(
+  git
+  nasm
+)
+provides=(libvpx.so)
+_tag=6516e974f8c40d0e49b19a4b55b1c98e7432edbb
+source=(git+https://chromium.googlesource.com/webm/libvpx#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libvpx
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd libvpx
+
+  ./configure \
+    --prefix=/usr \
+    --disable-install-docs \
+    --disable-install-srcs \
+    --enable-pic \
+    --enable-postproc \
+    --enable-runtime-cpu-detect \
+    --enable-shared \
+    --enable-vp8 \
+    --enable-vp9 \
+    --enable-vp9-highbitdepth \
+    --enable-vp9-temporal-denoising
+  make
+}
+
+package() {
+  cd libvpx
+
+  make DIST_DIR="${pkgdir}"/usr install
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libvpx/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list