40 lines
No EOL
1.1 KiB
Text
Executable file
40 lines
No EOL
1.1 KiB
Text
Executable file
app=libomxil-bellagio
|
|
version=0.9.3
|
|
build=1sml
|
|
homepage="http://omxil.sourceforge.net/"
|
|
download="http://sourceforge.net/projects/omxil/files/omxil/Bellagio%20$version/libomxil-bellagio-$version.tar.gz"
|
|
desc="opensource implementation of the OpenMAX Integration Layer API"
|
|
requires="musl"
|
|
|
|
build() {
|
|
compileonlyfor aarch64
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
applypatch $srcdir/fedora-fixes.patch
|
|
sed -e 's/-Werror//' -i configure.ac
|
|
autoreconf -vif
|
|
|
|
CFLAGS="$CFLAGS -Wno-error=array-bounds" \
|
|
./configure \
|
|
--prefix="" \
|
|
--sysconfdir=/etc \
|
|
--disable-static \
|
|
$builddist
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
0aaa110cb1528dd3c325bbea08987316194fb7e40d9727dc8eaf02f51c5e6fc03e0d2991ad296b0cbe1c230ff4e75a6dcb975c79084cd011bf79cd92b6ac05ab libomxil-bellagio-0.9.3.tar.lz
|
|
6a763c164ed21ad9a8c0da01e02e823ed40f2539b68ef96d8052739dd433daa472c7d05f86bb06b95269a819403aa2e27670d37475ecf108f808bf9fa3ede413 fedora-fixes.patch
|
|
" |