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

Jan Steffens heftig at archlinux.org
Wed Jun 21 11:58:29 UTC 2017


    Date: Wednesday, June 21, 2017 @ 11:58:27
  Author: heftig
Revision: 239236

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 11:57:08 UTC (rev 239235)
+++ PKGBUILD	2017-06-21 11:58:27 UTC (rev 239236)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: farwayer <farwayer [at] gmail [dot] com>
-
-_pkgbase=opus
-pkgname=lib32-$_pkgbase
-pkgver=1.1.4
-pkgrel=1
-pkgdesc="Totally open, royalty-free, highly versatile audio codec (32-bit)"
-arch=('x86_64')
-url="https://www.opus-codec.org/"
-license=('BSD')
-depends=('lib32-glibc' 'opus')
-makedepends=('gcc-multilib')
-source=("http://downloads.xiph.org/releases/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz")
-sha256sums=('9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  
-  cd ${_pkgbase}-${pkgver}
-  ./configure --prefix=/usr --enable-custom-modes --disable-static \
-    --enable-intrinsics --enable-rtcd --enable-ambisonics --libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd ${_pkgbase}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${_pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share}
-  install -d "${pkgdir}"/usr/share/licenses
-  ln -s ${_pkgbase} "${pkgdir}"/usr/share/licenses/$pkgname
-}

Copied: lib32-opus/repos/multilib-x86_64/PKGBUILD (from rev 239235, lib32-opus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-21 11:58:27 UTC (rev 239236)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: farwayer <farwayer [at] gmail [dot] com>
+
+pkgname=lib32-opus
+pkgver=1.2
+pkgrel=1
+pkgdesc="Totally open, royalty-free, highly versatile audio codec (32-bit)"
+arch=(x86_64)
+url="https://www.opus-codec.org/"
+license=(BSD)
+depends=(lib32-glibc opus)
+makedepends=(gcc-multilib)
+source=(https://archive.mozilla.org/pub/opus/opus-$pkgver.tar.gz)
+sha256sums=('77db45a87b51578fbc49555ef1b10926179861d854eb2613207dc79d9ec0a9a9')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  
+  cd opus-$pkgver
+  ./configure --prefix=/usr --disable-static --libdir=/usr/lib32 \
+    --enable-custom-modes \
+    --enable-ambisonics
+  make
+}
+
+check() {
+  cd opus-$pkgver
+  make check
+}
+
+package() {
+  cd opus-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{include,share}
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s opus "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list