[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47274] Linphone Packages
From: |
Maxim Cournoyer |
Subject: |
[bug#47274] Linphone Packages |
Date: |
Sat, 27 Mar 2021 20:52:36 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hello,
Raghav Gururajan <rg@raghavgururajan.name> writes:
> From 2c1e262e549b928a624513e2c91b059b88b8e822 Mon Sep 17 00:00:00 2001
> From: Raghav Gururajan <rg@raghavgururajan.name>
> Date: Thu, 18 Mar 2021 14:33:34 -0400
> Subject: [PATCH 41/53] gnu: Add cli.
>
> * gnu/packages/codesynthesis.scm (cli): New variable.
> ---
> gnu/packages/codesynthesis.scm | 45 ++++++++++++++++++++++++++++++++++
> 1 file changed, 45 insertions(+)
>
> diff --git a/gnu/packages/codesynthesis.scm b/gnu/packages/codesynthesis.scm
> index f24fb760de..b70e53cd7c 100644
> --- a/gnu/packages/codesynthesis.scm
> +++ b/gnu/packages/codesynthesis.scm
> @@ -151,3 +151,48 @@ XML Schema definition language. It includes a parser,
> semantic graph types and
> a traversal mechanism.")
> (home-page "https://www.codesynthesis.com/projects/libxsd-frontend/")
> (license license:gpl2+)))
> +
> +(define-public cli
> + (package
> + (name "cli")
> + (version "1.1.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append "https://www.codesynthesis.com/download/"
> + "cli/" (version-major+minor version)
> + "/cli-" version ".tar.bz2"))
> + (sha256
> + (base32 "0bg0nsai2q4h3mldpnj0jz4iy4svs0bcfvmq0v0c9cdyknny606g"))))
> + (build-system gnu-build-system)
> + (arguments
> + `(#:test-target "test"
> + #:make-flags
> + (list
> + (string-append "install_prefix=" (assoc-ref %outputs "out")))
> + #:phases
> + (modify-phases %standard-phases
> + (add-after 'unpack 'patch
> + (lambda _
> + (substitute* (find-files "." "\\.make$")
> + (("build-0\\.3")
> + (string-append (assoc-ref %build-inputs "build")
> + "/include/build-0.3")))
> + (substitute* (find-files "." "\\.?xx$")
> + (("add \\(typeid \\(type\\), \\*this\\);")
> + "traverser_map<B>::add (typeid (type), *this);")
> + (("iterate_and_dispatch \\(s\\.names_begin \\(\\),
> s\\.names_end \\(\\), d\\);")
> + "edge_dispatcher::iterate_and_dispatch (s.names_begin (),
> s.names_end (), d);"))
> + #t))
What is the above substitution for? A comment would be helpful!
Thanks,
Maxim
- [bug#47274] Linphone Packages, (continued)
- [bug#47274] Linphone Packages, Maxim Cournoyer, 2021/03/27
- [bug#47274] Linphone Packages, Raghav Gururajan, 2021/03/29
- [bug#47274] Linphone Packages, Maxim Cournoyer, 2021/03/27
- [bug#47274] Linphone Packages, Raghav Gururajan, 2021/03/28
- [bug#47274] Linphone Packages, Maxim Cournoyer, 2021/03/28
- [bug#47274] Linphone Packages, Raghav Gururajan, 2021/03/29
- [bug#47274] Linphone Packages, Raghav Gururajan, 2021/03/29
- [bug#47274] Linphone Packages,
Maxim Cournoyer <=
- [bug#47274] Linphone Packages, Raghav Gururajan, 2021/03/29
- bug#47274: Linphone Packages, Maxim Cournoyer, 2021/03/29
- [bug#47274] Linphone Packages, Raghav Gururajan, 2021/03/29
- [bug#47274] Linphone Packages, Maxim Cournoyer, 2021/03/29
- [bug#47274] Linphone Packages, Maxim Cournoyer, 2021/03/24
- [bug#47274] Linphone Packages, Raghav Gururajan, 2021/03/29
- [bug#47274] Linphone Packages, Maxim Cournoyer, 2021/03/28
- [bug#47274] Linphone Packages, Raghav Gururajan, 2021/03/29
- [bug#47274] Linphone Packages, Maxim Cournoyer, 2021/03/29
- [bug#47274] Linphone Packages, Raghav Gururajan, 2021/03/29