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

Maxime Gauduin alucryd at archlinux.org
Fri May 6 07:34:32 UTC 2016


    Date: Friday, May 6, 2016 @ 09:34:31
  Author: alucryd
Revision: 173924

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   95 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-06 07:34:22 UTC (rev 173923)
+++ PKGBUILD	2016-05-06 07:34:31 UTC (rev 173924)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=lib32-libvpx
-pkgver=1.5.0
-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')
-source=("https://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-${pkgver}.tar.bz2")
-sha256sums=('306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797')
-
-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-vp{8,9} \
-    --enable-postproc \
-    --enable-runtime-cpu-detect \
-    --enable-shared \
-    --enable-pic \
-    --disable-install-{bins,docs,srcs}
-  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 173923, lib32-libvpx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-06 07:34:31 UTC (rev 173924)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=lib32-libvpx
+pkgver=1.5.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=("https://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-${pkgver}.tar.bz2")
+sha256sums=('306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797')
+
+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-vp{8,9} \
+    --enable-postproc \
+    --enable-runtime-cpu-detect \
+    --enable-shared \
+    --enable-pic \
+    --disable-install-{bins,docs,srcs}
+  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