From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqLq5-00075p-EG for guix-patches@gnu.org; Fri, 08 Sep 2017 12:09:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqLq2-0003kI-8W for guix-patches@gnu.org; Fri, 08 Sep 2017 12:09:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47555) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqLq2-0003kC-4v for guix-patches@gnu.org; Fri, 08 Sep 2017 12:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dqLq1-0007y4-VI for guix-patches@gnu.org; Fri, 08 Sep 2017 12:09:02 -0400 Subject: [bug#28357] [PATCH] gnu: qtmultimedia: Build gstreamer backend. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170905134652.30250-1-rekado@elephly.net> Date: Fri, 08 Sep 2017 18:08:07 +0200 In-Reply-To: <20170905134652.30250-1-rekado@elephly.net> (Ricardo Wurmus's message of "Tue, 5 Sep 2017 15:46:52 +0200") Message-ID: <87y3pp6umw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus Cc: 28357@debbugs.gnu.org Ricardo Wurmus skribis: > * gnu/packages/qt.scm (qtmultimedia)[inputs]: Add gstreamer and > gst-plugins-base. > [arguments]: Replace configure phase to pass extra arguments to qmake. LGTM, thanks! Ludo'.