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

Jan Steffens heftig at archlinux.org
Sun Jul 5 13:57:03 UTC 2020


    Date: Sunday, July 5, 2020 @ 13:57:03
  Author: heftig
Revision: 657828

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-05 13:55:36 UTC (rev 657827)
+++ PKGBUILD	2020-07-05 13:57:03 UTC (rev 657828)
@@ -1,44 +0,0 @@
-
-pkgname=lib32-libvorbis
-pkgver=1.3.6
-pkgrel=1.1
-pkgdesc='Vorbis codec library (32-bit)'
-arch=('x86_64')
-url='https://www.xiph.org/ogg/vorbis/'
-license=('BSD')
-depends=('lib32-libogg' 'libvorbis')
-provides=('libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
-source=("https://downloads.xiph.org/releases/vorbis/libvorbis-${pkgver}.tar.gz")
-sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb')
-
-build() {
-  cd libvorbis-${pkgver}
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib32' \
-    --disable-static
-  make
-}
-
-check() {
-  cd libvorbis-${pkgver}
-
-  make -j1 check
-}
-
-package() {
-  cd libvorbis-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s libvorbis "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libvorbis/repos/multilib-x86_64/PKGBUILD (from rev 657827, lib32-libvorbis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-05 13:57:03 UTC (rev 657828)
@@ -0,0 +1,44 @@
+
+pkgname=lib32-libvorbis
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='Vorbis codec library (32-bit)'
+arch=('x86_64')
+url='https://www.xiph.org/ogg/vorbis/'
+license=('BSD')
+depends=('lib32-libogg' 'libvorbis')
+provides=('libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
+source=("https://downloads.xiph.org/releases/vorbis/libvorbis-${pkgver}.tar.gz")
+sha256sums=('0e982409a9c3fc82ee06e08205b1355e5c6aa4c36bca58146ef399621b0ce5ab')
+
+build() {
+  cd libvorbis-${pkgver}
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --disable-static
+  make
+}
+
+check() {
+  cd libvorbis-${pkgver}
+
+  make -j1 check
+}
+
+package() {
+  cd libvorbis-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s libvorbis "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list