guix-commits
[Top][All Lists]
Advanced

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

branch master updated (9d25a45 -> b291c95)


From: guix-commits
Subject: branch master updated (9d25a45 -> b291c95)
Date: Thu, 26 Dec 2019 10:45:05 -0500 (EST)

htgoebel pushed a change to branch master
in repository guix.

      from  9d25a45   gnu: python-fonttools: Update home-page.
       new  a8e1494   gnu: Add audiofile.
       new  22b26dd   gnu: Add dragon.
       new  2f9bb94   gnu: Add juk.
       new  a5eddcd   gnu: Add k3b.
       new  d1a6a94   gnu: Add libkcddb.
       new  d720ecb   gnu: Add kaffeine.
       new  d695c51   gnu: Add kmix.
       new  49d40e6   gnu: Add kmplayer.
       new  f66c7a5   gnu: Add kwave.
       new  abd4d57   gnu: Add elisa.
       new  ca632dc   gnu: Add kamoso.
       new  6f936d8   gnu: Add libkcompactdisc.
       new  2d11fbc   gnu: Add audiocd-kio.
       new  b291c95   gnu: Add ffmpegthumbs.

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/local.mk                                       |  16 +
 gnu/packages/audio.scm                             |  49 ++
 gnu/packages/kde-multimedia.scm                    | 693 +++++++++++++++++++++
 gnu/packages/patches/audiofile-CVE-2015-7747.patch | 156 +++++
 .../patches/audiofile-CVE-2018-13440.patch         |  28 +
 .../patches/audiofile-CVE-2018-17095.patch         |  26 +
 ...udiofile-Check-the-number-of-coefficients.patch |  30 +
 .../audiofile-Fail-on-error-in-parseFormat.patch   |  36 ++
 .../audiofile-Fix-index-overflow-in-IMA.cpp.patch  |  33 +
 ...audiofile-Fix-multiply-overflow-sfconvert.patch |  66 ++
 ...diofile-Fix-overflow-in-MSADPCM-decodeSam.patch | 116 ++++
 ...ofile-division-by-zero-BlockCodec-runPull.patch |  21 +
 .../patches/audiofile-fix-datatypes-in-tests.patch |  54 ++
 .../patches/audiofile-fix-sign-conversion.patch    |  26 +
 gnu/packages/patches/audiofile-hurd.patch          | 381 +++++++++++
 ...iofile-signature-of-multiplyCheckOverflow.patch |  35 ++
 gnu/packages/patches/kmplayer-aarch64.patch        |  57 ++
 .../kmplayer-upstream_Fix-build-with-Qt-5.9.patch  |  42 ++
 18 files changed, 1865 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



reply via email to

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