[arch-commits] Commit in lib32-libshout/repos (2 files)

2019-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 10, 2019 @ 15:22:28
  Author: felixonmars
Revision: 464872

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-libshout/repos/multilib-testing-x86_64/PKGBUILD (from rev 464871, 
lib32-libshout/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-05-10 15:22:28 UTC (rev 464872)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: Giovanni Scafora 
+# Contributor: arjan 
+# Contributor: Jason Chu 
+
+pkgname=lib32-libshout
+_pkgname=libshout
+pkgver=2.4.2
+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=('b7a33377d716a95c9159f0922d04e596')
+
+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}
+}


[arch-commits] Commit in lib32-libshout/repos (2 files)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 20:57:51
  Author: felixonmars
Revision: 404473

archrelease: copy trunk to multilib-staging-x86_64

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

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

Copied: lib32-libshout/repos/multilib-staging-x86_64/PKGBUILD (from rev 404472, 
lib32-libshout/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2018-11-09 20:57:51 UTC (rev 404473)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: Giovanni Scafora 
+# Contributor: arjan 
+# Contributor: Jason Chu 
+
+pkgname=lib32-libshout
+_pkgname=libshout
+pkgver=2.4.1
+pkgrel=4
+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=("http://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('89cebf8cb0197f639cde69c95177fe47')
+
+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}
+}


[arch-commits] Commit in lib32-libshout/repos (2 files)

2017-03-16 Thread Antonio Rojas
Date: Thursday, March 16, 2017 @ 21:23:58
  Author: arojas
Revision: 216827

archrelease: copy trunk to multilib-staging-x86_64

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

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: lib32-libshout/repos/multilib-staging-x86_64/PKGBUILD (from rev 216826, 
lib32-libshout/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2017-03-16 21:23:58 UTC (rev 216827)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: Giovanni Scafora 
+# Contributor: arjan 
+# Contributor: Jason Chu 
+
+pkgname=lib32-libshout
+_pkgname=libshout
+pkgver=2.4.1
+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=("http://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('89cebf8cb0197f639cde69c95177fe47')
+
+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}
+}


[arch-commits] Commit in lib32-libshout/repos (2 files)

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 21:31:43
  Author: fyan
Revision: 164250

archrelease: copy trunk to multilib-staging-x86_64

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

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: lib32-libshout/repos/multilib-staging-x86_64/PKGBUILD (from rev 164249, 
lib32-libshout/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-03-02 20:31:43 UTC (rev 164250)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: Giovanni Scafora 
+# Contributor: arjan 
+# Contributor: Jason Chu 
+
+pkgname=lib32-libshout
+_pkgname=libshout
+pkgver=2.4.1
+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=("http://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('89cebf8cb0197f639cde69c95177fe47')
+
+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}
+}


[arch-commits] Commit in lib32-libshout/repos (2 files)

2016-02-18 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 09:10:54
  Author: fyan
Revision: 162221

archrelease: copy trunk to multilib-testing-x86_64

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

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: lib32-libshout/repos/multilib-testing-x86_64/PKGBUILD (from rev 162220, 
lib32-libshout/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2016-02-18 08:10:54 UTC (rev 162221)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: Giovanni Scafora 
+# Contributor: arjan 
+# Contributor: Jason Chu 
+
+pkgname=lib32-libshout
+_pkgname=libshout
+pkgver=2.4.1
+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=("http://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('89cebf8cb0197f639cde69c95177fe47')
+
+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}
+}


[arch-commits] Commit in lib32-libshout/repos (2 files)

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 05:48:46
  Author: fyan
Revision: 160514

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: lib32-libshout/repos/multilib-x86_64/PKGBUILD (from rev 160513, 
lib32-libshout/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2016-02-07 04:48:46 UTC (rev 160514)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: Giovanni Scafora 
+# Contributor: arjan 
+# Contributor: Jason Chu 
+
+pkgname=lib32-libshout
+_pkgname=libshout
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="Library for accessing a shoutcast/icecast server (32 bit)"
+arch=('x86_64')
+depends=('lib32-libvorbis' 'lib32-libtheora' 'lib32-speex' 'libshout')
+url="http://www.icecast.org/";
+options=('!emptydirs')
+license=('LGPL')
+source=("http://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('11765b2592e7ea623ccd93d3f8df172c')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 --libexecdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  cd "$pkgdir/usr/"
+  rm -rf {include,share}/
+}