[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/24: gnu: orc: Update to 0.4.31.
From: |
guix-commits |
Subject: |
15/24: gnu: orc: Update to 0.4.31. |
Date: |
Tue, 10 Dec 2019 19:16:03 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit 99732a8f2286782f6e89280c0b398764aac5b31e
Author: Marius Bakke <address@hidden>
Date: Tue Dec 10 16:05:49 2019 +0100
gnu: orc: Update to 0.4.31.
* gnu/packages/patches/orc-typedef-enum.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gstreamer.scm (orc): Update to 0.4.31.
[source](patches): Remove.
---
gnu/local.mk | 1 -
gnu/packages/gstreamer.scm | 5 ++---
gnu/packages/patches/orc-typedef-enum.patch | 17 -----------------
3 files changed, 2 insertions(+), 21 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index a76f222..2110251 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1212,7 +1212,6 @@ dist_patch_DATA =
\
%D%/packages/patches/openssl-c-rehash-in.patch \
%D%/packages/patches/openssl-CVE-2019-1559.patch \
%D%/packages/patches/open-zwave-hidapi.patch \
- %D%/packages/patches/orc-typedef-enum.patch \
%D%/packages/patches/orpheus-cast-errors-and-includes.patch \
%D%/packages/patches/osip-CVE-2017-7853.patch \
%D%/packages/patches/ots-no-include-missing-file.patch \
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 51b9d8f..bed9e36 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -69,15 +69,14 @@
(define-public orc
(package
(name "orc")
- (version "0.4.30")
+ (version "0.4.31")
(source (origin
(method url-fetch)
(uri (string-append "https://gstreamer.freedesktop.org/data/src/"
"orc/orc-" version ".tar.xz"))
- (patches (search-patches "orc-typedef-enum.patch"))
(sha256
(base32
- "0wj93im7i8a6546q2r8sp39yjfbxflkc0ygb0b8iqsd58qhvjhds"))))
+ "0xb0c7q3xv1ldmz5ipybazb01gy3cijj8622dcx7rbm9lq85zax0"))))
(build-system meson-build-system)
(arguments
`(#:phases
diff --git a/gnu/packages/patches/orc-typedef-enum.patch
b/gnu/packages/patches/orc-typedef-enum.patch
deleted file mode 100644
index 207bf32..0000000
--- a/gnu/packages/patches/orc-typedef-enum.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Orc 0.4.30 has a bug that causes duplicate symbols due to a missing typedef.
-
-Taken from upstream:
-https://gitlab.freedesktop.org/gstreamer/orc/merge_requests/32
-
-diff --git a/orc/orctarget.h b/orc/orctarget.h
---- a/orc/orctarget.h
-+++ b/orc/orctarget.h
-@@ -19,7 +19,7 @@ enum {
- ORC_TARGET_FAST_DENORMAL = (1<<31)
- };
-
--enum {
-+typedef enum {
- ORC_TARGET_POWERPC_64BIT = (1<<0),
- ORC_TARGET_POWERPC_LE = (1<<1),
- ORC_TARGET_POWERPC_ALTIVEC = (1<<2),
- 02/24: gnu: imagemagick: Update to 6.9.10-78., (continued)
- 02/24: gnu: imagemagick: Update to 6.9.10-78., guix-commits, 2019/12/10
- 05/24: gnu: libepoxy: Update to 1.5.4., guix-commits, 2019/12/10
- 07/24: gnu: libinput: Update to 1.14.3., guix-commits, 2019/12/10
- 08/24: gnu: gtk+: Update to 3.24.13., guix-commits, 2019/12/10
- 09/24: gnu: eudev: Update to 3.2.9., guix-commits, 2019/12/10
- 10/24: gnu: bluez: Update to 5.52., guix-commits, 2019/12/10
- 01/24: gnu: cups-filters: Update to 1.25.13., guix-commits, 2019/12/10
- 03/24: gnu: qpdf: Update to 9.1.0., guix-commits, 2019/12/10
- 11/24: gnu: libxkbcommon: Update to 0.9.1., guix-commits, 2019/12/10
- 13/24: gnu: MariaDB: Update to 10.1.43., guix-commits, 2019/12/10
- 15/24: gnu: orc: Update to 0.4.31.,
guix-commits <=
- 19/24: gnu: nss: Update to 3.48., guix-commits, 2019/12/10
- 06/24: gnu: mesa: Update to 19.2.7., guix-commits, 2019/12/10
- 18/24: gnu: nspr: Update to 4.24., guix-commits, 2019/12/10
- 22/24: gnu: at-spi2-core: Update to 2.34.0., guix-commits, 2019/12/10
- 21/24: gnu: atk: Update to 2.34.1., guix-commits, 2019/12/10
- 14/24: gnu: postgresql@10: Update to 10.11., guix-commits, 2019/12/10
- 17/24: gnu: check: Update to 0.13.0., guix-commits, 2019/12/10
- 16/24: gnu: gstreamer: Update to 1.16.2., guix-commits, 2019/12/10
- 20/24: gnu: python-sphinx: Update to 2.2.2., guix-commits, 2019/12/10
- 24/24: gnu: MariaDB: Do not propagate OpenSSL., guix-commits, 2019/12/10