From a03c0a241fd284c3601bfe4eb4d24d39c63ecf51 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 20:46:12 +0100 Subject: [PATCH] fixed antennapod --- metadata/de.danoeh.antennapod.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/metadata/de.danoeh.antennapod.txt b/metadata/de.danoeh.antennapod.txt index 7ab8db7239..4b53f6d52d 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,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