From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUvzL-0004IF-RX for guix-patches@gnu.org; Tue, 11 Jul 2017 10:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUvzG-0006NE-I8 for guix-patches@gnu.org; Tue, 11 Jul 2017 10:18:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59720) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUvzG-0006MS-A0 for guix-patches@gnu.org; Tue, 11 Jul 2017 10:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dUvzG-0002OH-0Q for guix-patches@gnu.org; Tue, 11 Jul 2017 10:18:02 -0400 Subject: [bug#27643] [PATCH] gnu: Add simplescreenrecorder. Resent-Message-ID: Message-Id: <4de25aef.AEEANLs8YQIAAAAAAAAAAAPSojkAAAACwQwAAAAAAAW9WABZZN3o@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Tue, 11 Jul 2017 19:47:02 +0530 In-reply-to: <87y3rvcd29.fsf@gmail.com> References: <87o9sse07d.fsf@gmail.com> <87y3rvcd29.fsf@gmail.com> Content-Type: text/plain 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: Alex Vong Cc: 27643@debbugs.gnu.org >>> + ("qt" ,qt-4) ; README.md: using Qt 5 causes some stability issues >>> + ("ffmpeg" ,ffmpeg) >>> + ("alsa-lib" ,alsa-lib) >>> + ("pulseaudio" ,pulseaudio) >>> + ("jack" ,jack-1) >>> + ("glu" ,glu) >>> + ("libx11" ,libx11) >>> + ("libxfixes" ,libxfixes) >>> + ("libxext" ,libxext) >> >> The package builds successfully without libx11, libxfixes and libxext >> included as inputs. Are you sure they are needed? Could you check again? >> >>> + ("libxi" ,libxi))) >> > These packages are listed as Build dependencies in README[0]. What do > you think? I think we should not include them as dependencies. We can always include them later if we have problems. I did start the application built without these packages, and it started successfully. If you are a user of this package, you could test it more extensively. WDYT? =