Servestream (net.sourceforge.servestream) now does x86
This commit is contained in:
parent
a48e9968f5
commit
d2a091b3fb
|
@ -3,16 +3,14 @@ License:Apache2
|
|||
Web Site:http://sourceforge.net/projects/servestream
|
||||
Source Code:http://sourceforge.net/p/servestream/code/commit_browser
|
||||
Issue Tracker:http://sourceforge.net/tracker/?group_id=361303
|
||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=wseemann%40gmail.com&lc=US&item_name=Servestream%20Donation&
|
||||
Donate:http://sourceforge.net/p/servestream/donate
|
||||
|
||||
Auto Name:
|
||||
Auto Name:ServeStream
|
||||
Summary:Audio stream player
|
||||
Description:
|
||||
'''N.B''' v0.6.0 supports ARM and MIPS natively, but not x86.
|
||||
|
||||
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.
|
||||
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 or icecast.
|
||||
|
||||
* Supports http, https, mms (beta), mmsh (beta)
|
||||
* Plays mp3/3gp/mp4/m4a/ogg/wav/mid/xmf/mxmf/rtttl/rtx/ota/imy
|
||||
|
@ -22,8 +20,10 @@ 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
|
||||
* Support x86 and MIPS for ffmpeg playback
|
||||
.
|
||||
|
||||
# sed -i 's/x86 mips/mips/g' jni/Application.mk && \
|
||||
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=trunk;tags=tags
|
||||
|
@ -56,6 +56,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 server now doing bash
|
||||
Build Version:0.6.0,72,v0.6.0,\
|
||||
srclibs=ActionBarSherlock@4.2.0;DragSort@0.6.1,prebuild=\
|
||||
sed -i 's/make -j4/make -j2/g' scripts/* && \
|
||||
|
@ -65,8 +66,6 @@ echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties &
|
|||
echo "android.library.reference.2=$$DragSort$$" >> project.properties,\
|
||||
build=./scripts/build-ffmpeg.sh,buildjni=yes
|
||||
|
||||
# sed -i 's/x86 mips/mips/g' jni/Application.mk && \
|
||||
# Todo: work for x86
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.6.0
|
||||
|
|
Loading…
Reference in a new issue