try again net.sourceforge.servestream
fdroid is saying that it can't find the prebuilts in jni/ffmpeg/ffmpeg/. These should have been built and placed by the scripts. I have just noticed that the script contains another bashism so hopefully this by removing $PIPESTATUS , dash should run the script successfully.
This commit is contained in:
parent
8ce2473be2
commit
2b48ca7735
|
@ -57,15 +57,16 @@ 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,!scripts aren't creating libs in jni/ffmpeg (at v0.6.0),\
|
||||
Build Version:0.6.0,72,v0.6.0,\
|
||||
srclibs=ActionBarSherlock@4.2.0;DragSort@0.6.1,prebuild=\
|
||||
sed -i 's/bash/sh/g;s/make -j4/make -j2/g' scripts/* && \
|
||||
sed -i 's/bash/sh/g;s/make -j4/make -j2/g;/PIPESTATUS/d' scripts/* && \
|
||||
rm custom_rules.xml && chmod +x scripts/build-ffmpeg.sh && \
|
||||
cp -f $$ActionBarSherlock$$/libs/android-support-v4.jar $$DragSort$$/libs/ && \
|
||||
echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties && \
|
||||
echo "android.library.reference.2=$$DragSort$$" >> project.properties,\
|
||||
build=./scripts/build-ffmpeg.sh,buildjni=yes
|
||||
|
||||
#Build Version:0.6.0,72,!scripts aren't creating libs in jni/ffmpeg (at v0.6.0),\
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.6.0
|
||||
|
|
Loading…
Reference in a new issue