summary refs log tree commit diff
path: root/pkgs/applications/audio/vorbis-tools
Commit message (Collapse)AuthorAge
* vorbis-tools: 1.4.0 -> 1.4.2ajs1242021-01-27
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* vorbis-tools: bump debian patchseries from -6 to -11.David Anderson2020-03-13
| | | | | | | Fixes #57191, CVE-2014-9638, CVE-2014-9639, CVE-2015-6749, CVE-2017-11331. Signed-off-by: David Anderson <dave@natulte.net>
* treewide: http -> https (#42665)Ryan Mulligan2018-06-27
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* vorbis-tools: security patches and fix metaVladimír Čunát2015-09-25
| | | | | Patches: CVE-2014-9638, CVE-2014-9639, CVE-2015-6749, and some non-security. Also drop glibc from buildInputs.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Removing a vorbis tools patch not used anymore.Lluís Batlle i Rossell2011-04-24
| | | | | | | I can't say if it is required, though. As vorbistools built, I took it out. svn path=/nixpkgs/trunk/; revision=26953
* Updating some xiph.org libraries, and making some cross-compile.Lluís Batlle i Rossell2011-04-23
| | | | svn path=/nixpkgs/trunk/; revision=26943
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | 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
* Allow compilation of `ogg123' by fixing `http_transport.c'.Ludovic Courtès2008-02-12
| | | | svn path=/nixpkgs/trunk/; revision=10650
* Add Vorbis Tools.Ludovic Courtès2008-02-11
svn path=/nixpkgs/trunk/; revision=10628