fix for servestream
This commit is contained in:
parent
becde4b46c
commit
fbdf7595e6
|
|
@ -7,10 +7,12 @@ Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=wseemann%40
|
||||||
|
|
||||||
Summary:Audio stream player
|
Summary:Audio stream player
|
||||||
Description:
|
Description:
|
||||||
N.B ffmpeg is being used in 0.5.0, so all features should work correctly: on both arm and x86.
|
'''N.B''' ffmpeg is being used in 0.5.0, so all features should work correctly:
|
||||||
|
on both arm and x86.
|
||||||
Version 0.4.12 doesn't have ffmpeg and will not have all the features listed below.
|
Version 0.4.12 doesn't have ffmpeg and will not have all the features listed below.
|
||||||
|
|
||||||
HTTP media server browser and stream player. Ideal for playing internet radio or streaming podcasts
|
HTTP media server browser and stream player. Ideal for playing internet radio
|
||||||
|
or streaming podcasts
|
||||||
in the background. For use with any streaming media servers such as GNUMP3d.
|
in the background. For use with any streaming media servers such as GNUMP3d.
|
||||||
|
|
||||||
* Supports http, https, mms (beta), mmsh (beta)
|
* Supports http, https, mms (beta), mmsh (beta)
|
||||||
|
|
@ -20,7 +22,7 @@ in the background. For use with any streaming media servers such as GNUMP3d.
|
||||||
* Repeat and shuffle modes
|
* Repeat and shuffle modes
|
||||||
* Alarm clock support
|
* Alarm clock support
|
||||||
* Home screen widget
|
* Home screen widget
|
||||||
* Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g http://listenlive.eu
|
* 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:git-svn
|
Repo Type:git-svn
|
||||||
|
|
@ -41,8 +43,7 @@ Repo:http://svn.code.sf.net/p/servestream/code/trunk
|
||||||
#Build Version:0.4.9,59,1049,buildjni=no
|
#Build Version:0.4.9,59,1049,buildjni=no
|
||||||
#Build Version:0.4.12,62,1160,buildjni=no
|
#Build Version:0.4.12,62,1160,buildjni=no
|
||||||
#adapted from here http://servestream.sourceforge.net/build-servestream.sh. See tags for releases
|
#adapted from here http://servestream.sourceforge.net/build-servestream.sh. See tags for releases
|
||||||
Build Version:0.5.0,64,!Build fails - ./arm-build.sh: 69: [: ==: unexpected operator (at 1223),prebuild=\
|
Build Version:0.5.1,65,1266,prebuild=export NDK=$$NDK$$ && \
|
||||||
export NDK=$$NDK$$ && \
|
|
||||||
wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/ffmpeg-0.11.1-android-2012-09-18.tar.gz?\
|
wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/ffmpeg-0.11.1-android-2012-09-18.tar.gz?\
|
||||||
format=raw --output-document=ffmpeg-0.11.1-android-2012-09-18.tar.gz && \
|
format=raw --output-document=ffmpeg-0.11.1-android-2012-09-18.tar.gz && \
|
||||||
wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/scripts/arm-build.sh?\
|
wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/scripts/arm-build.sh?\
|
||||||
|
|
@ -51,12 +52,16 @@ wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/scripts/x86-buil
|
||||||
format=raw --output-document=x86-build.sh && \
|
format=raw --output-document=x86-build.sh && \
|
||||||
tar -xvf ffmpeg-0.11.1-android-2012-09-18.tar.gz && \
|
tar -xvf ffmpeg-0.11.1-android-2012-09-18.tar.gz && \
|
||||||
chmod +x arm-build.sh && chmod +x x86-build.sh && \
|
chmod +x arm-build.sh && chmod +x x86-build.sh && \
|
||||||
mv arm-build.sh ffmpeg-0.11.1-android-2012-09-18 && mv x86-build.sh ffmpeg-0.11.1-android-2012-09-18 && \
|
mv arm-build.sh ffmpeg-0.11.1-android-2012-09-18 && \
|
||||||
|
mv x86-build.sh ffmpeg-0.11.1-android-2012-09-18 && \
|
||||||
cd ffmpeg-0.11.1-android-2012-09-18 && ./extract.sh && \
|
cd ffmpeg-0.11.1-android-2012-09-18 && ./extract.sh && \
|
||||||
sed -i 's/make -j4/make -j2/g' arm-build.sh && sed -i 's/make -j4/make -j2/g' x86-build.sh && \
|
sed -i 's/make -j4/make -j2/g' arm-build.sh && sed -i 's/make -j4/make -j2/g' x86-build.sh && \
|
||||||
sed -i 's/bash/sh/g' arm-build.sh && sed -i 's/bash/sh/g' x86-build.sh && \
|
sed -i 's/bash/sh/g' arm-build.sh && sed -i 's/bash/sh/g' x86-build.sh && \
|
||||||
|
sed -i '/PIPESTATUS/d' arm-build.sh && sed -i '/PIPESTATUS/d' x86-build.sh && \
|
||||||
./arm-build.sh && cp -r build/ffmpeg/* ../jni/ffmpeg/ffmpeg && \
|
./arm-build.sh && cp -r build/ffmpeg/* ../jni/ffmpeg/ffmpeg && \
|
||||||
./x86-build.sh && cp -r build/ffmpeg/* ../jni/ffmpeg/ffmpeg && cd ../,buildjni=yes
|
./x86-build.sh && cp -r build/ffmpeg/* ../jni/ffmpeg/ffmpeg && cd ../,buildjni=yes
|
||||||
|
Build Version:0.5.2,66,!waiting on MIPS script
|
||||||
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Market
|
Update Check Mode:Market
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue