From unknown Fri Sep 05 07:33:30 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#51951 <51951@debbugs.gnu.org> To: bug#51951 <51951@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add libresprite. Reply-To: bug#51951 <51951@debbugs.gnu.org> Date: Fri, 05 Sep 2025 14:33:30 +0000 retitle 51951 [PATCH] gnu: Add libresprite. reassign 51951 guix-patches submitter 51951 Ekaitz Zarraga severity 51951 normal tag 51951 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 18 09:58:47 2021 Received: (at submit) by debbugs.gnu.org; 18 Nov 2021 14:58:47 +0000 Received: from localhost ([127.0.0.1]:36878 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnis5-00030Z-KN for submit@debbugs.gnu.org; Thu, 18 Nov 2021 09:58:47 -0500 Received: from lists.gnu.org ([209.51.188.17]:56220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnis3-00030P-Bc for submit@debbugs.gnu.org; Thu, 18 Nov 2021 09:58:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53000) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnis3-0006XQ-3W for guix-patches@gnu.org; Thu, 18 Nov 2021 09:58:39 -0500 Received: from mail-0301.mail-europe.com ([188.165.51.139]:59272) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnirz-0008CP-1T for guix-patches@gnu.org; Thu, 18 Nov 2021 09:58:38 -0500 Date: Thu, 18 Nov 2021 14:58:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail; t=1637247502; bh=v4x9Se97yt5zXyXAlGv3D0Q4ymd/QZbcJdL6rJux3WU=; h=Date:To:From:Reply-To:Subject:From; b=Vq3sc3smR3M2YQGIg8cOmalU8xGmcF/t56OYXawRXeCxKlXhr6mFdi0iJwzbYH3Vw xZNG3tQ28HAIHpde4OrDy06IK9FB9fm4mJFhzD9Z6T+FBx9lL20xzBBF3741CLzeEx 0WMMSLznTWPuDuwPt7XysJ8F7rk2VI3MrdnW8FmJezm0a/E1wwKwVHQyJEDMM/qv20 F+7Mpf6IomSHzAsoUvD1iB56+PVQv3d6iS2LWBWTpF1oESXBFRV8X0EcAeLXqBuwKN 1CUDjSPEY6cnD8204Ah7CQTA+AVCxOSIMdtupBKKZnt4iFrgIDCj+T0TDyxMKJ9fj/ Pr87s/JtSKoTA== To: "guix-patches@gnu.org" From: Ekaitz Zarraga Subject: [PATCH] gnu: Add libresprite. Message-ID: <0YW5e3TveS73aXIyD0YkeVdne1S88mV6wqBbEwkyn_cvXnzjyizVgeiAVCRpw8W9_7Gj3vignMYpLg1z0jFy0jF7kqW_HBZX0aOMeT6ah0Q=@elenq.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=188.165.51.139; envelope-from=ekaitz@elenq.tech; helo=mail-0301.mail-europe.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ekaitz Zarraga Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) >From ebf5421f72e91d3b215bb4eb4f4b642d7a4ffa98 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 18 Nov 2021 15:56:38 +0100 Subject: [PATCH] gnu: Add libresprite. * gnu/packages/game-development.scm (libresprite): New variable. --- gnu/packages/game-development.scm | 54 +++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-developm= ent.scm index 51ec4a5fc2..1f6dcdc0e6 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -23,6 +23,7 @@ ;;; Copyright =C2=A9 2021 Alexandru-Sergiu Marton ;;; Copyright =C2=A9 2021 Dmitry Polyakov ;;; Copyright =C2=A9 2020-2021 James Smith +;;; Copyright =C2=A9 2021 Ekaitz Zarraga ;;; ;;; This file is part of GNU Guix. ;;; @@ -1016,6 +1017,59 @@ (define-public aseprite (home-page "https://www.aseprite.org/") (license license:gpl2+))) +(define-public libresprite + (package + (name "libresprite") + (version "1.0") + ;; TODO: Unbundle third party software. + ;; - duktape is bundled inside the project but it's hard to unbundle: + ;; there are many differences from a version to the next and it is n= ot + ;; really designed to work as a shared lib. + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/LibreSprite/LibreSprite") + (commit (string-append "v" version)) + (recursive? #t))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0djbjjh21ahlxzh0b0jp4mpfycam8h9157i4wbxkd618fraadhbp")))) + (build-system cmake-build-system) + (arguments + '(#:configure-flags + (list "-DWITH_WEBP_SUPPORT=3D1") + ;; Tests are unmaintained + #:tests? #f)) + (native-inputs + `(("gcc@10" ,gcc-10) ; Requires 8.5 or higher + ("pkg-config" ,pkg-config))) + (inputs + `(("curl" ,curl) + ("freetype" ,freetype) + ("giflib" ,giflib) + ("googletest" ,googletest) + ("libjpeg" ,libjpeg-turbo) + ("libpng" ,libpng) + ("libwebp" ,libwebp) + ("libx11" ,libx11) + ("libxext" ,libxext) + ("libxxf86dga" ,libxxf86dga) + ("libxxf86vm" ,libxxf86vm) + ("lua" ,lua) ; Optional + ("pixman" ,pixman) + ("sdl2" ,sdl2) + ("sdl2-image" ,sdl2-image) + ("tinyxml" ,tinyxml) + ("zlib" ,zlib))) + (synopsis "Animated sprite editor and pixel art tool") + (description "LibreSprite is a tool for creating 2D pixel art for vide= o +games. In addition to basic pixel editing features, Aseprite can assist i= n the +creation of animations, tiled graphics, texture atlases, and more. LibreS= prite +is a fork of the latest GPLv2 commit of Aseprite.") + (home-page "https://libresprite.github.io/") + (license license:gpl2+))) + (define-public qqwing (package (name "qqwing") -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 18 10:24:19 2021 Received: (at 51951) by debbugs.gnu.org; 18 Nov 2021 15:24:19 +0000 Received: from localhost ([127.0.0.1]:36911 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnjGo-00065v-25 for submit@debbugs.gnu.org; Thu, 18 Nov 2021 10:24:19 -0500 Received: from mail-40136.proton.ch ([185.70.40.136]:19002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnjGk-00065Z-9w for 51951@debbugs.gnu.org; Thu, 18 Nov 2021 10:24:13 -0500 Date: Thu, 18 Nov 2021 15:24:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail; t=1637249042; bh=Hg7BPDpQY/WBsr6Zb0PNcNQb9ttbVpnb8AhFNMaB0z8=; h=Date:To:From:Reply-To:Subject:From; b=s2ZRhCLi8lu7PM4F5H9/RedB2SdRYSiw7la0rqKhXUqmghkAtJ2kXZdCHG386W8go YvGehghvlz2giGCHuIWGcgBVWysODYIfV52CJJ2yWJLzyjVh1bVHtOYiexofedZmEu nbwPX5tNZNTPZrvcAEcFbiqxdF43Ums7UkkC+JZ4aC3Htp4Qh07AZiwYQTczwgFMJm YEYk7gft617MXAWsa31jALU7isuNBsqsq/IxOEhLq2V8OZcgZzsvt5QMOWt2aG/zqh YkPrjd3+hurjgTJTscSl1jKPsExQSFftNvUgkeyCCZCrAstcZ/6ZDG/avW/KOsL/b+ W9xwedPv3af6g== To: "51951@debbugs.gnu.org" <51951@debbugs.gnu.org> From: Ekaitz Zarraga Subject: [PATCH] gnu: Add libresprite. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Corrected the description. It had a reference to Aseprite. Sorry for the noise. From 094c876b6d11464916ad021ad6c777f245e3c8df Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 18 Nov 2021 15:56:38 +0100 Subject: [PATCH] gnu: Add libresprite. Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [185.70.40.136 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: liltechdude.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 51951 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ekaitz Zarraga Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Corrected the description. It had a reference to Aseprite. Sorry for the noise. >From 094c876b6d11464916ad021ad6c777f245e3c8df Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 18 Nov 2021 15:56:38 +0100 Subject: [PATCH] gnu: Add libresprite. * gnu/packages/game-development.scm (libresprite): New variable. --- gnu/packages/game-development.scm | 54 +++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-developm= ent.scm index 51ec4a5fc2..f822b496be 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -23,6 +23,7 @@ ;;; Copyright =C2=A9 2021 Alexandru-Sergiu Marton ;;; Copyright =C2=A9 2021 Dmitry Polyakov ;;; Copyright =C2=A9 2020-2021 James Smith +;;; Copyright =C2=A9 2021 Ekaitz Zarraga ;;; ;;; This file is part of GNU Guix. ;;; @@ -1016,6 +1017,59 @@ (define-public aseprite (home-page "https://www.aseprite.org/") (license license:gpl2+))) +(define-public libresprite + (package + (name "libresprite") + (version "1.0") + ;; TODO: Unbundle third party software. + ;; - duktape is bundled inside the project but it's hard to unbundle: + ;; there are many differences from a version to the next and it is n= ot + ;; really designed to work as a shared lib. + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/LibreSprite/LibreSprite") + (commit (string-append "v" version)) + (recursive? #t))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0djbjjh21ahlxzh0b0jp4mpfycam8h9157i4wbxkd618fraadhbp")))) + (build-system cmake-build-system) + (arguments + '(#:configure-flags + (list "-DWITH_WEBP_SUPPORT=3D1") + ;; Tests are unmaintained + #:tests? #f)) + (native-inputs + `(("gcc@10" ,gcc-10) ; Requires 8.5 or higher + ("pkg-config" ,pkg-config))) + (inputs + `(("curl" ,curl) + ("freetype" ,freetype) + ("giflib" ,giflib) + ("googletest" ,googletest) + ("libjpeg" ,libjpeg-turbo) + ("libpng" ,libpng) + ("libwebp" ,libwebp) + ("libx11" ,libx11) + ("libxext" ,libxext) + ("libxxf86dga" ,libxxf86dga) + ("libxxf86vm" ,libxxf86vm) + ("lua" ,lua) ; Optional + ("pixman" ,pixman) + ("sdl2" ,sdl2) + ("sdl2-image" ,sdl2-image) + ("tinyxml" ,tinyxml) + ("zlib" ,zlib))) + (synopsis "Animated sprite editor and pixel art tool") + (description "LibreSprite is a tool for creating 2D pixel art for vide= o +games. In addition to basic pixel editing features, LibreSprite can assis= t in +the creation of animations, tiled graphics, texture atlases, and more. +LibreSprite is a fork of the latest GPLv2 commit of Aseprite.") + (home-page "https://libresprite.github.io/") + (license license:gpl2+))) + (define-public qqwing (package (name "qqwing") -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 20 06:18:18 2021 Received: (at 51951-done) by debbugs.gnu.org; 20 Nov 2021 11:18:18 +0000 Received: from localhost ([127.0.0.1]:41873 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1moONu-0007pk-1S for submit@debbugs.gnu.org; Sat, 20 Nov 2021 06:18:18 -0500 Received: from mail-wr1-f65.google.com ([209.85.221.65]:36785) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1moONp-0007pQ-I0 for 51951-done@debbugs.gnu.org; Sat, 20 Nov 2021 06:18:15 -0500 Received: by mail-wr1-f65.google.com with SMTP id s13so22850327wrb.3 for <51951-done@debbugs.gnu.org>; Sat, 20 Nov 2021 03:18:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:date:in-reply-to:references:user-agent :mime-version:content-transfer-encoding; bh=t9IoJ9wu9x56gQ4KAOaqV5g3IZlUByHPR9SlPyySH/Q=; b=dFYnPa6YXqPoZeK1AYaG1Z7vTq/dZEIjNXsDee2nbpeUq2IZrlpye2XtRP5NZfwI6l n8tmcOhIFz4WjzyGsW+KMV6cER0k1DfObRFiZXljCK+Wge4vUTfo/KlKPFqEFKAlML43 T6n7QZQy0qAhUVd8ZQfQj0GPkkBs4E7qmF5xJthhtwSc3Phq3QCcX8oJLr0pm4iLEyzm O6iaImh/JnOf0HyyFnUsQ7isyYBQqBzx6X5lFv2lqmKBoWkSofPjxvLxk4SlAcZZBFc1 AMr0C4hIzEsSl6G+seZGzq1fIatSuAfRG0ALbtAQ1SzRiNOaEhsN38DbLdbFwDEYg7oP Gs7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=t9IoJ9wu9x56gQ4KAOaqV5g3IZlUByHPR9SlPyySH/Q=; b=G/4xaJPCGSdU8ceylS8xORdzY0aGGsqB64F7syM8wy2OGB91aucT2OCK1bZPIU6o6w BqGvHcqXDLXcfGwm9y9ITDDVl0BN0yimzAtKhkFcxAUJOu5PJk/cdnnllzemZwHvTchw 7SoNYRPAQp8iuvshwnpOv6PFgRZCXVa/N2aSG1Ke+hIT/SLG44dwEyNchUxd4R9Vddyo tY35r+lSVF0UZePkht0IGzOf/uvsn628ScscKHSPVmjpRI1FlHY5LgmEnBpzCYg95agy zprsIyOAIP6et+L3oUPr1n0BMz+2dH3zPgK9/vH7NCHon3hj72ptbU/0LrJqq50SCEBn ac3A== X-Gm-Message-State: AOAM530/t/XT1mcApmYgt0IQdMj9h7SWXe/heBW2t11ATlgJeivxfANc gb0gSG6BLsQywR56dRWJP5g= X-Google-Smtp-Source: ABdhPJxdMXnX003aaUU7yZMLaAVY3F7Y/zBcDCdBU59jU33ibUFGOO0Hox4xyYCztTvFfcZdLikCdg== X-Received: by 2002:adf:e8c1:: with SMTP id k1mr16811252wrn.257.1637407087589; Sat, 20 Nov 2021 03:18:07 -0800 (PST) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id x13sm2481743wrr.47.2021.11.20.03.18.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 20 Nov 2021 03:18:07 -0800 (PST) Message-ID: <034e97f3a736e55d485c5fc36b815b2310b4757a.camel@gmail.com> Subject: Re: [PATCH] gnu: Add libresprite. From: Liliana Marie Prikler To: Ekaitz Zarraga , 51951-done@debbugs.gnu.org Date: Sat, 20 Nov 2021 12:18:05 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51951-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Donnerstag, den 18.11.2021, 15:24 +0000 schrieb Ekaitz Zarraga: > Corrected the description. It had a reference to Aseprite. > Sorry for the noise. Your noise is pardoned. As for the unbundling, it's sadly the same state as Aseprite (*sigh*). I sure hope LibreSprite will clean things up and build from upstream one day. Thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 20 06:21:10 2021 Received: (at 51951-done) by debbugs.gnu.org; 20 Nov 2021 11:21:10 +0000 Received: from localhost ([127.0.0.1]:41881 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1moOQc-0007vK-Ei for submit@debbugs.gnu.org; Sat, 20 Nov 2021 06:21:10 -0500 Received: from mail-4317.proton.ch ([185.70.43.17]:18472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1moOQV-0007uM-Rt for 51951-done@debbugs.gnu.org; Sat, 20 Nov 2021 06:21:05 -0500 Date: Sat, 20 Nov 2021 11:20:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail; t=1637407253; bh=Tv/pxUuJ+ASxGT8U/dQ451Ycx+umpO3WHWXdUspNNcc=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=JLEaPLFJiEIVZ9XQ59vV+vGxYT5WyBI6p40HSRvmPy5cMXEpanM1PgAIwW4OjmNa+ rISDCF7hjSvdACUY6Jl28PzJ8f0CSJUlSLzA2AlFFLu8YDV6Cb/rYCxD33LoD57ZTY wIEOtHGl8pVH9ycEihOYQytD4wZ63DxH95fps0pS4jko5E/KIoGdZK762lamtkrstZ 2+bYwNyVWMnjTyuAgU5SxTCJv+3j/VkUd3pA0712Wi9GicVBWMEmZzPQCSqNqTD/6m d0YY18u7KIemML9i1Z1e3wyUaffqVXFt9vxgvqu4V8NHkIm16hfTa7zlxmFBZXWlNJ cijSWasECBpNw== To: Liliana Marie Prikler From: Ekaitz Zarraga Subject: Re: [PATCH] gnu: Add libresprite. Message-ID: <5qgdBti_H-YqBTa7bjZDq-aG3pYeFsho5YEqQCdVUWNQe0Epu20ioPmqJeqfQ9tD0focpGIC2U06zBzC1PENnJhXcwqMwYIp3Ljd4PPZCgg=@elenq.tech> In-Reply-To: <034e97f3a736e55d485c5fc36b815b2310b4757a.camel@gmail.com> References: <034e97f3a736e55d485c5fc36b815b2310b4757a.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51951-done Cc: 51951-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ekaitz Zarraga Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > As for the unbundling, it's sadly the same state as Aseprite (sigh). > I sure hope LibreSprite will clean things up and build from upstream one = day. They are aware of the issue but duktape is a pretty weird package. They told me it might be easier in the next duktape release (3.0 I think). I'll be there when it happens and see if I can unbundle it. Thanks! From unknown Fri Sep 05 07:33:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 18 Dec 2021 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator