summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: pjproject-jami: Add the missing "--enable-epoll" flag.series-3577Jan Wielkiewicz2020-04-17
|
* gnu: jami: Replace gnu-gettext with gettext-minimal, just like on master.Jan Wielkiewicz2020-04-17
|
* gnu: jami: Bump to 20200401.1.6f090de.Jan Wielkiewicz2020-04-17
|
* gnu: opendht: Bump to 2.0.0.Jan Wielkiewicz2020-04-17
|
* gnu: jami.scm: Indent code properly.Jan Wielkiewicz2020-04-17
|
* gnu: pjproject-jami: Bump to 2.10; apply some cool patches.Jan Wielkiewicz2020-04-17
|
* gnu: jami: Bump to 20200326.1.f8d3d10.Jan Wielkiewicz2020-04-17
|
* gnu: pjproject, pjproject-jami: Remove broken pjproject package. Make ↵Jan Wielkiewicz2020-04-17
| | | | pjproject-jami package stand-alone by moving package code from pjproject into it.
* gnu: networking.scm: Add missing copyright year.Jan Wielkiewicz2020-04-17
|
* gnu: opendht: Bump to 2.0.0rc2.Jan Wielkiewicz2020-04-17
|
* gnu: jami: Bump to 20200214.1.7488e86.Jan Wielkiewicz2020-04-17
|
* gnu: jami.scm: Untabify by emacs.Jan Wielkiewicz2020-04-17
|
* gnu: jami: Make gettext a native input.Jan Wielkiewicz2020-04-17
|
* gnu: pjproject: Fix formatting.Jan Wielkiewicz2020-04-17
|
* gnu: pjproject-jami: Add a new SFL patch.Jan Wielkiewicz2020-04-17
|
* gnu: jami: Bump to 20200206.2.996bf03.Jan Wielkiewicz2020-04-17
|
* gnu: jami.scm: Add a missing module.Jan Wielkiewicz2020-04-17
|
* gnu: pjproject: Add and apply a patch fixing the crash.Jan Wielkiewicz2020-04-17
|
* gnu: restinio: Bump to 0.6.1.1.Jan Wielkiewicz2020-04-17
|
* gnu: libring: Use ffmpeg-jami instead of ffmpeg.Jan Wielkiewicz2020-04-17
|
* gnu: Add ffmpeg-jami.Jan Wielkiewicz2020-04-17
|
* gnu: opendht: Bump to 2.0.0rc1.Jan Wielkiewicz2020-04-17
|
* gnu: libupnp: Bump to 1.8.6; change the download method to git-fetch; add ↵Jan Wielkiewicz2020-04-17
| | | | missing dependencies.
* gnu: libring: Add libnatpmp as an optional dependency; remove unnecessary ↵Jan Wielkiewicz2020-04-17
| | | | comment.
* gnu: Add libnatpmp.Jan Wielkiewicz2020-04-17
|
* gnu: pjproject-jami: Use the jami-apply-dependency-patches procedure.Jan Wielkiewicz2020-04-17
|
* gnu: jami: Add a generalized procedure for applying patches made by ↵Jan Wielkiewicz2020-04-17
| | | | Savoir-faire linux to Jami dependencies.
* gnu: jami: Fix downloading by changing the prefix to "jami_"; Use the ↵Jan Wielkiewicz2020-04-17
| | | | "release" dir instead of the deprecated "ring-release".
* gnu: jami: Bump to 20200203.1.5ee7e10.Jan Wielkiewicz2020-04-17
|
* gnu: jami: Move Jami and its dependencies to jami.scm.Jan Wielkiewicz2020-04-17
|
* gnu: python-jedi: Fix test failure on some file systems.base-for-series-3577Marius Bakke2020-04-17
| | | | | | | | | Reported by sirgazil on #guix. * gnu/packages/patches/python-jedi-sort-project-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-jedi)[source](patches): Add it. [arguments]: Run tests more verbosely while at it.
* gnu: xournalpp: Remove outdated comments.Nicolas Goaziou2020-04-16
| | | | | * gnu/packages/pdf.scm (xournalpp): Remove outdated comments. This is a followup to 9cb2f28c5a737576ec28099d69aa35ff687e7778.
* doc: Document building and installing from JSON files.Ricardo Wurmus2020-04-16
| | | | | | | | * doc/guix.texi (Invoking guix package): Augment pargraphs for "--install-from-file". (Invoking guix build): Document building from JSON files. * doc/package-hello.json: New file. * doc/local.mk (EXTRA_DIST): Add it.
* import/print: Don't factorize URI if there's no version match.Ricardo Wurmus2020-04-16
| | | | | * guix/import/print.scm (package->code): If FACTORIZE-URI returns just the unmodified string use that as the URI.
* import/utils: alist->package: Include arguments.Ricardo Wurmus2020-04-16
| | | | | * guix/import/utils.scm (alist->package): Process arguments field in input data and include it in the generated package.
* import/json: json->code: Handle files with more than one definition.Ricardo Wurmus2020-04-16
| | | | | | * guix/import/json.scm (json->code): Convert JSON arrays to lists of package definitions. (json->scheme-file): Write all expressions to the target file.
* import/utils: alist->package: Ignore known inputs.Ricardo Wurmus2020-04-16
| | | | | | | * guix/import/utils.scm (alist->package): Accept optional list of known inputs, which are excluded from the specification lookup. * guix/import/print.scm (package->code)[package-lists->code]: Handle inputs which are just symbols.
* import/print: package->code: Wrap S-expression in definition.Ricardo Wurmus2020-04-16
| | | | | * guix/import/print.scm (package->code): Return a definition, not just a package expression.
* import/json: Use json->code.Ricardo Wurmus2020-04-16
| | | | | * guix/import/json.scm (json->code): Export procedure. * guix/scripts/import/json.scm (guix-import-json): Use json->code.
* scripts/package: Handle JSON files.Ricardo Wurmus2020-04-16
| | | | | * guix/scripts/package.scm (%options): Support loading from JSON files when "install-from-file" is used.
* scripts/build: options->things-to-build: Handle .json files.Ricardo Wurmus2020-04-16
| | | | | * guix/scripts/build.scm (options->things-to-build): Handle files that end on .json.
* import/json: Add json->scheme-file.Ricardo Wurmus2020-04-16
| | | | * guix/import/json.scm (json->code, json->scheme-file): New procedures.
* import/print: package->code: Wrap build system value in module reference.Ricardo Wurmus2020-04-16
| | | | | * guix/import/print.scm (package->code): Return build system value with corresponding module.
* import/print: Return license with prefix.Ricardo Wurmus2020-04-16
| | | | * guix/import/print.scm (license->code): Prepend license: prefix.
* gnu: wireshark: Update to 3.2.3.Nicolas Goaziou2020-04-16
| | | | * gnu/packages/networking.scm (wireshark): Update to 3.2.3.
* gnu: python-hy: Update to 0.18.0.Efraim Flashner2020-04-16
| | | | | | | | * gnu/packages/python-xyz.scm (python-hy): Update to 0.18.0. [arguments]: Make all phases return #t. [propagated-inputs]: Remove python-clint, python-fastentrypoints. Add python-colorama. (python2-hy): Remove variable.
* gnu: python-icalendar: Update to 4.0.5.Efraim Flashner2020-04-16
| | | | * gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.5.
* gnu: toot: Update to 0.26.0.Efraim Flashner2020-04-16
| | | | * gnu/packages/mastodon.scm (toot): Update to 0.26.0.
* gnu: python-urwid: Update to 2.1.0.Efraim Flashner2020-04-16
| | | | * gnu/packages/python-xyz.scm (python-urwid): Update to 2.1.0.
* gnu: python-vobject: Update to 0.9.6.1.Efraim Flashner2020-04-16
| | | | * gnu/packages/python-xyz.scm (python-vobject): Update to 0.9.6.1.