all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gst-plugins-good
@ 2016-01-20 20:23 Efraim Flashner
  2016-01-20 20:53 ` gst-plugins-good Andreas Enge
  0 siblings, 1 reply; 13+ messages in thread
From: Efraim Flashner @ 2016-01-20 20:23 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 974 bytes --]

I've gone back again to try to work out upgrading libvpx to 1.5.0. While now,
as far as I can tell, everything that depends on it no longer breaks as a
result of the update, gst-plugins-good has been giving me serious problems.
After building it ~20 times, here's the one patch that I've gotten to
actually work. I'm not too happy with how it's done, with passing the
--disable-multifile flag. I tried disabling the failing test numerous ways
but that keeps on offering up other error messages that either cause the
build to fail or the test to fail anyway.

ANYWAY, it turns out gstreamer 1.7.x is an unstable release, and 1.8.x should
be coming out "soon". Extremely frusterating to bang my head against this for
so long and find out this is why.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-gst-plugins-good-Update-to-1.7.1.patch --]
[-- Type: text/x-patch, Size: 2365 bytes --]

From 86efc81b4f803215ec198fed414f6bf1820b2942 Mon Sep 17 00:00:00 2001
From: Efraim Flashner <efraim@flashner.co.il>
Date: Tue, 19 Jan 2016 13:14:28 +0200
Subject: [PATCH] gnu: gst-plugins-good: Update to 1.7.1.

* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.7.1.
[arguments]: Disable failing test, disable multifile.
---
 gnu/packages/gstreamer.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index b3eeb23..1c788e1 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -184,16 +184,16 @@ for the GStreamer multimedia library.")
 (define-public gst-plugins-good
   (package
     (name "gst-plugins-good")
-    (version "1.6.1")
+    (version "1.7.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append
-            "http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-"
-            version ".tar.xz"))
+            "http://gstreamer.freedesktop.org/src/gst-plugins-good/"
+            name "-" version ".tar.xz"))
       (sha256
        (base32
-        "0darc3058kbnql3mnlpizl0sq0hhli7vkm0rpqb7nywz14abim46"))))
+        "1fna7fxrdhqndff8s6rvkxxahz2vv34s44165yd277zmj86jspc2"))))
     (build-system gnu-build-system)
     (inputs
      `(("aalib" ,aalib)
@@ -221,16 +221,16 @@ for the GStreamer multimedia library.")
        ("pkg-config" ,pkg-config)
        ("python-wrapper" ,python-wrapper)))
     (arguments
-     `(#:phases
+     `(#:configure-flags '("--disable-multifile")
+       #:phases
        (modify-phases %standard-phases
          (add-after
           'unpack 'disable-failing-rtprtx-tests
           (lambda _
             ;; Disable rtprtx tests that frequently fail.
-            ;; XXX FIXME: Try removing this for version > 1.6.1.
+            ;; XXX FIXME: Try removing this for version > 1.7.1.
             (substitute* "tests/check/elements/rtprtx.c"
-              (("tcase_add_test \\(tc_chain,\
- (test_rtxsender_max_size_packets|test_rtxreceive_data_reconstruction)\\);" all)
+              (("fail_unless_equals_int\\ \\(nbrtxpackets,\\ 3\\);" all)
                (string-append "/* " all " */")))
             #t)))))
     (home-page "http://gstreamer.freedesktop.org/")
-- 
2.7.0.rc3


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2016-02-03 19:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-20 20:23 gst-plugins-good Efraim Flashner
2016-01-20 20:53 ` gst-plugins-good Andreas Enge
2016-01-20 20:56   ` gst-plugins-good Andreas Enge
2016-01-21  1:54   ` gst-plugins-good 宋文武
2016-01-21  7:17     ` gst-plugins-good Efraim Flashner
2016-01-25  6:47     ` gst-plugins-good Efraim Flashner
2016-02-03  4:23       ` GStreamer, PulseAudio and libvpx update 宋文武
2016-02-03  8:59         ` Efraim Flashner
2016-02-03 10:25         ` Andreas Enge
2016-02-03 11:07           ` Efraim Flashner
2016-02-03 11:15           ` 宋文武
2016-02-03 17:43             ` Andreas Enge
2016-02-03 19:38               ` Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.