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

Maxime Gauduin alucryd at archlinux.org
Sun Jan 15 15:22:40 UTC 2017


    Date: Sunday, January 15, 2017 @ 15:22:40
  Author: alucryd
Revision: 207461

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 15:22:33 UTC (rev 207460)
+++ PKGBUILD	2017-01-15 15:22:40 UTC (rev 207461)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=lib32-libvpx
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='VP8 and VP9 codec'
-arch=('x86_64')
-url='http://www.webmproject.org/'
-license=('BSD')
-depends=('lib32-gcc-libs' 'libvpx')
-makedepends=('git' 'yasm')
-provides=('libvpx.so')
-source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz")
-sha256sums=('e2fc00c9f60c76f91a1cde16a2356e33a45b76a5a5a1370df65fd57052a4994a')
-
-build() {
-  cd libvpx-${pkgver}
-
-  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' \
-    --enable-runtime-cpu-detect \
-    --enable-shared \
-    --enable-pic \
-    --disable-install-{bins,docs,srcs} \
-    --enable-vp8 \
-    --enable-postproc \
-    --enable-vp9 \
-    --enable-vp9-highbitdepth \
-    --enable-experimental \
-    --enable-spatial-svc
-  make
-}
-
-package() {
-  cd libvpx-${pkgver}
-
-  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 207460, lib32-libvpx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-15 15:22:40 UTC (rev 207461)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=lib32-libvpx
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='VP8 and VP9 codec'
+arch=('x86_64')
+url='http://www.webmproject.org/'
+license=('BSD')
+depends=('lib32-gcc-libs' 'libvpx')
+makedepends=('git' 'yasm')
+provides=('libvpx.so')
+source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz")
+sha256sums=('cda8bb6f0e4848c018177d3a576fa83ed96d762554d7010fe4cfb9d70c22e588')
+
+build() {
+  cd libvpx-${pkgver}
+
+  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' \
+    --enable-runtime-cpu-detect \
+    --enable-shared \
+    --enable-pic \
+    --disable-install-{bins,docs,srcs} \
+    --enable-vp8 \
+    --enable-postproc \
+    --enable-vp9 \
+    --enable-vp9-highbitdepth \
+    --enable-experimental \
+    --enable-spatial-svc
+  make
+}
+
+package() {
+  cd libvpx-${pkgver}
+
+  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