Commit Graph

33 Commits

Author SHA1 Message Date
Seo Suchan 1e1f368659 shareport-sync: add support to mbedtls3
updated various function calling as new version needed

Signed-off-by: Seo Suchan <tjtncks@gmail.com>
2024-05-15 17:40:29 -07:00
David Andreoletti 13bcb52870 shairport-sync: support mqtt based remote control
Enable MQTT support to control shairport-sync remotely

Signed-off-by: David Andreoletti <david@andreoletti.net>
2024-04-24 12:23:38 -07:00
David Andreoletti 459fa7625c shairport-sync: support before/after entering active state, unfixable error detected, volume set events in UCI config
- Add before/after active state event callbacks in UCI config.
- Add volume change event callbacks in UCI config.
- Add unfixable error event callbacks in UCI config.

As of the current shairport-sync release, all event callbacks have been
mapped to UCI config.

Signed-off-by: David Andreoletti <david@andreoletti.net>
2024-04-22 05:32:28 -07:00
Rosen Penev bd591fb7b0 shairport-sync: get rid of libstdcpp
--as-needed gets rid of it apparently.

Remove empty patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-03-19 05:01:43 -07:00
David Andreoletti 6d47f66356 shairport-sync: Enable pipe audio backend support
UCI's shairport-sync's pipe conf block is defined but has no effect without shairport-sync's pipe support

Rationale for pipe support:
- On SBC with no sound card available (built-in or external)
  and without ALSA plugins support on OpenwRT (no package)
  to reroute a stream from shairport-sync's ALSA default output
  to a PulseAudio controlled Bluetooth sink , then pipe support
  is required to enable the following flow:
  - shairport-sync -> fifo pipe -> custom_binary_to_send_stream_to_pulse_audio_BT_sink
- small bump in package size: diff: +746 bytes
  - shairport-sync-openssl_4.3.2-0_aarch64_generic.ipk without --pipe: 110806 bytes
  - shairport-sync-openssl_4.3.2-0_aarch64_generic.ipk with --pipe: 111552 bytes

Signed-off-by: David Andreoletti <david@andreoletti.net>
2024-01-05 21:41:35 +01:00
Ben Klang 7391ca3d49 shairport-sync: Upgrade to v4.3.2 and add AirPlay2 support
Signed-off-by: Ben Klang <bklang@wirehack.net>
2024-01-02 15:15:00 -08:00
Liangbin Lian 97ec5d2a68 shairport-sync: fix init script
'name' may contains '%h' or '%v', printf will fail on that

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2023-07-13 16:18:44 -07:00
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2023-04-21 22:46:58 +02:00
Rosen Penev 4787e0beec shairport-sync: update to 3.3.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 14:09:26 -08:00
Rosen Penev 94bc8a127c shairport-sync: update to 3.3.8
Explicitly add libdaemon configure flag. It seems the default was
changed.

Add AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-12 15:45:50 -07:00
Rosen Penev 666e60e0e2
shairport-sync: update to 3.3.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-22 19:21:55 -08:00
Huangbin Zhan 0ec746ccb6 treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-05-09 06:06:43 +08:00
Rosen Penev 3132910359
shairport-sync: update to 3.3.6
Use PKG_INSTALL for consistency between packages.

Ran the init script through shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-01 12:57:28 -07:00
Rosen Penev 8927399229
shairport-sync: Update to 3.3.5
Rebased patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-09 14:27:09 -08:00
Jeffery To 53e1692ae9 treewide: Use default PKG_BUILD_DIR when possible
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-13 02:01:34 +08:00
Rosen Penev 2416e291d0 shairport-sync: Get rid of libc++ dependency
Two features which are not used by the package depend on a libc++.
Removing the proper entries in the Makefile allow compilation without a
libc++.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-14 12:49:02 -08:00
Rosen Penev 0fb5bcd3f4 shairport-sync: Allow usage with uclibc++
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-24 17:48:09 -08:00
Rosen Penev 2940c38e80
shairport-sync: Update to 3.2.2
Switched to codeload for Makefile simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 12:21:08 -08:00
Rosen Penev 8547ce444d
shairport-sync: Install /etc/config as 600
/etc/config should not be readable by non-root.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-16 21:02:38 -07:00
Rosen Penev 5de34703ca
shairport-sync: Update to 3.2.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-01 18:51:33 -07:00
Ted Hess 54927ab1df shairport-sync: Update to 3.1.6
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-12-18 13:46:58 -05:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Ted Hess 3a69e2410a shairport-sync: Create mbed TLS version (replaces PolarSSL)
* Note: SSL Patch submitted upstream pending developer approval.
	* Patch will be removed in future release.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-01-09 16:20:05 -05:00
f3flight 129fd90f2d shairport-sync: update to v2.8.6
Signed-off-by: Dmitry Sutyagin <f3flight@gmail.com>
2016-11-06 15:49:51 -08:00
Álvaro Fernández Rojas 38aadec6cb shairport-sync-next: update to v2.8.4
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-02 20:07:36 +02:00
Álvaro Fernández Rojas 90e88da723 shairport-sync: update to 2.8.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-04-17 11:07:57 +02:00
Álvaro Fernández Rojas a37676d4a3 shairport-sync: update to v2.8.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-14 18:32:35 +01:00
Álvaro Fernández Rojas db6d12f7c7 shairport-sync: update to latest version
Also adds PROVIDES definition to fix "shairport-sync" package installation
from feeds.
Remove unneeded openssl and polarssl config checks.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-02-27 13:24:10 +01:00
Ted Hess d1dda2700a shairport-sync: Add "mini" package (no soxr, no avahi, use polarssl)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-04 14:20:29 -05:00
Álvaro Fernández Rojas dcb74ef849 shairport-sync: update to v2.6
Closes https://github.com/openwrt/packages/pull/1869

Signed-off-by: Mike Brady <mikebrady@eircom.net>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-24 20:58:52 +02:00
Álvaro Fernández Rojas 0c90d5a300 shairport-sync: fix build when both variants are selected
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-04 16:44:53 +02:00
Álvaro Fernández Rojas 855c3e4c61 shairport-sync: update to latest version
- update to latest (2.4.1) version
- add support for config files
- switch uci to config files
- based on https://github.com/openwrt/packages/pull/1815
- merge maintainers
- add openssl/polarssl build variants

Signed-off-by: Mike Brady <mikebrady@eircom.net>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-01 16:08:43 +02:00
Ted Hess c742c5c49a shairport-sync: New package from MikeBrady
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-25 20:14:18 -05:00