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: 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
gnu: gtkwave: Update to 3.3.107. e1a2c23e7e716046c4f1753089d6caf2a410449f Tobias Geerinckx-Rice 2020-10-13 13:18:10
gnu: facter: Update to 4.0.43. 199dfe916b01c11a22eb5bf26c20e64f452ad49d Tobias Geerinckx-Rice 2020-10-13 13:00:09
Commit ada061c12ac86b430a6fdfc662cd9cb4217da67c - gnu: gst-plugins-bad: Add support for Secure Reliable Transport (SRT).
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add srt-1.4.1.
Author: Leo Famulari
Author date (UTC): 2020-10-13 03:25
Committer name: Leo Famulari
Committer date (UTC): 2020-10-13 20:49
Parent(s): 9c5c64b8e11c2af7da6ee460372d4360a6348ad5
Signer:
Signing key: 2646FA30BACA7F08
Signing status: E
Tree: dfa4ad3f06439e40c72b2505f032b68268ff6c7a
File Lines added Lines deleted
gnu/packages/gstreamer.scm 2 0
File gnu/packages/gstreamer.scm changed (mode: 100644) (index 12b37ffe12..a3334b1772)
... ... model to base your own plug-in on, here it is.")
723 723 ;("qtdeclarative" ,qtdeclarative) ;("qtdeclarative" ,qtdeclarative)
724 724 ;("qtx11extras" ,qtx11extras) ;("qtx11extras" ,qtx11extras)
725 725 ("soundtouch" ,soundtouch) ("soundtouch" ,soundtouch)
726 ;; GStreamer is not yet compatible with srt > 1.4.1.
727 ("srt" ,srt-1.4.1)
726 728 ("x265" ,x265) ("x265" ,x265)
727 729 ("wayland" ,wayland))) ("wayland" ,wayland)))
728 730 (home-page "https://gstreamer.freedesktop.org/") (home-page "https://gstreamer.freedesktop.org/")
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