From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#19803: gstreamer-0.10 fails tests Date: Sat, 07 Feb 2015 21:45:22 -0500 Message-ID: <87r3u115q5.fsf@netris.org> References: <20150207123317.GA13521@debian> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKHsr-0003o6-UL for bug-guix@gnu.org; Sat, 07 Feb 2015 21:46:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKHsn-0007yg-Tt for bug-guix@gnu.org; Sat, 07 Feb 2015 21:46:05 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:45741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKHsn-0007yc-Qm for bug-guix@gnu.org; Sat, 07 Feb 2015 21:46:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YKHsn-0005aF-JF for bug-guix@gnu.org; Sat, 07 Feb 2015 21:46:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20150207123317.GA13521@debian> (Andreas Enge's message of "Sat, 7 Feb 2015 13:33:17 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: 19803@debbugs.gnu.org Andreas Enge writes: > currently, gstreamer-0.10.36 fails its tests on all three platforms. As we > have the latest version 1.4.5 and nothing depends on the old version any more, > I think we can safely remove it (together with gst-plugins-base-0.10). In fact, this was my motivation for commit 710f3ce44, which removed our last remaining user of gstreamer-0.10.x. However, we might want to add some software in the future that still needs gstreamer-0.10.x. Mark