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

Antonio Rojas arojas at archlinux.org
Sat Dec 5 13:29:52 UTC 2020


    Date: Saturday, December 5, 2020 @ 13:29:52
  Author: arojas
Revision: 770569

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-05 13:29:43 UTC (rev 770568)
+++ PKGBUILD	2020-12-05 13:29:52 UTC (rev 770569)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: GordonGR <gordongr at freemail.gr>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: arjan <arjan at archlinux.org>
-# Contributor: Jason Chu <jchu at xentac.net>
-
-pkgname=lib32-libshout
-_pkgname=libshout
-pkgver=2.4.3
-pkgrel=1
-pkgdesc="Library for accessing a shoutcast/icecast server (32 bit)"
-arch=('x86_64')
-depends=('lib32-libvorbis' 'lib32-libtheora' 'lib32-speex' 'lib32-openssl' 'libshout')
-url="http://www.icecast.org/"
-options=('!emptydirs')
-license=('LGPL')
-source=("https://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('2623ebf5bdf00517d2a7fd17d70c31aa')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed -e 's/SSLeay_add_all_algorithms/OpenSSL_add_all_algorithms/g' -i src/tls.c
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${_pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib32 --libexecdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -r "$pkgdir"/usr/{include,share}
-}

Copied: lib32-libshout/repos/multilib-x86_64/PKGBUILD (from rev 770568, lib32-libshout/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-05 13:29:52 UTC (rev 770569)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GordonGR <gordongr at freemail.gr>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: arjan <arjan at archlinux.org>
+# Contributor: Jason Chu <jchu at xentac.net>
+
+pkgname=lib32-libshout
+_pkgname=libshout
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="Library for accessing a shoutcast/icecast server (32 bit)"
+arch=('x86_64')
+depends=('lib32-libvorbis' 'lib32-libtheora' 'lib32-speex' 'lib32-openssl' 'libshout')
+url="http://www.icecast.org/"
+options=('!emptydirs')
+license=('LGPL')
+source=("https://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('f8788ea09e03a57e91a9942913d13aa6')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed -e 's/SSLeay_add_all_algorithms/OpenSSL_add_all_algorithms/g' -i src/tls.c
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${_pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib32 --libexecdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -r "$pkgdir"/usr/{include,share}
+}



More information about the arch-commits mailing list