summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/mypaint-brushes/package.py
diff options
context:
space:
mode:
authorBenjamin S. Kirk <benjamin.s.kirk@gmail.com>2022-12-17 03:52:56 -0700
committerGitHub <noreply@github.com>2022-12-17 03:52:56 -0700
commitcec3da61d2b3469ee7d732a379197d21fabd8136 (patch)
treeeeb56ad2a65614b2f078c938ff60dbb793466f89 /var/spack/repos/builtin/packages/mypaint-brushes/package.py
parent7ed53cf083a27c3217d21537f50117520cee5c12 (diff)
downloadspack-cec3da61d2b3469ee7d732a379197d21fabd8136.tar.gz
spack-cec3da61d2b3469ee7d732a379197d21fabd8136.tar.bz2
spack-cec3da61d2b3469ee7d732a379197d21fabd8136.tar.xz
spack-cec3da61d2b3469ee7d732a379197d21fabd8136.zip
Add gimp & dependent packages (#34558)
* exiv2: add new versions * babl: new package required to build GIMP * gegl: new package required to build GIMP * gexiv2: new package required to build GIMP * libmypaint: new package required to build GIMP * mypaint-brushes: new package required to build GIMP * vala: new package required to build GIMP * GIMP: new package definition for building GIMP-2.10 from source * libjxl: update for 0.7.0 * libwmf: a library for reading vector images in Windows Metafile Format (WMF) * libde265: an open source implementation of the h.265 video codec * libwebp: add new versions * GIMP: additional variants for building GIMP-2.10 from source * libde265: remove boilerplate * fixes for style precheck * updates based on feedback * fixes for style precheck
Diffstat (limited to 'var/spack/repos/builtin/packages/mypaint-brushes/package.py')
-rw-r--r--var/spack/repos/builtin/packages/mypaint-brushes/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/mypaint-brushes/package.py b/var/spack/repos/builtin/packages/mypaint-brushes/package.py
new file mode 100644
index 0000000000..a0e67754bd
--- /dev/null
+++ b/var/spack/repos/builtin/packages/mypaint-brushes/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack.package import *
+
+
+class MypaintBrushes(AutotoolsPackage):
+ """Brushes used by MyPaint and other software using libmypaint."""
+
+ homepage = "https://github.com/mypaint/mypaint-brushes"
+ url = "https://github.com/mypaint/mypaint-brushes/releases/download/v2.0.2/mypaint-brushes-2.0.2.tar.xz"
+
+ maintainers = ["benkirk"]
+
+ version("2.0.2", sha256="7984a74edef94571d872d0629b224abaa956a36f632f5c5516b33d22e49eb566")
+ version("1.3.1", sha256="fef66ffc241b7c5cd29e9c518e933c739618cb51c4ed4d745bf648a1afc3fe70")