!servestream build
This commit is contained in:
parent
69b7639227
commit
889f03cfae
|
@ -18,8 +18,6 @@ in the background. For use with any streaming media servers such as GNUMP3d.
|
|||
*Alarm clock support
|
||||
*Home screen widget
|
||||
*Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g http://listenlive.eu
|
||||
|
||||
N.B. The F-droid versions 0.4.9-0.4.12 don't use native code
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
|
@ -38,7 +36,22 @@ Build Version:0.4.6,56,999,prebuild=mv lib/ libs/
|
|||
Build Version:0.4.7,57,1013,prebuild=mv lib/ libs/
|
||||
Build Version:0.4.8,58,1031,prebuild=mv lib/ libs/
|
||||
Build Version:0.4.9,59,1049,buildjni=no
|
||||
Build Version:0.4.12,62,!waiting for script at 1160,buildjni=no
|
||||
#adapted from here http://servestream.sourceforge.net/build-servestream.sh
|
||||
Build Version:0.4.12,62,!1160,buildjni=yes,prebuild=\
|
||||
export NDK=$$NDK$$ && \
|
||||
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 && \
|
||||
wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/scripts/arm-build.sh?\
|
||||
format=raw --output-document=arm-build.sh && \
|
||||
wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/scripts/x86-build.sh?\
|
||||
format=raw --output-document=x86-build.sh && \
|
||||
tar -xvf ffmpeg-0.11.1-android-2012-09-18.tar.gz && \
|
||||
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 && \
|
||||
cd ffmpeg-0.11.1-android-2012-09-18 && ./extract.sh && \
|
||||
./arm-build.sh && cp -r build/ffmpeg/* jni/ffmpeg/ffmpeg && \
|
||||
./x86-build.sh && cp -r build/ffmpeg/* jni/ffmpeg/ffmpeg && cd ..
|
||||
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
|
|
Loading…
Reference in a new issue