parent
14f7e5c2c9
commit
f1c627a597
26
metadata/cx.hell.android.pdfview.txt
Normal file
26
metadata/cx.hell.android.pdfview.txt
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
Category:Readers
|
||||||
|
License:GPLv3
|
||||||
|
Web Site:http://code.google.com/p/apv/
|
||||||
|
Source Code:http://code.google.com/p/apv/source/checkout
|
||||||
|
Issue Tracker:http://code.google.com/p/apv/issues/list
|
||||||
|
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LKB59NTKW9QLS
|
||||||
|
|
||||||
|
Summary:Android PDF Viewer
|
||||||
|
Description:
|
||||||
|
Native Android PDF Viewer based on MuPDF library
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* Textual search support
|
||||||
|
|
||||||
|
* Flexible key/button/gesture configuration
|
||||||
|
|
||||||
|
* Different color schemes for comfortable reading
|
||||||
|
|
||||||
|
* Optimizations for eInk
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:hg
|
||||||
|
Repo:https://code.google.com/p/apv/
|
||||||
|
|
||||||
|
Build Version:0.3.2,32000,ff030f8b49e6,subdir=pdfview,buildjni=yes,patch=fdroid-ndk-build.patch,prebuild=scripts/build-native.sh
|
22
metadata/cx.hell.android.pdfview/fdroid-ndk-build.patch
Normal file
22
metadata/cx.hell.android.pdfview/fdroid-ndk-build.patch
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
F-Droid knows better how to run ndk-build. Also, proguard.cfg is actually
|
||||||
|
missing, so don't reference it (reported,
|
||||||
|
http://code.google.com/p/apv/issues/detail?id=104)
|
||||||
|
|
||||||
|
diff -r ff030f8b49e6 pdfview/project.properties
|
||||||
|
--- a/pdfview/project.properties Wed Jan 18 01:05:25 2012 +0100
|
||||||
|
+++ b/pdfview/project.properties Fri Feb 24 05:26:16 2012 +0200
|
||||||
|
@@ -9,6 +9,5 @@
|
||||||
|
|
||||||
|
# Indicates whether an apk should be generated for each density.
|
||||||
|
split.density=false
|
||||||
|
-proguard.config=proguard.cfg
|
||||||
|
# Project target.
|
||||||
|
target=android-10
|
||||||
|
diff -r ff030f8b49e6 pdfview/scripts/build-native.sh
|
||||||
|
--- a/pdfview/scripts/build-native.sh Wed Jan 18 01:05:25 2012 +0100
|
||||||
|
+++ b/pdfview/scripts/build-native.sh Fri Feb 24 05:26:16 2012 +0200
|
||||||
|
@@ -33,4 +33,3 @@
|
||||||
|
../../scripts/fontdump generated/font_base14.h fonts/*.cff
|
||||||
|
../../scripts/fontdump generated/font_droid.h fonts/droid/DroidSans.ttf fonts/droid/DroidSansMono.ttf
|
||||||
|
cd ..
|
||||||
|
-ndk-build
|
Loading…
Reference in a new issue