Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
dca79938
Commit
dca79938
authored
Jan 17, 2020
by
Max Kellermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge tag 'v0.21.19'
release v0.21.19
parents
235b6980
4013fa15
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
19 deletions
+24
-19
NEWS
NEWS
+3
-1
AndroidManifest.xml
android/AndroidManifest.xml
+1
-1
libs.py
python/build/libs.py
+17
-12
File.cxx
src/config/File.cxx
+3
-5
No files found.
NEWS
View file @
dca79938
...
@@ -30,7 +30,9 @@ ver 0.22 (not yet released)
...
@@ -30,7 +30,9 @@ ver 0.22 (not yet released)
* switch to C++17
* switch to C++17
- GCC 7 or clang 4 (or newer) recommended
- GCC 7 or clang 4 (or newer) recommended
ver 0.21.19 (not yet released)
ver 0.21.19 (2020/01/17)
* configuration
- allow overriding top-level settings in includes
* output
* output
- pulse: obey Pulse's maximum sample rate (fixes DSD128 playback)
- pulse: obey Pulse's maximum sample rate (fixes DSD128 playback)
* fix build failure with clang 10
* fix build failure with clang 10
...
...
android/AndroidManifest.xml
View file @
dca79938
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
android:versionCode=
"42"
android:versionCode=
"42"
android:versionName=
"0.21.19"
>
android:versionName=
"0.21.19"
>
<uses-sdk
android:minSdkVersion=
"21"
android:targetSdkVersion=
"2
6
"
/>
<uses-sdk
android:minSdkVersion=
"21"
android:targetSdkVersion=
"2
8
"
/>
<uses-permission
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.WAKE_LOCK"
/>
<uses-permission
android:name=
"android.permission.WAKE_LOCK"
/>
...
...
python/build/libs.py
View file @
dca79938
...
@@ -9,8 +9,8 @@ from build.ffmpeg import FfmpegProject
...
@@ -9,8 +9,8 @@ from build.ffmpeg import FfmpegProject
from
build.boost
import
BoostProject
from
build.boost
import
BoostProject
libmpdclient
=
MesonProject
(
libmpdclient
=
MesonProject
(
'https://www.musicpd.org/download/libmpdclient/2/libmpdclient-2.1
6
.tar.xz'
,
'https://www.musicpd.org/download/libmpdclient/2/libmpdclient-2.1
7
.tar.xz'
,
'
fa6bdab67c0e0490302b38f00c27b4959735c3ec8aef7a88327adb1407654464
'
,
'
ee9b8f1c7e95b65c8f18a354daf7b16bfcd455fc52a0f3b5abe402316bce3559
'
,
'lib/libmpdclient.a'
,
'lib/libmpdclient.a'
,
)
)
...
@@ -52,8 +52,8 @@ opus = AutotoolsProject(
...
@@ -52,8 +52,8 @@ opus = AutotoolsProject(
)
)
flac
=
AutotoolsProject
(
flac
=
AutotoolsProject
(
'http://downloads.xiph.org/releases/flac/flac-1.3.
2
.tar.xz'
,
'http://downloads.xiph.org/releases/flac/flac-1.3.
3
.tar.xz'
,
'
91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f
'
,
'
213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748
'
,
'lib/libFLAC.a'
,
'lib/libFLAC.a'
,
[
[
'--disable-shared'
,
'--enable-static'
,
'--disable-shared'
,
'--enable-static'
,
...
@@ -112,8 +112,8 @@ liblame = AutotoolsProject(
...
@@ -112,8 +112,8 @@ liblame = AutotoolsProject(
)
)
ffmpeg
=
FfmpegProject
(
ffmpeg
=
FfmpegProject
(
'http://ffmpeg.org/releases/ffmpeg-4.2.
1
.tar.xz'
,
'http://ffmpeg.org/releases/ffmpeg-4.2.
2
.tar.xz'
,
'c
ec7c87e9b60d174509e263ac4011b522385fd0775292e1670ecc1180c9bb6d4
'
,
'c
b754255ab0ee2ea5f66f8850e1bd6ad5cac1cd855d0a2f4990fb8c668b0d29c
'
,
'lib/libavcodec.a'
,
'lib/libavcodec.a'
,
[
[
'--disable-shared'
,
'--enable-static'
,
'--disable-shared'
,
'--enable-static'
,
...
@@ -341,8 +341,8 @@ ffmpeg = FfmpegProject(
...
@@ -341,8 +341,8 @@ ffmpeg = FfmpegProject(
)
)
curl
=
AutotoolsProject
(
curl
=
AutotoolsProject
(
'http://curl.haxx.se/download/curl-7.6
6
.0.tar.xz'
,
'http://curl.haxx.se/download/curl-7.6
8
.0.tar.xz'
,
'
dbb48088193016d079b97c5c3efde8efa56ada2ebf336e8a97d04eb8e2ed98c1
'
,
'
b724240722276a27f6e770b952121a3afd097129d8c9fe18e6272dc34192035a
'
,
'lib/libcurl.a'
,
'lib/libcurl.a'
,
[
[
'--disable-shared'
,
'--enable-static'
,
'--disable-shared'
,
'--enable-static'
,
...
@@ -358,6 +358,11 @@ curl = AutotoolsProject(
...
@@ -358,6 +358,11 @@ curl = AutotoolsProject(
'--disable-manual'
,
'--disable-manual'
,
'--disable-threaded-resolver'
,
'--disable-verbose'
,
'--disable-sspi'
,
'--disable-threaded-resolver'
,
'--disable-verbose'
,
'--disable-sspi'
,
'--disable-crypto-auth'
,
'--disable-ntlm-wb'
,
'--disable-tls-srp'
,
'--disable-cookies'
,
'--disable-crypto-auth'
,
'--disable-ntlm-wb'
,
'--disable-tls-srp'
,
'--disable-cookies'
,
'--disable-doh'
,
'--disable-mime'
,
'--disable-netrc'
,
'--disable-progress-meter'
,
'--disable-alt-svc'
,
'--without-ssl'
,
'--without-gnutls'
,
'--without-nss'
,
'--without-libssh2'
,
'--without-ssl'
,
'--without-gnutls'
,
'--without-nss'
,
'--without-libssh2'
,
],
],
...
@@ -365,8 +370,8 @@ curl = AutotoolsProject(
...
@@ -365,8 +370,8 @@ curl = AutotoolsProject(
)
)
libexpat
=
AutotoolsProject
(
libexpat
=
AutotoolsProject
(
'https://github.com/libexpat/libexpat/releases/download/R_2_2_
7/expat-2.2.7
.tar.bz2'
,
'https://github.com/libexpat/libexpat/releases/download/R_2_2_
9/expat-2.2.9
.tar.bz2'
,
'
cbc9102f4a31a8dafd42d642e9a3aa31e79a0aedaa1f6efd2795ebc83174ec18
'
,
'
f1063084dc4302a427dabcca499c8312b3a32a29b7d2506653ecc8f950a9a237
'
,
'lib/libexpat.a'
,
'lib/libexpat.a'
,
[
[
'--disable-shared'
,
'--enable-static'
,
'--disable-shared'
,
'--enable-static'
,
...
@@ -392,7 +397,7 @@ libnfs = AutotoolsProject(
...
@@ -392,7 +397,7 @@ libnfs = AutotoolsProject(
)
)
boost
=
BoostProject
(
boost
=
BoostProject
(
'https://dl.bintray.com/boostorg/release/1.7
1.0/source/boost_1_71
_0.tar.bz2'
,
'https://dl.bintray.com/boostorg/release/1.7
2.0/source/boost_1_72
_0.tar.bz2'
,
'
d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee
'
,
'
59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722
'
,
'include/boost/version.hpp'
,
'include/boost/version.hpp'
,
)
)
src/config/File.cxx
View file @
dca79938
...
@@ -153,11 +153,9 @@ ReadConfigParam(ConfigData &config_data, BufferedReader &reader,
...
@@ -153,11 +153,9 @@ ReadConfigParam(ConfigData &config_data, BufferedReader &reader,
name
,
reader
.
GetLineNumber
());
name
,
reader
.
GetLineNumber
());
if
(
!
option
.
repeatable
)
if
(
!
option
.
repeatable
)
if
(
const
auto
*
param
=
config_data
.
GetParam
(
o
))
/* if the option is not repeatable, override the old
throw
FormatRuntimeError
(
"config parameter
\"
%s
\"
is first defined "
value by removing it first */
"on line %d and redefined on line %u
\n
"
,
config_data
.
GetParamList
(
o
).
clear
();
name
,
param
->
line
,
reader
.
GetLineNumber
());
/* now parse the block or the value */
/* now parse the block or the value */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment