From 131d00c934fdc8bd9468e4a7bcc4a639767b77f9 Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 3 Sep 2012 21:02:39 +0100 Subject: [PATCH] a disable attempt to build antennapod with ant --- metadata/de.danoeh.antennapod.txt | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/metadata/de.danoeh.antennapod.txt b/metadata/de.danoeh.antennapod.txt index 29937ec1d0..a2d58f80bc 100644 --- a/metadata/de.danoeh.antennapod.txt +++ b/metadata/de.danoeh.antennapod.txt @@ -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,5 +22,15 @@ Update Check Mode:Market Current Version:0.9.4.2 Current Version Code:12 -#needs android-viewpageindicator -#Build Version:0.9.2,7,d8d055cf24f09084b326510c1276fb04ab977fc5,srclibs=ActionBarSherlock@6e3f2bb5,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties +#crash on startup: error:viewpager adapter must implement title provider to be used with titlepageindicator +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 +