mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
orc: update to 0.4.31
This commit is contained in:
parent
425ab1f5a6
commit
5b3dfe2156
2 changed files with 6 additions and 24 deletions
|
@ -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])
|
|
||||||
;;
|
|
|
@ -1,20 +1,17 @@
|
||||||
# Template file for 'orc'
|
# Template file for 'orc'
|
||||||
pkgname=orc
|
pkgname=orc
|
||||||
version=0.4.29
|
version=0.4.31
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--disable-static"
|
configure_args="-Dexamples=disabled -Dtests=disabled"
|
||||||
hostmakedepends="automake pkg-config libtool"
|
hostmakedepends="pkg-config gtk-doc"
|
||||||
short_desc="Oild Runtime Compiler"
|
short_desc="Oild Runtime Compiler"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://cgit.freedesktop.org/gstreamer/orc"
|
homepage="https://cgit.freedesktop.org/gstreamer/orc"
|
||||||
distfiles="http://gstreamer.freedesktop.org/src/orc/orc-${version}.tar.xz"
|
distfiles="http://gstreamer.freedesktop.org/src/orc/orc-${version}.tar.xz"
|
||||||
checksum=4f8901f9144b5ec17dffdb33548b5f4c7f8049b0d1023be3462cdd64ec5a3ab2
|
checksum=a0ab5f10a6a9ae7c3a6b4218246564c3bf00d657cbdf587e6d34ec3ef0616075
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue