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

Jan Steffens heftig at archlinux.org
Tue Jun 27 11:36:04 UTC 2017


    Date: Tuesday, June 27, 2017 @ 11:36:03
  Author: heftig
Revision: 241154

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-opus/repos/multilib-x86_64/PKGBUILD
    (from rev 241153, 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-27 11:35:19 UTC (rev 241153)
+++ PKGBUILD	2017-06-27 11:36:03 UTC (rev 241154)
@@ -1,40 +0,0 @@
-# $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"
-}

Copied: lib32-opus/repos/multilib-x86_64/PKGBUILD (from rev 241153, lib32-opus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-27 11:36:03 UTC (rev 241154)
@@ -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.1
+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=('cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732')
+
+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