mbox series

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

Message ID 20191208164120.7095-1-h.goebel@crazy-compilers.com
Headers show
Series Add audiofile and KDE mulitmedia applications. | expand

Message

Hartmut Goebel Dec. 8, 2019, 4:41 p.m. UTC
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

Comments

Hartmut Goebel Dec. 11, 2019, 2:12 p.m. UTC | #1
Hi,

on my personal branch I updated the patches to fix some issues:

- remove old comments
- Fix errors in local.mk
- audofile: Reference CVEs (taken from nixpkgs)
- kaffeine: add oxygen-icons
- kwave: add oxygen-icons
- kamoso: Remove BUILD_TESTING=OFF - This should go into cmake-build-system.
Hartmut Goebel Dec. 26, 2019, 3:45 p.m. UTC | #2
Pushed as ca632dc175c085316749d1605acf9719c8f6085e

after removing the "tags" properties, using the fixed qt-build-system
and adding license comment.