[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-desktop updated (baed2b9 -> 4b88052)
From: |
guix-commits |
Subject: |
branch wip-desktop updated (baed2b9 -> 4b88052) |
Date: |
Sun, 5 Jul 2020 15:02:16 -0400 (EDT) |
dannym pushed a change to branch wip-desktop
in repository guix.
from baed2b9 gnu: Add flite.
new c0944b8 gnu: Add ffmpeg-2.8.
new 139e8eb gnu: Add libvideogfx.
new 1f9fc84 gnu: Add libde265.
new bd48509 gnu: Add libmms.
new f1afa68 gnu: Add schroedinger.
new 2cd12df gnu: Add libquicktime.
new d429291 gnu: Add mjpegtools.
new 1d341ef gnu: Add libofa.
new 4e6dd68 gnu: Add libopenmpt.
new 01414d3 gnu: Add tinyalsa.
new abbfae2 gnu: Add lksctp-tools.
new 1fee70f gnu: Add srt.
new 8bbaa5c gnu: Add mediasdk.
new 9079f87 gnu: Add svt-hevc.
new faae897 gnu: Add transcode.
new 22a9910 gnu: Add vo-aacenc.
new 10b7b86 gnu: Add webrtc-audio-processing.
new fed498f gnu: Add wildmidi.
new 4b88052 gnu: Add zxing-cpp.
The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 5 +
gnu/packages/aidc.scm | 45 +
gnu/packages/audio.scm | 170 +++
gnu/packages/networking.scm | 78 ++
gnu/packages/patches/libofa-curl.diff | 15 +
gnu/packages/patches/libofa-ftbfs-1.diff | 45 +
gnu/packages/patches/libofa-ftbfs-2.diff | 27 +
gnu/packages/patches/libquicktime-ffmpeg.patch | 1309 ++++++++++++++++++++++
gnu/packages/patches/transcode-ffmpeg.patch | 1408 ++++++++++++++++++++++++
gnu/packages/video.scm | 434 ++++++++
10 files changed, 3536 insertions(+)
create mode 100644 gnu/packages/patches/libofa-curl.diff
create mode 100644 gnu/packages/patches/libofa-ftbfs-1.diff
create mode 100644 gnu/packages/patches/libofa-ftbfs-2.diff
create mode 100644 gnu/packages/patches/libquicktime-ffmpeg.patch
create mode 100644 gnu/packages/patches/transcode-ffmpeg.patch
- branch wip-desktop updated (baed2b9 -> 4b88052),
guix-commits <=
- 02/19: gnu: Add libvideogfx., guix-commits, 2020/07/05
- 01/19: gnu: Add ffmpeg-2.8., guix-commits, 2020/07/05
- 03/19: gnu: Add libde265., guix-commits, 2020/07/05
- 05/19: gnu: Add schroedinger., guix-commits, 2020/07/05
- 10/19: gnu: Add tinyalsa., guix-commits, 2020/07/05
- 06/19: gnu: Add libquicktime., guix-commits, 2020/07/05
- 14/19: gnu: Add svt-hevc., guix-commits, 2020/07/05
- 04/19: gnu: Add libmms., guix-commits, 2020/07/05
- 08/19: gnu: Add libofa., guix-commits, 2020/07/05
- 12/19: gnu: Add srt., guix-commits, 2020/07/05