Commit Graph

24 Commits

Author SHA1 Message Date
Randy Eckenrode
d3f29c3874
SDL_mixer: fix build with clang 16
Cherry-picks several patches from upstream to fix implicit function
definitions and incompatible function pointer conversions.
2023-11-06 23:28:52 -05:00
Nick Cao
d76192f94e SDL_mixer: use pkg-config 2021-12-18 10:15:52 +00:00
Ingo Blechschmidt
f3c09e4531 SDL_mixer: enable mikmod support 2021-01-27 19:07:26 +01:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jörg Thalheim
1afba8790b SDL_mixer: add license 2018-08-20 09:42:18 +01:00
Matthew Justin Bauer
c6aba1dba1 SDL_mixer: disable smpegtest
Again to fix timeouts:

https://hydra.nixos.org/build/64061277/nixlog/3
2017-11-12 22:26:41 -06:00
Matthew Bauer
e19434b402 SDL: try disabling sdltest on darwin 2017-11-10 19:22:15 -06:00
Orivej Desh
9d38774a28 gargoyle: init at 2017-03-12 2017-03-19 22:36:29 +00:00
Nikolay Amiantov
b47327ebd5 SDL: cleanup and add patch to discover extensions 2016-08-22 06:30:00 +03:00
obadz
f279b253d5 pokerth: init at 1.1.1 2016-08-13 01:40:16 +01:00
Nikolay Amiantov
05760bb2c7 SDL_mixer: add mp3 support 2014-10-23 16:45:51 +04:00
Eelco Dolstra
8a7f3c3618 Mark a bunch of packages as broken or not supported on Darwin 2014-08-08 17:59:02 +02:00
Cray Elliott
4b1b861983 SDL_mixer : add option to enable FluidSynth for playing MIDIs with SF2s 2014-07-15 12:31:11 -07:00
Jason \"Don\" O'Conal
834cd6c886 beret: Fix build on darwin (close #923) 2013-09-08 10:32:25 +02:00
Sander van der Burg
aa16cb5f11 Added option to enable native midi support
svn path=/nixpkgs/trunk/; revision=27563
2011-06-30 15:12:26 +00:00
Eelco Dolstra
6609710409 * Get rid of many instances of "args: with args;", and other coding
guidelines violations.
* Updated libsamplerate to 0.1.7.

svn path=/nixpkgs/trunk/; revision=22782
2010-07-28 11:55:54 +00:00
Eelco Dolstra
fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
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
2009-03-03 13:27:40 +00:00
Tobias Hammerschmidt
aa1f102e1c added SDL_net, some minor modifications to SDL_image and SDL_mixer
svn path=/nixpkgs/trunk/; revision=10528
2008-02-06 21:17:42 +00:00
Eelco Dolstra
a0159dee8e * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
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
2007-08-24 12:32:36 +00:00
Eelco Dolstra
1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra
2ad0491113 * Exult now with glorious Roland MT-32 music!
svn path=/nixpkgs/trunk/; revision=6503
2006-09-12 15:23:28 +00:00
Eelco Dolstra
1dedc5ef87 * Added Exult.
svn path=/nixpkgs/trunk/; revision=6501
2006-09-12 00:15:05 +00:00