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

Pierre Schmitz pierre at archlinux.org
Sat Sep 10 12:10:13 UTC 2011


    Date: Saturday, September 10, 2011 @ 08:10:13
  Author: pierre
Revision: 137685

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libshout/repos/extra-i686/PKGBUILD
    (from rev 137684, libshout/trunk/PKGBUILD)
  libshout/repos/extra-x86_64/PKGBUILD
    (from rev 137684, libshout/trunk/PKGBUILD)
Deleted:
  libshout/repos/extra-i686/PKGBUILD
  libshout/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   51 ++++++++++++++++++++++++++----------------------
 extra-x86_64/PKGBUILD |   51 ++++++++++++++++++++++++++----------------------
 2 files changed, 56 insertions(+), 46 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-09-10 12:09:41 UTC (rev 137684)
+++ extra-i686/PKGBUILD	2011-09-10 12:10:13 UTC (rev 137685)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: arjan <arjan at archlinux.org>
-# Contributor: Jason Chu <jchu at xentac.net>
-
-pkgname=libshout
-pkgver=2.2.2
-pkgrel=3
-pkgdesc="Library for accessing a shoutcast/icecast server"
-arch=('i686' 'x86_64')
-depends=('libvorbis' 'libtheora' 'speex')
-url="http://www.icecast.org/"
-options=('!libtool' 'force')
-license=('LGPL')
-source=(http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4f75fc9901c724b712c371c9a1e782d3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
-  make LDFLAGS+=-lspeex || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-}

Copied: libshout/repos/extra-i686/PKGBUILD (from rev 137684, libshout/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-09-10 12:10:13 UTC (rev 137685)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: arjan <arjan at archlinux.org>
+# Contributor: Jason Chu <jchu at xentac.net>
+
+pkgname=libshout
+pkgver=2.2.2
+pkgrel=4
+epoch=1
+pkgdesc="Library for accessing a shoutcast/icecast server"
+arch=('i686' 'x86_64')
+depends=('libvorbis' 'libtheora' 'speex')
+url="http://www.icecast.org/"
+options=('!libtool' '!emptydirs')
+license=('LGPL')
+source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('4f75fc9901c724b712c371c9a1e782d3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make LDFLAGS+=-lspeex
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-09-10 12:09:41 UTC (rev 137684)
+++ extra-x86_64/PKGBUILD	2011-09-10 12:10:13 UTC (rev 137685)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: arjan <arjan at archlinux.org>
-# Contributor: Jason Chu <jchu at xentac.net>
-
-pkgname=libshout
-pkgver=2.2.2
-pkgrel=3
-pkgdesc="Library for accessing a shoutcast/icecast server"
-arch=('i686' 'x86_64')
-depends=('libvorbis' 'libtheora' 'speex')
-url="http://www.icecast.org/"
-options=('!libtool' 'force')
-license=('LGPL')
-source=(http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4f75fc9901c724b712c371c9a1e782d3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
-  make LDFLAGS+=-lspeex || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-}

Copied: libshout/repos/extra-x86_64/PKGBUILD (from rev 137684, libshout/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-09-10 12:10:13 UTC (rev 137685)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: arjan <arjan at archlinux.org>
+# Contributor: Jason Chu <jchu at xentac.net>
+
+pkgname=libshout
+pkgver=2.2.2
+pkgrel=4
+epoch=1
+pkgdesc="Library for accessing a shoutcast/icecast server"
+arch=('i686' 'x86_64')
+depends=('libvorbis' 'libtheora' 'speex')
+url="http://www.icecast.org/"
+options=('!libtool' '!emptydirs')
+license=('LGPL')
+source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('4f75fc9901c724b712c371c9a1e782d3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make LDFLAGS+=-lspeex
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list