// -*- C++ -*- // Boost general library 'format' --------------------------- // See http://www.boost.org for updates, documentation, and revision history. // (C) Samuel Krempp 2001 // krempp@crans.ens-cachan.fr // Permission to copy, use, modify, sell and // distribute this software is granted provided this copyright notice appears // in all copies. This software is provided "as is" without express or implied // warranty, and with no claim as to its suitability for any purpose. // ideas taken from Rüdiger Loos's format class // and Karl Nelson's ofstream (also took its parsing code as basis for printf parsing) // ------------------------------------------------------------------------------ // macros_default.hpp : configuration for the format library // provides default values for the stl workaround macros // ------------------------------------------------------------------------------ #ifndef BOOST_FORMAT_MACROS_DEFAULT_HPP #define BOOST_FORMAT_MACROS_DEFAULT_HPP // *** This should go to "boost/config/suffix.hpp". #ifndef BOOST_IO_STD # define BOOST_IO_STD std:: #endif // **** Workaround for io streams, stlport and msvc. #ifdef BOOST_IO_NEEDS_USING_DECLARATION namespace boost { using std::char_traits; using std::basic_ostream; using std::basic_ostringstream; namespace io { using std::basic_ostream; namespace detail { using std::basic_ios; using std::basic_ostream; using std::basic_ostringstream; } } } #endif // ------------------------------------------------------------------------------ #endif // BOOST_FORMAT_MACROS_DEFAULT_HPP alue='d9f733ad8b8e782bae68869e742664458e0d68e6'/>
path: root/gnu/packages/mp3.scm
AgeCommit message (Expand)Author
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
2020-06-03gnu: mpg123: Update to 1.26.1....* gnu/packages/mp3.scm (mpg123): Update to 1.26.1. Tobias Geerinckx-Rice
2020-05-29gnu: mpg123: Update to 1.26.0....* gnu/packages/mp3.scm (mpg123): Update to 1.26.0. [inputs]: Re-order alphabetically. Nicolas Goaziou