[arch-commits] Commit in lib32-libvpx/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Aug 4 13:37:04 UTC 2020
Date: Tuesday, August 4, 2020 @ 13:37:04
Author: alucryd
Revision: 668827
archrelease: copy trunk to multilib-x86_64
Added:
lib32-libvpx/repos/multilib-x86_64/PKGBUILD
(from rev 668826, lib32-libvpx/trunk/PKGBUILD)
Deleted:
lib32-libvpx/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 129 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 65 insertions(+), 64 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-04 13:36:58 UTC (rev 668826)
+++ PKGBUILD 2020-08-04 13:37:04 UTC (rev 668827)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=lib32-libvpx
-pkgver=1.8.2
-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)
-source=(git+https://chromium.googlesource.com/webm/libvpx#tag=7ec7a33a081aeeb53fed1a8d87e4cbd189152527)
-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
-
- ./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 668826, lib32-libvpx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-04 13:37:04 UTC (rev 668827)
@@ -0,0 +1,65 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=lib32-libvpx
+pkgver=1.9.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=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
+
+ export CC='gcc -m32'
+ export CXX='g++ -m32'
+ export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+ ./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