about summary refs log tree commit diff
path: root/pkgs/applications/audio/cdparanoia
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2022-05-07cdparanoiaIII: Fix Darwin build after #171046John Ericson1-7/+13
I shouldn't have been so hasty rearranging things, and also should have tested Darwin before merging! Sorry @vcunat!
2022-04-30cdparanoiaIII: CleanupJohn Ericson2-11/+36
Handle CC the normal way, `unset CC` was from quite old 28b6fb61e651a3e2cca57d087781e7ba6ab45e7c during early macOS experiments and no longer needed. Regenerate autoconf stuff unconditionally because it is so old, and unconditional is just simpler. Put conditional patches after unconditional ones as is more idiomatic.
2021-10-22cdparanoiaIII: disable parallel buildingSergei Trofimovich1-0/+9
Manually written makefile relies on inplace re-execution to build shared and static libraries. Then built in parallel it occasionally causes build failures when partially overwritten file gets used by linker. Let's disable parallel builds.
2021-06-30application/development: /s/name/pname&version/Felix Buehler1-2/+3
2021-02-09cdparanoia: fix build on powerpcRyan Burns1-4/+4
The configure helpers are old and already need to be updated on aarch64, so let's just do this on all non-x86 platforms. This will probably fix other architectures that weren't well-supported at the time. The autoreconfHook does not appear to be needed on aarch64 or powerpc.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-5/+5
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-1/+1
2019-05-07cdparanoia: fix crossRobin Gloster1-2/+2
2018-08-23cdparanoia: add licensesMarkus Kowalewski1-2/+3
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-03-14cdparanoia: Fix private keyword in headerFionn Cleary2-1/+470
Patch taken from SVN, cdparanoia has not had a release since September 11, 2008. Allows including the header in C++ files. https://trac.xiph.org/changeset/15338/
2018-02-13cdparanoia: use part of darwin patch to fix utils.h on muslWill Dietz2-1/+69
2017-03-10cdparanoia: Fix aarch64 buildTuomas Tynkkynen1-5/+10
Hooray for autohelltools actually reducing portability!
2017-03-01cdparanoia: sha1 -> sha256Joachim Fasting1-2/+2
2016-09-14mplayer: fix on darwinMatthew Bauer1-1/+1
2016-08-03Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-0/+1
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-01-30switch hardening flagsRobin Gloster1-1/+1
2016-01-30Use a hardened stdenv by defaultFranz Pletz1-0/+2
2016-01-03cdparanoia: fix Darwin buildBenjamin Staffin1-2/+7
Fixes #12116
2015-04-18cdparanoia: patches for DarwinSpencer Whitt1-2/+13
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-0/+2
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2011-07-25* Updated cdparanoia to 10.2.Eelco Dolstra2-53/+7
svn path=/nixpkgs/branches/kde-4.7/; revision=27938
2008-01-30meta.homepage added to several packagesYury G. Kudryashov1-0/+4
svn path=/nixpkgs/trunk/; revision=10417
2007-09-11* Fixed some more URLs.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=9294
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra1-1/+1
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
2005-08-22* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=3660
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra1-1/+1
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2005-01-19cdparanoia-IIIRob Vermaas2-0/+57
svn path=/nixpkgs/trunk/; revision=2060