guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#38532] [PATCH 00/11] Add audiofile and KDE mulitmedia applications.


From: Hartmut Goebel
Subject: [bug#38532] [PATCH 00/11] Add audiofile and KDE mulitmedia applications.
Date: Sun, 8 Dec 2019 17:41:20 +0100

Audiofile is a dependency of kwave. It seems to be not well maintained and
there are quite some CVE reported. But Debian provides pathes for them, which
I added here.

The applications might not full work when used tand-alone, e.g. since
gstreamer plugins are not found. But IMO we should add them to proceed with
adding KDE applications.

Note: Amaork is missing since it still uses KDE 4 and is no longer listed at
https://kde.org/applications/multimedia.

Multimedia Addons (FFmpeg Thumbnailer and KIO AudioCD) are still todo.

Hartmut Goebel (11):
  gnu: Add audiofile.
  gnu: Add dragon.
  gnu: Add juk.
  gnu: Add k3b.
  gnu: Add libkcddb.
  gnu: Add kaffeine.
  gnu: Add kmix.
  gnu: Add kmplayer.
  gnu: Add kwave.
  gnu: Add elisa.
  gnu: Add kamoso.

 gnu/local.mk                                  |  16 +
 gnu/packages/audio.scm                        |  41 ++
 gnu/packages/kde-multimedia.scm               | 602 ++++++++++++++++++
 .../patches/audiofile-CVE-2015-7747.patch     | 156 +++++
 .../patches/audiofile-CVE-2018-13440.patch    |  28 +
 .../patches/audiofile-CVE-2018-17095.patch    |  26 +
 ...ile-Check-the-number-of-coefficients.patch |  30 +
 ...diofile-Fail-on-error-in-parseFormat.patch |  36 ++
 ...iofile-Fix-index-overflow-in-IMA.cpp.patch |  33 +
 ...file-Fix-multiply-overflow-sfconvert.patch |  66 ++
 ...le-Fix-overflow-in-MSADPCM-decodeSam.patch | 116 ++++
 ...-division-by-zero-BlockCodec-runPull.patch |  21 +
 .../audiofile-fix-datatypes-in-tests.patch    |  54 ++
 .../audiofile-fix-sign-conversion.patch       |  26 +
 gnu/packages/patches/audiofile-hurd.patch     | 381 +++++++++++
 ...e-signature-of-multiplyCheckOverflow.patch |  35 +
 gnu/packages/patches/kmplayer-aarch64.patch   |  57 ++
 ...layer-upstream_Fix-build-with-Qt-5.9.patch |  42 ++
 18 files changed, 1766 insertions(+)
 create mode 100644 gnu/packages/kde-multimedia.scm
 create mode 100644 gnu/packages/patches/audiofile-CVE-2015-7747.patch
 create mode 100644 gnu/packages/patches/audiofile-CVE-2018-13440.patch
 create mode 100644 gnu/packages/patches/audiofile-CVE-2018-17095.patch
 create mode 100644 
gnu/packages/patches/audiofile-Check-the-number-of-coefficients.patch
 create mode 100644 
gnu/packages/patches/audiofile-Fail-on-error-in-parseFormat.patch
 create mode 100644 
gnu/packages/patches/audiofile-Fix-index-overflow-in-IMA.cpp.patch
 create mode 100644 
gnu/packages/patches/audiofile-Fix-multiply-overflow-sfconvert.patch
 create mode 100644 
gnu/packages/patches/audiofile-Fix-overflow-in-MSADPCM-decodeSam.patch
 create mode 100644 
gnu/packages/patches/audiofile-division-by-zero-BlockCodec-runPull.patch
 create mode 100644 gnu/packages/patches/audiofile-fix-datatypes-in-tests.patch
 create mode 100644 gnu/packages/patches/audiofile-fix-sign-conversion.patch
 create mode 100644 gnu/packages/patches/audiofile-hurd.patch
 create mode 100644 
gnu/packages/patches/audiofile-signature-of-multiplyCheckOverflow.patch
 create mode 100644 gnu/packages/patches/kmplayer-aarch64.patch
 create mode 100644 
gnu/packages/patches/kmplayer-upstream_Fix-build-with-Qt-5.9.patch

-- 
2.21.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]