orc: update to 0.4.31

This commit is contained in:
Nathan Owens 2019-11-11 18:53:38 -06:00 committed by Helmut Pozimski
parent 425ab1f5a6
commit 5b3dfe2156
2 changed files with 6 additions and 24 deletions

View file

@ -1,15 +0,0 @@
This reverts enabling powerpc related code on little endian ppc64 as it
seems to contain some big endian related assumptions, resulting in SIGILLs
on little endian.
--- m4/as-host-defines.m4
+++ m4/as-host-defines.m4
@@ -19,7 +19,7 @@ AC_DEFUN([AS_HOST_DEFINES],
HAVE_AMD64=yes
AC_DEFINE(HAVE_AMD64, 1, [Defined if host is amd64])
;;
- xpowerpc|xppc|xpowerpc64*|xppc64*)
+ xpowerpc|xppc|xpowerpc64|xppc64)
HAVE_POWERPC=yes
AC_DEFINE(HAVE_POWERPC, 1, [Defined if host is powerpc])
;;

View file

@ -1,20 +1,17 @@
# Template file for 'orc'
pkgname=orc
version=0.4.29
revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake pkg-config libtool"
version=0.4.31
revision=1
build_style=meson
configure_args="-Dexamples=disabled -Dtests=disabled"
hostmakedepends="pkg-config gtk-doc"
short_desc="Oild Runtime Compiler"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://cgit.freedesktop.org/gstreamer/orc"
distfiles="http://gstreamer.freedesktop.org/src/orc/orc-${version}.tar.xz"
checksum=4f8901f9144b5ec17dffdb33548b5f4c7f8049b0d1023be3462cdd64ec5a3ab2
checksum=a0ab5f10a6a9ae7c3a6b4218246564c3bf00d657cbdf587e6d34ec3ef0616075
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vlicense COPYING
}