orc: maintenance 0.4.27 -> 0.4.28

The test problems are probably gone.  Let's try it again.
This commit is contained in:
Vladimír Čunát 2017-11-27 18:05:41 +01:00
parent fe812fd3df
commit 853dd191e2
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "orc-0.4.27";
name = "orc-0.4.28";
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/orc/${name}.tar.xz";
sha256 = "14vbwdydwarcvswzf744jdjb3ibhv6k4j6hzdacfan41zic3xrai";
sha256 = "bfcd7c6563b05672386c4eedfc4c0d4a0a12b4b4775b74ec6deb88fc2bcd83ce";
};
outputs = [ "out" "dev" ];
@ -15,10 +15,7 @@ stdenv.mkDerivation rec {
sed "/^toolsdir=/ctoolsdir=$dev/bin" -i "$dev"/lib/pkgconfig/orc*.pc
'';
# building memcpy_speed.log
# ../test-driver: line 107: 4495 Segmentation fault "$@" > $log_file 2>&1
# FAIL: memcpy_speed
doCheck = false; # see https://bugzilla.gnome.org/show_bug.cgi?id=728129#c7
doCheck = true;
meta = with stdenv.lib; {
description = "The Oil Runtime Compiler";