fixed antennapod

This commit is contained in:
David Black 2012-08-31 20:46:12 +01:00
parent 2f50a1988b
commit a03c0a241f

View file

@ -1,14 +1,18 @@
Category:None
Category:Multimedia
License:MIT
Web Site:https://github.com/danieloeh/AntennaPod
Source Code:https://github.com/danieloeh/AntennaPod
Issue Tracker:https://github.com/danieloeh/AntennaPod/issues
Flattr:745609
Summary:Podcatcher
Description:
AntennaPod is a podcast manager for Android 2.3.3 and above. It offers all the basic features you expect from a podcatcher, like streaming and downloading episodes, refreshing all feeds automatically or adding them to a queue to listen to them later.
AntennaPod is a podcast manager for Android 2.3.3 and above. It offers all the basic features you expect
from a podcatcher, like streaming and downloading episodes, refreshing all feeds automatically or adding them
to a queue to listen to them later.
AntennaPod is still in beta and might lack some advanced features or have bugs.
AntennaPod is still in beta and might lack some advanced features or have bugs. The Flattr funcionality is
disabled in F-droid as it would require API keys that we would be obliged to publish.
.
Repo Type:git
@ -18,15 +22,15 @@ Update Check Mode:Market
Current Version:0.9.4.2
Current Version Code:12
#not sure what the problem is here, could also try maven
Build Version:0.9.2,7,!d8d055cf24f09084b32,\
Build Version:0.9.2,7,d8d055cf24f09084b32,\
srclibs=ActionBarSherlock@6e3f2bb5;ViewPagerIndicator@a2224fe6,\
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i '/proguard/d' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
wget http://www.shredzone.org/attachments/download/223/flattr4j-core-2.4.jar -P libs/ && \
wget http://ftp.heanet.ie/mirrors/www.apache.org/dist//commons/lang/binaries/commons-lang3-3.1-bin.zip && \
mv commons-lang3-3.1-bin.zip libs/ApacheCommons.jar && \
unzip commons-lang3-3.1-bin.zip commons-lang3-3.1/commons-lang3-3.1.jar -d libs/ && \
mv libs/commons-lang3-3.1/commons-lang3-3.1.jar libs/commons-lang3-3.1.jar && \
cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java