a disable attempt to build antennapod with ant
This commit is contained in:
parent
b5559d2487
commit
131d00c934
|
@ -1,14 +1,18 @@
|
||||||
Category:None
|
Category:Multimedia
|
||||||
License:MIT
|
License:MIT
|
||||||
Web Site:https://github.com/danieloeh/AntennaPod
|
Web Site:https://github.com/danieloeh/AntennaPod
|
||||||
Source Code:https://github.com/danieloeh/AntennaPod
|
Source Code:https://github.com/danieloeh/AntennaPod
|
||||||
Issue Tracker:https://github.com/danieloeh/AntennaPod/issues
|
Issue Tracker:https://github.com/danieloeh/AntennaPod/issues
|
||||||
|
Flattr:745609
|
||||||
|
|
||||||
Summary:Podcatcher
|
Summary:Podcatcher
|
||||||
Description:
|
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
|
Repo Type:git
|
||||||
|
@ -18,5 +22,15 @@ Update Check Mode:Market
|
||||||
Current Version:0.9.4.2
|
Current Version:0.9.4.2
|
||||||
Current Version Code:12
|
Current Version Code:12
|
||||||
|
|
||||||
#needs android-viewpageindicator
|
#crash on startup: error:viewpager adapter must implement title provider to be used with titlepageindicator
|
||||||
#Build Version:0.9.2,7,d8d055cf24f09084b326510c1276fb04ab977fc5,srclibs=ActionBarSherlock@6e3f2bb5,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
Build Version:0.9.4.2,12,!bc4c9654ea,\
|
||||||
|
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 && \
|
||||||
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue