Commit graph

1528 commits

Author SHA1 Message Date
Marvin Steadfast
ed4eb26535 added Alpine Linux version to README 2018-04-24 09:18:50 +02:00
Johannes Pohl
8ce34f818a
Merge pull request #362 from jaecksch/master
Corrected version string to 0.13.0
2018-03-06 14:29:22 +01:00
Daniel Jäcksch
416809e77c
Corrected version string to 0.13.0 2018-03-05 23:37:49 +01:00
badaix
12cbb70ac9 update versionCode and binaries 2018-03-04 21:43:32 +01:00
badaix
203f7ecdf5 relax required gcc version to 4.8 2018-03-04 20:46:35 +01:00
badaix
c06a753606 Merge branch 'develop' of https://github.com/badaix/snapcast into develop 2018-03-04 20:38:23 +01:00
badaix
4dba2cb6b5 update changelog to v0.13.0 2018-03-04 20:38:20 +01:00
Johannes Pohl
077e9dd9fb
Merge pull request #359 from pizzaboy75/master
Add volume parameter to Librespot integration
2018-03-04 15:23:33 +01:00
badaix
5440579edd update comment in default files 2018-03-04 11:32:27 +01:00
badaix
cc494257fe fix makefile 2018-03-03 00:23:33 +01:00
badaix
075bff689d remove jsonrpc++ from travis 2018-03-02 09:33:16 +01:00
badaix
76424397ae change mail address 2018-03-02 08:41:25 +01:00
badaix
a3f309e0da include jsonrpc++ into the project 2018-03-02 08:28:24 +01:00
badaix
806389df3b remove submodule jsonrpcpp 2018-03-02 08:26:48 +01:00
pizzaboy75
a826f22ee0
Add volume parameter to Librespot integration 2018-02-28 13:31:36 +01:00
pizzaboy75
324a799e20
Add volume parameter to Librespot integration 2018-02-28 13:30:08 +01:00
pizzaboy75
b1165ff2cd
Add volume parameter to Librespot integration
Make use of the new "--initial-volume" parameter in librespot
2018-02-28 13:27:40 +01:00
badaix
b9393fc87f Compatibility to OpenWrt 2018-02-26 22:21:58 +01:00
badaix
f9c0be9b16 delete openwrt files 2018-02-19 21:14:14 +01:00
badaix
d62dbc49e1 remove buildroot package 2018-02-19 20:12:35 +01:00
badaix
44046821c1 update date in copyright 2018-02-19 20:04:28 +01:00
badaix
68a594f3fb add bin to gitignore 2018-02-18 18:05:57 +01:00
badaix
5771040de2 fix compilation on MacOS 2018-02-17 23:22:05 +01:00
badaix
1516ce6e8d fix timesync overflow issue 2018-02-17 23:17:28 +01:00
badaix
b34f8a6e00 zeroconf works with IPv6 2018-02-17 22:23:04 +01:00
badaix
e9ff66e78b CMake check for AixLog 2018-02-11 11:55:47 +01:00
badaix
a3a2b067d3 travis: disable xcode 8 build 2018-02-10 17:54:46 +01:00
badaix
2299e20cfc CMake works on MacOS 2018-02-10 17:34:07 +01:00
badaix
0bdf6b73cd travis use trusty 2018-02-06 23:27:07 +01:00
badaix
abf9fce7ea remove build-essential 2018-02-06 23:17:08 +01:00
badaix
937cc2dc06 use gcc 4.9 for travis 2018-02-06 23:01:12 +01:00
Johannes Pohl
97fd152c9a
Update build.md 2018-02-06 22:44:27 +01:00
badaix
53edccbe6e update jsonrpcpp to v1.1.0 2018-02-06 22:39:36 +01:00
badaix
6bbcc83cb1 update json.hpp to 3.1.0 2018-02-06 22:38:45 +01:00
Johannes Pohl
84b03c98af
Merge pull request #236 from PhoGGy/master
Fix Buildroot server compilation error
2018-02-04 21:08:20 +01:00
badaix
113e71b67b merge with develop 2018-02-04 17:43:38 +01:00
badaix
fc075555ea fix CMake compile errors 2018-02-04 13:11:07 +01:00
badaix
39b880e650 fix compile errors 2018-02-03 21:55:54 +01:00
Jörg Krause
5da4fe8830 Allow to use PCM devices which does not have a hint section 2018-02-03 21:30:06 +01:00
Jörg Krause
0dd803007a Initial CMake support 2018-02-03 21:29:45 +01:00
Jörg Krause
9abeac8365 Allow building server and client without FLAC support
Allows building the server and the client without FLAC support:

```
readelf -d ./bin/snapserver | grep NEEDED
 0x00000001 (NEEDED)                     Shared library: [libjsonrpcpp.so]
 0x00000001 (NEEDED)                     Shared library: [libavahi-common.so.3]
 0x00000001 (NEEDED)                     Shared library: [libavahi-client.so.3]
 0x00000001 (NEEDED)                     Shared library: [libstdc++.so.6]
 0x00000001 (NEEDED)                     Shared library: [libgcc_s.so.1]
 0x00000001 (NEEDED)                     Shared library: [libc.so]
```

Note, that the current client and server Makefiles always enable FLAC
support.
2018-02-03 21:29:45 +01:00
Jörg Krause
a5ffa356fe Allow buidling server without Ogg support
Allow to build an Ogg-less snapserver:

```
 0x00000001 (NEEDED)                     Shared library: [libjsonrpcpp.so]
 0x00000001 (NEEDED)                     Shared library: [libFLAC.so.8]
 0x00000001 (NEEDED)                     Shared library: [libavahi-common.so.3]
 0x00000001 (NEEDED)                     Shared library: [libavahi-client.so.3]
 0x00000001 (NEEDED)                     Shared library: [libstdc++.so.6]
 0x00000001 (NEEDED)                     Shared library: [libgcc_s.so.1]
 0x00000001 (NEEDED)                     Shared library: [libc.so]
```
2018-02-03 21:29:00 +01:00
Jörg Krause
f28018ada7 Allow including installed jsonrpcpp from a system directory 2018-02-03 21:28:47 +01:00
Jörg Krause
c4e38b60b0 Improve macro check for ogg decoder
The OGG decoder needs libogg and (tremor or libvorbis).
2018-02-03 21:28:08 +01:00
Jörg Krause
0489221d7f Include ogg header file 2018-02-03 21:27:12 +01:00
badaix
2d2d72c9e2 remove entrypoints 2018-02-03 21:01:34 +01:00
badaix
5a065b0d28 update version number to 0.13.0 2018-02-02 22:24:18 +01:00
badaix
2e0151ce7c update externals 2018-02-02 22:22:52 +01:00
badaix
d9302d2b19 update aixlog to v1.0.4 2018-02-02 22:21:24 +01:00
badaix
4b81e9c6cf Merge branch 'sbungartz-patch-1' into develop 2018-02-02 22:06:01 +01:00