2015-11-16 12:32:38 -05:00
|
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
2023-01-03 17:09:51 -05:00
|
|
|
|
;;; Copyright © 2015, 2017, 2023 Ricardo Wurmus <rekado@elephly.net>
|
2021-03-05 13:07:05 -05:00
|
|
|
|
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
2019-01-16 10:14:45 -05:00
|
|
|
|
;;; Copyright © 2019 Pkill -9 <pkill9@runbox.com>
|
2022-08-21 09:58:21 -04:00
|
|
|
|
;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego@posteo.net>
|
2022-08-14 08:46:18 -04:00
|
|
|
|
;;; Copyright © 2022 Tomasz Jeneralczyk <tj@schwi.pl>
|
2015-11-16 12:32:38 -05:00
|
|
|
|
;;;
|
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
|
;;; your option) any later version.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
|
;;;
|
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
(define-module (gnu packages animation)
|
|
|
|
|
#:use-module (guix packages)
|
|
|
|
|
#:use-module (guix download)
|
2023-01-03 17:12:52 -05:00
|
|
|
|
#:use-module (guix gexp)
|
2017-10-21 21:02:40 -04:00
|
|
|
|
#:use-module (guix git-download)
|
2015-11-16 12:32:38 -05:00
|
|
|
|
#:use-module (guix utils)
|
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
2021-05-26 09:36:20 -04:00
|
|
|
|
#:use-module (guix build-system cmake)
|
2015-11-16 12:32:38 -05:00
|
|
|
|
#:use-module (guix build-system gnu)
|
2021-01-27 14:45:54 -05:00
|
|
|
|
#:use-module (guix build-system meson)
|
2015-11-16 12:34:30 -05:00
|
|
|
|
#:use-module (gnu packages)
|
2017-05-27 11:54:20 -04:00
|
|
|
|
#:use-module (gnu packages algebra)
|
2021-05-26 09:36:20 -04:00
|
|
|
|
#:use-module (gnu packages assembly)
|
2020-11-25 12:18:56 -05:00
|
|
|
|
#:use-module (gnu packages autotools)
|
2015-11-16 12:34:30 -05:00
|
|
|
|
#:use-module (gnu packages boost)
|
2021-01-27 14:45:54 -05:00
|
|
|
|
#:use-module (gnu packages check)
|
2015-11-16 12:34:30 -05:00
|
|
|
|
#:use-module (gnu packages compression)
|
2020-11-25 12:18:56 -05:00
|
|
|
|
#:use-module (gnu packages curl)
|
|
|
|
|
#:use-module (gnu packages dejagnu)
|
2015-11-16 12:34:30 -05:00
|
|
|
|
#:use-module (gnu packages fontutils)
|
2020-11-25 12:18:56 -05:00
|
|
|
|
#:use-module (gnu packages gettext)
|
|
|
|
|
#:use-module (gnu packages gl)
|
2015-11-16 12:34:30 -05:00
|
|
|
|
#:use-module (gnu packages glib)
|
|
|
|
|
#:use-module (gnu packages gnome)
|
|
|
|
|
#:use-module (gnu packages graphics)
|
|
|
|
|
#:use-module (gnu packages gtk)
|
|
|
|
|
#:use-module (gnu packages image)
|
|
|
|
|
#:use-module (gnu packages imagemagick)
|
2020-11-25 12:18:56 -05:00
|
|
|
|
#:use-module (gnu packages jemalloc)
|
2022-08-14 08:46:18 -04:00
|
|
|
|
#:use-module (gnu packages mp3)
|
2021-05-26 09:36:20 -04:00
|
|
|
|
#:use-module (gnu packages networking)
|
|
|
|
|
#:use-module (gnu packages pcre)
|
2020-11-25 12:18:56 -05:00
|
|
|
|
#:use-module (gnu packages perl)
|
2015-11-16 12:34:30 -05:00
|
|
|
|
#:use-module (gnu packages pkg-config)
|
2017-10-21 21:02:40 -04:00
|
|
|
|
#:use-module (gnu packages pulseaudio)
|
2020-11-25 12:18:56 -05:00
|
|
|
|
#:use-module (gnu packages python)
|
2017-10-21 21:02:40 -04:00
|
|
|
|
#:use-module (gnu packages qt)
|
2020-11-25 12:18:56 -05:00
|
|
|
|
#:use-module (gnu packages sdl)
|
|
|
|
|
#:use-module (gnu packages tls)
|
|
|
|
|
#:use-module (gnu packages video)
|
|
|
|
|
#:use-module (gnu packages xiph))
|
2015-11-16 12:32:38 -05:00
|
|
|
|
|
2021-01-27 14:45:54 -05:00
|
|
|
|
(define-public rlottie
|
|
|
|
|
(package
|
|
|
|
|
(name "rlottie")
|
|
|
|
|
(version "0.2")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri
|
|
|
|
|
(git-reference
|
|
|
|
|
(url "https://github.com/Samsung/rlottie.git")
|
|
|
|
|
(commit
|
|
|
|
|
(string-append "v" version))))
|
|
|
|
|
(file-name
|
|
|
|
|
(git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "10bxr1zf9wxl55d4cw2j02r6sgqln7mbxplhhfvhw0z92fi40kr3"))))
|
|
|
|
|
(build-system meson-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
(list
|
|
|
|
|
"-Dlog=true"
|
2023-05-02 02:49:34 -04:00
|
|
|
|
"-Dtest=true"
|
|
|
|
|
"-Dcpp_std=gnu++17")))
|
2021-01-27 14:45:54 -05:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list googletest pkg-config))
|
2021-01-27 14:45:54 -05:00
|
|
|
|
(synopsis "Lottie Animation Library")
|
|
|
|
|
(description "Rlottie is a platform independent standalone c++ library for
|
|
|
|
|
rendering vector based animations and art in realtime.")
|
|
|
|
|
(home-page "https://github.com/Samsung/rlottie/")
|
|
|
|
|
(license license:expat)))
|
|
|
|
|
|
2019-04-12 22:12:04 -04:00
|
|
|
|
;; ETL, synfig, and Synfig Studio are updated in tandem.
|
2023-01-03 17:09:51 -05:00
|
|
|
|
(define synfig-version "1.4.4")
|
2019-04-12 22:12:04 -04:00
|
|
|
|
|
2015-11-16 12:32:38 -05:00
|
|
|
|
(define-public etl
|
|
|
|
|
(package
|
|
|
|
|
(name "etl")
|
2019-04-12 22:12:04 -04:00
|
|
|
|
(version synfig-version)
|
2015-11-16 12:32:38 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2023-01-03 17:09:51 -05:00
|
|
|
|
(uri (string-append "https://github.com/synfig/synfig"
|
|
|
|
|
"/releases/download/v" version
|
|
|
|
|
"/ETL-" version ".tar.gz"))
|
2015-11-16 12:32:38 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-01-03 17:09:51 -05:00
|
|
|
|
"1jnahpxvrdxrll7b7av3zxabm5j3nlz6m3vg4sib2278v1wf91yc"))))
|
2015-11-16 12:32:38 -05:00
|
|
|
|
(build-system gnu-build-system)
|
2023-01-03 17:09:51 -05:00
|
|
|
|
(inputs (list glibmm-2.64))
|
|
|
|
|
(native-inputs (list pkg-config))
|
gnu: Use more HTTPS.
* gnu/packages/admin.scm (net-base, wakelan, pam-krb5)
[home-page]: Use HTTPS.
(dfc, libpcap, tcpdump, wpa-supplicant-minimal, libcap-ng, audit)
[source, home-page]: Likewise.
* gnu/packages/algebra.scm (eigen)[home-page]: Likewise.
(gp2c, pari-gp)[source, home-page]: Likewise.
* gnu/packages/animation.scm (etl, synfig, synfigstudio, papagayo)
[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (tadbit)[home-page]: Likewise.
2018-06-22 13:26:42 -04:00
|
|
|
|
(home-page "https://www.synfig.org")
|
2015-11-16 12:32:38 -05:00
|
|
|
|
(synopsis "Extended C++ template library")
|
|
|
|
|
(description
|
|
|
|
|
"ETL is a class and template library designed to add new datatypes and
|
|
|
|
|
functions which combine well with the existing types and functions from the
|
|
|
|
|
C++ @dfn{Standard Template Library} (STL).")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2015-11-16 12:34:30 -05:00
|
|
|
|
(define-public synfig
|
|
|
|
|
(package
|
|
|
|
|
(name "synfig")
|
2019-04-12 22:12:04 -04:00
|
|
|
|
(version synfig-version)
|
2015-11-16 12:34:30 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2023-01-03 17:10:57 -05:00
|
|
|
|
(uri (string-append "https://github.com/synfig/synfig"
|
|
|
|
|
"/releases/download/v" version
|
|
|
|
|
"/synfig-" version ".tar.gz"))
|
2015-11-16 12:34:30 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-01-03 17:10:57 -05:00
|
|
|
|
"01kgfmjfjk5y0v9ldmxzc8zzvbiaakz7nzg4hkj24gj3j6h8566d"))))
|
2015-11-16 12:34:30 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
2023-01-03 17:10:57 -05:00
|
|
|
|
(list boost
|
|
|
|
|
libdv
|
|
|
|
|
libjpeg-turbo
|
|
|
|
|
libpng
|
|
|
|
|
libmng
|
|
|
|
|
zlib))
|
|
|
|
|
;; synfig.pc lists the following as required: Magick++ libavcodec
|
|
|
|
|
;; libavformat libswscale freetype2 fontconfig OpenEXR ETL glibmm-2.4
|
|
|
|
|
;; giomm-2.4 libxml++-2.6 sigc++-2.0 cairo fftw3 pango pangocairo mlt++
|
2015-11-16 12:34:30 -05:00
|
|
|
|
(propagated-inputs
|
2023-01-03 17:10:57 -05:00
|
|
|
|
(list cairo
|
|
|
|
|
etl
|
|
|
|
|
ffmpeg-4
|
|
|
|
|
fftw
|
|
|
|
|
fontconfig
|
|
|
|
|
freetype
|
|
|
|
|
glibmm-2.64
|
|
|
|
|
imagemagick
|
|
|
|
|
libxml++-2
|
|
|
|
|
libsigc++
|
|
|
|
|
mlt-6
|
|
|
|
|
openexr-2
|
|
|
|
|
pango))
|
2015-11-16 12:34:30 -05:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list intltool pkg-config))
|
gnu: Use more HTTPS.
* gnu/packages/admin.scm (net-base, wakelan, pam-krb5)
[home-page]: Use HTTPS.
(dfc, libpcap, tcpdump, wpa-supplicant-minimal, libcap-ng, audit)
[source, home-page]: Likewise.
* gnu/packages/algebra.scm (eigen)[home-page]: Likewise.
(gp2c, pari-gp)[source, home-page]: Likewise.
* gnu/packages/animation.scm (etl, synfig, synfigstudio, papagayo)
[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (tadbit)[home-page]: Likewise.
2018-06-22 13:26:42 -04:00
|
|
|
|
(home-page "https://www.synfig.org")
|
2015-11-16 12:34:30 -05:00
|
|
|
|
(synopsis "Vector-based 2D animation renderer")
|
|
|
|
|
(description
|
|
|
|
|
"Synfig is a vector-based 2D animation package. It is designed to be
|
|
|
|
|
capable of producing feature-film quality animation. It eliminates the need
|
|
|
|
|
for tweening, preventing the need to hand-draw each frame.")
|
|
|
|
|
(license license:gpl3+)))
|
2015-11-16 12:36:40 -05:00
|
|
|
|
|
|
|
|
|
(define-public synfigstudio
|
|
|
|
|
(package
|
|
|
|
|
(name "synfigstudio")
|
2019-04-12 22:12:04 -04:00
|
|
|
|
(version synfig-version)
|
2015-11-16 12:36:40 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2023-01-03 18:10:13 -05:00
|
|
|
|
(uri (string-append "https://github.com/synfig/synfig"
|
|
|
|
|
"/releases/download/v" version
|
|
|
|
|
"/synfigstudio-" version ".tar.gz"))
|
2015-11-16 12:36:40 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-01-03 18:10:13 -05:00
|
|
|
|
"07xjgs1qw0rwpihpcspj92rzwy5zizi86l9x2x7w6sysrj0wd4w8"))))
|
2015-11-16 12:36:40 -05:00
|
|
|
|
(build-system gnu-build-system)
|
2017-05-30 17:56:29 -04:00
|
|
|
|
(arguments
|
2023-01-03 17:12:52 -05:00
|
|
|
|
(list
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
;; This fixes the file chooser crash that happens with GTK 3.
|
|
|
|
|
(add-after 'install 'wrap-program
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(let* ((gtk (assoc-ref inputs "gtk+"))
|
|
|
|
|
(gtk-share (string-append gtk "/share")))
|
|
|
|
|
(wrap-program (string-append #$output "/bin/synfigstudio")
|
|
|
|
|
`("XDG_DATA_DIRS" ":" prefix (,gtk-share)))))))))
|
2015-11-16 12:36:40 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list gtkmm-3 gtk+ libsigc++ synfig))
|
2015-11-16 12:36:40 -05:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config intltool))
|
gnu: Use more HTTPS.
* gnu/packages/admin.scm (net-base, wakelan, pam-krb5)
[home-page]: Use HTTPS.
(dfc, libpcap, tcpdump, wpa-supplicant-minimal, libcap-ng, audit)
[source, home-page]: Likewise.
* gnu/packages/algebra.scm (eigen)[home-page]: Likewise.
(gp2c, pari-gp)[source, home-page]: Likewise.
* gnu/packages/animation.scm (etl, synfig, synfigstudio, papagayo)
[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (tadbit)[home-page]: Likewise.
2018-06-22 13:26:42 -04:00
|
|
|
|
(home-page "https://www.synfig.org")
|
2015-11-16 12:36:40 -05:00
|
|
|
|
(synopsis "Vector-based 2D animation package (GUI)")
|
|
|
|
|
(description
|
|
|
|
|
"Synfig is a vector-based 2D animation package. It is designed to
|
|
|
|
|
be capable of producing feature-film quality animation. It eliminates the
|
|
|
|
|
need for tweening, preventing the need to hand-draw each frame. This package
|
|
|
|
|
contains the graphical user interface for synfig.")
|
|
|
|
|
(license license:gpl3+)))
|
2017-10-21 21:02:40 -04:00
|
|
|
|
|
2020-11-25 12:18:56 -05:00
|
|
|
|
;; This package provides a standalone (no browser plugin) version of Gnash.
|
|
|
|
|
(define-public gnash
|
|
|
|
|
;; The last tagged release of Gnash was in 2013.
|
|
|
|
|
(let ((commit "583ccbc1275c7701dc4843ec12142ff86bb305b4")
|
|
|
|
|
(revision "0"))
|
|
|
|
|
(package
|
|
|
|
|
(name "gnash")
|
|
|
|
|
(version (git-version "0.8.11" revision commit))
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://git.savannah.gnu.org/git/gnash.git/")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(patches (search-patches "gnash-fix-giflib-version.patch"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0fh0bljn0i6ypyh6l99afi855p7ki7lm869nq1qj6k8hrrwhmfry"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
(list "--disable-static"
|
|
|
|
|
;; Plugins are based on XULRunner and NPAPI only. Disable.
|
|
|
|
|
"--disable-plugins"
|
|
|
|
|
"--enable-gui=gtk"
|
|
|
|
|
"--enable-media=ffmpeg"
|
|
|
|
|
(string-append "--with-boost-incl="
|
|
|
|
|
(assoc-ref %build-inputs "boost") "/include")
|
|
|
|
|
(string-append "--with-boost-lib="
|
|
|
|
|
(assoc-ref %build-inputs "boost") "/lib")
|
|
|
|
|
(string-append "--with-ffmpeg-incl="
|
|
|
|
|
(assoc-ref %build-inputs "ffmpeg")
|
|
|
|
|
"/include/libavcodec")
|
|
|
|
|
(string-append "--with-speex-incl="
|
|
|
|
|
(assoc-ref %build-inputs "speex") "/include")
|
|
|
|
|
(string-append "--with-jemalloc-incl="
|
|
|
|
|
(assoc-ref %build-inputs "jemalloc")
|
|
|
|
|
"/include/jemalloc")
|
|
|
|
|
(string-append "--with-speex-lib="
|
|
|
|
|
(assoc-ref %build-inputs "speex") "/lib")
|
|
|
|
|
(string-append "--with-jpeg-incl="
|
|
|
|
|
(assoc-ref %build-inputs "libjpeg") "/include")
|
|
|
|
|
(string-append "--with-zlib-incl="
|
|
|
|
|
(assoc-ref %build-inputs "zlib") "/include")
|
|
|
|
|
(string-append "--with-png-incl="
|
|
|
|
|
(assoc-ref %build-inputs "libpng")
|
|
|
|
|
"/include"))))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("autoconf" ,autoconf)
|
|
|
|
|
("automake" ,automake)
|
|
|
|
|
("dejagnu" ,dejagnu) ;for tests
|
|
|
|
|
("gettext" ,gettext-minimal)
|
|
|
|
|
("libtool" ,libtool)
|
|
|
|
|
("perl" ,perl)
|
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
|
("python" ,python-wrapper)))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("agg" ,agg)
|
gnu: Replace all uses of atk by at-spi2-core.
* gnu/packages/animation.scm (gnash)
* gnu/packages/chromium.scm (ungoogled-chromium)
* gnu/packages/crates-gtk.scm (rust-atk-sys-0.14,
rust-atk-sys-0.10, rust-atk-0.14, rust-gtk-0.14)
* gnu/packages/gimp.scm (gimp)
* gnu/packages/gnome.scm (evince, glade3, clutter, totem, rhythmbox, mutter, ghex):
* gnu/packages/graphviz.scm (xdot)
* gnu/packages/gtk.scm (gtk+-2, gtk+, guile-gnome, atkmm)
* gnu/packages/mate.scm (mate-applets, atril, mate-control-center, mate-calc,
mate-utils, eom, pluma)
* gnu/packages/messaging.scm (dino)
* gnu/packages/qt.scm (qtwebengine-5)
* gnu/packages/rust-apps.scm (alfis)
* gnu/packages/vim.scm (vim-full)
* gnu/packages/vnc.scm (remmina)
* gnu/packages/web.scm (castor): Replace atk by at-spi2-core.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-30 17:48:13 -04:00
|
|
|
|
("at-spi2-core" ,at-spi2-core)
|
2020-11-25 12:18:56 -05:00
|
|
|
|
("boost" ,boost)
|
|
|
|
|
("curl" ,curl)
|
|
|
|
|
("ffmpeg" ,ffmpeg-2.8)
|
|
|
|
|
("freeglut" ,freeglut)
|
|
|
|
|
("gconf" ,gconf)
|
|
|
|
|
("giflib" ,giflib)
|
|
|
|
|
("glib" ,glib)
|
|
|
|
|
("gtk+" ,gtk+-2)
|
|
|
|
|
("gtkglext" ,gtkglext)
|
|
|
|
|
("jemalloc" ,jemalloc)
|
|
|
|
|
("libjpeg" ,libjpeg-turbo)
|
|
|
|
|
("libltdl" ,libltdl)
|
|
|
|
|
("libpng" ,libpng)
|
|
|
|
|
("pangox-compat" ,pangox-compat)
|
|
|
|
|
("sdl" ,sdl)
|
|
|
|
|
("speex" ,speex)))
|
|
|
|
|
(synopsis "Flash movie player")
|
|
|
|
|
(description
|
|
|
|
|
"Gnash is a Flash movie player. It supports SWF version v7 and some
|
|
|
|
|
of v8 and v9. It is possible to configure Gnash to use several different
|
|
|
|
|
audio or video backends, ensuring good performance.")
|
|
|
|
|
(home-page "https://www.gnu.org/software/gnash/")
|
|
|
|
|
(license license:gpl3+))))
|
|
|
|
|
|
2021-05-26 09:36:20 -04:00
|
|
|
|
;; This package provides a standalone (no browser plugin) version of
|
|
|
|
|
;; Lightspark.
|
|
|
|
|
(define-public lightspark
|
|
|
|
|
(package
|
|
|
|
|
(name "lightspark")
|
2023-06-02 22:44:31 -04:00
|
|
|
|
(version "0.8.7")
|
2021-05-26 09:36:20 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/lightspark/lightspark")
|
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
2023-06-02 22:44:31 -04:00
|
|
|
|
(base32 "156yd79dbs6lzp5jc2zd0knw6bk0g8qdm8icp7pkcn95vfvxyzx9"))))
|
2021-05-26 09:36:20 -04:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ;requires Adobe Flex SDK, see README.tests
|
|
|
|
|
;; Disable browser plugins because neither NPAPI nor PPAPI is
|
|
|
|
|
;; supported in the browsers we have.
|
|
|
|
|
#:configure-flags
|
|
|
|
|
'("-DCOMPILE_NPAPI_PLUGIN=FALSE"
|
|
|
|
|
"-DCOMPILE_PPAPI_PLUGIN=FALSE")
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'prepare-build-environment
|
|
|
|
|
(lambda _
|
|
|
|
|
;; Use relative etc path.
|
|
|
|
|
(substitute* "CMakeLists.txt" (("\\/etc") "etc"))))
|
|
|
|
|
(replace 'check
|
|
|
|
|
(lambda* (#:key tests? #:allow-other-keys)
|
|
|
|
|
(when tests?
|
|
|
|
|
(invoke "./tests")))))))
|
|
|
|
|
(native-inputs
|
2022-08-21 12:10:07 -04:00
|
|
|
|
(list gettext-minimal
|
|
|
|
|
`(,glib "bin")
|
|
|
|
|
nasm
|
|
|
|
|
perl
|
|
|
|
|
pkg-config
|
|
|
|
|
python-wrapper))
|
2021-05-26 09:36:20 -04:00
|
|
|
|
(inputs
|
2022-08-21 12:10:07 -04:00
|
|
|
|
(list cairo
|
|
|
|
|
curl
|
|
|
|
|
ffmpeg
|
|
|
|
|
freeglut
|
|
|
|
|
glew
|
|
|
|
|
glibmm
|
|
|
|
|
gnutls
|
|
|
|
|
libjpeg-turbo
|
|
|
|
|
openssl
|
|
|
|
|
pango
|
|
|
|
|
pcre2
|
|
|
|
|
rtmpdump
|
|
|
|
|
sdl2
|
|
|
|
|
zlib))
|
2021-05-26 09:36:20 -04:00
|
|
|
|
(home-page "https://lightspark.github.io/")
|
|
|
|
|
(synopsis "Flash player implementation")
|
|
|
|
|
(description
|
|
|
|
|
"Lightspark is a Flash player implementation for playing files in the SWF
|
|
|
|
|
format. It supports SWF files written on all versions of the ActionScript
|
|
|
|
|
language.")
|
|
|
|
|
;; NOTE: The bundled pugixml is a fork specific to Lightspark and
|
|
|
|
|
;; incompatible with the one we have.
|
|
|
|
|
;; FIXME: we also have jxrlib, but the build fails to find JXRMeta.h so we
|
|
|
|
|
;; use the bundled one for now.
|
|
|
|
|
(license (list license:lgpl3+ ;lightspark
|
|
|
|
|
license:mpl2.0 ;avmplus
|
|
|
|
|
license:bsd-2 ;jxrlib
|
|
|
|
|
license:expat)))) ;pugixml, PerlinNoise
|
|
|
|
|
|
2017-10-21 21:02:40 -04:00
|
|
|
|
(define-public papagayo
|
|
|
|
|
(let ((commit "e143684b30e59fe4a554f965cb655d23cbe93ee7")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package
|
|
|
|
|
(name "papagayo")
|
|
|
|
|
(version (string-append "2.0b1-" revision "." (string-take commit 9)))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/LostMoho/Papagayo")
|
2017-10-21 21:02:40 -04:00
|
|
|
|
(commit commit)))
|
2018-03-04 02:52:08 -05:00
|
|
|
|
(file-name (git-file-name name version))
|
2017-10-21 21:02:40 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1p9gffjhbph34jhrvgpg93yha75bf88vkvlnk06x1r9601ph5321"))
|
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
;; Delete bundled libsndfile sources.
|
|
|
|
|
(snippet
|
|
|
|
|
'(begin
|
|
|
|
|
(delete-file-recursively "libsndfile_1.0.19")
|
|
|
|
|
(delete-file-recursively "libsndfile_1.0.25")
|
|
|
|
|
#t))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(replace 'configure
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let ((libsndfile (assoc-ref inputs "libsndfile")))
|
|
|
|
|
;; Do not use bundled libsndfile sources
|
|
|
|
|
(substitute* "Papagayo.pro"
|
|
|
|
|
(("else \\{")
|
|
|
|
|
(string-append "\nINCLUDEPATH += " libsndfile
|
|
|
|
|
"/include"
|
|
|
|
|
"\nLIBS +=" libsndfile
|
|
|
|
|
"/lib/libsndfile.so\n"
|
|
|
|
|
"win32 {"))))
|
2018-06-26 09:33:28 -04:00
|
|
|
|
(invoke "qmake"
|
|
|
|
|
(string-append "DESTDIR="
|
|
|
|
|
(assoc-ref outputs "out")
|
|
|
|
|
"/bin"))))
|
2017-10-21 21:02:40 -04:00
|
|
|
|
;; Ensure that all required Qt plugins are found at runtime.
|
|
|
|
|
(add-after 'install 'wrap-executable
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
2022-07-17 19:00:48 -04:00
|
|
|
|
(qt '("qt" "qtmultimedia-5")))
|
2017-10-21 21:02:40 -04:00
|
|
|
|
(wrap-program (string-append out "/bin/Papagayo")
|
|
|
|
|
`("QT_PLUGIN_PATH" ":" prefix
|
|
|
|
|
,(map (lambda (label)
|
|
|
|
|
(string-append (assoc-ref inputs label)
|
|
|
|
|
"/lib/qt5/plugins/"))
|
|
|
|
|
qt)))
|
|
|
|
|
#t))))))
|
|
|
|
|
(inputs
|
2021-04-09 21:53:32 -04:00
|
|
|
|
`(("qt" ,qtbase-5)
|
2022-07-17 19:00:48 -04:00
|
|
|
|
("qtmultimedia-5" ,qtmultimedia-5)
|
2017-10-21 21:02:40 -04:00
|
|
|
|
("libsndfile" ,libsndfile)))
|
|
|
|
|
(native-inputs
|
2022-07-19 16:52:05 -04:00
|
|
|
|
(list qttools-5))
|
gnu: Use more HTTPS.
* gnu/packages/admin.scm (net-base, wakelan, pam-krb5)
[home-page]: Use HTTPS.
(dfc, libpcap, tcpdump, wpa-supplicant-minimal, libcap-ng, audit)
[source, home-page]: Likewise.
* gnu/packages/algebra.scm (eigen)[home-page]: Likewise.
(gp2c, pari-gp)[source, home-page]: Likewise.
* gnu/packages/animation.scm (etl, synfig, synfigstudio, papagayo)
[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (tadbit)[home-page]: Likewise.
2018-06-22 13:26:42 -04:00
|
|
|
|
(home-page "https://www.lostmarble.com/papagayo/")
|
2017-10-21 21:02:40 -04:00
|
|
|
|
(synopsis "Lip-syncing for animations")
|
|
|
|
|
(description
|
|
|
|
|
"Papagayo is a lip-syncing program designed to help you line up
|
|
|
|
|
phonemes with the actual recorded sound of actors speaking. Papagayo makes it
|
|
|
|
|
easy to lip sync animated characters by making the process very simple – just
|
|
|
|
|
type in the words being spoken, then drag the words on top of the sound’s
|
|
|
|
|
waveform until they line up with the proper sounds.")
|
|
|
|
|
(license license:gpl3+))))
|
2019-01-16 10:14:45 -05:00
|
|
|
|
|
|
|
|
|
(define-public pencil2d
|
|
|
|
|
(package
|
|
|
|
|
(name "pencil2d")
|
2021-03-05 13:07:05 -05:00
|
|
|
|
(version "0.6.6")
|
2019-01-16 10:14:45 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/pencil2d/pencil")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2021-03-05 13:07:05 -05:00
|
|
|
|
"0b1nwiwyg01087q318vymg4si76dw41ykxbn2zwd6dqbxzbpr1dh"))))
|
2019-01-16 10:14:45 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
2022-07-17 19:00:48 -04:00
|
|
|
|
(list qtbase-5 qtxmlpatterns qtmultimedia-5 qtsvg-5))
|
2019-01-16 10:14:45 -05:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(replace 'configure
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(invoke "qmake" (string-append "PREFIX=" out)))))
|
|
|
|
|
(add-after 'install 'wrap-executable
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
(plugin-path (getenv "QT_PLUGIN_PATH")))
|
|
|
|
|
(wrap-program (string-append out "/bin/pencil2d")
|
|
|
|
|
`("QT_PLUGIN_PATH" ":" prefix (,plugin-path)))
|
|
|
|
|
#t))))))
|
|
|
|
|
(home-page "https://www.pencil2d.org")
|
|
|
|
|
(synopsis "Make 2D hand-drawn animations")
|
|
|
|
|
(description
|
|
|
|
|
"Pencil2D is an easy-to-use and intuitive animation and drawing tool. It
|
|
|
|
|
lets you create traditional hand-drawn animations (cartoons) using both bitmap
|
|
|
|
|
and vector graphics.")
|
|
|
|
|
(license license:gpl2)))
|
2022-08-14 08:46:18 -04:00
|
|
|
|
|
|
|
|
|
(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
|
|
|
|
|
;; XXX: Swftools includes the source tarball of an old version of
|
|
|
|
|
;; xpdf.
|
|
|
|
|
|
|
|
|
|
;; 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")
|
|
|
|
|
|
|
|
|
|
;; XXX: This package will built all of swftools' tools but one: PDF2SWF,
|
|
|
|
|
;; purposefuly commented out of the description below.
|
|
|
|
|
(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
|
2022-10-23 19:25:36 -04:00
|
|
|
|
@command{swfdump} Prints out various information about SWFs.
|
2022-08-14 08:46:18 -04:00
|
|
|
|
|
|
|
|
|
@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 LAME MP3
|
|
|
|
|
encoder library.
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
@command{font2swf} Converts font files (TTF, Type1) to SWF.
|
|
|
|
|
|
|
|
|
|
@item
|
2022-10-27 17:10:27 -04:00
|
|
|
|
@command{swfbbox} reads out, optimizes and readjusts SWF bounding boxes.
|
2022-08-14 08:46:18 -04:00
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
@command{swfc} A tool for creating SWF files from simple script files. Supports
|
|
|
|
|
both ActionScript 2.0 aand 3.0.
|
|
|
|
|
|
|
|
|
|
@item
|
2022-10-27 17:10:27 -04:00
|
|
|
|
@command{swfextract} extracts Movieclips, Sounds, Images etc. from SWF
|
2022-08-14 08:46:18 -04:00
|
|
|
|
files.
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
@command{as3compile} A standalone ActionScript 3.0 compiler. Mostly compatible
|
|
|
|
|
with Flex.
|
|
|
|
|
@end itemize")
|
|
|
|
|
(license license:gpl2+))))
|