Date: Monday, November 14, 2022 @ 23:54:26
Author: kpcyrd
Revision: 1348364
archrelease: copy trunk to multilib-x86_64
Added:
lib32-libshout/repos/multilib-x86_64/PKGBUILD
(from rev 1348363, lib32-libshout/trunk/PKGBUILD)
Deleted:
lib32-libshout/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 79 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 23:54:11 UTC (rev 1348363)
+++ PKGBUILD 2022-11-14 23:54:26 UTC (rev 1348364)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: GordonGR <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: arjan <[email protected]>
-# Contributor: Jason Chu <[email protected]>
-
-pkgname=lib32-libshout
-_pkgname=libshout
-pkgver=2.4.6
-pkgrel=2
-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=('4a66a369a01ce790e578221fa2c8ea60')
-
-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/{bin,include,share}
-}
Copied: lib32-libshout/repos/multilib-x86_64/PKGBUILD (from rev 1348363,
lib32-libshout/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-14 23:54:26 UTC (rev 1348364)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: GordonGR <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: arjan <[email protected]>
+# Contributor: Jason Chu <[email protected]>
+
+pkgname=lib32-libshout
+_pkgname=libshout
+pkgver=2.4.6
+pkgrel=3
+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=('4a66a369a01ce790e578221fa2c8ea60')
+sha256sums=('39cbd4f0efdfddc9755d88217e47f8f2d7108fa767f9d58a2ba26a16d8f7c910')
+
+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/{bin,include,share}
+}