]>
git.ipfire.org Git - thirdparty/shairport-sync.git/log
Mao Liu [Sat, 4 Sep 2021 14:31:15 +0000 (14:31 +0000)]
small change to fix codec loading for ubuntu-18/ffmpeg-3.4
Mike Brady [Tue, 10 Aug 2021 21:04:37 +0000 (22:04 +0100)]
Update MQTT.md
Mike Brady [Fri, 6 Aug 2021 09:52:41 +0000 (10:52 +0100)]
Merge pull request #1264 from ffontaine/development
configure.ac: find sndfile through pkg-config
Fabrice Fontaine [Fri, 6 Aug 2021 09:41:49 +0000 (11:41 +0200)]
configure.ac: find sndfile through pkg-config
Find sndfile through pkg-config to retrieve sndfile dependencies such as
flac and avoid the following static build failure:
/tmp/instance-3/output-1/host/lib/gcc/xtensa-buildroot-linux-uclibc/10.3.0/../../../../xtensa-buildroot-linux-uclibc/bin/ld: /tmp/instance-3/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_byterate':
flac.c:(.text+0xfc): undefined reference to `FLAC__StreamDecoderErrorStatusString'
Fixes:
- http://autobuild.buildroot.org/results/
92ed30a6855ca11800b779718822bcba4a69c9a3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Mike Brady [Fri, 30 Jul 2021 19:39:08 +0000 (20:39 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
Mike Brady [Fri, 30 Jul 2021 18:15:17 +0000 (19:15 +0100)]
revert output to syslog rather than stderr
Mike Brady [Thu, 29 Jul 2021 12:13:01 +0000 (13:13 +0100)]
Update CAR INSTALL.md
Mike Brady [Thu, 29 Jul 2021 12:11:39 +0000 (13:11 +0100)]
Update BUILDFORAP2.md
Mike Brady [Wed, 28 Jul 2021 15:59:35 +0000 (16:59 +0100)]
Documentation updates
Mike Brady [Wed, 28 Jul 2021 14:47:21 +0000 (15:47 +0100)]
Update RELEASENOTES-DEVELOPMENT
Mike Brady [Wed, 28 Jul 2021 11:58:20 +0000 (12:58 +0100)]
When an unrecognised SETUP message is received, just say okay and ignore it. Remove reduncant client_setup_plist from the conn data structure.
Mike Brady [Wed, 28 Jul 2021 11:56:55 +0000 (12:56 +0100)]
remove a misleading obsolete comment.
Mike Brady [Tue, 27 Jul 2021 17:20:05 +0000 (18:20 +0100)]
Merge branch 'development' of github.com:mikebrady/shairport-sync into development
Online updates.
Mike Brady [Sat, 24 Jul 2021 08:28:12 +0000 (09:28 +0100)]
Update TROUBLESHOOTING.md
Mike Brady [Sat, 24 Jul 2021 08:23:02 +0000 (09:23 +0100)]
Simplify UFW Stuff
Make is work for any source, IPv4 or IPv6, add in 7000 for AP2
Mike Brady [Thu, 22 Jul 2021 16:33:31 +0000 (17:33 +0100)]
Bring over some updates that were applied to the master branch.
Mike Brady [Thu, 22 Jul 2021 15:45:10 +0000 (16:45 +0100)]
Merge branch 'development' of github.com:mikebrady/shairport-sync into development
Online pull requests.
Mike Brady [Thu, 22 Jul 2021 15:35:10 +0000 (16:35 +0100)]
Merge pull request #1177 from lrusak/pipewire
pipewire: add initial support
Mike Brady [Thu, 22 Jul 2021 15:28:25 +0000 (16:28 +0100)]
Merge pull request #1211 from fesc2000/master
Fix tinysvcmdns: rr_data_len goes beyond packet buffer
Mike Brady [Thu, 22 Jul 2021 15:12:38 +0000 (16:12 +0100)]
Merge branch 'dasl--readme-config' into development
PR #1186
Mike Brady [Thu, 22 Jul 2021 15:12:06 +0000 (16:12 +0100)]
Merged PR #1186, thanks to [dasl-](https://github.com/dasl-).
Mike Brady [Thu, 22 Jul 2021 15:04:47 +0000 (16:04 +0100)]
Merge branch 'development' of github.com:mikebrady/shairport-sync into development
Online changes.
Mike Brady [Thu, 22 Jul 2021 15:01:43 +0000 (16:01 +0100)]
Merge pull request #1253 from charlesomer/master
Added stale action for issues and PRs.
Mike Brady [Thu, 22 Jul 2021 15:00:31 +0000 (16:00 +0100)]
Merge pull request #1243 from charlesomer/development
Fix NQPTP branch name for non development build starts.
Mike Brady [Thu, 22 Jul 2021 13:30:17 +0000 (14:30 +0100)]
Update CAR INSTALL.md
Mike Brady [Thu, 22 Jul 2021 12:23:57 +0000 (13:23 +0100)]
Avoid repreatedly asking Avahi to monitor for the same DACP-ID. Quieten some debug messages.
Mike Brady [Thu, 22 Jul 2021 11:43:21 +0000 (12:43 +0100)]
Quieten a few temporary wanrings.
Mike Brady [Thu, 22 Jul 2021 10:03:32 +0000 (11:03 +0100)]
Add a dummy handler for the POST /feedback request.
Mike Brady [Thu, 22 Jul 2021 10:01:53 +0000 (11:01 +0100)]
Use a local copy of the nqptp shared memory interface description file.
Mike Brady [Mon, 19 Jul 2021 20:51:47 +0000 (21:51 +0100)]
Pick up active Remote information as well as DACP-ID.
Mike Brady [Mon, 19 Jul 2021 16:16:37 +0000 (17:16 +0100)]
Add the ability to update the ap1 and ap2 strings dynamically
Mike Brady [Mon, 19 Jul 2021 16:13:27 +0000 (17:13 +0100)]
Pick up the DACP-ID for AP2 streams. Move the mdns txt string globals around a bit.
Mike Brady [Mon, 19 Jul 2021 16:11:59 +0000 (17:11 +0100)]
By default, log to daemonlog/stderr
Mike Brady [Mon, 19 Jul 2021 16:10:51 +0000 (17:10 +0100)]
add a simple mdns_update
Mike Brady [Mon, 19 Jul 2021 16:09:52 +0000 (17:09 +0100)]
If using libdaemon logs default to daemonlog, otherwise to stderr.
Mike Brady [Mon, 19 Jul 2021 11:07:14 +0000 (12:07 +0100)]
Make mDNS txt record arrays global and permanent. We hope to be able to modify them dynamically later.
Charles [Sat, 17 Jul 2021 20:45:27 +0000 (21:45 +0100)]
Merge branch 'mikebrady:development' into development
Mike Brady [Fri, 16 Jul 2021 14:12:33 +0000 (15:12 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
Mike Brady [Fri, 16 Jul 2021 14:05:32 +0000 (15:05 +0100)]
Forgot online updates to documentation, duh.
Merge branch 'development' of github.com:mikebrady/shairport-sync into development
Mike Brady [Fri, 16 Jul 2021 14:04:51 +0000 (15:04 +0100)]
Honour max_output_db setting even when ignore_volume_control is true. Spell out "Shairport Sync" in the Home app information.
Mike Brady [Fri, 16 Jul 2021 10:24:05 +0000 (11:24 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
Mike Brady [Fri, 16 Jul 2021 09:55:29 +0000 (10:55 +0100)]
Merge pull request #1244 from ejurgensen/pair_home5
Home app pairing (support for pair-add etc).
Super stuff, @ejurgensen. Thanks, as ever.
ejurgensen [Tue, 13 Jul 2021 21:21:01 +0000 (23:21 +0200)]
Add Homekit pairing methods (pair-add/list/remove + configure)
Also change the features flag to match airplay2-receiver
ejurgensen [Tue, 13 Jul 2021 20:28:34 +0000 (22:28 +0200)]
Update pair_ap to 0.8 (fixes incorrect pair-list response)
Charles [Thu, 15 Jul 2021 11:49:22 +0000 (12:49 +0100)]
Remove stale since it's now on master instead.
Charles [Thu, 15 Jul 2021 11:45:40 +0000 (12:45 +0100)]
Use 'main' branch instead of 'master' for nqptp.
Charles [Thu, 15 Jul 2021 11:33:11 +0000 (12:33 +0100)]
Added stale action.
Charles [Wed, 14 Jul 2021 23:08:46 +0000 (00:08 +0100)]
Update stale.yaml
Charles [Wed, 14 Jul 2021 23:00:59 +0000 (00:00 +0100)]
Test.
Charles [Wed, 14 Jul 2021 22:56:22 +0000 (23:56 +0100)]
Test.
Charles [Wed, 14 Jul 2021 22:41:47 +0000 (23:41 +0100)]
Test stale action.
Charles [Wed, 14 Jul 2021 22:33:22 +0000 (23:33 +0100)]
Update version.
Charles [Wed, 14 Jul 2021 21:57:25 +0000 (22:57 +0100)]
Added permissions.
Charles [Wed, 14 Jul 2021 21:50:54 +0000 (22:50 +0100)]
Rename file.
Charles [Mon, 12 Jul 2021 21:11:42 +0000 (22:11 +0100)]
Added automated issue and PR management.
Mike Brady [Mon, 12 Jul 2021 14:04:58 +0000 (15:04 +0100)]
Update CAR INSTALL.md
Mike Brady [Mon, 12 Jul 2021 14:04:02 +0000 (15:04 +0100)]
Update CAR INSTALL.md
Mike Brady [Mon, 12 Jul 2021 14:03:03 +0000 (15:03 +0100)]
Update CAR INSTALL.md
Mike Brady [Mon, 12 Jul 2021 14:00:42 +0000 (15:00 +0100)]
Merge pull request #1214 from vasilisvg/patch-1
Added chapters about optimising boot time and about read-only filesystem. Thanks!
Mike Brady [Sun, 11 Jul 2021 17:39:38 +0000 (18:39 +0100)]
Update CAR INSTALL.md
Mike Brady [Sun, 11 Jul 2021 17:38:45 +0000 (18:38 +0100)]
Update CAR INSTALL.md
Mike Brady [Sun, 11 Jul 2021 11:24:52 +0000 (11:24 +0000)]
Merge pull request #1222 from charlesomer/development
Automated docker build (start). Many thanks, Charles, for all your help with this.
Mike Brady [Fri, 9 Jul 2021 08:03:14 +0000 (09:03 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
Charles [Thu, 8 Jul 2021 19:51:44 +0000 (20:51 +0100)]
Updated README.
Charles [Thu, 8 Jul 2021 19:38:49 +0000 (20:38 +0100)]
Centralised docker image name.
Charles [Thu, 8 Jul 2021 19:22:13 +0000 (20:22 +0100)]
Compatibility with docker hub.
Charles [Thu, 8 Jul 2021 19:18:42 +0000 (20:18 +0100)]
Test.
Charles [Thu, 8 Jul 2021 19:09:40 +0000 (20:09 +0100)]
README update.
Charles [Thu, 8 Jul 2021 18:37:09 +0000 (19:37 +0100)]
Test.
Charles [Thu, 8 Jul 2021 18:29:20 +0000 (19:29 +0100)]
Test.
Charles [Thu, 8 Jul 2021 18:25:01 +0000 (19:25 +0100)]
Test.
Charles [Thu, 8 Jul 2021 18:23:00 +0000 (19:23 +0100)]
Test.
Charles [Thu, 8 Jul 2021 18:19:24 +0000 (19:19 +0100)]
Test.
Charles [Thu, 8 Jul 2021 18:17:32 +0000 (19:17 +0100)]
Test.
Charles [Thu, 8 Jul 2021 18:15:37 +0000 (19:15 +0100)]
Use github ref 3.
Charles [Thu, 8 Jul 2021 18:11:42 +0000 (19:11 +0100)]
Use github ref 2.
Charles [Thu, 8 Jul 2021 18:09:45 +0000 (19:09 +0100)]
Use github ref.
Charles [Thu, 8 Jul 2021 18:06:10 +0000 (19:06 +0100)]
Added nqptp branch switching.
Charles [Thu, 8 Jul 2021 17:53:27 +0000 (18:53 +0100)]
Updated nqptp clone.
Charles [Thu, 8 Jul 2021 17:52:21 +0000 (18:52 +0100)]
Comments.
Charles [Thu, 8 Jul 2021 17:43:53 +0000 (18:43 +0100)]
Trigger test run.
Charles [Thu, 8 Jul 2021 17:39:40 +0000 (18:39 +0100)]
Update docker registry location.
Charles [Thu, 8 Jul 2021 17:37:02 +0000 (18:37 +0100)]
Update docs.
Charles [Thu, 8 Jul 2021 17:32:30 +0000 (18:32 +0100)]
Remove ssh key stuff.
Charles [Thu, 8 Jul 2021 17:29:58 +0000 (18:29 +0100)]
Added docker.
Mike Brady [Thu, 8 Jul 2021 14:27:23 +0000 (15:27 +0100)]
Update BUILDFORAP2.md
Mike Brady [Thu, 8 Jul 2021 13:26:45 +0000 (13:26 +0000)]
Slight rephrasing.
Mike Brady [Thu, 8 Jul 2021 13:20:44 +0000 (13:20 +0000)]
Chage some ambiguous phrasing.
Mike Brady [Thu, 8 Jul 2021 12:55:33 +0000 (12:55 +0000)]
Minor format changes.
Mike Brady [Thu, 8 Jul 2021 12:28:19 +0000 (12:28 +0000)]
Highlight the AirPlay 2 information page.
Mike Brady [Thu, 8 Jul 2021 12:21:32 +0000 (12:21 +0000)]
Update URLs to point to the public repository.
Mike Brady [Thu, 8 Jul 2021 12:15:53 +0000 (12:15 +0000)]
Remove superceded document.
Mike Brady [Thu, 8 Jul 2021 12:02:40 +0000 (12:02 +0000)]
Temporarily remove prior to making public.
Mike Brady [Thu, 8 Jul 2021 11:03:31 +0000 (12:03 +0100)]
Update BUILDFORAP2.md
Mike Brady [Thu, 8 Jul 2021 10:59:07 +0000 (11:59 +0100)]
Update BUILDFORAP2.md
Mike Brady [Thu, 8 Jul 2021 10:48:22 +0000 (11:48 +0100)]
Update BUILDFORAP2.md
Mike Brady [Thu, 8 Jul 2021 10:46:45 +0000 (11:46 +0100)]
Update BUILDFORAP2.md
Mike Brady [Thu, 8 Jul 2021 10:45:34 +0000 (11:45 +0100)]
Update BUILDFORAP2.md
Mike Brady [Thu, 8 Jul 2021 10:43:58 +0000 (11:43 +0100)]
Update BUILDFORAP2.md
Mike Brady [Thu, 8 Jul 2021 10:33:47 +0000 (11:33 +0100)]
Update BUILDFORAP2.md