Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maxim Karasev
aports
Commits
fa39deea
Commit
fa39deea
authored
9 years ago
by
Carlo Landmeter
Browse files
Options
Downloads
Patches
Plain Diff
testing/shairport-sync: upgrade to 2.8.1
parent
b68cf9cb
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/shairport-sync/APKBUILD
+6
-9
6 additions, 9 deletions
testing/shairport-sync/APKBUILD
testing/shairport-sync/donot-install-init.patch
+0
-13
0 additions, 13 deletions
testing/shairport-sync/donot-install-init.patch
with
6 additions
and
22 deletions
testing/shairport-sync/APKBUILD
+
6
−
9
View file @
fa39deea
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname
=
shairport-sync
pkgver
=
2.
2.2
pkgver
=
2.
8.1
pkgrel
=
0
pkgdesc
=
"AirTunes emulator. Shairport Sync adds multi-room capability with Audio Synchronisation"
url
=
"https://github.com/mikebrady/shairport-sync"
...
...
@@ -9,12 +9,12 @@ arch="all"
license
=
"custom"
depends
=
""
depends_dev
=
"alsa-lib-dev libdaemon-dev popt-dev openssl-dev soxr-dev
avahi-dev"
avahi-dev
libconfig-dev
"
makedepends
=
"
$depends_dev
autoconf automake libtool"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/mikebrady/shairport-sync/archive/
$pkgver
.tar.gz
donot-install-init.patch
"
"
_builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
...
...
@@ -51,9 +51,6 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"6aef265bc1017d42ae646766cd223ca9 shairport-sync-2.2.2.tar.gz
ba6dd26a325cdcdf006cb5e5f47d0f82 donot-install-init.patch"
sha256sums
=
"f306b2fe34018b8988cf8b4b7c4dd856e823e12b9250a80c809b7d62e30b3eec shairport-sync-2.2.2.tar.gz
a828bf92aa8454775f453a36881615406ddb90fa2ca08caf5380bf461fe099a0 donot-install-init.patch"
sha512sums
=
"f6529d54741341b4d815b02c24df58b8bf4e51cfe83233aafedefad88963998a2ebaac12e2be9698bcd73d6f99c1487410126915e4bc27e46f62133ef23a05b7 shairport-sync-2.2.2.tar.gz
3fd1731668745b0118f6559d13ecc51418998b7e70b7e26587f987a01e03d175f3e37da68794c600e925d7b7d1cb7d66b3d230442a1f81e97a6d973f0ac8b392 donot-install-init.patch"
md5sums
=
"72b6a2e6b753aa324540963776dc83e3 shairport-sync-2.8.1.tar.gz"
sha256sums
=
"9e137da3c96c233f55a35ac50cb2fc9f96d4bee76c4907b75a3dd6af7be1745a shairport-sync-2.8.1.tar.gz"
sha512sums
=
"5075fafe47a8daa30dff592ac9ce59efc47c9ef9dd4f6ca2535c94c69b57da4737223d181b9d08deab729c3b2ee4ad2ecc234a8393ba2d625f4e1ba8e0b99eb6 shairport-sync-2.8.1.tar.gz"
This diff is collapsed.
Click to expand it.
testing/shairport-sync/donot-install-init.patch
deleted
100644 → 0
+
0
−
13
View file @
b68cf9cb
diff --git a/Makefile.am b/Makefile.am
index ce1f0ba..9b32c2c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,3 @@
endif
if USE_DNS_SD
shairport_sync_SOURCES += mdns_dns_sd.c
endif
-
-install-exec-hook:
- [ -f /etc/init.d/shairport-sync ] || cp scripts/shairport-sync /etc/init.d/
- update-rc.d shairport-sync defaults 90 10
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment