Date: Tuesday, May 27, 2014 @ 12:31:09 Author: lfleischer Revision: 111963
upgpkg: icecast 2.4.0-1 * Upstream update. * Add libkate dependency (implements FS#40469). * Add ExecReload to systemd unit (implements FS#40344). * Remove man page (dropped by upstream). Modified: icecast/trunk/PKGBUILD icecast/trunk/icecast.service -----------------+ PKGBUILD | 14 +++++--------- icecast.service | 2 ++ 2 files changed, 7 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-05-27 10:21:23 UTC (rev 111962) +++ PKGBUILD 2014-05-27 10:31:09 UTC (rev 111963) @@ -5,13 +5,13 @@ # Contributor: Jason Chu <[email protected]> pkgname=icecast -pkgver=2.3.3 -pkgrel=4 +pkgver=2.4.0 +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') +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" @@ -18,10 +18,10 @@ 'icecast.logrotate' 'start-by-nobody.patch' 'icecast.service') -md5sums=('2b5d1b40778922e5f6431b7758c359ad' +md5sums=('bb00bfc0d6d2dde24974641085602b81' '59c6552bcb1dd9fb542af8670dfabd3c' 'd8e929d2214123a1954da4383bf16583' - '1468e59f76de194579b615889e20198f') + '0753c15f01dc14852e5d70925fc1f6a0') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -37,10 +37,6 @@ make DESTDIR="${pkgdir}" install - # install man page - sed -i -e 's/icecast2/icecast/g' debian/icecast2.1 - install -Dm644 debian/icecast2.1 "${pkgdir}/usr/share/man/man1/icecast.1" - # install logrotate config (taken from Fedora) install -Dm644 "${srcdir}/icecast.logrotate" "${pkgdir}/etc/logrotate.d/icecast" Modified: icecast.service =================================================================== --- icecast.service 2014-05-27 10:21:23 UTC (rev 111962) +++ icecast.service 2014-05-27 10:31:09 UTC (rev 111963) @@ -3,7 +3,9 @@ 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
