about summary refs log tree commit diff
path: root/pkgs/applications/audio/vorbis-tools
AgeCommit message (Collapse)AuthorFilesLines
2023-11-10vorbis-tools: fix build with clang 16 and on DarwinRandy Eckenrode1-6/+12
* Use iconv on Darwin to eliminate a call to undeclared function `charset_convert`; and * Applies a patch to fix a call to undeclared function `utf8_decode`.
2023-11-10vorbis-tools: fix build with clang 16Weijia Wang1-0/+4
2021-01-27vorbis-tools: 1.4.0 -> 1.4.2ajs1241-19/+10
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2020-03-13vorbis-tools: bump debian patchseries from -6 to -11.David Anderson1-2/+2
Fixes #57191, CVE-2014-9638, CVE-2014-9639, CVE-2015-6749, CVE-2017-11331. Signed-off-by: David Anderson <dave@natulte.net>
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2015-09-25vorbis-tools: security patches and fix metaVladimír Čunát1-5/+20
Patches: CVE-2014-9638, CVE-2014-9639, CVE-2015-6749, and some non-security. Also drop glibc from buildInputs.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2011-04-24Removing a vorbis tools patch not used anymore.Lluís Batlle i Rossell1-13/+0
I can't say if it is required, though. As vorbistools built, I took it out. svn path=/nixpkgs/trunk/; revision=26953
2011-04-23Updating some xiph.org libraries, and making some cross-compile.Lluís Batlle i Rossell1-7/+3
svn path=/nixpkgs/trunk/; revision=26943
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-3/+4
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2008-02-12Allow compilation of `ogg123' by fixing `http_transport.c'.Ludovic Courtès2-8/+17
svn path=/nixpkgs/trunk/; revision=10650
2008-02-11Add Vorbis Tools.Ludovic Courtès1-0/+28
svn path=/nixpkgs/trunk/; revision=10628