[arch-commits] Commit in icecast/repos (10 files)

2017-02-22 Thread Lukas Fleischer
Date: Thursday, February 23, 2017 @ 06:27:35
  Author: lfleischer
Revision: 213590

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  icecast/repos/community-staging-i686/
  icecast/repos/community-staging-i686/PKGBUILD
(from rev 213589, icecast/trunk/PKGBUILD)
  icecast/repos/community-staging-i686/icecast.logrotate
(from rev 213589, icecast/trunk/icecast.logrotate)
  icecast/repos/community-staging-i686/icecast.service
(from rev 213589, icecast/trunk/icecast.service)
  icecast/repos/community-staging-i686/start-by-nobody.patch
(from rev 213589, icecast/trunk/start-by-nobody.patch)
  icecast/repos/community-staging-x86_64/
  icecast/repos/community-staging-x86_64/PKGBUILD
(from rev 213589, icecast/trunk/PKGBUILD)
  icecast/repos/community-staging-x86_64/icecast.logrotate
(from rev 213589, icecast/trunk/icecast.logrotate)
  icecast/repos/community-staging-x86_64/icecast.service
(from rev 213589, icecast/trunk/icecast.service)
  icecast/repos/community-staging-x86_64/start-by-nobody.patch
(from rev 213589, icecast/trunk/start-by-nobody.patch)

+
 community-staging-i686/PKGBUILD|   47 +++
 community-staging-i686/icecast.logrotate   |8 +++
 community-staging-i686/icecast.service |   11 +
 community-staging-i686/start-by-nobody.patch   |   15 +++
 community-staging-x86_64/PKGBUILD  |   47 +++
 community-staging-x86_64/icecast.logrotate |8 +++
 community-staging-x86_64/icecast.service   |   11 +
 community-staging-x86_64/start-by-nobody.patch |   15 +++
 8 files changed, 162 insertions(+)

Copied: icecast/repos/community-staging-i686/PKGBUILD (from rev 213589, 
icecast/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-23 06:27:35 UTC (rev 213590)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrea Scarpino 
+# Contributor: Andreas Radke 
+# Contributor: Jason Chu 
+
+pkgname=icecast
+pkgver=2.4.3
+pkgrel=2
+pkgdesc='Streaming audio over the Internet'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.icecast.org/'
+depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
+backup=('etc/icecast.xml'
+'etc/logrotate.d/icecast')
+source=("http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'icecast.logrotate'
+'start-by-nobody.patch'
+'icecast.service')
+md5sums=('83d7d34dbe22f0f8fc119d2c9839efc0'
+ '59c6552bcb1dd9fb542af8670dfabd3c'
+ 'd8e929d2214123a1954da4383bf16583'
+ '0753c15f01dc14852e5d70925fc1f6a0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/start-by-nobody.patch"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install logrotate config (taken from Fedora)
+  install -Dm644 "${srcdir}/icecast.logrotate" 
"${pkgdir}/etc/logrotate.d/icecast"
+
+  # create log directory
+  install -d -g99 -o99 "${pkgdir}/var/log/icecast"
+
+  # install systemd unit
+  install -Dm0644 "${srcdir}/icecast.service" 
"${pkgdir}/usr/lib/systemd/system/icecast.service"
+}

Copied: icecast/repos/community-staging-i686/icecast.logrotate (from rev 
213589, icecast/trunk/icecast.logrotate)
===
--- community-staging-i686/icecast.logrotate(rev 0)
+++ community-staging-i686/icecast.logrotate2017-02-23 06:27:35 UTC (rev 
213590)
@@ -0,0 +1,8 @@
+/var/log/icecast/*log {
+missingok
+notifempty
+sharedscripts
+postrotate
+endscript
+}
+

Copied: icecast/repos/community-staging-i686/icecast.service (from rev 213589, 
icecast/trunk/icecast.service)
===
--- community-staging-i686/icecast.service  (rev 0)
+++ community-staging-i686/icecast.service  2017-02-23 06:27:35 UTC (rev 
213590)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Icecast Network Audio Streaming Server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/icecast -c /etc/icecast.xml
+ExecReload=/usr/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Copied: icecast/repos/community-staging-i686/start-by-nobody.patch (from rev 
213589, icecast/trunk/start-by-nobody.patch)
===
--- community-staging-i686/start-by-nobody.patch
(rev 0)
+++ community-staging-i686/start-by-nobody.patch2017-02-23 06:27:35 UTC 

[arch-commits] Commit in icecast/repos (10 files)

2016-03-03 Thread Evangelos Foutras
Date: Thursday, March 3, 2016 @ 13:44:52
  Author: foutrelis
Revision: 164468

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  icecast/repos/community-staging-i686/
  icecast/repos/community-staging-i686/PKGBUILD
(from rev 164467, icecast/trunk/PKGBUILD)
  icecast/repos/community-staging-i686/icecast.logrotate
(from rev 164467, icecast/trunk/icecast.logrotate)
  icecast/repos/community-staging-i686/icecast.service
(from rev 164467, icecast/trunk/icecast.service)
  icecast/repos/community-staging-i686/start-by-nobody.patch
(from rev 164467, icecast/trunk/start-by-nobody.patch)
  icecast/repos/community-staging-x86_64/
  icecast/repos/community-staging-x86_64/PKGBUILD
(from rev 164467, icecast/trunk/PKGBUILD)
  icecast/repos/community-staging-x86_64/icecast.logrotate
(from rev 164467, icecast/trunk/icecast.logrotate)
  icecast/repos/community-staging-x86_64/icecast.service
(from rev 164467, icecast/trunk/icecast.service)
  icecast/repos/community-staging-x86_64/start-by-nobody.patch
(from rev 164467, icecast/trunk/start-by-nobody.patch)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/icecast.logrotate   |8 +++
 community-staging-i686/icecast.service |   11 +
 community-staging-i686/start-by-nobody.patch   |   15 +++
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/icecast.logrotate |8 +++
 community-staging-x86_64/icecast.service   |   11 +
 community-staging-x86_64/start-by-nobody.patch |   15 +++
 8 files changed, 164 insertions(+)

Copied: icecast/repos/community-staging-i686/PKGBUILD (from rev 164467, 
icecast/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 12:44:52 UTC (rev 164468)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Andreas Radke 
+# Contributor: Jason Chu 
+
+pkgname=icecast
+pkgver=2.4.2
+pkgrel=3
+pkgdesc='Streaming audio over the Internet'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.icecast.org/'
+depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
+backup=('etc/icecast.xml'
+'etc/logrotate.d/icecast')
+source=("http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'icecast.logrotate'
+'start-by-nobody.patch'
+'icecast.service')
+md5sums=('55947c83d31dfcbbede58c9521c676f4'
+ '59c6552bcb1dd9fb542af8670dfabd3c'
+ 'd8e929d2214123a1954da4383bf16583'
+ '0753c15f01dc14852e5d70925fc1f6a0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/start-by-nobody.patch"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install logrotate config (taken from Fedora)
+  install -Dm644 "${srcdir}/icecast.logrotate" 
"${pkgdir}/etc/logrotate.d/icecast"
+
+  # create log directory
+  install -d -g99 -o99 "${pkgdir}/var/log/icecast"
+
+  # install systemd unit
+  install -Dm0644 "${srcdir}/icecast.service" 
"${pkgdir}/usr/lib/systemd/system/icecast.service"
+}

Copied: icecast/repos/community-staging-i686/icecast.logrotate (from rev 
164467, icecast/trunk/icecast.logrotate)
===
--- community-staging-i686/icecast.logrotate(rev 0)
+++ community-staging-i686/icecast.logrotate2016-03-03 12:44:52 UTC (rev 
164468)
@@ -0,0 +1,8 @@
+/var/log/icecast/*log {
+missingok
+notifempty
+sharedscripts
+postrotate
+endscript
+}
+

Copied: icecast/repos/community-staging-i686/icecast.service (from rev 164467, 
icecast/trunk/icecast.service)
===
--- community-staging-i686/icecast.service  (rev 0)
+++ community-staging-i686/icecast.service  2016-03-03 12:44:52 UTC (rev 
164468)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Icecast Network Audio Streaming Server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/icecast -c /etc/icecast.xml
+ExecReload=/usr/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Copied: icecast/repos/community-staging-i686/start-by-nobody.patch (from rev 
164467, icecast/trunk/start-by-nobody.patch)
===
--- community-staging-i686/start-by-nobody.patch
(rev 0)
+++ community-staging-i686/start-by-nobody.patch2016-03-03 12:44:52 UTC 
(rev 164468)
@@ -0,0 +1,15 @@
+--- 

[arch-commits] Commit in icecast/repos (10 files)

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:06:52
  Author: foutrelis
Revision: 160599

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  icecast/repos/community-staging-i686/
  icecast/repos/community-staging-i686/PKGBUILD
(from rev 160598, icecast/trunk/PKGBUILD)
  icecast/repos/community-staging-i686/icecast.logrotate
(from rev 160598, icecast/trunk/icecast.logrotate)
  icecast/repos/community-staging-i686/icecast.service
(from rev 160598, icecast/trunk/icecast.service)
  icecast/repos/community-staging-i686/start-by-nobody.patch
(from rev 160598, icecast/trunk/start-by-nobody.patch)
  icecast/repos/community-staging-x86_64/
  icecast/repos/community-staging-x86_64/PKGBUILD
(from rev 160598, icecast/trunk/PKGBUILD)
  icecast/repos/community-staging-x86_64/icecast.logrotate
(from rev 160598, icecast/trunk/icecast.logrotate)
  icecast/repos/community-staging-x86_64/icecast.service
(from rev 160598, icecast/trunk/icecast.service)
  icecast/repos/community-staging-x86_64/start-by-nobody.patch
(from rev 160598, icecast/trunk/start-by-nobody.patch)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/icecast.logrotate   |8 +++
 community-staging-i686/icecast.service |   11 +
 community-staging-i686/start-by-nobody.patch   |   15 +++
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/icecast.logrotate |8 +++
 community-staging-x86_64/icecast.service   |   11 +
 community-staging-x86_64/start-by-nobody.patch |   15 +++
 8 files changed, 164 insertions(+)

Copied: icecast/repos/community-staging-i686/PKGBUILD (from rev 160598, 
icecast/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:06:52 UTC (rev 160599)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Andreas Radke 
+# Contributor: Jason Chu 
+
+pkgname=icecast
+pkgver=2.4.2
+pkgrel=2
+pkgdesc='Streaming audio over the Internet'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.icecast.org/'
+depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
+backup=('etc/icecast.xml'
+'etc/logrotate.d/icecast')
+source=("http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'icecast.logrotate'
+'start-by-nobody.patch'
+'icecast.service')
+md5sums=('55947c83d31dfcbbede58c9521c676f4'
+ '59c6552bcb1dd9fb542af8670dfabd3c'
+ 'd8e929d2214123a1954da4383bf16583'
+ '0753c15f01dc14852e5d70925fc1f6a0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/start-by-nobody.patch"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install logrotate config (taken from Fedora)
+  install -Dm644 "${srcdir}/icecast.logrotate" 
"${pkgdir}/etc/logrotate.d/icecast"
+
+  # create log directory
+  install -d -g99 -o99 "${pkgdir}/var/log/icecast"
+
+  # install systemd unit
+  install -Dm0644 "${srcdir}/icecast.service" 
"${pkgdir}/usr/lib/systemd/system/icecast.service"
+}

Copied: icecast/repos/community-staging-i686/icecast.logrotate (from rev 
160598, icecast/trunk/icecast.logrotate)
===
--- community-staging-i686/icecast.logrotate(rev 0)
+++ community-staging-i686/icecast.logrotate2016-02-08 00:06:52 UTC (rev 
160599)
@@ -0,0 +1,8 @@
+/var/log/icecast/*log {
+missingok
+notifempty
+sharedscripts
+postrotate
+endscript
+}
+

Copied: icecast/repos/community-staging-i686/icecast.service (from rev 160598, 
icecast/trunk/icecast.service)
===
--- community-staging-i686/icecast.service  (rev 0)
+++ community-staging-i686/icecast.service  2016-02-08 00:06:52 UTC (rev 
160599)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Icecast Network Audio Streaming Server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/icecast -c /etc/icecast.xml
+ExecReload=/usr/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Copied: icecast/repos/community-staging-i686/start-by-nobody.patch (from rev 
160598, icecast/trunk/start-by-nobody.patch)
===
--- community-staging-i686/start-by-nobody.patch
(rev 0)
+++ community-staging-i686/start-by-nobody.patch2016-02-08 00:06:52 UTC 
(rev 160599)
@@ -0,0 +1,15 @@
+--- 

[arch-commits] Commit in icecast/repos (10 files)

2014-11-26 Thread Lukas Fleischer
Date: Wednesday, November 26, 2014 @ 20:04:06
  Author: lfleischer
Revision: 123161

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  icecast/repos/community-testing-i686/
  icecast/repos/community-testing-i686/PKGBUILD
(from rev 123160, icecast/trunk/PKGBUILD)
  icecast/repos/community-testing-i686/icecast.logrotate
(from rev 123160, icecast/trunk/icecast.logrotate)
  icecast/repos/community-testing-i686/icecast.service
(from rev 123160, icecast/trunk/icecast.service)
  icecast/repos/community-testing-i686/start-by-nobody.patch
(from rev 123160, icecast/trunk/start-by-nobody.patch)
  icecast/repos/community-testing-x86_64/
  icecast/repos/community-testing-x86_64/PKGBUILD
(from rev 123160, icecast/trunk/PKGBUILD)
  icecast/repos/community-testing-x86_64/icecast.logrotate
(from rev 123160, icecast/trunk/icecast.logrotate)
  icecast/repos/community-testing-x86_64/icecast.service
(from rev 123160, icecast/trunk/icecast.service)
  icecast/repos/community-testing-x86_64/start-by-nobody.patch
(from rev 123160, icecast/trunk/start-by-nobody.patch)

+
 community-testing-i686/PKGBUILD|   48 +++
 community-testing-i686/icecast.logrotate   |8 +++
 community-testing-i686/icecast.service |   11 +
 community-testing-i686/start-by-nobody.patch   |   15 +++
 community-testing-x86_64/PKGBUILD  |   48 +++
 community-testing-x86_64/icecast.logrotate |8 +++
 community-testing-x86_64/icecast.service   |   11 +
 community-testing-x86_64/start-by-nobody.patch |   15 +++
 8 files changed, 164 insertions(+)

Copied: icecast/repos/community-testing-i686/PKGBUILD (from rev 123160, 
icecast/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-26 19:04:06 UTC (rev 123161)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
+
+pkgname=icecast
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Streaming audio over the Internet'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.icecast.org/'
+depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
+backup=('etc/icecast.xml'
+'etc/logrotate.d/icecast')
+source=(http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'icecast.logrotate'
+'start-by-nobody.patch'
+'icecast.service')
+md5sums=('b1402712a79734d4720c8fe15fd9fb10'
+ '59c6552bcb1dd9fb542af8670dfabd3c'
+ 'd8e929d2214123a1954da4383bf16583'
+ '0753c15f01dc14852e5d70925fc1f6a0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/start-by-nobody.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # install logrotate config (taken from Fedora)
+  install -Dm644 ${srcdir}/icecast.logrotate 
${pkgdir}/etc/logrotate.d/icecast
+
+  # create log directory
+  install -d -g99 -o99 ${pkgdir}/var/log/icecast
+
+  # install systemd unit
+  install -Dm0644 ${srcdir}/icecast.service 
${pkgdir}/usr/lib/systemd/system/icecast.service
+}

Copied: icecast/repos/community-testing-i686/icecast.logrotate (from rev 
123160, icecast/trunk/icecast.logrotate)
===
--- community-testing-i686/icecast.logrotate(rev 0)
+++ community-testing-i686/icecast.logrotate2014-11-26 19:04:06 UTC (rev 
123161)
@@ -0,0 +1,8 @@
+/var/log/icecast/*log {
+missingok
+notifempty
+sharedscripts
+postrotate
+endscript
+}
+

Copied: icecast/repos/community-testing-i686/icecast.service (from rev 123160, 
icecast/trunk/icecast.service)
===
--- community-testing-i686/icecast.service  (rev 0)
+++ community-testing-i686/icecast.service  2014-11-26 19:04:06 UTC (rev 
123161)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Icecast Network Audio Streaming Server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/icecast -c /etc/icecast.xml
+ExecReload=/usr/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Copied: icecast/repos/community-testing-i686/start-by-nobody.patch (from rev 
123160, icecast/trunk/start-by-nobody.patch)
===
--- community-testing-i686/start-by-nobody.patch
(rev 0)
+++ community-testing-i686/start-by-nobody.patch2014-11-26 19:04:06 UTC 
(rev 123161)
@@ -0,0 +1,15 @@
+---