VLC: Try to work around gettext issue
This commit is contained in:
parent
d35ca6f4fb
commit
340f910c43
|
@ -864,20 +864,22 @@ Build:1.4.0,1040005
|
||||||
ndk=r10e
|
ndk=r10e
|
||||||
|
|
||||||
Build:1.4.1,1040103
|
Build:1.4.1,1040103
|
||||||
disable=contribs: make failed
|
disable=gettext outdated
|
||||||
commit=1.4.1
|
commit=1.4.1
|
||||||
subdir=vlc-android
|
subdir=vlc-android
|
||||||
gradle=VanillaARMv6fpu
|
gradle=VanillaARMv6fpu
|
||||||
srclibs=VLC@ecfd0b7
|
srclibs=VLC@ecfd0b7
|
||||||
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
|
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
|
||||||
ln -s vlc-android/$$VLC$$ ../vlc
|
ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||||
|
sed -i -e '/AM_GNU_GETTEXT_VERSION/s/0.19.2/0.18.3/g' ../vlc/configure.ac && \
|
||||||
|
sed -i -e '/make fetch/ised -i -e "/AM_GNU_GETTEXT_VERSION/s|0.19.2|0.18.3|g" ./vlc/contrib/contrib-android-arm-linux-androideabi/libgpg-error/configure.ac' ../compile-libvlc.sh
|
||||||
build=cd ../ && \
|
build=cd ../ && \
|
||||||
./compile.sh -a "armeabi" --release
|
./compile.sh -a "armeabi" --release
|
||||||
buildjni=no
|
buildjni=no
|
||||||
ndk=r10e
|
ndk=r10e
|
||||||
|
|
||||||
Build:1.4.1,1040104
|
Build:1.4.1,1040104
|
||||||
disable=build fail, see maintainer note
|
disable=gettext outdated
|
||||||
commit=0276df272b48685821db293eb8bd385eec1ff47f
|
commit=0276df272b48685821db293eb8bd385eec1ff47f
|
||||||
subdir=vlc-android
|
subdir=vlc-android
|
||||||
gradle=VanillaARMv7
|
gradle=VanillaARMv7
|
||||||
|
@ -890,7 +892,7 @@ Build:1.4.1,1040104
|
||||||
ndk=r10e
|
ndk=r10e
|
||||||
|
|
||||||
Build:1.4.1,1040105
|
Build:1.4.1,1040105
|
||||||
disable=contribs: make failed
|
disable=gettext outdated
|
||||||
commit=1.4.1
|
commit=1.4.1
|
||||||
subdir=vlc-android
|
subdir=vlc-android
|
||||||
gradle=VanillaX86
|
gradle=VanillaX86
|
||||||
|
@ -914,6 +916,8 @@ those changes.
|
||||||
|
|
||||||
Recent issues with 1.4.x are due outdated build system, see the following
|
Recent issues with 1.4.x are due outdated build system, see the following
|
||||||
thread https://forum.videolan.org/viewtopic.php?f=35&t=126228 .
|
thread https://forum.videolan.org/viewtopic.php?f=35&t=126228 .
|
||||||
|
|
||||||
|
Ref:https://gitlab.com/fdroid/fdroidserver/issues/105
|
||||||
.
|
.
|
||||||
|
|
||||||
# NEW BUILDS
|
# NEW BUILDS
|
||||||
|
|
Loading…
Reference in a new issue