[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2020-12-01 Thread Anatol Pomozov via arch-commits
Date: Tuesday, December 1, 2020 @ 19:35:54
  Author: anatolik
Revision: 767189

upgpkg: shairport-sync 3.3.7-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 18:38:56 UTC (rev 767188)
+++ PKGBUILD2020-12-01 19:35:54 UTC (rev 767189)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.3.6
-pkgrel=2
+pkgver=3.3.7
+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)
@@ -13,7 +13,7 @@
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 shairport-sync.sysusers
 remove_useradd.patch)
-sha1sums=('75d40e937c2cac9d30a49f195217da4f65e492f8'
+sha1sums=('f5b5cd7f42dcb8430f9cdd486d5965b44b1ddeda'
   'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
   '2cdd711a21a74748137d2e3894fb0fcb189c41e2')
 


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2020-09-23 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 23, 2020 @ 16:22:39
  Author: anatolik
Revision: 711558

upgpkg: shairport-sync 3.3.6-2: FS#67972 enable 'jack' integration support

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-23 15:54:48 UTC (rev 711557)
+++ PKGBUILD2020-09-23 16:22:39 UTC (rev 711558)
@@ -2,13 +2,13 @@
 
 pkgname=shairport-sync
 pkgver=3.3.6
-pkgrel=1
+pkgrel=2
 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)
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse jack)
 makedepends=(xmltoman)
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 shairport-sync.sysusers
@@ -27,7 +27,7 @@
   cd shairport-sync-$pkgver
 
   autoreconf -i -f
-  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-stdout --with-pipe --with-ssl=openssl --with-soxr 
--with-dns_sd --with-pkg-config --with-systemd --with-configfiles 
--with-metadata
+  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-jack --with-stdout --with-pipe --with-ssl=openssl 
--with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles 
--with-metadata
   make
 
   sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2020-04-14 Thread Anatol Pomozov via arch-commits
Date: Tuesday, April 14, 2020 @ 20:10:42
  Author: anatolik
Revision: 614174

upgpkg: shairport-sync 3.3.6-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-14 19:10:08 UTC (rev 614173)
+++ PKGBUILD2020-04-14 20:10:42 UTC (rev 614174)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.3.5
+pkgver=3.3.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'
@@ -13,7 +13,7 @@
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 shairport-sync.sysusers
 remove_useradd.patch)
-sha1sums=('89140f889aa4ae252cf9bc71d3220cf2ef13e137'
+sha1sums=('75d40e937c2cac9d30a49f195217da4f65e492f8'
   'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
   '2cdd711a21a74748137d2e3894fb0fcb189c41e2')
 


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2019-12-08 Thread Anatol Pomozov via arch-commits
Date: Sunday, December 8, 2019 @ 22:27:10
  Author: anatolik
Revision: 536357

upgpkg: shairport-sync 3.3.5-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-08 22:18:38 UTC (rev 536356)
+++ PKGBUILD2019-12-08 22:27:10 UTC (rev 536357)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.3.4
+pkgver=3.3.5
 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'
@@ -13,7 +13,7 @@
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 shairport-sync.sysusers
 remove_useradd.patch)
-sha1sums=('bef5a996122f6e5c9d85a939400c322679f9297e'
+sha1sums=('89140f889aa4ae252cf9bc71d3220cf2ef13e137'
   'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
   '2cdd711a21a74748137d2e3894fb0fcb189c41e2')
 


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2019-10-29 Thread Anatol Pomozov via arch-commits
Date: Wednesday, October 30, 2019 @ 03:11:03
  Author: anatolik
Revision: 520951

upgpkg: shairport-sync 3.3.4-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-30 02:10:12 UTC (rev 520950)
+++ PKGBUILD2019-10-30 03:11:03 UTC (rev 520951)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.3.2
-pkgrel=2
+pkgver=3.3.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=(x86_64)
@@ -13,7 +13,7 @@
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 shairport-sync.sysusers
 remove_useradd.patch)
-sha1sums=('b459a724193ff0cda3ee09ace398834f121bf153'
+sha1sums=('bef5a996122f6e5c9d85a939400c322679f9297e'
   'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
   '2cdd711a21a74748137d2e3894fb0fcb189c41e2')
 


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2019-09-19 Thread Anatol Pomozov via arch-commits
Date: Thursday, September 19, 2019 @ 21:41:28
  Author: anatolik
Revision: 511219

upgpkg: shairport-sync 3.3.2-2

FS#63332 enable metadata support that can be used by other apps

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-19 20:48:17 UTC (rev 511218)
+++ PKGBUILD2019-09-19 21:41:28 UTC (rev 511219)
@@ -2,7 +2,7 @@
 
 pkgname=shairport-sync
 pkgver=3.3.2
-pkgrel=1
+pkgrel=2
 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)
@@ -27,7 +27,7 @@
   cd shairport-sync-$pkgver
 
   autoreconf -i -f
-  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-stdout --with-pipe --with-ssl=openssl --with-soxr 
--with-dns_sd --with-pkg-config --with-systemd --with-configfiles
+  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-stdout --with-pipe --with-ssl=openssl --with-soxr 
--with-dns_sd --with-pkg-config --with-systemd --with-configfiles 
--with-metadata
   make
 
   sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2019-08-05 Thread Anatol Pomozov via arch-commits
Date: Monday, August 5, 2019 @ 17:09:55
  Author: anatolik
Revision: 497500

upgpkg: shairport-sync 3.3.2-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-05 15:42:59 UTC (rev 497499)
+++ PKGBUILD2019-08-05 17:09:55 UTC (rev 497500)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.3.1
+pkgver=3.3.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'
@@ -13,7 +13,7 @@
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 shairport-sync.sysusers
 remove_useradd.patch)
-sha1sums=('ac4e9cc624082ac547c1cafe9b5fec171ae0e8d9'
+sha1sums=('b459a724193ff0cda3ee09ace398834f121bf153'
   'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
   '2cdd711a21a74748137d2e3894fb0fcb189c41e2')
 


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD remove_useradd.patch)

2019-06-11 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 12, 2019 @ 04:33:00
  Author: anatolik
Revision: 480576

upgpkg: shairport-sync 3.3.1-1

Added:
  shairport-sync/trunk/remove_useradd.patch
Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 remove_useradd.patch |   27 +++
 2 files changed, 34 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-12 04:18:47 UTC (rev 480575)
+++ PKGBUILD2019-06-12 04:33:00 UTC (rev 480576)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.3.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)
@@ -12,15 +12,15 @@
 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'
+remove_useradd.patch)
+sha1sums=('ac4e9cc624082ac547c1cafe9b5fec171ae0e8d9'
   'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
-  '0d216ac98a7c390476c79732e7361c4e66651340')
+  '2cdd711a21a74748137d2e3894fb0fcb189c41e2')
 
 prepare() {
   cd shairport-sync-$pkgver
-  # Revert adding users with 'make install'. We have a separate *.install 
script for it.
-  patch -R < ../useradd.patch
+
+  patch -p1 < ../remove_useradd.patch
 }
 
 build() {

Added: remove_useradd.patch
===
--- remove_useradd.patch(rev 0)
+++ remove_useradd.patch2019-06-12 04:33:00 UTC (rev 480576)
@@ -0,0 +1,27 @@
+commit 48eb4034563e29dd3fba7310106d929811da32eb
+Author: Anatol Pomozov 
+Date:   Tue Jun 11 21:30:13 2019 -0700
+
+Revert "Update System V and System D installers to define user, group and 
runtime directory as necessary"
+
+This reverts commit 15c376ad57629dad16f1120dbf4c080f7de48475.
+
+diff --git a/Makefile.am b/Makefile.am
+index 2bbc387..99db873 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -185,14 +185,10 @@ endif
+ endif
+ endif
+ if INSTALL_SYSTEMV
+-  getent group shairport-sync &>/dev/null || groupadd -r shairport-sync 
>/dev/null
+-  getent passwd shairport-sync &> /dev/null || useradd -r -M -g 
shairport-sync -s /usr/bin/nologin -G audio shairport-sync >/dev/null
+   [ -e $(DESTDIR)$(sysconfdir)/init.d ] || mkdir -p 
$(DESTDIR)$(sysconfdir)/init.d
+   [ -f $(DESTDIR)$(sysconfdir)/init.d/shairport-sync ] || cp 
scripts/shairport-sync $(DESTDIR)$(sysconfdir)/init.d/
+ endif
+ if INSTALL_SYSTEMD
+-  getent group shairport-sync &>/dev/null || groupadd -r shairport-sync 
>/dev/null
+-  getent passwd shairport-sync &> /dev/null || useradd -r -M -g 
shairport-sync -s /usr/bin/nologin -G audio shairport-sync >/dev/null
+   [ -e $(DESTDIR)$(systemdsystemunitdir) ] || mkdir -p 
$(DESTDIR)$(systemdsystemunitdir)
+   [ -f $(DESTDIR)$(systemdsystemunitdir)/shairport-sync.service ] || cp 
scripts/shairport-sync.service $(DESTDIR)$(systemdsystemunitdir)
+ endif


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2019-04-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, April 13, 2019 @ 05:50:28
  Author: anatolik
Revision: 451340

upgpkg: shairport-sync 3.2.2-2

FS#61110 FS#61551 shairport-sync: add pipe and stdout backend

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 21:55:17 UTC (rev 451339)
+++ PKGBUILD2019-04-13 05:50:28 UTC (rev 451340)
@@ -2,7 +2,7 @@
 
 pkgname=shairport-sync
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 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)
@@ -27,7 +27,7 @@
   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
+  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-stdout --with-pipe --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


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2018-10-23 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 23, 2018 @ 17:02:44
  Author: anatolik
Revision: 398689

upgpkg: shairport-sync 3.2.2-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-23 17:00:55 UTC (rev 398688)
+++ PKGBUILD2018-10-23 17:02:44 UTC (rev 398689)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.2.1
+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'
@@ -13,7 +13,7 @@
 
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'
+sha1sums=('58524de686caad22a21a15dde7bce60d6360244c'
   'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
   '0d216ac98a7c390476c79732e7361c4e66651340')
 


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2018-07-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 19, 2018 @ 02:16:40
  Author: anatolik
Revision: 362331

upgpkg: shairport-sync 3.2.1-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 23:52:38 UTC (rev 362330)
+++ PKGBUILD2018-07-19 02:16:40 UTC (rev 362331)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.1.7
+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'
@@ -14,7 +14,7 @@
 
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=('2cfc85732a9dcbe26eef032b0b29524dfaff2a33'
+sha1sums=('d5cdc5bd232736c53edd64a47bae9cde18e885d2'
   'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
   '0d216ac98a7c390476c79732e7361c4e66651340')
 


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2017-12-15 Thread Anatol Pomozov via arch-commits
Date: Friday, December 15, 2017 @ 15:26:12
  Author: anatolik
Revision: 274524

upgpkg: shairport-sync 3.1.6-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 15:15:47 UTC (rev 274523)
+++ PKGBUILD2017-12-15 15:26:12 UTC (rev 274524)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.1.4
+pkgver=3.1.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'
@@ -14,7 +14,7 @@
 makedepends=(xmltoman)
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 
useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
-sha1sums=('ec25fb5508a70d51128fab5d6b796b59d81608b6'
+sha1sums=('0b2e07dcc3172e647f546ecaf7537bea27daf5f4'
   '0d216ac98a7c390476c79732e7361c4e66651340')
 
 prepare() {


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2017-11-23 Thread Anatol Pomozov
Date: Thursday, November 23, 2017 @ 16:46:49
  Author: anatolik
Revision: 268216

upgpkg: shairport-sync 3.1.4-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 16:44:40 UTC (rev 268215)
+++ PKGBUILD2017-11-23 16:46:49 UTC (rev 268216)
@@ -2,8 +2,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.1.3
-pkgrel=2
+pkgver=3.1.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=(x86_64)
@@ -14,7 +14,7 @@
 makedepends=(xmltoman)
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 
useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
-sha1sums=('cbd22003eba8b590247d2bf597ed9eb1330b319e'
+sha1sums=('ec25fb5508a70d51128fab5d6b796b59d81608b6'
   '0d216ac98a7c390476c79732e7361c4e66651340')
 
 prepare() {


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2017-11-19 Thread Anatol Pomozov
Date: Sunday, November 19, 2017 @ 23:45:05
  Author: anatolik
Revision: 267506

upgpkg: shairport-sync 3.1.3-2

libconfig 1.7.1 rebuild

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 22:51:34 UTC (rev 267505)
+++ PKGBUILD2017-11-19 23:45:05 UTC (rev 267506)
@@ -3,7 +3,7 @@
 
 pkgname=shairport-sync
 pkgver=3.1.3
-pkgrel=1
+pkgrel=2
 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)


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2017-11-11 Thread Anatol Pomozov
Date: Saturday, November 11, 2017 @ 15:47:41
  Author: anatolik
Revision: 266247

upgpkg: shairport-sync 3.1.3-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 15:45:57 UTC (rev 266246)
+++ PKGBUILD2017-11-11 15:47:41 UTC (rev 266247)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.1
+pkgver=3.1.3
 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'
@@ -14,7 +14,7 @@
 makedepends=(xmltoman)
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 
useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
-sha1sums=('8c9fe456edd1418452b58e6ff5a09ea79a36476f'
+sha1sums=('cbd22003eba8b590247d2bf597ed9eb1330b319e'
   '0d216ac98a7c390476c79732e7361c4e66651340')
 
 prepare() {


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2017-08-07 Thread Anatol Pomozov
Date: Monday, August 7, 2017 @ 18:23:21
  Author: anatolik
Revision: 249479

upgpkg: shairport-sync 3.1-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 18:04:20 UTC (rev 249478)
+++ PKGBUILD2017-08-07 18:23:21 UTC (rev 249479)
@@ -2,8 +2,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.0.2
-pkgrel=4
+pkgver=3.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=(i686 x86_64)
@@ -12,14 +12,22 @@
 install=shairport-sync.install
 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)
-sha1sums=('9dc0cd429b8d3b2a1b96f69c13cf32264ecc8e8b')
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
+
useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
+sha1sums=('8c9fe456edd1418452b58e6ff5a09ea79a36476f'
+  '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-pulseaudio 
--with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config 
--with-systemd --with-configfiles
+  ./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


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:47:34
  Author: arojas
Revision: 237803

libconfig rebuild

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:46:51 UTC (rev 237802)
+++ PKGBUILD2017-06-16 18:47:34 UTC (rev 237803)
@@ -3,7 +3,7 @@
 
 pkgname=shairport-sync
 pkgver=3.0.2
-pkgrel=3
+pkgrel=4
 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)


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2017-06-14 Thread Anatol Pomozov
Date: Thursday, June 15, 2017 @ 03:29:33
  Author: anatolik
Revision: 236936

libconfig 1.6 rebuild

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 03:29:07 UTC (rev 236935)
+++ PKGBUILD2017-06-15 03:29:33 UTC (rev 236936)
@@ -3,7 +3,7 @@
 
 pkgname=shairport-sync
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 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)


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2017-03-21 Thread Anatol Pomozov
Date: Wednesday, March 22, 2017 @ 03:45:24
  Author: anatolik
Revision: 218268

upgpkg: shairport-sync 3.0.2-2

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-22 03:32:41 UTC (rev 218267)
+++ PKGBUILD2017-03-22 03:45:24 UTC (rev 218268)
@@ -3,7 +3,7 @@
 
 pkgname=shairport-sync
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 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)


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2017-03-21 Thread Anatol Pomozov
Date: Wednesday, March 22, 2017 @ 03:32:06
  Author: anatolik
Revision: 218266

upgpkg: shairport-sync 3.0.2-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-22 03:27:34 UTC (rev 218265)
+++ PKGBUILD2017-03-22 03:32:06 UTC (rev 218266)
@@ -2,8 +2,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.8.6
-pkgrel=2
+pkgver=3.0.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=(i686 x86_64)
@@ -11,8 +11,9 @@
 backup=(etc/shairport-sync.conf)
 install=shairport-sync.install
 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)
-sha1sums=('d835b239cd1f9335c849d60c7af76588d0a66caa')
+sha1sums=('9dc0cd429b8d3b2a1b96f69c13cf32264ecc8e8b')
 
 build() {
   cd shairport-sync-$pkgver


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2017-03-16 Thread Jelle van der Waa
Date: Thursday, March 16, 2017 @ 19:46:36
  Author: jelle
Revision: 216800

upgpkg: shairport-sync 2.8.6-2

openssl 1.1.0 rebuild

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-16 19:43:40 UTC (rev 216799)
+++ PKGBUILD2017-03-16 19:46:36 UTC (rev 216800)
@@ -3,7 +3,7 @@
 
 pkgname=shairport-sync
 pkgver=2.8.6
-pkgrel=1
+pkgrel=2
 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)


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2017-01-24 Thread Anatol Pomozov
Date: Tuesday, January 24, 2017 @ 21:29:52
  Author: anatolik
Revision: 208933

upgpkg: shairport-sync 2.8.6-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 21:17:08 UTC (rev 208932)
+++ PKGBUILD2017-01-24 21:29:52 UTC (rev 208933)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.8.4.4
+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'
@@ -12,13 +12,13 @@
 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')
+sha1sums=('d835b239cd1f9335c849d60c7af76588d0a66caa')
 
 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
+  ./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


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2016-07-08 Thread Anatol Pomozov
Date: Friday, July 8, 2016 @ 16:22:01
  Author: anatolik
Revision: 182519

upgpkg: shairport-sync 2.8.4.4-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 14:24:13 UTC (rev 182518)
+++ PKGBUILD2016-07-08 16:22:01 UTC (rev 182519)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.8.4.3
+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'
@@ -12,7 +12,7 @@
 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=('e85f3f47ab8779ad5d47a5fe1f5705b8a93a53c2')
+sha1sums=('1818b1b2b71b07ef21c3477da3020e84ef60fbbf')
 
 build() {
   cd shairport-sync-$pkgver


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2016-06-29 Thread Anatol Pomozov
Date: Wednesday, June 29, 2016 @ 23:02:48
  Author: anatolik
Revision: 181628

upgpkg: shairport-sync 2.8.4.3-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 22:49:54 UTC (rev 181627)
+++ PKGBUILD2016-06-29 23:02:48 UTC (rev 181628)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.8.4.1
+pkgver=2.8.4.3
 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'
@@ -12,7 +12,7 @@
 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=('68a09bc16ff1982ea6316ae6dfe04ff81d356ab9')
+sha1sums=('e85f3f47ab8779ad5d47a5fe1f5705b8a93a53c2')
 
 build() {
   cd shairport-sync-$pkgver


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 22:37:38
  Author: anatolik
Revision: 177563

upgpkg: shairport-sync 2.8.4.1-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 18:38:33 UTC (rev 177562)
+++ PKGBUILD2016-05-31 20:37:38 UTC (rev 177563)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.8.3
+pkgver=2.8.4.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'
@@ -12,7 +12,7 @@
 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=('715073c91bd1a2842910b0af094bf72c22770451')
+sha1sums=('68a09bc16ff1982ea6316ae6dfe04ff81d356ab9')
 
 build() {
   cd shairport-sync-$pkgver


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2016-04-25 Thread Anatol Pomozov
Date: Monday, April 25, 2016 @ 20:07:12
  Author: anatolik
Revision: 171822

upgpkg: shairport-sync 2.8.3-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-25 17:37:46 UTC (rev 171821)
+++ PKGBUILD2016-04-25 18:07:12 UTC (rev 171822)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.8.2
+pkgver=2.8.3
 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'
@@ -12,7 +12,7 @@
 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=('1806228ab3426d6523c7de668d62b56697bd8791')
+sha1sums=('715073c91bd1a2842910b0af094bf72c22770451')
 
 build() {
   cd shairport-sync-$pkgver


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2016-04-15 Thread Anatol Pomozov
Date: Friday, April 15, 2016 @ 22:49:21
  Author: anatolik
Revision: 171117

upgpkg: shairport-sync 2.8.2-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 19:27:15 UTC (rev 171116)
+++ PKGBUILD2016-04-15 20:49:21 UTC (rev 171117)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.8.1
+pkgver=2.8.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'
@@ -12,7 +12,7 @@
 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=('6de5accdbf654b7e40f2039d7848eed2cf2e28ea')
+sha1sums=('1806228ab3426d6523c7de668d62b56697bd8791')
 
 build() {
   cd shairport-sync-$pkgver


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2016-03-02 Thread Anatol Pomozov
Date: Wednesday, March 2, 2016 @ 20:25:36
  Author: anatolik
Revision: 164233

upgpkg: shairport-sync 2.8.1-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 19:14:11 UTC (rev 164232)
+++ PKGBUILD2016-03-02 19:25:36 UTC (rev 164233)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.8.0
+pkgver=2.8.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'
@@ -12,7 +12,7 @@
 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=('f8aa659743b9ef40d2a0dc19df93aabee0b8f5c9')
+sha1sums=('6de5accdbf654b7e40f2039d7848eed2cf2e28ea')
 
 build() {
   cd shairport-sync-$pkgver


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2016-02-21 Thread Anatol Pomozov
Date: Sunday, February 21, 2016 @ 18:35:03
  Author: anatolik
Revision: 163094

upgpkg: shairport-sync 2.8.0-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 17:13:52 UTC (rev 163093)
+++ PKGBUILD2016-02-21 17:35:03 UTC (rev 163094)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.6
+pkgver=2.8.0
 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'
@@ -12,7 +12,7 @@
 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=('e23914401f89e6ad27a1bf23f92451db8013e458')
+sha1sums=('f8aa659743b9ef40d2a0dc19df93aabee0b8f5c9')
 
 build() {
   cd shairport-sync-$pkgver


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2015-10-25 Thread Anatol Pomozov
Date: Monday, October 26, 2015 @ 01:45:53
  Author: anatolik
Revision: 144979

upgpkg: shairport-sync 2.6-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 00:36:02 UTC (rev 144978)
+++ PKGBUILD2015-10-26 00:45:53 UTC (rev 144979)
@@ -1,7 +1,8 @@
+# $Id$
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.4
+pkgver=2.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'
@@ -11,7 +12,7 @@
 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=('38306dbad5916e60507cc112346151359fa93f17')
+sha1sums=('e23914401f89e6ad27a1bf23f92451db8013e458')
 
 build() {
   cd shairport-sync-$pkgver
@@ -19,6 +20,8 @@
   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() {


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2015-08-02 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 04:40:55
  Author: anatolik
Revision: 137751

upgpkg: shairport-sync 2.2.5-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 22:10:29 UTC (rev 137750)
+++ PKGBUILD2015-08-03 02:40:55 UTC (rev 137751)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
 
 pkgname=shairport-sync
-pkgver=2.2.4
+pkgver=2.2.5
 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'
@@ -14,7 +14,7 @@
 shairport-sync.service
 shairport-sync.conf
 remove-init.d.patch)
-sha1sums=('afbbba2d7d0c9f41b3c1e54db4a6288e14fb72b5'
+sha1sums=('8e87177836b60695f45ff1c6c1385894230912a2'
   '5b998234e1fbc31645285d8b1fbc5ea6cd69e850'
   'eb937e306436af2e47e7ff1bec1eba88b14e0d81'
   '48174838de1ef4672bd71511753f05fd845b7137')


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2015-05-29 Thread Anatol Pomozov
Date: Saturday, May 30, 2015 @ 06:33:03
  Author: anatolik
Revision: 134324

upgpkg: shairport-sync 2.2.4-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 04:18:50 UTC (rev 134323)
+++ PKGBUILD2015-05-30 04:33:03 UTC (rev 134324)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
 
 pkgname=shairport-sync
-pkgver=2.2.3
+pkgver=2.2.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'
@@ -14,7 +14,7 @@
 shairport-sync.service
 shairport-sync.conf
 remove-init.d.patch)
-sha1sums=('ed0bafdf7757e63cfcb10ce4352e4076ec5b2938'
+sha1sums=('afbbba2d7d0c9f41b3c1e54db4a6288e14fb72b5'
   '5b998234e1fbc31645285d8b1fbc5ea6cd69e850'
   'eb937e306436af2e47e7ff1bec1eba88b14e0d81'
   '48174838de1ef4672bd71511753f05fd845b7137')


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2015-04-20 Thread Anatol Pomozov
Date: Tuesday, April 21, 2015 @ 03:00:16
  Author: anatolik
Revision: 131761

upgpkg: shairport-sync 2.2.3-1

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 00:45:01 UTC (rev 131760)
+++ PKGBUILD2015-04-21 01:00:16 UTC (rev 131761)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
 
 pkgname=shairport-sync
-pkgver=2.2.2
-pkgrel=2
+pkgver=2.2.3
+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)
@@ -14,7 +14,7 @@
 shairport-sync.service
 shairport-sync.conf
 remove-init.d.patch)
-sha1sums=('5360f4bd6a6b9678a8d7d3c2006db2146cda2d69'
+sha1sums=('ed0bafdf7757e63cfcb10ce4352e4076ec5b2938'
   '5b998234e1fbc31645285d8b1fbc5ea6cd69e850'
   'eb937e306436af2e47e7ff1bec1eba88b14e0d81'
   '48174838de1ef4672bd71511753f05fd845b7137')


[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

2015-04-02 Thread Anatol Pomozov
Date: Thursday, April 2, 2015 @ 20:51:52
  Author: anatolik
Revision: 130551

shairport-sync: enable dns_sd support

Modified:
  shairport-sync/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-02 18:47:40 UTC (rev 130550)
+++ PKGBUILD2015-04-02 18:51:52 UTC (rev 130551)
@@ -26,7 +26,7 @@
   cd shairport-sync-$pkgver
 
   autoreconf -i -f
-  ./configure --prefix=/usr --with-alsa --with-avahi --with-ssl=openssl 
--with-soxr
+  ./configure --prefix=/usr --with-alsa --with-avahi --with-ssl=openssl 
--with-soxr --with-dns_sd
   make
 }