From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOVjO-0001Kg-T9 for guix-patches@gnu.org; Fri, 23 Jun 2017 17:03:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOVjK-0000Xo-Es for guix-patches@gnu.org; Fri, 23 Jun 2017 17:03:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60352) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dOVjK-0000WT-7y for guix-patches@gnu.org; Fri, 23 Jun 2017 17:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dOVjJ-0003Rp-TW for guix-patches@gnu.org; Fri, 23 Jun 2017 17:03:01 -0400 Subject: [bug#27355] [PATCH 3/7] gnu: Add libsigrokdecode. Resent-Message-ID: References: <20170614095813.1926-1-theodoros.for@openmailbox.org> <20170614095813.1926-3-theodoros.for@openmailbox.org> <20170619222054.028af180@scratchpost.org> From: Theodoros Foradis Message-ID: <87poduquyl.fsf@openmailbox.org> In-reply-to: <20170619222054.028af180@scratchpost.org> Date: Sat, 24 Jun 2017 00:02:28 +0300 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: 27355@debbugs.gnu.org Hello, > the README lists some more dependencies: > > - doxygen (optional, only needed for the C API docs) > - graphviz (optional, only needed for the C API docs) > > Do you think it makes sense to build the API docs? I am replying to this with un updated patch series, rebased on current master, because the old wouldn't apply due to migration of zip.scm to compression.scm. I have fixed the suggested issues, and added the C API docs for libsigrok and libsigrokdecode. I did not manage to use the modular qt packages instead of qt because icons are missing, suggestions are welcome. Theodoros Foradis(7): gnu: Add pulseview. gnu: Add sigrok-cli. gnu: Add libsigrok. gnu: Add sigrok-firmware-fx2lafw. gnu: Add libsigrokdecode. gnu: Add libserialport. gnu: Add libzip. gnu/local.mk | 1 + gnu/packages/compression.scm | 33 +++++++++++++++++++++++++++++++ gnu/packages/electronics.scm | 253 +++++++++++++++++++++++++++++++++++++ 3 files changed, 287 insertions(+) create mode 100644 gnu/packages/electronics.scm -- Theodoros Foradis