Merge branch 'master' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
55cb001f11
32
metadata/de.wikilab.android.friendica01.txt
Normal file
32
metadata/de.wikilab.android.friendica01.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
Category:Internet
|
||||
License:MPL2
|
||||
Web Site:http://andfrnd.wiki-lab.net
|
||||
Source Code:https://github.com/max-weller/friendica-for-android
|
||||
Issue Tracker:https://github.com/max-weller/friendica-for-android/issues
|
||||
|
||||
Summary:Social networking
|
||||
Description:
|
||||
The app started as a simple image uploader providing an entry in the
|
||||
"Share"/"Send" menu of Android apps (e.g. the gallery app) to send photos
|
||||
to your Friendica account.
|
||||
|
||||
Now it's being extended towards a full interface for Friendica, including
|
||||
timeline display and the ability to view and post on you and your friends'
|
||||
profile walls. You need to have a Friendica account. To get one, choose
|
||||
a site from the [http://dir.friendica.com/siteinfo Friendica directory].
|
||||
It's free!
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/max-weller/friendica-for-android.git
|
||||
|
||||
Build Version:8.0,8,1e7901e380,subdir=mw-android-friendica-01,\
|
||||
update=.;../libpulltorefresh,prebuild=rm -rf ../EXPORT && \
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1../libpulltorefresh@' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
#Not in market
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:8.0
|
||||
Current Version Code:8
|
||||
|
|
@ -13,7 +13,7 @@ Repo Type:svn
|
|||
Repo:https://learnmusicnotes.svn.sourceforge.net/svnroot/learnmusicnotes/trunk
|
||||
|
||||
Build Version:1.2,3,16
|
||||
Build Version:1.4,5,!No source for this version in the repo
|
||||
Build Version:1.4,5,20,forcversion=yes,forcevercode=yes
|
||||
|
||||
Update Check Mode:Market
|
||||
Current Version:1.4
|
||||
|
|
|
@ -7,10 +7,12 @@ Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=wseemann%40
|
|||
|
||||
Summary:Audio stream player
|
||||
Description:
|
||||
N.B ffmpeg is being used in 0.5.0, so all features should work correctly: on both arm and x86.
|
||||
'''N.B''' ffmpeg is being used in 0.5.0, so all features should work correctly:
|
||||
on both arm and x86.
|
||||
Version 0.4.12 doesn't have ffmpeg and will not have all the features listed below.
|
||||
|
||||
HTTP media server browser and stream player. Ideal for playing internet radio or streaming podcasts
|
||||
HTTP media server browser and stream player. Ideal for playing internet radio
|
||||
or streaming podcasts
|
||||
in the background. For use with any streaming media servers such as GNUMP3d.
|
||||
|
||||
* Supports http, https, mms (beta), mmsh (beta)
|
||||
|
@ -20,7 +22,7 @@ in the background. For use with any streaming media servers such as GNUMP3d.
|
|||
* Repeat and shuffle modes
|
||||
* Alarm clock support
|
||||
* Home screen widget
|
||||
* Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g http://listenlive.eu
|
||||
* Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g. http://listenlive.eu or http://magnatune.com/mobile
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
|
@ -41,8 +43,7 @@ Repo:http://svn.code.sf.net/p/servestream/code/trunk
|
|||
#Build Version:0.4.9,59,1049,buildjni=no
|
||||
#Build Version:0.4.12,62,1160,buildjni=no
|
||||
#adapted from here http://servestream.sourceforge.net/build-servestream.sh. See tags for releases
|
||||
Build Version:0.5.0,64,!Build fails - ./arm-build.sh: 69: [: ==: unexpected operator (at 1223),prebuild=\
|
||||
export NDK=$$NDK$$ && \
|
||||
Build Version:0.5.1,65,1266,prebuild=export NDK=$$NDK$$ && \
|
||||
wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/ffmpeg-0.11.1-android-2012-09-18.tar.gz?\
|
||||
format=raw --output-document=ffmpeg-0.11.1-android-2012-09-18.tar.gz && \
|
||||
wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/scripts/arm-build.sh?\
|
||||
|
@ -51,12 +52,16 @@ wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/scripts/x86-buil
|
|||
format=raw --output-document=x86-build.sh && \
|
||||
tar -xvf ffmpeg-0.11.1-android-2012-09-18.tar.gz && \
|
||||
chmod +x arm-build.sh && chmod +x x86-build.sh && \
|
||||
mv arm-build.sh ffmpeg-0.11.1-android-2012-09-18 && mv x86-build.sh ffmpeg-0.11.1-android-2012-09-18 && \
|
||||
mv arm-build.sh ffmpeg-0.11.1-android-2012-09-18 && \
|
||||
mv x86-build.sh ffmpeg-0.11.1-android-2012-09-18 && \
|
||||
cd ffmpeg-0.11.1-android-2012-09-18 && ./extract.sh && \
|
||||
sed -i 's/make -j4/make -j2/g' arm-build.sh && sed -i 's/make -j4/make -j2/g' x86-build.sh && \
|
||||
sed -i 's/bash/sh/g' arm-build.sh && sed -i 's/bash/sh/g' x86-build.sh && \
|
||||
sed -i '/PIPESTATUS/d' arm-build.sh && sed -i '/PIPESTATUS/d' x86-build.sh && \
|
||||
./arm-build.sh && cp -r build/ffmpeg/* ../jni/ffmpeg/ffmpeg && \
|
||||
./x86-build.sh && cp -r build/ffmpeg/* ../jni/ffmpeg/ffmpeg && cd ../,buildjni=yes
|
||||
Build Version:0.5.2,66,!waiting on MIPS script
|
||||
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
|
|
|
@ -1,14 +1,30 @@
|
|||
Category:Games
|
||||
License:GPL
|
||||
License:GPLv2
|
||||
Web Site:http://www.paulscode.com/forum/index.php?topic=96
|
||||
Source Code:http://www.paulscode.com/forum/index.php?topic=96
|
||||
Issue Tracker:
|
||||
Source Code:https://github.com/paulscode/mupen64plus-ae
|
||||
Issue Tracker:https://github.com/paulscode/mupen64plus-ae/issues
|
||||
|
||||
Summary:Nintendo 64 Emulator
|
||||
Description:
|
||||
N64 emulator.
|
||||
See the
|
||||
[http://mupen64plus.wikia.com/wiki/Mupen64Plus,_Android_Edition_%28AE%29_Wiki compatibility wiki].
|
||||
Mupen64Plus, Android Edition (AE) is a port of Mupen64Plus to Android.
|
||||
(Not officially supported by the Mupen64Plus team).
|
||||
See [http://www.pdroms.de this website] for public domain ROMs.
|
||||
|
||||
Getting started:
|
||||
* Transfer ROMs anywhere to your internal storage/SD card
|
||||
* Browse to them from within the app
|
||||
* Default SD card directory on most devices is /mnt/sdcard
|
||||
* ROMs must be in .n64, .v64, or .z64 format, optionally in .zip files
|
||||
.
|
||||
|
||||
Update Check Mode:None
|
||||
Current Version:1.8.2
|
||||
Current Version Code:12
|
||||
Repo Type:git
|
||||
Repo:https://github.com/paulscode/mupen64plus-ae.git
|
||||
|
||||
Build Version:2.0.0,16,!jars not compatible with licence 2.0.0,buildjni=yes
|
||||
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.0.0
|
||||
Current Version Code:16
|
||||
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
Disabled:Add to repo when 1.10 comes out. remove the other package id
|
||||
Category:Games
|
||||
License:GPL
|
||||
Web Site:http://www.paulscode.com/forum/index.php?topic=96
|
||||
Source Code:https://github.com/paulscode/mupen64plus-ae
|
||||
Issue Tracker:https://github.com/paulscode/mupen64plus-ae/issues
|
||||
|
||||
Summary:Nintendo 64 Emulator
|
||||
Description:
|
||||
N64 emulator now in beta. See website for link to compatibility wiki
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/paulscode/mupen64plus-ae.git
|
||||
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.9.2
|
||||
Current Version Code:14
|
41
metadata/zame.GloomyDungeons.opensource.game.txt
Normal file
41
metadata/zame.GloomyDungeons.opensource.game.txt
Normal file
|
@ -0,0 +1,41 @@
|
|||
Category:Games
|
||||
License:MIT
|
||||
Web Site:http://mobile.zame-dev.org/gloomy
|
||||
Source Code:https://github.com/restorer/Gloomy-Dungeons-3D
|
||||
Issue Tracker:https://github.com/restorer/Gloomy-Dungeons-3D/issues
|
||||
|
||||
Summary:First-person shooter
|
||||
Description:
|
||||
If you loved Doom and Wolfenstein 3D and want to go to back to gaming in the
|
||||
early ‘90s, Gloomy Dungeons 3D is for you! The game has so many features that
|
||||
you will be glued to your phone for hours. Watch out for sore fingers!
|
||||
|
||||
* Virtual world simulation with 3D visuals
|
||||
* Different types of enemies
|
||||
* Travel through immense graphically detailed mazes
|
||||
* 7 control modes
|
||||
* More than 5 hours of game play
|
||||
* 25 different shooting locations
|
||||
* Unlock new weapons, skills and spill more blood
|
||||
* Optimized to run even on 1st Gen Android phones
|
||||
* All resources are free as in freedom (in f-droid.org version)
|
||||
|
||||
Zeemote isn't supported and Google Analytics was removed before building.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/restorer/Gloomy-Dungeons-3D
|
||||
|
||||
Build Version:2013.01.17.1126,1358421967,!needs ruby rmagick rubygems 05e6bb5422,\
|
||||
srclibs=NoAnalytics@158a4a,\
|
||||
novcheck=yes,subdir=.build,init=cd .. && sed -i '54\,57d' source/AndroidManifest.xml && \
|
||||
sed -i 's@\$NDKBUILDTOOL@$$NDK$$/ndk-build@g' tools/builder/build-fdroid.sh && \
|
||||
rm source/libs/libGoogleAnalytics.jar && ./f-build opensource,prebuild=\
|
||||
echo "android.library.reference.1=$$NoAnalytics$$" >> project.properties,buildjni=no
|
||||
|
||||
#In Market under zame.something.else & has non-free resources
|
||||
Update Check Mode:None
|
||||
#Need to fill this with proper value
|
||||
Current Version:2013.01.17
|
||||
Current Version Code:13583
|
||||
|
Loading…
Reference in a new issue