From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdj2J-0005Xs-LW for guix-patches@gnu.org; Thu, 12 Jul 2018 17:22:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdj2I-0007hH-Hn for guix-patches@gnu.org; Thu, 12 Jul 2018 17:22:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49521) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdj2I-0007h3-DX for guix-patches@gnu.org; Thu, 12 Jul 2018 17:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fdj2I-0006VG-72 for guix-patches@gnu.org; Thu, 12 Jul 2018 17:22:02 -0400 Subject: [bug#31965] [PATCH] gnu: Add gaupol. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180625152249.7654-1-ambrevar@gmail.com> <87in66hood.fsf@gmail.com> Date: Thu, 12 Jul 2018 23:21:43 +0200 In-Reply-To: <87in66hood.fsf@gmail.com> (Pierre Neidhardt's message of "Mon, 25 Jun 2018 17:27:14 +0200") Message-ID: <87lgagrvyw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Pierre Neidhardt Cc: 31965@debbugs.gnu.org Pierre Neidhardt skribis: > Gaupol seems to work fine except that I can't get the embedded video > player to work. > > According to upstream > > https://github.com/otsaloma/gaupol/issues/87 > > we need gtksink, which normally is to be bound in gst-plugins-good. > When guilx builds it, we can see that that it compiles it: > > > CC gtksink-gtksink.o > ... > CCLD gtksink > > However there is no further trace of it during the install phase. It is > skipped for some reason. No idea, but I suspect this is not intended. Ludo=E2=80=99.