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: xf86-input-libinput: Update to 0.30.0. 17032767da189a31d24fc350e68d065ec12bb9f6 Marius Bakke 2020-10-13 15:00:14
gnu: Remove python2-gst. 55fe84c6ebd37e6ee82114d4fc2c09ed42d1b3c0 Marius Bakke 2020-10-12 22:50:00
gnu: gst-plugins-bad: Add support for Secure Reliable Transport (SRT). ada061c12ac86b430a6fdfc662cd9cb4217da67c Leo Famulari 2020-10-13 03:25:28
gnu: VLC: Add support for Secure Reliable Transport (SRT). 9c5c64b8e11c2af7da6ee460372d4360a6348ad5 Leo Famulari 2020-10-10 04:53:33
gnu: FFmpeg: Add support for Secure Reliable Transport (SRT). 64661754fd8a32b9298d24e815cdbe568a8ffe77 Leo Famulari 2020-10-10 04:52:24
gnu: Add SRT 1.4.1. 021e92780b8ce87efde70bb069cb6a8d762e544c Leo Famulari 2020-10-10 04:51:59
installer: Add Emacs EXWM desktop environment. 1197b8b20f4fca4ce03bbc5fa75e18d54e3717c0 Jan (janneke) Nieuwenhuizen 2020-10-11 10:45:00
gnu: mediainfo: Update to 20.09. d5318e0c5ac62b57c8878d96fbea4e05c1d0d27e Tobias Geerinckx-Rice 2020-10-13 17:01:19
gnu: libmediainfo: Update to 20.09. 42a5c643a7658503c645fca47f69cdf81c5202df Tobias Geerinckx-Rice 2020-10-13 17:01:15
gnu: dos2unix: Cross-compile. b4d7d41b222e6b8d8e85980e0da85785c86c0966 Tobias Geerinckx-Rice 2020-10-13 17:00:59
gnu: dos2unix: Update to 7.4.2. e2d33f9e33b817490768fc723761c6a29e34cb9a Tobias Geerinckx-Rice 2020-10-13 16:58:46
gnu: vim: Update to 8.2.1840. 9e0de744b183a4bfdf537f68d93568746af9e953 Tobias Geerinckx-Rice 2020-10-13 16:49:08
gnu: xonsh: Update to 0.9.23. 347b68c7401c61baa32b51f87e2c961c51024203 Tobias Geerinckx-Rice 2020-10-13 16:48:40
gnu: stunnel: Update to 5.57 [security fixes]. 7e868a3958eaed25088b2ea9acd8cc7dd5967c0d Tobias Geerinckx-Rice 2020-10-13 15:07:23
gnu: alpine: Update to 2.24. d395f422e7c77633f5299b8940a01cd525eb251e Tobias Geerinckx-Rice 2020-10-13 14:11:45
gnu: kdenlive: Update to 20.08.2. 6e7143c5f5ba2330cbed44cf5a9c4c1cd52aebbb Tobias Geerinckx-Rice 2020-10-13 13:57:07
gnu: ncmpc: Update to 0.40. 639a934f72d6769498b057f1c776d5cab0092c25 Tobias Geerinckx-Rice 2020-10-13 13:56:36
gnu: libmtp: Update to 1.1.18. abc214229d0e2628f2e32810bfd4dab414b9b91f Tobias Geerinckx-Rice 2020-10-13 13:48:11
gnu: libsecret: Update to 0.20.4. dcf05d0560a4c1b44634b6225cf78dbb532b9bd8 Tobias Geerinckx-Rice 2020-10-13 13:28:01
gnu: easyrpg-player: Update to 0.6.2.3. 65ed6e37336cf1e16d837979b2b12c92ba6138a2 Tobias Geerinckx-Rice 2020-10-13 13:22:15
Commit 17032767da189a31d24fc350e68d065ec12bb9f6 - gnu: xf86-input-libinput: Update to 0.30.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.30.0.
Author: Marius Bakke
Author date (UTC): 2020-10-13 15:00
Committer name: Marius Bakke
Committer date (UTC): 2020-10-13 21:36
Parent(s): 55fe84c6ebd37e6ee82114d4fc2c09ed42d1b3c0
Signer:
Signing key: A2A06DF2A33A54FA
Signing status: E
Tree: 13c76cab3a4c1e7e70756da0c8b61cc788b29b90
File Lines added Lines deleted
gnu/packages/xorg.scm 2 2
File gnu/packages/xorg.scm changed (mode: 100644) (index 7ec35edb68..3db4cbae2c)
... ... including most mice, keyboards, tablets and touchscreens.")
2539 2539 (define-public xf86-input-libinput (define-public xf86-input-libinput
2540 2540 (package (package
2541 2541 (name "xf86-input-libinput") (name "xf86-input-libinput")
2542 (version "0.28.2")
2542 (version "0.30.0")
2543 2543 (source (origin (source (origin
2544 2544 (method url-fetch) (method url-fetch)
2545 2545 (uri (string-append (uri (string-append
 
... ... including most mice, keyboards, tablets and touchscreens.")
2547 2547 name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
2548 2548 (sha256 (sha256
2549 2549 (base32 (base32
2550 "0818vr0yhk9j1y1wcbxzcd458vrvp06rrhi8k43bhqkb5jb4dcxq"))))
2550 "1h4np66p87jf0c85ig524w8f5rbhl5gx8fww1qg0c55f87yzkizr"))))
2551 2551 (build-system gnu-build-system) (build-system gnu-build-system)
2552 2552 (arguments (arguments
2553 2553 '(#:configure-flags '(#:configure-flags
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