[arch-commits] Commit in shairport-sync/repos (8 files)
Anatol Pomozov
anatolik at archlinux.org
Tue Jan 24 21:30:33 UTC 2017
Date: Tuesday, January 24, 2017 @ 21:30:33
Author: anatolik
Revision: 208934
archrelease: copy trunk to community-i686, community-x86_64
Added:
shairport-sync/repos/community-i686/PKGBUILD
(from rev 208933, shairport-sync/trunk/PKGBUILD)
shairport-sync/repos/community-i686/shairport-sync.install
(from rev 208933, shairport-sync/trunk/shairport-sync.install)
shairport-sync/repos/community-x86_64/PKGBUILD
(from rev 208933, shairport-sync/trunk/PKGBUILD)
shairport-sync/repos/community-x86_64/shairport-sync.install
(from rev 208933, shairport-sync/trunk/shairport-sync.install)
Deleted:
shairport-sync/repos/community-i686/PKGBUILD
shairport-sync/repos/community-i686/shairport-sync.install
shairport-sync/repos/community-x86_64/PKGBUILD
shairport-sync/repos/community-x86_64/shairport-sync.install
-----------------------------------------+
/PKGBUILD | 64 ++++++++++++++++++++++++++++++
/shairport-sync.install | 22 ++++++++++
community-i686/PKGBUILD | 32 ---------------
community-i686/shairport-sync.install | 11 -----
community-x86_64/PKGBUILD | 32 ---------------
community-x86_64/shairport-sync.install | 11 -----
6 files changed, 86 insertions(+), 86 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-01-24 21:29:52 UTC (rev 208933)
+++ community-i686/PKGBUILD 2017-01-24 21:30:33 UTC (rev 208934)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=shairport-sync
-pkgver=2.8.4.4
-pkgrel=1
-pkgdesc='Emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods and iPhones'
-url='https://github.com/mikebrady/shairport-sync'
-arch=(i686 x86_64)
-license=(GPL)
-backup=(etc/shairport-sync.conf)
-install=shairport-sync.install
-depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
-sha1sums=('1818b1b2b71b07ef21c3477da3020e84ef60fbbf')
-
-build() {
- cd shairport-sync-$pkgver
-
- autoreconf -i -f
- ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles
- make
-
- sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
-}
-
-package() {
- cd shairport-sync-$pkgver
- make DESTDIR="$pkgdir" install
- install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- rm "$pkgdir"/etc/shairport-sync.conf.sample
-}
Copied: shairport-sync/repos/community-i686/PKGBUILD (from rev 208933, shairport-sync/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-24 21:30:33 UTC (rev 208934)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=shairport-sync
+pkgver=2.8.6
+pkgrel=1
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(i686 x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+install=shairport-sync.install
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
+sha1sums=('d835b239cd1f9335c849d60c7af76588d0a66caa')
+
+build() {
+ cd shairport-sync-$pkgver
+
+ autoreconf -i -f
+ ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pulseaudio --with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles
+ make
+
+ sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
+}
+
+package() {
+ cd shairport-sync-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ rm "$pkgdir"/etc/shairport-sync.conf.sample
+}
Deleted: community-i686/shairport-sync.install
===================================================================
--- community-i686/shairport-sync.install 2017-01-24 21:29:52 UTC (rev 208933)
+++ community-i686/shairport-sync.install 2017-01-24 21:30:33 UTC (rev 208934)
@@ -1,11 +0,0 @@
-post_install() {
- getent group shairport-sync &>/dev/null || groupadd --system shairport-sync >/dev/null
- getent passwd shairport-sync &> /dev/null || useradd --system -c 'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g shairport-sync -s /bin/false -G audio shairport-sync >/dev/null
-
- [ -f /etc/conf.d/shairport-sync ] && echo "ShairportSync config has been moved to /etc/shairport-sync.conf. Please remove old config file /etc/conf.d/shairport-sync"
- true
-}
-
-post_upgrade() {
- post_install
-}
Copied: shairport-sync/repos/community-i686/shairport-sync.install (from rev 208933, shairport-sync/trunk/shairport-sync.install)
===================================================================
--- community-i686/shairport-sync.install (rev 0)
+++ community-i686/shairport-sync.install 2017-01-24 21:30:33 UTC (rev 208934)
@@ -0,0 +1,11 @@
+post_install() {
+ getent group shairport-sync &>/dev/null || groupadd --system shairport-sync >/dev/null
+ getent passwd shairport-sync &> /dev/null || useradd --system -c 'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g shairport-sync -s /bin/false -G audio shairport-sync >/dev/null
+
+ [ -f /etc/conf.d/shairport-sync ] && echo "ShairportSync config has been moved to /etc/shairport-sync.conf. Please remove old config file /etc/conf.d/shairport-sync"
+ true
+}
+
+post_upgrade() {
+ post_install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-01-24 21:29:52 UTC (rev 208933)
+++ community-x86_64/PKGBUILD 2017-01-24 21:30:33 UTC (rev 208934)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=shairport-sync
-pkgver=2.8.4.4
-pkgrel=1
-pkgdesc='Emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods and iPhones'
-url='https://github.com/mikebrady/shairport-sync'
-arch=(i686 x86_64)
-license=(GPL)
-backup=(etc/shairport-sync.conf)
-install=shairport-sync.install
-depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
-sha1sums=('1818b1b2b71b07ef21c3477da3020e84ef60fbbf')
-
-build() {
- cd shairport-sync-$pkgver
-
- autoreconf -i -f
- ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles
- make
-
- sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
-}
-
-package() {
- cd shairport-sync-$pkgver
- make DESTDIR="$pkgdir" install
- install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- rm "$pkgdir"/etc/shairport-sync.conf.sample
-}
Copied: shairport-sync/repos/community-x86_64/PKGBUILD (from rev 208933, shairport-sync/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-01-24 21:30:33 UTC (rev 208934)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=shairport-sync
+pkgver=2.8.6
+pkgrel=1
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(i686 x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+install=shairport-sync.install
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
+sha1sums=('d835b239cd1f9335c849d60c7af76588d0a66caa')
+
+build() {
+ cd shairport-sync-$pkgver
+
+ autoreconf -i -f
+ ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pulseaudio --with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles
+ make
+
+ sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
+}
+
+package() {
+ cd shairport-sync-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ rm "$pkgdir"/etc/shairport-sync.conf.sample
+}
Deleted: community-x86_64/shairport-sync.install
===================================================================
--- community-x86_64/shairport-sync.install 2017-01-24 21:29:52 UTC (rev 208933)
+++ community-x86_64/shairport-sync.install 2017-01-24 21:30:33 UTC (rev 208934)
@@ -1,11 +0,0 @@
-post_install() {
- getent group shairport-sync &>/dev/null || groupadd --system shairport-sync >/dev/null
- getent passwd shairport-sync &> /dev/null || useradd --system -c 'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g shairport-sync -s /bin/false -G audio shairport-sync >/dev/null
-
- [ -f /etc/conf.d/shairport-sync ] && echo "ShairportSync config has been moved to /etc/shairport-sync.conf. Please remove old config file /etc/conf.d/shairport-sync"
- true
-}
-
-post_upgrade() {
- post_install
-}
Copied: shairport-sync/repos/community-x86_64/shairport-sync.install (from rev 208933, shairport-sync/trunk/shairport-sync.install)
===================================================================
--- community-x86_64/shairport-sync.install (rev 0)
+++ community-x86_64/shairport-sync.install 2017-01-24 21:30:33 UTC (rev 208934)
@@ -0,0 +1,11 @@
+post_install() {
+ getent group shairport-sync &>/dev/null || groupadd --system shairport-sync >/dev/null
+ getent passwd shairport-sync &> /dev/null || useradd --system -c 'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g shairport-sync -s /bin/false -G audio shairport-sync >/dev/null
+
+ [ -f /etc/conf.d/shairport-sync ] && echo "ShairportSync config has been moved to /etc/shairport-sync.conf. Please remove old config file /etc/conf.d/shairport-sync"
+ true
+}
+
+post_upgrade() {
+ post_install
+}
More information about the arch-commits
mailing list