Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #34

Open
danielkucera opened this issue May 28, 2016 · 4 comments
Open

update #34

danielkucera opened this issue May 28, 2016 · 4 comments

Comments

@danielkucera
Copy link

I compiled today and needed to adjust few things:

diff --git a/init_update_libs.sh b/init_update_libs.sh
index 5e82329..f8acc71 100755
--- a/init_update_libs.sh
+++ b/init_update_libs.sh
@@ -10,7 +10,7 @@ rm -rf expat-*
rm -rf fribidi-*
rm -rf lame-*

-wget -O- ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.21.tar.xz | tar xJ
+wget -O- ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.22.tar.xz | tar xJ
wget -O- http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz | tar xz
wget -O- http://fribidi.org/download/fribidi-0.19.7.tar.bz2 | tar xj
wget -O- http://sourceforge.net/projects/lame/files/lame/3.99/lame-3.99.5.tar.gz | tar xz
diff --git a/libpng_build.sh b/libpng_build.sh
index a5d75dd..96570e6 100755
--- a/libpng_build.sh
+++ b/libpng_build.sh
@@ -2,7 +2,7 @@

. abi_settings.sh $1 $2 $3

-pushd libpng-1.6.21
+pushd libpng-1.6.22

make clean

diff --git a/settings.sh b/settings.sh
index bdf7b94..ad646c4 100755
--- a/settings.sh
+++ b/settings.sh
@@ -7,7 +7,7 @@ if [[ -z "$ANDROID_NDK_ROOT_PATH" ]]; then
exit
fi
ANDROID_API_VERSION=9
-NDK_TOOLCHAIN_ABI_VERSION=4.8
+NDK_TOOLCHAIN_ABI_VERSION=4.9

NUMBER_OF_CORES=$(nproc)
HOST_UNAME=$(uname -m)

@sqbing
Copy link

sqbing commented Jul 8, 2016

helpful

@randheer-kiwi
Copy link

http://fribidi.org/download/fribidi-0.19.7.tar.bz2 is not found. I tried it by replacing git release links but not working.

Please suggest how to fix it.

@danielkucera
Copy link
Author

@randheer-kiwi
Copy link

I already did that but still i am getting
`configure: error: Package requirements (fribidi >= 0.19.0) were not met:

No package 'fribidi' found
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants