aboutsummaryrefslogtreecommitdiff
;; This is a Guix channel.

(channel
  (version 0)
  (news-file "etc/news.scm")
  (keyring-reference "keyring")
  (url "https://git.savannah.gnu.org/git/guix.git")) ;the primary URL
t'>Commit message (Expand)Author 2021-04-05gnu: mpg321: Update source URL....* gnu/packages/mp3.scm (mpg321)[source]: Update URL to match what's on SourceForge. Add 'file-name'. Ludovic Courtès 2021-04-01gnu: taglib: Update to 1.12....* gnu/packages/mp3.scm (taglib): Update to 1.12. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Brendan Tildesley 2021-03-23gnu: mpg123: Update to 1.26.5....* gnu/packages/mp3.scm (mpg123): Update to 1.26.5. Tobias Geerinckx-Rice 2021-03-16gnu: mpg321: Fix CVE-2019-14247....* gnu/packages/patches/mpg321-CVE-2019-14247.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/mp3.scm (mpg321)[source]: Apply it. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net> Signed-off-by: Leo Famulari <leo@famulari.name> Kei Kebreau 2021-01-18gnu: libid3tag: Add comment justifying the 'install-pkg-config phase....* gnu/packages/mp3.scm (libid3tag)[arguments]: Add a comment about Audacity requiring a pkg-config file for libid3tag. Kei Kebreau 2021-01-18gnu: libmad: Add comment justifying the 'install-pkg-config phase....* gnu/packages/mp3.scm (libmad)[arguments]: Add a comment about Audacity requiring a pkg-config file for libmad. Kei Kebreau 2020-12-28gnu: mpg123: Update to 1.26.4....* gnu/packages/mp3.scm (mpg123): Update to 1.26.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vincent Legoll 2020-12-27gnu: lame: Install pkg-config file....* gnu/packages/mp3.scm (lame)[arguments]: Add 'install-pkg-config phase. Kei Kebreau 2020-12-27gnu: libmad: Install pkg-config file....* gnu/packages/mp3.scm (libmad)[arguments]: Add 'install-pkg-config phase. Kei Kebreau 2020-12-27gnu: libid3tag: Install pkg-config file....* gnu/packages/mp3.scm (libid3tag)[arguments]: Add 'install-pkg-config phase. Kei Kebreau 2020-12-03gnu: libmp3splt: Support splitting FLAC files....* gnu/packages/mp3.scm (libmp3splt)[inputs]: Add flac. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Martin Becze 2020-11-30gnu: Add python-pytaglib....* gnu/packages/mp3.scm (python-pytaglib): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Martin Becze 2020-11-05gnu: python-audioread: Update to 2.1.9....* gnu/packages/mp3.scm (python-audioread): Update to 2.1.9. Tobias Geerinckx-Rice 2020-09-09gnu: taglib: Fix 'taglib-config --libs' -L flag....* gnu/packages/mp3.scm (taglib): Add "" around the substitution of ZLIB_LIBRARIES_FLAGS and add "/lib". Co-authored-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder 2020-09-08gnu: taglib: 'taglib-config --libs' shows -L flag for zlib....Fixes compilation of emacs-emms-print-metadata. * gnu/packages/mp3.scm (taglib)[arguments]: Add #:phases. Ludovic Courtès 2020-09-04gnu: taglib: Update to 1.12-beta-1 [security fixes]....This switches to a yet unreleased version of taglib, to make sure long standings issues and CVEs are covered until a proper release is made upstream. Among these, we have: - CVE-2017-12678 - CVE-2018-11439 - https://github.com/taglib/taglib/issues/864 * gnu/packges/mp3.scm (taglib): Update to 1.12-beta-1. [source]: Switch to using git-fetch. Pierre Langlois 2020-07-25gnu: mpg123: Update to 1.26.3....* gnu/packages/mp3.scm (mpg123): Update to 1.26.3. Tobias Geerinckx-Rice 2020-07-21gnu: chromaprint: Update to 1.5.0....* gnu/packages/mp3.scm (chromaprint): Update to 1.5.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder