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

Antonio Rojas arojas at gemini.archlinux.org
Thu Jul 28 22:23:24 UTC 2022


    Date: Thursday, July 28, 2022 @ 22:23:24
  Author: arojas
Revision: 1259048

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libvpx/repos/multilib-x86_64/PKGBUILD
    (from rev 1259047, lib32-libvpx/trunk/PKGBUILD)
Deleted:
  lib32-libvpx/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |  136 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-28 22:23:16 UTC (rev 1259047)
+++ PKGBUILD	2022-07-28 22:23:24 UTC (rev 1259048)
@@ -1,68 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=lib32-libvpx
-pkgver=1.11.0
-pkgrel=2
-pkgdesc='VP8 and VP9 codec'
-arch=(x86_64)
-url=https://www.webmproject.org/
-license=(BSD)
-depends=(
-  lib32-gcc-libs
-  libvpx
-)
-makedepends=(
-  git
-  nasm
-)
-provides=(libvpx.so)
-_tag=626ff35955c2c35b806b3e0ecf551a1a8611cdbf
-source=(git+https://chromium.googlesource.com/webm/libvpx#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libvpx
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd libvpx
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  CFLAGS+=' -ffat-lto-objects'
-  CXXFLAGS+=' -ffat-lto-objects'
-
-  ./configure \
-    --prefix=/usr \
-    --libdir=/usr/lib32 \
-    --target=x86-linux-gcc \
-    --disable-install-bins \
-    --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
-  rm -rf "${pkgdir}"/usr/include
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libvpx "${pkgdir}"/usr/share/licenses/lib32-libvpx
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libvpx/repos/multilib-x86_64/PKGBUILD (from rev 1259047, lib32-libvpx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-28 22:23:24 UTC (rev 1259048)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=lib32-libvpx
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='VP8 and VP9 codec'
+arch=(x86_64)
+url=https://www.webmproject.org/
+license=(BSD)
+depends=(
+  lib32-gcc-libs
+  libvpx
+)
+makedepends=(
+  git
+  nasm
+)
+provides=(libvpx.so)
+_tag=03265cd42b3783532de72f2ded5436652e6f5ce3
+source=(git+https://chromium.googlesource.com/webm/libvpx#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libvpx
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd libvpx
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  CFLAGS+=' -ffat-lto-objects'
+  CXXFLAGS+=' -ffat-lto-objects'
+
+  ./configure \
+    --prefix=/usr \
+    --libdir=/usr/lib32 \
+    --target=x86-linux-gcc \
+    --disable-install-bins \
+    --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
+  rm -rf "${pkgdir}"/usr/include
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libvpx "${pkgdir}"/usr/share/licenses/lib32-libvpx
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list