b0e7b6992f
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.
409 lines
16 KiB
Scheme
409 lines
16 KiB
Scheme
;;; GNU Guix --- Functional package management for GNU
|
||
;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
|
||
;;; Copyright © 2016, 2018 Ricardo Wurmus <rekado@elephly.net>
|
||
;;; Copyright © 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
|
||
;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
|
||
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
||
;;;
|
||
;;; 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 gimp)
|
||
#:use-module (guix packages)
|
||
#:use-module (guix download)
|
||
#:use-module (guix git-download)
|
||
#:use-module (guix utils)
|
||
#:use-module ((guix licenses) #:prefix license:)
|
||
#:use-module (guix build-system gnu)
|
||
#:use-module (guix build-system glib-or-gtk)
|
||
#:use-module (guix build-system meson)
|
||
#:use-module (gnu packages)
|
||
#:use-module (gnu packages algebra)
|
||
#:use-module (gnu packages autotools)
|
||
#:use-module (gnu packages pkg-config)
|
||
#:use-module (gnu packages glib)
|
||
#:use-module (gnu packages gtk)
|
||
#:use-module (gnu packages gnome)
|
||
#:use-module (gnu packages image)
|
||
#:use-module (gnu packages ghostscript)
|
||
#:use-module (gnu packages compression)
|
||
#:use-module (gnu packages xml)
|
||
#:use-module (gnu packages pdf)
|
||
#:use-module (gnu packages photo)
|
||
#:use-module (gnu packages python)
|
||
#:use-module (gnu packages web)
|
||
#:use-module (gnu packages xorg))
|
||
|
||
(define-public babl
|
||
(package
|
||
(name "babl")
|
||
(version "0.1.78")
|
||
(source (origin
|
||
(method url-fetch)
|
||
(uri (list (string-append "https://download.gimp.org/pub/babl/"
|
||
(version-major+minor version)
|
||
"/babl-" version ".tar.xz")
|
||
(string-append "https://ftp.gtk.org/pub/babl/"
|
||
(version-major+minor version)
|
||
"/babl-" version ".tar.xz")
|
||
(string-append "ftp://ftp.gtk.org/pub/babl/"
|
||
(version-major+minor version)
|
||
"/babl-" version ".tar.xz")))
|
||
(sha256
|
||
(base32
|
||
"0fjjfb0pbgimlqi7rk8cqz8pq595b7gw8nrpkxfmixdz6cv4km8p"))))
|
||
(build-system meson-build-system)
|
||
(arguments
|
||
`(#:configure-flags
|
||
(list "-Denable-gir=false")))
|
||
(native-inputs
|
||
`(("pkg-config" ,pkg-config)))
|
||
(propagated-inputs
|
||
;; Propagated to satisfy ‘babl.pc’.
|
||
`(("lcms" ,lcms)))
|
||
(home-page "http://gegl.org/babl/")
|
||
(synopsis "Image pixel format conversion library")
|
||
(description
|
||
"Babl is a dynamic, any-to-any pixel format translation library.
|
||
It allows converting between different methods of storing pixels, known as
|
||
@dfn{pixel formats}, that have different bit depths and other data
|
||
representations, color models, and component permutations.
|
||
|
||
A vocabulary to formulate new pixel formats from existing primitives is
|
||
provided, as well as a framework to add new color models and data types.")
|
||
(license license:lgpl3+)))
|
||
|
||
(define-public gegl
|
||
(package
|
||
(name "gegl")
|
||
(version "0.4.24")
|
||
(source (origin
|
||
(method url-fetch)
|
||
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
|
||
(string-take version 3)
|
||
"/gegl-" version ".tar.xz")
|
||
(string-append "https://ftp.gtk.org/pub/gegl/"
|
||
(version-major+minor version)
|
||
"/gegl-" version ".tar.xz")
|
||
(string-append "ftp://ftp.gtk.org/pub/gegl/"
|
||
(version-major+minor version)
|
||
"/gegl-" version ".tar.xz")))
|
||
(sha256
|
||
(base32
|
||
"0ji57s7cba94vzy49agn7x47ca61rccm6rif0cb0s6rl4ygljrbp"))))
|
||
(build-system meson-build-system)
|
||
(arguments
|
||
`(#:configure-flags
|
||
(list "-Dintrospection=false")))
|
||
;; These are propagated to satisfy 'gegl-0.4.pc'.
|
||
(propagated-inputs
|
||
`(("babl" ,babl)
|
||
("glib" ,glib)
|
||
("json-glib" ,json-glib)))
|
||
(inputs
|
||
`(("cairo" ,cairo)
|
||
("pango" ,pango)
|
||
("libpng" ,libpng)
|
||
("libjpeg" ,libjpeg-turbo)))
|
||
(native-inputs
|
||
`(("pkg-config" ,pkg-config)
|
||
("glib" ,glib "bin") ; for gtester
|
||
("intltool" ,intltool)))
|
||
(home-page "http://gegl.org")
|
||
(synopsis "Graph based image processing framework")
|
||
(description "GEGL (Generic Graphics Library) provides infrastructure to
|
||
do demand based cached non destructive image editing on larger than RAM
|
||
buffers.")
|
||
;; The library itself is licensed under LGPL while the sample commandline
|
||
;; application and GUI binary gegl is licensed under GPL.
|
||
(license (list license:lgpl3+ license:gpl3+))))
|
||
|
||
(define-public gimp
|
||
(package
|
||
(name "gimp")
|
||
(version "2.10.20")
|
||
(source (origin
|
||
(method url-fetch)
|
||
(uri (string-append "https://download.gimp.org/pub/gimp/v"
|
||
(version-major+minor version)
|
||
"/gimp-" version ".tar.bz2"))
|
||
(sha256
|
||
(base32
|
||
"0g3vzh1bjffqx94mfghmwvkhncv71cgah2mnfx17q00s9f3rybz1"))))
|
||
(build-system gnu-build-system)
|
||
(outputs '("out"
|
||
"doc")) ; 9 MiB of gtk-doc HTML
|
||
(arguments
|
||
'(#:configure-flags
|
||
(list (string-append "--with-html-dir="
|
||
(assoc-ref %outputs "doc")
|
||
"/share/gtk-doc/html")
|
||
|
||
;; Prevent the build system from running 'gtk-update-icon-cache'
|
||
;; which is not needed during the build because Guix runs it at
|
||
;; profile creation time.
|
||
"ac_cv_path_GTK_UPDATE_ICON_CACHE=true"
|
||
|
||
;; Disable automatic network request on startup to check for
|
||
;; version updates.
|
||
"--disable-check-update"
|
||
|
||
;; ./configure requests not to annoy upstream with packaging bugs.
|
||
"--with-bug-report-url=https://bugs.gnu.org/guix")
|
||
#:phases
|
||
(modify-phases %standard-phases
|
||
(add-after 'install 'install-sitecustomize.py
|
||
;; Install 'sitecustomize.py' into gimp's python directory to
|
||
;; add pygobject and pygtk to pygimp's search path.
|
||
(lambda* (#:key outputs #:allow-other-keys)
|
||
(let* ((pythonpath (getenv "PYTHONPATH"))
|
||
(out (assoc-ref outputs "out"))
|
||
(sitecustomize.py
|
||
(string-append
|
||
out "/lib/gimp/2.0/python/sitecustomize.py")))
|
||
(call-with-output-file sitecustomize.py
|
||
(lambda (port)
|
||
(format port "import site~%")
|
||
(format port "for dir in '~a'.split(':'):~%" pythonpath)
|
||
(format port " site.addsitedir(dir)~%")))))))))
|
||
(inputs
|
||
`(("babl" ,babl)
|
||
("glib" ,glib)
|
||
("glib-networking" ,glib-networking)
|
||
("libtiff" ,libtiff)
|
||
("libwebp" ,libwebp)
|
||
("libjpeg" ,libjpeg-turbo)
|
||
("atk" ,atk)
|
||
("gexiv2" ,gexiv2)
|
||
("gtk+" ,gtk+-2)
|
||
("libmypaint" ,libmypaint)
|
||
("mypaint-brushes" ,mypaint-brushes-1.3)
|
||
("exif" ,libexif) ; optional, EXIF + XMP support
|
||
("lcms" ,lcms) ; optional, color management
|
||
("librsvg" ,librsvg) ; optional, SVG support
|
||
("poppler" ,poppler) ; optional, PDF support
|
||
("poppler-data" ,poppler-data)
|
||
("python" ,python-2) ; optional, Python support
|
||
("python2-pygtk" ,python2-pygtk) ; optional, Python support
|
||
("gegl" ,gegl)))
|
||
(native-inputs
|
||
`(("glib:bin" ,glib "bin") ; for glib-compile-resources and gdbus-codegen
|
||
("pkg-config" ,pkg-config)
|
||
("intltool" ,intltool)))
|
||
(home-page "https://www.gimp.org")
|
||
(synopsis "GNU Image Manipulation Program")
|
||
(description
|
||
"GIMP is an application for image manipulation tasks such as photo
|
||
retouching, composition and authoring. It supports all common image formats
|
||
as well as specialized ones. It features a highly customizable interface
|
||
that is extensible via a plugin system.")
|
||
(license license:gpl3+))) ; some files are lgplv3
|
||
|
||
(define-public gimp-fourier
|
||
(package
|
||
(name "gimp-fourier")
|
||
(version "0.4.3-2")
|
||
(source (origin
|
||
(method url-fetch)
|
||
(uri (string-append "http://registry.gimp.org/files/fourier-"
|
||
version ".tar.gz"))
|
||
(sha256
|
||
(base32
|
||
"1rpacyad678lqgxa3hh2n0zpg4azs8dpa8q079bqsl12812k9184"))))
|
||
(build-system gnu-build-system)
|
||
(arguments
|
||
`(#:tests? #f ;no tests
|
||
#:phases
|
||
(modify-phases %standard-phases
|
||
;; FIXME: The gegl package only installs "gegl-0.4.pc", but
|
||
;; "gimp-2.0.pc" requires "gegl-0.3.pc", so we just copy it.
|
||
(replace 'configure
|
||
(lambda* (#:key inputs #:allow-other-keys)
|
||
(mkdir-p "tmppkgconfig")
|
||
(copy-file (string-append (assoc-ref inputs "gegl")
|
||
"/lib/pkgconfig/gegl-0.4.pc")
|
||
"tmppkgconfig/gegl-0.3.pc")
|
||
(setenv "PKG_CONFIG_PATH"
|
||
(string-append "tmppkgconfig:"
|
||
(or (getenv "PKG_CONFIG_PATH") "")))
|
||
#t))
|
||
(add-after 'unpack 'set-prefix
|
||
(lambda* (#:key outputs #:allow-other-keys)
|
||
;; gimptool-2.0 does not allow us to install to any target
|
||
;; directory.
|
||
(let ((target (string-append (assoc-ref outputs "out")
|
||
"/lib/gimp/"
|
||
(car (string-split ,(package-version gimp) #\.))
|
||
".0/plug-ins")))
|
||
(substitute* "Makefile"
|
||
(("\\$\\(PLUGIN_INSTALL\\) fourier")
|
||
(string-append "cp fourier " target)))
|
||
(mkdir-p target))
|
||
#t)))))
|
||
(inputs
|
||
`(("fftw" ,fftw)
|
||
("gimp" ,gimp)
|
||
;; needed by gimp-2.0.pc
|
||
("gdk-pixbuf" ,gdk-pixbuf)
|
||
("gegl" ,gegl)
|
||
("cairo" ,cairo)
|
||
("glib" ,glib)
|
||
;; needed by gimpui-2.0.pc
|
||
("gtk+" ,gtk+-2)))
|
||
(native-inputs
|
||
`(("pkg-config" ,pkg-config)))
|
||
(home-page "https://www.lprp.fr/gimp_plugin_en/#fourier")
|
||
(synopsis "GIMP plug-in to edit image in fourier space")
|
||
(description
|
||
"This package provides a simple plug-in to apply the fourier transform on
|
||
an image, allowing you to work with the transformed image inside GIMP. You
|
||
can draw or apply filters in fourier space and get the modified image with an
|
||
inverse fourier transform.")
|
||
(license license:gpl3+)))
|
||
|
||
(define-public libmypaint
|
||
(package
|
||
(name "libmypaint")
|
||
(version "1.5.1")
|
||
(source (origin
|
||
(method url-fetch)
|
||
(uri (string-append "https://github.com/mypaint/libmypaint/"
|
||
"releases/download/v" version "/libmypaint-"
|
||
version ".tar.xz"))
|
||
(sha256
|
||
(base32
|
||
"0aqcv4fyscpfhknxgfpq0v84aj2nzigqvpi4zgv2zkl41h51by5f"))))
|
||
(build-system gnu-build-system)
|
||
(native-inputs
|
||
`(("intltool" ,intltool)
|
||
("pkg-config" ,pkg-config)))
|
||
;; As needed by 'libmypaint.pc'.
|
||
(propagated-inputs
|
||
`(("json-c" ,json-c)
|
||
("gobject-introspection" ,gobject-introspection)))
|
||
(inputs
|
||
`(("glib" ,glib)))
|
||
(synopsis "Artistic brushes library")
|
||
(description "Libmypaint, also called \"brushlib\", is a library for making
|
||
brushstrokes which is used by MyPaint and GIMP.")
|
||
(home-page "http://mypaint.org")
|
||
(license license:isc)))
|
||
|
||
(define-public mypaint-brushes
|
||
(package
|
||
(name "mypaint-brushes")
|
||
(version "2.0.2")
|
||
(source
|
||
(origin
|
||
(method git-fetch)
|
||
(uri (git-reference
|
||
(url "https://github.com/mypaint/mypaint-brushes")
|
||
(commit (string-append "v" version))))
|
||
(file-name (git-file-name name version))
|
||
(sha256
|
||
(base32 "0kcqz13vzpy24dhmrx9hbs6s7hqb8y305vciznm15h277sabpmw9"))))
|
||
(build-system gnu-build-system)
|
||
(native-inputs
|
||
`(("autoconf" ,autoconf)
|
||
("automake" ,automake)))
|
||
(synopsis "Default brushes for MyPaint")
|
||
(description "This package provides the default set of brushes for
|
||
MyPaint.")
|
||
(home-page "https://github.com/mypaint/mypaint-brushes/")
|
||
;; Scripts are distributed under GPL2+ terms, brushes are provided as
|
||
;; public domain or under CC0 terms.
|
||
(license (list license:gpl2+ license:cc0 license:public-domain))))
|
||
|
||
(define-public mypaint-brushes-1.3
|
||
(package
|
||
(inherit mypaint-brushes)
|
||
(name "mypaint-brushes")
|
||
(version "1.3.1")
|
||
(source
|
||
(origin
|
||
(method git-fetch)
|
||
(uri (git-reference
|
||
(url "https://github.com/mypaint/mypaint-brushes")
|
||
(commit (string-append "v" version))))
|
||
(file-name (git-file-name name version))
|
||
(sha256
|
||
(base32 "1c95l1vfz7sbrdlzrbz7h1p6s1k113kyjfd9wfnxlm0p6562cz3j"))))))
|
||
|
||
(define-public gimp-resynthesizer
|
||
;; GIMP does not respect any plugin search path environment variable, so after
|
||
;; installation users have to edit their GIMP settings to include
|
||
;; "$HOME/.guix-profile/lib/gimp/2.0/plug-ins/" in
|
||
;; “Edit->Preferences->Folders->Plug Ins”.
|
||
(package
|
||
(name "gimp-resynthesizer")
|
||
(version "2.0.3")
|
||
(source
|
||
(origin
|
||
(method git-fetch)
|
||
(uri (git-reference
|
||
(url "https://github.com/bootchk/resynthesizer")
|
||
(commit (string-append "v" version))))
|
||
(sha256
|
||
(base32
|
||
"1jwc8bhhm21xhrgw56nzbma6fwg59gc8anlmyns7jdiw83y0zx3j"))
|
||
(file-name (git-file-name name version))))
|
||
(build-system gnu-build-system)
|
||
(arguments
|
||
`( ;; Turn off tests to avoid:
|
||
;; make[1]: *** No rule to make target '../src/resynth-gui.c', needed by 'resynthesizer.pot'. Stop.
|
||
#:tests? #f
|
||
#:phases
|
||
(modify-phases %standard-phases
|
||
(add-after 'unpack 'set-env
|
||
(lambda _
|
||
(setenv "CONFIG_SHELL" (which "sh"))
|
||
#t))
|
||
(add-after 'configure 'set-prefix
|
||
;; Install plugin under $prefix, not under GIMP's libdir.
|
||
(lambda* (#:key outputs #:allow-other-keys)
|
||
(let ((target (string-append (assoc-ref outputs "out")
|
||
"/lib/gimp/"
|
||
,(version-major
|
||
(package-version gimp))
|
||
".0")))
|
||
(substitute* (list "src/resynthesizer/Makefile"
|
||
"src/resynthesizer-gui/Makefile")
|
||
(("GIMP_LIBDIR = .*")
|
||
(string-append "GIMP_LIBDIR = " target "\n")))
|
||
(mkdir-p target)
|
||
#t))))))
|
||
(native-inputs
|
||
`(("autoconf" ,autoconf-wrapper)
|
||
("automake" ,automake)
|
||
("glib" ,glib "bin") ; glib-gettextize
|
||
("intltool" ,intltool)
|
||
("pkg-config" ,pkg-config)))
|
||
(inputs
|
||
`(("gimp" ,gimp)
|
||
("gdk-pixbuf" ,gdk-pixbuf) ; needed by gimp-2.0.pc
|
||
("cairo" ,cairo)
|
||
("gegl" ,gegl)
|
||
("gtk+" ,gtk+-2) ; needed by gimpui-2.0.pc
|
||
("glib" ,glib)))
|
||
(home-page "https://github.com/bootchk/resynthesizer")
|
||
(synopsis "GIMP plugins for texture synthesis")
|
||
(description
|
||
"This package provides resynthesizer plugins for GIMP, which encompasses
|
||
tools for healing selections (content-aware fill), enlarging the canvas and
|
||
healing the border, increasing the resolution while adding detail, and
|
||
transferring the style of an image.")
|
||
(license license:gpl3+)))
|