maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: zrythm: Update to 1.0.0-alpha.3.0.1. f7c031d15565f9858afbfd9f92e264186880959b Alexandros Theodotou 2020-10-02 17:19:00
gnu: stockfish: Fix typo in description. 8416f0f26cf2904de23ac20fba5d122cf86f9bf0 Tobias Geerinckx-Rice 2020-10-06 09:02:10
gnu: libbpf: Fix erroneous use of DESTDIR. 36c737a9c3d906e85c97c919cd6ddb4f95eca2c9 Tobias Geerinckx-Rice 2020-10-06 08:28:29
build: svn: Handle fetch errors. 2fb12dd1bb725592e1561ac8f4b32fb68accb161 zimoun 2020-10-05 16:47:39
build: hg: Handle fetch errors. a5a3f813c74aa8143af1e42a3d754f1bf7be2fb0 zimoun 2020-10-05 16:36:34
gnu: chatty: Update to 0.1.16. 32530a66508e4cfe2eb96e43054af85e97433f93 Michael Rohleder 2020-10-05 06:57:44
gnu: emacs-dtrt-indent: Update to 1.2. 89ca634050a985e672beb10afb9cc0f3f06dce27 Joseph LaFreniere 2020-10-04 18:58:06
gnu: emacs-helpful: Update to 0.18. 79fa492fb5f3edd4075a19d1894dde93c2b0c0b0 Michael Rohleder 2020-10-04 10:17:47
gnu: Add memkind. a6d78f2bbae64ba0be03c734871035217071112f Danny Milosavljevic 2020-10-06 07:54:31
images: Add pine64-barebones-raw-image. 8a4f1eef98490827b331460d7432de843926869b Mathieu Othacehe 2020-10-06 07:50:55
build-system/cargo: Don't install .crates.toml file. c1cc0c4865a8bfff43c5c9bd6ae8dcadb061c8a0 Efraim Flashner 2020-10-06 07:29:47
gnu: emacs-ivy-posframe: Update to 0.5.0. 3b186ab72b135f0b9cbc3a59c4d8b6cee99b6e73 Nicolas Goaziou 2020-10-06 07:09:48
gnu: vlang: Correctly refer to output directories. 527b27f14c110bda4c02bc3f6ee2efb1129458c4 Efraim Flashner 2020-10-06 06:45:13
gnu: vlang: Use cc-for-target. 6450070b9197516f84ff15d8c8653544ea1fb119 Efraim Flashner 2020-10-06 06:44:25
services: dnsmasq: Add TFTP configuration fields. 34d1c0a03b51fdaef26a3bc630ab096da740e1d6 Danny Milosavljevic 2020-09-27 19:06:30
gnu: lsh: Enable some tests. 3e34f89980416a3b2f8637b3f7d15e35ff56e92d Maxim Cournoyer 2020-10-06 03:52:24
gnu: lsh: Fix X11 forwarding. 0ec195ff02f2817bc52f9c06b85a89b414b0b28c Maxim Cournoyer 2020-10-06 03:48:45
gnu: perl-cgi: Update to 4.51. fb81bd9e0bcd12bd371ec8b87f5ade777995e6c4 Tobias Geerinckx-Rice 2020-10-06 00:53:24
gnu: python-flake8: Update to 3.8.4. f6a087a68fa133649940a35011692944c4426dfb Tobias Geerinckx-Rice 2020-10-06 00:53:13
gnu: seahorse: Update to 3.36.2. f68cbccf5df51038f595a625a88f61b1bced6116 Tobias Geerinckx-Rice 2020-10-06 00:45:39
Commit f7c031d15565f9858afbfd9f92e264186880959b - gnu: zrythm: Update to 1.0.0-alpha.3.0.1.
* gnu/packages/music.scm (zrythm): Update to 1.0.0-alpha.3.0.1.
[arguments]: Explicitly enable RtMidi support in #:configure-flags.
<phases>: Remove xdg-open patch (no longer needed).

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Author: Alexandros Theodotou
Author date (UTC): 2020-10-02 17:19
Committer name: Mathieu Othacehe
Committer date (UTC): 2020-10-06 09:39
Parent(s): 8416f0f26cf2904de23ac20fba5d122cf86f9bf0
Signer:
Signing key: 8354763531769CA6
Signing status: E
Tree: 13e86c213e0309058f2e737f375a0bd2bc30f0a9
File Lines added Lines deleted
gnu/packages/music.scm 4 11
File gnu/packages/music.scm changed (mode: 100644) (index 879d90b241..1434af9788)
... ... and as an LV2 plugin.")
5538 5538 ;; distros to make necessary changes to integrate the software into the ;; distros to make necessary changes to integrate the software into the
5539 5539 ;; distribution. ;; distribution.
5540 5540 (name "zrythm") (name "zrythm")
5541 (version "0.8.911")
5541 (version "1.0.0-alpha.3.0.1")
5542 5542 (source (source
5543 5543 (origin (origin
5544 5544 (method url-fetch) (method url-fetch)
 
... ... and as an LV2 plugin.")
5546 5546 version ".tar.xz")) version ".tar.xz"))
5547 5547 (sha256 (sha256
5548 5548 (base32 (base32
5549 "1xyp70sjc2k5pfdqbwqa988v86da0rmmyl8ry86bqv4ja80sc6g9"))))
5549 "06025367x08y4g9grhcn35bk1dsrpgm04c8l8j50i3p49dl3s1n0"))))
5550 5550 (build-system meson-build-system) (build-system meson-build-system)
5551 5551 (arguments (arguments
5552 5552 `(#:glib-or-gtk? #t `(#:glib-or-gtk? #t
 
... ... and as an LV2 plugin.")
5558 5558 "-Dgraphviz=enabled" ; for exporting routing graphs "-Dgraphviz=enabled" ; for exporting routing graphs
5559 5559 "-Dguile=enabled" ; for Guile scripting "-Dguile=enabled" ; for Guile scripting
5560 5560 "-Djack=enabled" ; for JACK audio/MIDI backend "-Djack=enabled" ; for JACK audio/MIDI backend
5561 "-Dsdl=enabled") ; for SDL audio backend (which uses ALSA)
5562 #:phases
5563 (modify-phases %standard-phases
5564 (add-after 'unpack 'patch-xdg-open
5565 (lambda _
5566 (substitute* "src/utils/io.c"
5567 (("OPEN_DIR_CMD")
5568 (string-append "\"" (which "xdg-open") "\"")))
5569 #t)))))
5561 "-Drtmidi=enabled" ; for RtMidi backend (ALSA sequencer)
5562 "-Dsdl=enabled"))) ; for SDL audio backend (which uses ALSA)
5570 5563 (inputs (inputs
5571 5564 `(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)
5572 5565 ("jack" ,jack-1) ("jack" ,jack-1)
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main