From patchwork Sun Aug 14 12:46:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tomasz Jeneralczyk X-Patchwork-Id: 41662 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3555127BBEA; Sun, 14 Aug 2022 13:48:27 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 471D927BBE9 for ; Sun, 14 Aug 2022 13:48:26 +0100 (BST) Received: from localhost ([::1]:54538 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oND2R-0002WV-8Q for patchwork@mira.cbaines.net; Sun, 14 Aug 2022 08:48:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33034) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oND2A-0002Vc-Vq for guix-patches@gnu.org; Sun, 14 Aug 2022 08:48:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46405) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oND2A-0005pq-Mr for guix-patches@gnu.org; Sun, 14 Aug 2022 08:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oND2A-0003Gs-JM for guix-patches@gnu.org; Sun, 14 Aug 2022 08:48:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56803] [PATCH v2 1/6] gnu: Add swftools. References: In-Reply-To: Resent-From: Tomasz Jeneralczyk Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Aug 2022 12:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56803 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56803@debbugs.gnu.org Cc: Tomasz Jeneralczyk Received: via spool by 56803-submit@debbugs.gnu.org id=B56803.166048123512329 (code B ref 56803); Sun, 14 Aug 2022 12:48:02 +0000 Received: (at 56803) by debbugs.gnu.org; 14 Aug 2022 12:47:15 +0000 Received: from localhost ([127.0.0.1]:36139 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oND1P-0003Cl-2c for submit@debbugs.gnu.org; Sun, 14 Aug 2022 08:47:15 -0400 Received: from outgoing1.lunanode.net ([172.81.176.235]:56524) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oND1J-0003CI-LA for 56803@debbugs.gnu.org; Sun, 14 Aug 2022 08:47:12 -0400 Received: from mail1.lunanode.net (mail1.lunanode.net [170.75.162.243]) by outgoing1.lunanode.net (Postfix) with ESMTPS id E22E040011 for <56803@debbugs.gnu.org>; Sun, 14 Aug 2022 12:47:08 +0000 (UTC) From: Tomasz Jeneralczyk Date: Sun, 14 Aug 2022 14:46:18 +0200 Message-Id: <458d155cb6f630e0e8aea1793a4c97b3d76520e6.1660481045.git.tj@schwi.pl> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches This package will built all of swftools' tools but one: PDF2SWF, so I purposefuly commented it out of description. Swftools includes the source tarball of an old version of xpdf and I have not been successful in replacing it with the version distributed in guix. However I believe the near-completeness of the package warrants a release. Also updated copyright and used modules. *gnu/packages/animation.scm (swftools): Add variable. --- gnu/packages/animation.scm | 93 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) base-commit: ca8c7a36dfbefd66841a2a6df4c9e44ba525c3e0 diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm index ba8ce00fbd..6a017895a3 100644 --- a/gnu/packages/animation.scm +++ b/gnu/packages/animation.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice ;;; Copyright © 2019 Pkill -9 ;;; Copyright © 2020, 2021 Vinicius Monego +;;; Copyright © 2022 Tomasz Jeneralczyk ;;; ;;; This file is part of GNU Guix. ;;; @@ -47,6 +48,7 @@ (define-module (gnu packages animation) #:use-module (gnu packages image) #:use-module (gnu packages imagemagick) #:use-module (gnu packages jemalloc) + #:use-module (gnu packages mp3) #:use-module (gnu packages networking) #:use-module (gnu packages pcre) #:use-module (gnu packages perl) @@ -496,3 +498,94 @@ (define-public pencil2d lets you create traditional hand-drawn animations (cartoons) using both bitmap and vector graphics.") (license license:gpl2))) + +(define-public swftools + ;; Last release of swftools was 0.9.2 on 2012-04-21 - it is really old and + ;; does not compile with what's available in guix, master on the other hand works. + (let ((commit "772e55a271f66818b06c6e8c9b839befa51248f4") + (revision "1")) + (package + (name "swftools") + (version (git-version "0.9.2" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/matthiaskramm/swftools") + (commit commit))) + (sha256 + (base32 "0a8a29rn7gpxnba3spnvkpdgr7mdlssvr273mzw5b2wjvbzard3w")) + (file-name (git-file-name name version)) + (modules '((guix build utils))) + (snippet + '(begin + ;; To fix a linking error I followed the workaround in: + ;; https://github.com/matthiaskramm/swftools/issues/178 + ;; and implented it as a two-step snippet because substitute* + ;; does not match multiline regexes. + (substitute* "lib/lame/quantize.c" + ;; move inline keywords to the same line as their function headers + (("^inline.*\n") "inline ")) + (substitute* "lib/lame/quantize.c" + ;; make this particular function not inline + (("inline (void bitpressure_strategy1)" _ f) f)))))) + (build-system gnu-build-system) + (arguments + (list #:tests? #f)) ; no rule for check + (inputs (list zlib freetype giflib libjpeg-turbo lame)) + (home-page "http://www.swftools.org") + (synopsis "Collection of utilities for working with Adobe Flash files") + (description "SWFTools is a collection of utilities for working with +Adobe Flash files (SWF files). The tool collection includes programs for +reading SWF files, combining them, and creating them from other content (like +images, sound files, videos or sourcecode). The current collection is + comprised of the programs detailed below: + +@itemize +@comment PDF2SWF is not currentlybeing build alongside other tools. The next +@comment two lines should be uncommented if this will ever get fixed. +@comment @item +@comment @command{PDF2SWF} A PDF to SWF Converter. + +@item +@command{SWFCombine} A multi-function tool for inserting, contatenating, +stacking and changing parameters in SWFs. + +@item +@command{SWFStrings} Scans SWFs for text data. +@item +@command{SWFDump} Prints out various informations about SWFs. + +@item +@command{JPEG2SWF} Takes one or more JPEG pictures and generates a SWF +slideshow from them. + +@item +@command{PNG2SWF} Like JPEG2SWF, only for PNGs. + +@item +@command{GIF2SWF} Converts GIFs to SWF. Also able to handle animated gifs. + +@item +@command{WAV2SWF} Converts WAV audio files to SWFs, using the L.A.M.E. MP3 + encoder library. + +@item +@command{Font2SWF} Converts font files (TTF, Type1) to SWF. + +@item +@command{SWFBBox} Allows to read out, optimize and readjust SWF bounding boxes. + +@item +@command{SWFC} A tool for creating SWF files from simple script files. Supports +both ActionScript 2.0 aand 3.0. + +@item +@command{SWFExtract} Allows to extract Movieclips, Sounds, Images etc. from SWF + files. + +@item +@command{AS3Compile} A standalone ActionScript 3.0 compiler. Mostly compatible + with Flex. +@end itemize") + (license license:gpl2))))