OsmAnd~ (net.osmand.plus): Remove nonworking builds

This commit is contained in:
Daniel Martí 2014-02-09 16:51:13 +01:00
parent 25f87052b5
commit 6cb231eb71
3 changed files with 15 additions and 156 deletions

View file

@ -1,15 +0,0 @@
Only latest release appears to be hosted on http://zlib.net/
diff --git a/externals/zlib/configure.sh b/externals/zlib/configure.sh
index e6d4103..c35f74c 100755
--- a/externals/zlib/configure.sh
+++ b/externals/zlib/configure.sh
@@ -16,7 +16,7 @@ fi
# Download
echo "Zlib Downloading new upstream..."
-curl -L http://zlib.net/zlib-1.2.7.tar.bz2 > $SRCLOC/upstream.tar.bz2 || { echo "Failed to download!" 1>&2; exit; }
+curl -L http://sourceforge.net/projects/libpng/files/zlib/1.2.7/zlib-1.2.7.tar.bz2/download > $SRCLOC/upstream.tar.bz2 || { echo "Failed to download!" 1>&2; exit; }
# Extract
echo "Zlib Extracting upstream..."

View file

@ -1,69 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
old mode 100644
new mode 100755
diff --git a/OsmAnd-java/native.sh b/OsmAnd-java/native.sh
old mode 100644
new mode 100755
diff --git a/android-configure.sh b/android-configure.sh
old mode 100644
new mode 100755
diff --git a/avian/prepare-osmand-avian.sh b/avian/prepare-osmand-avian.sh
old mode 100644
new mode 100755
diff --git a/avian/prepare-osmand-avian_wp8.sh b/avian/prepare-osmand-avian_wp8.sh
old mode 100644
new mode 100755
diff --git a/externals/clean.sh b/externals/clean.sh
old mode 100644
new mode 100755
diff --git a/externals/configure.sh b/externals/configure.sh
old mode 100644
new mode 100755
diff --git a/externals/expat/configure.sh b/externals/expat/configure.sh
old mode 100644
new mode 100755
diff --git a/externals/freetype/configure.sh b/externals/freetype/configure.sh
old mode 100644
new mode 100755
diff --git a/externals/giflib/configure.sh b/externals/giflib/configure.sh
old mode 100644
new mode 100755
diff --git a/externals/harfbuzz/configure.sh b/externals/harfbuzz/configure.sh
old mode 100644
new mode 100755
diff --git a/externals/jpeg/configure.sh b/externals/jpeg/configure.sh
old mode 100644
new mode 100755
diff --git a/externals/libpng/configure.sh b/externals/libpng/configure.sh
old mode 100644
new mode 100755
diff --git a/externals/protobuf/configure.sh b/externals/protobuf/configure.sh
old mode 100644
new mode 100755
diff --git a/externals/skia/configure.sh b/externals/skia/configure.sh
old mode 100644
new mode 100755
diff --git a/externals/zlib/configure.sh b/externals/zlib/configure.sh
old mode 100644
new mode 100755
diff --git a/targets/.cmake/utils/makefile.sh b/targets/.cmake/utils/makefile.sh
old mode 100644
new mode 100755
diff --git a/targets/.cmake/utils/xcode.sh b/targets/.cmake/utils/xcode.sh
old mode 100644
new mode 100755
diff --git a/targets/amd64-linux-gcc.sh b/targets/amd64-linux-gcc.sh
old mode 100644
new mode 100755
diff --git a/targets/amd64-windows-vc11.cmd b/targets/amd64-windows-vc11.cmd
old mode 100644
new mode 100755
diff --git a/targets/i686-linux-gcc.sh b/targets/i686-linux-gcc.sh
old mode 100644
new mode 100755
diff --git a/targets/intel-darwin.sh b/targets/intel-darwin.sh
old mode 100644
new mode 100755
diff --git a/targets/x86-windows-vc11.cmd b/targets/x86-windows-vc11.cmd
old mode 100644
new mode 100755

View file

@ -99,84 +99,27 @@ Build:0.8.2,71
cp -r ../DataExtractionOSM/build/lib/ libs/
buildjni=yes
Build:1.5-MIPS,143
commit=0eb598d815c
subdir=OsmAnd
encoding=utf-8
forcevercode=yes
rm=SherlockBar/build.xml
extlibs=perms-osmand_145.diff
srclibs=OsmAnd-tools@bfee93a8d;OsmAnd-core@r1.1.4;OsmAnd-resources@836be71481
patch=remove_analytics_android_145.diff
prebuild=rm ../../OsmAnd-core/OsmAnd-java/src/net/osmand/plus/download/DownloadTracker.java && \
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
$$SDK$$/tools/android update project -p ../SherlockBar && \
sed -i 's/app_version">[^<]*/app_version">1.5-MIPS/' res/values/no_translate.xml && \
sed -i '/keys/d' ant.properties && \
cd ../../OsmAnd-core/ && \
git apply ../android/OsmAnd/libs/perms-osmand_145.diff
build=ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ OSMAND_MIPS_ONLY=true ./ndk-build.sh && \
ant jar native-libs -f $$OsmAnd-tools$$/OsmAndMapCreator/build.xml && \
ant build -f ../OsmAnd-java/build.xml
buildjni=no
Build:1.5-X86,144
commit=0eb598d815c
subdir=OsmAnd
encoding=utf-8
forcevercode=yes
rm=SherlockBar/build.xml
extlibs=perms-osmand_145.diff
srclibs=OsmAnd-tools@bfee93a8d;OsmAnd-core@r1.1.4;OsmAnd-resources@836be71481
patch=remove_analytics_android_145.diff
prebuild=rm ../../OsmAnd-core/OsmAnd-java/src/net/osmand/plus/download/DownloadTracker.java && \
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
$$SDK$$/tools/android update project -p ../SherlockBar && \
sed -i 's/app_version">[^<]*/app_version">1.5-X86/' res/values/no_translate.xml && \
sed -i '/keys/d' ant.properties && \
cd ../../OsmAnd-core/ && \
git apply ../android/OsmAnd/libs/perms-osmand_145.diff
build=ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ OSMAND_X86_ONLY=true ./ndk-build.sh && \
ant jar native-libs -f $$OsmAnd-tools$$/OsmAndMapCreator/build.xml && \
ant build -f ../OsmAnd-java/build.xml
buildjni=no
Build:1.5-ARM,145
commit=0eb598d815c
subdir=OsmAnd
encoding=utf-8
forcevercode=yes
rm=SherlockBar/build.xml
extlibs=perms-osmand_145.diff;osmand-zlib-url_145.patch
srclibs=OsmAnd-tools@bfee93a8d;OsmAnd-core@r1.1.4;OsmAnd-resources@836be71481
patch=remove_analytics_android_145.diff
prebuild=rm ../../OsmAnd-core/OsmAnd-java/src/net/osmand/plus/download/DownloadTracker.java && \
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
$$SDK$$/tools/android update project -p ../SherlockBar && \
sed -i 's/app_version">[^<]*/app_version">1.5-ARM/' res/values/no_translate.xml && \
sed -i '/keys/d' ant.properties && \
cd ../../OsmAnd-core/ && \
git apply ../android/OsmAnd/libs/perms-osmand_145.diff && \
git apply ../android/OsmAnd/libs/osmand-zlib-url_145.patch
build=ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ OSMAND_ARM_ONLY=true ./ndk-build.sh && \
ant jar native-libs -f $$OsmAnd-tools$$/OsmAndMapCreator/build.xml && \
ant build -f ../OsmAnd-java/build.xml
buildjni=no
Build:1.6.5,170
disable=WIP
commit=f261ae846932c5f
subdir=OsmAnd
encoding=utf-8
forcevercode=yes
srclibs=OsmAnd-tools@bfee93a8d;OsmAnd-core@r1.1.4;OsmAnd-resources@836be71481
prebuild=sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
build=ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ OSMAND_ARM_ONLY=true ./ndk-build.sh && \
srclibs=OsmAnd-tools@0eaa6cf72a2683;OsmAnd-core@3a23de4a9af95;OsmAnd-resources@0135097e2a78e7
prebuild=sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
sed -i 's/app_version">[^<]*/app_version">1.6.5/' res/values/no_translate.xml
build=ANDROID_NDK=$$NDK$$ OSMAND_ARM_ONLY=true ./ndk-build.sh && \
ant jar native-libs -f $$OsmAnd-tools$$/OsmAndMapCreator/build.xml && \
ant build -f ../OsmAnd-java/build.xml
buildjni=no
Auto Update Mode:None
Update Check Mode:None
Current Version:1.6.5
Current Version Code:165
Maintainer Notes:
Disregard CV name, there never was a version name "1.6.5" on git.
No tags, but at least they use release branches.
.
Auto Update Mode:None
Update Check Mode:RepoManifest/r1.6
Current Version:1.7.1 alpha
Current Version Code:170