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

Jan Steffens heftig at archlinux.org
Mon Apr 22 22:57:12 UTC 2019


    Date: Monday, April 22, 2019 @ 22:57:11
  Author: heftig
Revision: 453020

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   74 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-22 22:57:02 UTC (rev 453019)
+++ PKGBUILD	2019-04-22 22:57:11 UTC (rev 453020)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: farwayer <farwayer [at] gmail [dot] com>
-
-pkgname=lib32-opus
-pkgver=1.3
-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=('4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550')
-
-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
-  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 453019, lib32-opus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-22 22:57:11 UTC (rev 453020)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: farwayer <farwayer [at] gmail [dot] com>
+
+pkgname=lib32-opus
+pkgver=1.3.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)
+source=(https://archive.mozilla.org/pub/opus/opus-$pkgver.tar.gz)
+sha256sums=('65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d')
+
+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
+  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