* Replaced patch command with applypatch function in multiple build files in base, xorg, gtk, extra and xfce sections
40 lines
1.1 KiB
Text
Executable file
40 lines
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%200.9.3/libomxil-bellagio-0.9.3.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="
|
|
72b4c8c639f8cf767ba6323fdfc42b90ad4b62f0ece3ba786ae38afc7c5d64cb0ba464b7993a588c1c7fa2daafe2ac773c9c4367a154c32632e87ba0d6341d16 libomxil-bellagio-0.9.3.tar.gz
|
|
6a763c164ed21ad9a8c0da01e02e823ed40f2539b68ef96d8052739dd433daa472c7d05f86bb06b95269a819403aa2e27670d37475ecf108f808bf9fa3ede413 fedora-fixes.patch
|
|
"
|