had forgotten to go back to git-svn in repo url

This commit is contained in:
David Black 2013-04-24 16:33:59 +01:00
parent 2daed042c5
commit 0d04b53c53

View file

@ -25,9 +25,9 @@ in the background. For use with any streaming media servers such as GNUMP3d.
* 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:svn
Repo Type:git-svn
#Repo:https://servestream.svn.sourceforge.net/svnroot/servestream/trunk; old url prior to r1160
Repo:http://svn.code.sf.net/p/servestream/code/trunk
Repo:http://svn.code.sf.net/p/servestream/code;trunk=trunk;tags=tags
#Build Version:0.1,35,374,prebuild=mv lib/ libs/
#Build Version:0.2.5,40,!source has wrong version code at r442,prebuild=mv lib/ libs/
@ -57,7 +57,7 @@ sed -i 's/make -j4/make -j1/g' arm-build.sh && \
sed -i 's/bash/sh/g' arm-build.sh && \
sed -i '/PIPESTATUS/d' arm-build.sh && \
NDK=$$NDK$$ ./arm-build.sh && cp -r build/ffmpeg/* ../jni/ffmpeg/ffmpeg,buildjni=yes
Build Version:0.6.0,72,1452,srclibs=ActionBarSherlock@4.2.0,prebuild=\
Build Version:0.6.0,72,v0.6.0,srclibs=ActionBarSherlock@4.2.0,prebuild=\
sed -i 's/bash/sh/g;s/make -j4/make -j2/g' scripts/* && \
rm custom_rules.xml && chmod +x scripts/build-ffmpeg.sh && \
echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties,\