ejurgensen
a93455b5a9
[cfg] Rename configure macros FORK -> OWNTONE
2021-04-24 23:54:20 +02:00
ejurgensen
f61665b81d
[-] Rename source and target names from forked-daapd to owntone
2021-04-24 23:54:20 +02:00
ejurgensen
0d1e22496c
Bump to version 27.4
2021-03-15 22:03:47 +01:00
ejurgensen
a758be8209
Bump to version 27.3
2021-03-12 19:52:18 +01:00
ejurgensen
ef0f41dc46
[airplay] Separate naming of AirPlay 1 and 2, incl log domains
2021-01-10 15:05:21 +01:00
ejurgensen
ffadc399af
[cfg] Add option for prefering AirPlay 2 (useful for testing)
2021-01-10 15:05:21 +01:00
ejurgensen
a5bd8b011e
[cfg] libplist+libsodium now required, remove configure options
...
Need the two libraries for AirPlay 2, which can't be optional.
Means iTunes XML and device verification configure options are no longer
useful.
2021-01-10 15:05:21 +01:00
ejurgensen
265c1e5836
[cfg] Make libplist required (Airplay 2 requirement)
2021-01-10 14:51:16 +01:00
whatdoineed2do/Ray
fc5df02d29
[configure] explictly check for 'fabs' and some other math functions to incl -lm
2020-08-22 21:25:17 +02:00
ejurgensen
2ca10d9bba
Bump to version 27.2
2020-07-24 00:48:49 +02:00
ejurgensen
3e707c4060
[http] Make libcurl a hard requirement
...
Always using libcurl makes the code simpler, plus makes sure we always have a
https client
2020-07-16 23:30:05 +02:00
ejurgensen
ce2006a31b
[-] Workaround for libplist.pc missing in libplist 2.2.0 release
...
Closes #1038
2020-06-28 22:55:24 +02:00
ejurgensen
19358dc869
[mxml] Simplify mxml workarounds
2020-04-15 15:59:15 +02:00
ejurgensen
5ad5f85cc4
[mxml] Workaround mxmlNewTextf/mxmlSaveString segfault
...
Occurs on amd64 Debian 10.x with mxml 2.12
2020-04-15 15:59:15 +02:00
ejurgensen
804239841d
[-] Fix copy/paste error from commit dbc798da
( closes #937 )
2020-04-10 20:51:00 +02:00
ejurgensen
dbc798da4f
[-] Workaround for mxml 2.10 memleak
...
2.10's mxmlDelete memleaks, and mxml is used in many parts of forked-daapd. So
to avoid that we ship upstream's fixed version of mxmlDelete and use that.
2020-04-04 21:07:16 +02:00
ejurgensen
e642147f6e
Bump to version 27.1
2020-01-29 12:09:19 -08:00
ejurgensen
5ac3a27276
Bump to version 27.0
2019-11-20 20:32:57 +01:00
ejurgensen
398a61d4c4
Fix libconfuse version number ( fixes #760 )
...
Credit @whatdoineed2do
2019-06-17 13:12:31 +02:00
ejurgensen
a28e370c4f
Merge pull request #748 from chme/conf_deprecated
...
[conf] Gracefully handle the change of config options for modifying playlists
2019-06-16 22:05:08 +02:00
chme
9cc7381551
[configure] Require libconfuse >= 3.0.0
2019-06-15 12:21:27 +02:00
Scott Shambarger
20f5118f75
[alsa] asoundlib.h should be alsa/asoundlib.h
2019-06-11 20:10:04 -07:00
ejurgensen
55d9d9e6bd
[xcode/artwork] Drop support for ffmpeg legacy versions
2019-04-08 22:06:56 +02:00
ejurgensen
8e474dfd7f
Bump to version 26.5
2019-03-17 22:52:41 +01:00
ejurgensen
d3121f4ec7
[db] Use prepared statements for file insert, update and ping
...
Get rid of the SQL query strings, since they are prone to errors and are
probably also slower that using prepared statements.
2018-12-31 15:55:49 +01:00
ejurgensen
e9c7441241
Bump to version 26.4
2018-09-30 23:13:55 +02:00
ejurgensen
d97358f612
Bump to version 26.3
2018-09-08 16:50:54 +02:00
ejurgensen
f8205c0780
[config] Check for libcurl if configured with --enable-spotify
...
Also remove useless per-feature checks for libjson, since it has become
a required dependency.
2018-08-23 22:26:21 +02:00
ejurgensen
a7a8efd34f
Bump to version 26.2
2018-06-16 21:56:45 +02:00
ejurgensen
cf6813f2e4
Bump to version 26.1
2018-06-09 00:23:09 +02:00
ejurgensen
db6bbd76bd
[config] Improve error message if no or old libwebsockets (issue #542 )
2018-06-04 23:18:57 +02:00
chme
f4422e9cf4
[MAKEFILE/misc] Add option to disable inclusion of default webinterface
2018-06-03 23:39:37 +03:00
ejurgensen
5e13bac867
[configure] Add option to use old ffmpeg API (issue #502 )
...
Seems ffmpeg 3.4 has a bug in the new API that causes a crash when
avcodec_send_frame() is called. The bug is fixed in 3.4.2.
The new option --disable-modern-av-api allows for building with the
old API, i.e. no avcodec_send_frame(), even if ffmpeg support is
detected at configure time. The option may also become useful for
easier testing of legacy mode.
2018-03-04 21:55:37 +01:00
ejurgensen
0014b9001b
Bump to version 26.0
2018-02-24 16:45:41 +01:00
ejurgensen
b1c9518a78
[-] Make json-c a required library
...
Already kind of was required, as it was required by Spotify, Chromecast and the web api
2018-02-22 21:49:11 +01:00
chme
e7f8b7010b
[configure] Allow to build with db profiling log output
...
Add configure option to turn on debug logs profiling sql queries with:
./configure --enable-dbprofile
2018-01-13 10:51:41 +01:00
ejurgensen
45d193e56c
[scan] Use open()/close() instead of euidaccess() to support ACL's
...
Fixes #474
2018-01-06 20:10:34 +01:00
ejurgensen
02e5f02e7f
[configure] Fix misplaced av_* declaration checks
2017-09-17 00:34:20 +02:00
ejurgensen
eec98e3b7e
[main/transcode] Fix some libav compability + log what ffmpeg/libav we are using
2017-09-16 23:01:42 +02:00
ejurgensen
f8c442ba38
[configure] Change so we enable/disable websockets based on libwebsockets >= 2.0.2 presence
2017-09-16 00:05:50 +02:00
chme
b678542ad6
[htdocs] Add admin web interface
2017-09-15 18:49:04 +02:00
chme
75eb5420fd
[httpd/websocket/conf] Initial websocket implementation
...
If enabled (default) requires libwebsockets >= 2.0.2, can be disabled
with configure option --disable-websocket.
2017-09-15 07:14:08 +02:00
ejurgensen
1b8adc11ed
[dmap] Use a wrapper for dmap_find_field()
...
Avoids the need to have definition of dmap_find_field in dmap_common.h that
must be kept in sync with the definition that gperf generates.
Also should fix compilation problems when gperf is not present, ref pr #390
2017-08-25 19:27:41 +02:00
ejurgensen
e489f1a6a9
[configure] Use avcodec_parameters_from_context as check for codecpar
2017-08-06 22:31:43 +02:00
Scott Shambarger
6b94a34501
[config] Added check for modern AV apis
2017-08-06 22:31:43 +02:00
ejurgensen
c13ed8761a
[trancode/artwork] Put back compability with older versions of ffmpeg/libav
2017-08-06 22:31:43 +02:00
ejurgensen
d933e171d4
[filescanner_ffmpeg] Update to use ffmpeg's new stream->codecpar
...
- keep some compability with older ffmpeg/libav, but also remove some
2017-08-06 22:20:44 +02:00
ejurgensen
03ec423f83
Bump to version 25.0
2017-07-22 00:25:35 +02:00
ejurgensen
f63d103753
[raop] Add support for Apple TV device verification, required by tvOS 10.2 (fix for issue #377 )
...
- also change how speakers are saved/retrieved from the db
- add generic authorization methods in outputs.c and player.c
- let filescanner read *.verification files (containing PIN)
- configure options to enable and disable, since libsodium is required
2017-06-19 21:52:01 +02:00
Gergan Penkov
08d25154e5
fix the compilation problem because of gperf changes in 3.1
2017-05-27 12:28:00 +02:00