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
d1d6a387
Commit
d1d6a387
authored
May 07, 2020
by
Max Kellermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v0.21.x'
parents
60f957ed
61aed60f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
NEWS
NEWS
+1
-0
build.py
android/build.py
+4
-5
libs.py
python/build/libs.py
+4
-4
No files found.
NEWS
View file @
d1d6a387
...
...
@@ -44,6 +44,7 @@ ver 0.21.24 (not yet released)
* database
- simple: fix crash when mounting twice
* fix unit test failure
* fix build failure with Android NDK r21
ver 0.21.23 (2020/04/23)
* protocol
...
...
android/build.py
View file @
d1d6a387
...
...
@@ -26,7 +26,7 @@ android_abis = {
'ndk_arch'
:
'arm'
,
'toolchain_arch'
:
'arm-linux-androideabi'
,
'llvm_triple'
:
'armv7-linux-androideabi'
,
'cflags'
:
'-
march=armv7-a -mfpu=vfp
-mfloat-abi=softfp'
,
'cflags'
:
'-
fpic -march=armv7-a -mfpu=vfpv3-d16
-mfloat-abi=softfp'
,
},
'arm64-v8a'
:
{
...
...
@@ -34,7 +34,7 @@ android_abis = {
'ndk_arch'
:
'arm64'
,
'toolchain_arch'
:
'aarch64-linux-android'
,
'llvm_triple'
:
'aarch64-linux-android'
,
'cflags'
:
''
,
'cflags'
:
'
-fpic
'
,
},
'x86'
:
{
...
...
@@ -42,7 +42,7 @@ android_abis = {
'ndk_arch'
:
'x86'
,
'toolchain_arch'
:
'x86'
,
'llvm_triple'
:
'i686-linux-android'
,
'cflags'
:
'-march=i686 -mtune=intel -mssse3 -mfpmath=sse -m32'
,
'cflags'
:
'-
fPIC -
march=i686 -mtune=intel -mssse3 -mfpmath=sse -m32'
,
},
'x86_64'
:
{
...
...
@@ -50,7 +50,7 @@ android_abis = {
'ndk_arch'
:
'x86_64'
,
'toolchain_arch'
:
'x86_64'
,
'llvm_triple'
:
'x86_64-linux-android'
,
'cflags'
:
'-m64'
,
'cflags'
:
'-
fPIC -
m64'
,
},
}
...
...
@@ -97,7 +97,6 @@ class AndroidNdkToolchain:
llvm_triple
=
abi_info
[
'llvm_triple'
]
+
android_api_level
common_flags
=
'-Os -g'
common_flags
+=
' -fPIC'
common_flags
+=
' '
+
abi_info
[
'cflags'
]
toolchain_bin
=
os
.
path
.
join
(
toolchain_path
,
'bin'
)
...
...
python/build/libs.py
View file @
d1d6a387
...
...
@@ -341,8 +341,8 @@ ffmpeg = FfmpegProject(
)
curl
=
AutotoolsProject
(
'http://curl.haxx.se/download/curl-7.
69.1
.tar.xz'
,
'03
c7d5e6697f7b7e40ada1b2256e565a555657398e6c1fcfa4cb251ccd819d4f
'
,
'http://curl.haxx.se/download/curl-7.
70.0
.tar.xz'
,
'03
2f43f2674008c761af19bf536374128c16241fb234699a55f9fb603fcfbae7
'
,
'lib/libcurl.a'
,
[
'--disable-shared'
,
'--enable-static'
,
...
...
@@ -397,7 +397,7 @@ libnfs = AutotoolsProject(
)
boost
=
BoostProject
(
'https://dl.bintray.com/boostorg/release/1.7
2.0/source/boost_1_72
_0.tar.bz2'
,
'
59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc66072
2'
,
'https://dl.bintray.com/boostorg/release/1.7
3.0/source/boost_1_73
_0.tar.bz2'
,
'
4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb40
2'
,
'include/boost/version.hpp'
,
)
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