unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38532] [PATCH 00/11] Add audiofile and KDE mulitmedia applications.
@ 2019-12-08 16:41 Hartmut Goebel
  2019-12-08 16:43 ` [bug#38532] [PATCH 01/11] gnu: Add audiofile Hartmut Goebel
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Hartmut Goebel @ 2019-12-08 16:41 UTC (permalink / raw)
  To: 38532

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-12-26 15:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-08 16:41 [bug#38532] [PATCH 00/11] Add audiofile and KDE mulitmedia applications Hartmut Goebel
2019-12-08 16:43 ` [bug#38532] [PATCH 01/11] gnu: Add audiofile Hartmut Goebel
2019-12-08 16:43   ` [bug#38532] [PATCH 02/11] gnu: Add dragon Hartmut Goebel
2019-12-08 16:43   ` [bug#38532] [PATCH 03/11] gnu: Add juk Hartmut Goebel
2019-12-08 16:43   ` [bug#38532] [PATCH 04/11] gnu: Add k3b Hartmut Goebel
2019-12-08 16:43   ` [bug#38532] [PATCH 05/11] gnu: Add libkcddb Hartmut Goebel
2019-12-08 16:43   ` [bug#38532] [PATCH 06/11] gnu: Add kaffeine Hartmut Goebel
2019-12-08 16:43   ` [bug#38532] [PATCH 07/11] gnu: Add kmix Hartmut Goebel
2019-12-08 16:43   ` [bug#38532] [PATCH 08/11] gnu: Add kmplayer Hartmut Goebel
2019-12-08 16:43   ` [bug#38532] [PATCH 09/11] gnu: Add kwave Hartmut Goebel
2019-12-08 16:43   ` [bug#38532] [PATCH 10/11] gnu: Add elisa Hartmut Goebel
2019-12-08 16:43   ` [bug#38532] [PATCH 11/11] gnu: Add kamoso Hartmut Goebel
2019-12-11 14:12 ` [bug#38532] Patches updated Hartmut Goebel
     [not found] ` <handler.38532.B.157582329710947.ack@debbugs.gnu.org>
2019-12-26 15:45   ` bug#38532: Acknowledgement ([PATCH 00/11] Add audiofile and KDE mulitmedia applications.) Hartmut Goebel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).