aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/inklingreader.scm
blob: 6cdc4b3330bdaee28a20c8e5461f0503a11992e2 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Roel Janssen <roel@gnu.org>
;;;
;;; 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 inklingreader)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu)
  #:use-module (gnu packages)
  #:use-module (gnu packages autotools)
  #:use-module (gnu packages glib)
  #:use-module (gnu packages gnome)
  #:use-module (gnu packages gtk)
  #:use-module (gnu packages libusb)
  #:use-module (gnu packages pkg-config))

(define-public inklingreader
  (package
    (name "inklingreader")
    (version "0.8")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "ftp://alpha.gnu.org/gnu/inklingreader/inklingreader-"
                    version ".tar.gz"))
              (sha256
               (base32
                "0ikg95mgwfqh0bq4dzvkfmdiycacqvv27g91hl6adwk5y3gzl96g"))))
    (build-system gnu-build-system)
    (inputs
     `(("glib" ,glib)
       ("cairo" ,cairo)
       ("gtk+" ,gtk+)
       ("librsvg" ,librsvg)
       ("libusb" ,libusb)))
    (native-inputs
     `(("pkg-config" ,pkg-config)))
    (home-page "https://www.gnu.org/software/inklingreader/")
    (synopsis "Wacom Inkling sketch format conversion and manipulation")
    (description
     "GNU InklingReader is a package to support the Wacom Inkling device,
including data conversion to various free formats, basic editing features,
and an Inkscape plugin.")
    (license license:gpl3+)))
emplatifyjs&id=f0ae03ed3933fb967921924dc524f4cca8587ce4'>report immediate `ufuzz` failure from Pull Request (#4128)Alex Lam S.L 2020-09-05relax `ufuzz` job timing constraint (#4094)Alex Lam S.L 2020-08-26enhance `loops` & `unused` (#4074)...- extend `ufuzz` generation of for-in loopsAlex Lam S.L 2020-08-19improve `ufuzz` duty cycle heuristic (#4057)Alex Lam S.L 2020-08-09improve `ufuzz` duty cycle heuristic (#4045)Alex Lam S.L 2020-08-08workaround incorrect workflow status (#4044)Alex Lam S.L 2020-08-06fix corner cases in aliasing of global variables (#4039)...fixes #4038Alex Lam S.L 2020-07-31validate against multiple parents on `AST_Node` (#4032)...- fix related issues in `global_defs`, `ie8` & `reduce_vars`Alex Lam S.L 2020-07-21reduce `ufuzz` test cases that fail to `minify()` (#4021)Alex Lam S.L 2020-07-20fix corner case in false positive detection (#4011)Alex Lam S.L 2020-06-29fix corner case in `inline` (#4007)...fixes #4006Alex Lam S.L 2020-06-14speed up false positive detection in `ufuzz` (#3996)Alex Lam S.L 2020-06-14enhance `evaluate` (#3995)Alex Lam S.L 2020-06-10improve false positive detection in `ufuzz` (#3982)Alex Lam S.L 2020-06-09improve false positive detection in `ufuzz` (#3977)Alex Lam S.L 2020-06-09improve false positive detection in `ufuzz` (#3973)Alex Lam S.L 2020-06-08improve false positive detection in `ufuzz` (#3968)Alex Lam S.L 2020-06-08fix corner cases related to `in` (#3964)Alex Lam S.L 2020-05-27fix corner case in infinite recursion detection (#3926)Alex Lam S.L 2020-05-25fix corner cases in infinite recursion detection (#3924)Alex Lam S.L 2020-05-21improve `ufuzz` (#3912)...- preserve test case if `beautify` suppresses bug - determine suspicious options even if `minify()` failsAlex Lam S.L 2020-05-17fix suspicious `toplevel` detection (#3902)Alex Lam S.L 2020-05-13suppress `ufuzz` false positives (#3893)Alex Lam S.L 2020-05-11extend `--reduce-test` to cover `minify()` bugs (#3876)Alex Lam S.L 2020-05-10fix corner case in `reduce_vars` (#3867)...fixes #3866Alex Lam S.L 2020-05-10improve AST validation (#3864)Alex Lam S.L 2020-05-08improve `ufuzz` detection of suspicious options (#3860)Alex Lam S.L 2020-05-08suppress `ufuzz` false positives (#3855)Alex Lam S.L 2020-04-27improve suspicious option detection (#3820)Alex Lam S.L 2020-04-18report top-level default options (#3797)Alex Lam S.L 2020-04-18expand `ufuzz` patterns (#3792)Alex Lam S.L 2020-04-18fix corner cases in `join_vars` (#3790)...fixes #3789 fixes #3791Alex Lam S.L 2020-04-05expand `ufuzz` patterns (#3761)Alex Lam S.L 2020-04-05enhance `inline` (#3760)Alex Lam S.L