summary refs log tree commit diff
path: root/pkgs/development/libraries/a52dec
Commit message (Collapse)AuthorAge
* a52dec: add licensePascal Wittmann2018-07-22
| | | | see issue #43716
* a52dec: disable tests on i686SLNOS2018-05-29
| | | | before squashing was: "disable pic hardening on i686, else tests will fail"
* a52dec: rm old HandBrake patchesAnton-Latukha2018-05-10
| | | | Patches no longer used in HandBrake upstream
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-03
|\
| * treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
* | remove local pic flags, now set by hardened stdenvRobin Gloster2016-01-30
|/
* a52dec: Add patches from Handbrake projectWout Mertens2014-05-04
| | | | | | | | | | | | this project hasn't been updated in 10 years, so adding patches that don't break the API should be ok. Patches: - A00: Make a52-state-t public - A01: Make it thread-safe (changing internal API by adding state objects) - A02: Quell common error - A03: Fix for automake vs autoconf
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-21
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* * Fixes for a52dec and mpeg2dec to make vlc build on x86_64-linux.Eelco Dolstra2008-06-25
| | | | | | | | | | * Fixes to make par2cmdline and exult build on gcc 4.x, since gcc 3.4.x doesn't seem to work on x86_64-linux (NIXPKGS-91). * Disabled pidgin on x86_64-linux because it needs a dynamic libperl which we don't have right now. * Disabled wine on x86_64-linux because we still lack -m32 support. svn path=/nixpkgs/trunk/; revision=12187
* a52dec: nix-expr review, shared buildYury G. Kudryashov2008-02-06
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10523
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Updated some more packages. However, bittorrent and vlc don't workEelco Dolstra2004-04-02
| | | | | | | right now because wxGTK is broken (it depends on internal symbols in GTK which where made private in GTK 2.4). svn path=/nixpkgs/trunk/; revision=907
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* * vlc and required packages. Finally a good DVD player :-)Eelco Dolstra2003-12-03
svn path=/nixpkgs/trunk/; revision=574