Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] orc: update to 0.4.31
@ 2019-11-12  1:24 voidlinux-github
  2019-11-12 11:55 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-11-12  1:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages orc
https://github.com/void-linux/void-packages/pull/16396

orc: update to 0.4.31


A patch file from https://github.com/void-linux/void-packages/pull/16396.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-orc-16396.patch --]
[-- Type: text/x-diff, Size: 2175 bytes --]

From 174163663deff9ccae9121a481eff8e3498b6dd6 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Mon, 11 Nov 2019 18:53:38 -0600
Subject: [PATCH] orc: update to 0.4.31

---
 srcpkgs/orc/patches/revert-ppc64le.patch | 15 ---------------
 srcpkgs/orc/template                     | 15 ++++++---------
 2 files changed, 6 insertions(+), 24 deletions(-)
 delete mode 100644 srcpkgs/orc/patches/revert-ppc64le.patch

diff --git a/srcpkgs/orc/patches/revert-ppc64le.patch b/srcpkgs/orc/patches/revert-ppc64le.patch
deleted file mode 100644
index 481c3cf47aa..00000000000
--- a/srcpkgs/orc/patches/revert-ppc64le.patch
+++ /dev/null
@@ -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])
-       ;;
diff --git a/srcpkgs/orc/template b/srcpkgs/orc/template
index 7663b3dc4d8..32f6372caa7 100644
--- a/srcpkgs/orc/template
+++ b/srcpkgs/orc/template
@@ -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
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-12 11:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-12  1:24 [PR PATCH] orc: update to 0.4.31 voidlinux-github
2019-11-12 11:55 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).