[arch-commits] Commit in shairport-sync/repos/community-x86_64 (4 files)
Anatol Pomozov
anatolik at archlinux.org
Tue Oct 23 17:03:11 UTC 2018
Date: Tuesday, October 23, 2018 @ 17:03:11
Author: anatolik
Revision: 398690
archrelease: copy trunk to community-x86_64
Added:
shairport-sync/repos/community-x86_64/PKGBUILD
(from rev 398689, shairport-sync/trunk/PKGBUILD)
shairport-sync/repos/community-x86_64/shairport-sync.sysusers
(from rev 398689, shairport-sync/trunk/shairport-sync.sysusers)
Deleted:
shairport-sync/repos/community-x86_64/PKGBUILD
shairport-sync/repos/community-x86_64/shairport-sync.sysusers
-------------------------+
PKGBUILD | 85 ++++++++++++++++++++++------------------------
shairport-sync.sysusers | 6 +--
2 files changed, 45 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-23 17:02:44 UTC (rev 398689)
+++ PKGBUILD 2018-10-23 17:03:11 UTC (rev 398690)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=shairport-sync
-pkgver=3.2.1
-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=(x86_64)
-license=(GPL)
-backup=(etc/shairport-sync.conf)
-depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
-makedepends=(xmltoman)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
- shairport-sync.sysusers
- useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
-sha1sums=('d5cdc5bd232736c53edd64a47bae9cde18e885d2'
- 'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
- '0d216ac98a7c390476c79732e7361c4e66651340')
-
-prepare() {
- cd shairport-sync-$pkgver
- # Revert adding users with 'make install'. We have a separate *.install script for it.
- patch -R < ../useradd.patch
-}
-
-build() {
- cd shairport-sync-$pkgver
-
- autoreconf -i -f
- ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa --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 -m644 "$srcdir"/shairport-sync.sysusers "$pkgdir"/usr/lib/sysusers.d/shairport-sync.conf
- 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 398689, shairport-sync/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-23 17:03:11 UTC (rev 398690)
@@ -0,0 +1,42 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=shairport-sync
+pkgver=3.2.2
+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=(x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+makedepends=(xmltoman)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
+ shairport-sync.sysusers
+ useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
+sha1sums=('58524de686caad22a21a15dde7bce60d6360244c'
+ 'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
+ '0d216ac98a7c390476c79732e7361c4e66651340')
+
+prepare() {
+ cd shairport-sync-$pkgver
+ # Revert adding users with 'make install'. We have a separate *.install script for it.
+ patch -R < ../useradd.patch
+}
+
+build() {
+ cd shairport-sync-$pkgver
+
+ autoreconf -i -f
+ ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa --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 -m644 "$srcdir"/shairport-sync.sysusers "$pkgdir"/usr/lib/sysusers.d/shairport-sync.conf
+ install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ rm "$pkgdir"/etc/shairport-sync.conf.sample
+}
Deleted: shairport-sync.sysusers
===================================================================
--- shairport-sync.sysusers 2018-10-23 17:02:44 UTC (rev 398689)
+++ shairport-sync.sysusers 2018-10-23 17:03:11 UTC (rev 398690)
@@ -1,3 +0,0 @@
-u shairport-sync - "ShairportSync AirPort receiver" /var/lib/shairport-sync
-g shairport-sync
-m shairport-sync audio
Copied: shairport-sync/repos/community-x86_64/shairport-sync.sysusers (from rev 398689, shairport-sync/trunk/shairport-sync.sysusers)
===================================================================
--- shairport-sync.sysusers (rev 0)
+++ shairport-sync.sysusers 2018-10-23 17:03:11 UTC (rev 398690)
@@ -0,0 +1,3 @@
+u shairport-sync - "ShairportSync AirPort receiver" /var/lib/shairport-sync
+g shairport-sync
+m shairport-sync audio
More information about the arch-commits
mailing list