Commit graph

74 commits

Author SHA1 Message Date
Michael Raskin 22644a3fb6 Remove the debugging config copying. The actual expression hasn't changed for quite a while anyway
svn path=/nixpkgs/trunk/; revision=17841
2009-10-16 05:15:44 +00:00
Ludovic Courtès 2ea3e03077 Snd: Don't expect /tmp to be writable.
svn path=/nixpkgs/trunk/; revision=17834
2009-10-15 16:53:45 +00:00
Marc Weber 1d7de3605f ardour: fix source using a copy
svn path=/nixpkgs/trunk/; revision=17339
2009-09-21 15:55:24 +00:00
Marc Weber 63dce1ab5c typo
svn path=/nixpkgs/trunk/; revision=17338
2009-09-21 15:55:21 +00:00
Marc Weber db19c4e24e adding ardour
svn path=/nixpkgs/trunk/; revision=17327
2009-09-21 09:58:41 +00:00
Marc Weber 8cce0a0db4 adding sonic visualizer (music analysis app)
svn path=/nixpkgs/trunk/; revision=17325
2009-09-21 09:58:36 +00:00
Marc Weber b2791eaa70 adding jackmeter
svn path=/nixpkgs/trunk/; revision=17324
2009-09-21 09:58:33 +00:00
Eelco Dolstra e4428949fe * Build Audacious with XSPF (playlist) support.
svn path=/nixpkgs/trunk/; revision=16935
2009-09-02 16:54:08 +00:00
Marc Weber f7f938a1d1 big breaking change: renaming lib.getAttr to lib.attrByPath
getAttr was ambiguous. It's also a builtin function

fix

svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber 52647ea3b0 FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Michael Raskin 4bdeb83cf3 Reduced number of build errors in audacity. Still fails in the end complaining on not building part of itself
svn path=/nixpkgs/trunk/; revision=15558
2009-05-12 04:26:22 +00:00
Eelco Dolstra 7689a348c4 * Got rid of a lot of "postInstall=postInstall" and similar lines in
builders.  These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations.  This is done
  automatically now if setupHook is set.
* Deleted the initscripts package.  NixOS doesn't use it anymore.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-04-23 13:31:10 +00:00
Eelco Dolstra a4c304ef84 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15065
2009-04-15 13:25:01 +00:00
Lluís Batlle i Rossell 8e09a9bb3d Adding gtkpod, and fixing libgpod meta info.
svn path=/nixpkgs/trunk/; revision=15016
2009-04-13 15:41:10 +00:00
Ludovic Courtès dc57ca58fe PAvucontrol: Add dependency on `intltool'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14873
2009-04-03 21:04:13 +00:00
Ludovic Courtès 676d58778d PAvucontrol: Disable Lynx.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14868
2009-04-03 16:58:07 +00:00
Ludovic Courtès 061fd96ad2 Add Pavucontrol (untested).
svn path=/nixpkgs/branches/stdenv-updates/; revision=14864
2009-04-03 15:58:18 +00:00
Eelco Dolstra d27514cb28 * Sync with the trunk once more.
* Turn on everything in Hydra.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14806
2009-03-31 15:30:47 +00:00
Lluís Batlle i Rossell f031955f3c Updating audacity to 1.3.7 (I changed the builderDefs builder to stdenv's)
svn path=/nixpkgs/trunk/; revision=14770
2009-03-30 07:33:31 +00:00
Eelco Dolstra 3593b97d63 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
2009-03-16 12:45:27 +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
Eelco Dolstra 02b2540b15 svn path=/nixpkgs/trunk/; revision=14284 2009-02-27 16:25:27 +00:00
Eelco Dolstra 700c8abc43 * flac: patch for building on GCC 4.3.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14058
2009-02-12 21:19:31 +00:00
Eelco Dolstra 599015e8b0 * Split lib/default.nix into several files, as it had become a big
mess.  Also cleaned up some functions:

  - foldl appeared broken (it recursively called fold).
  - Renamed logicalAND/logicalOR to and/or.
  - Removed listOfListsToAttrs, eqStrings: obsolete.
  - Removed isInList, which does the same thing as elem.
  - stringToCharacters: don't return a "" at the end of the list.
  - Renamed concatList to concat, as concatList (singular) is a
    misnomer: it takes two lists.  Likewise, renamed mergeAttr to
    mergeAttrs.

  misc.nix still contains a lot of stuff that should be refactored and
  moved to other files.

svn path=/nixpkgs/trunk/; revision=14013
2009-02-09 16:51:03 +00:00
Eelco Dolstra aa84bce64d * Get rid of all references to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
Michael Raskin c5363217ad meta.function -> passthru.function, not killing other contents of passthru
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Ludovic Courtès 866d9c8241 ABCDE: Fix interaction with libcdio's `cd-paranoia'.
svn path=/nixpkgs/trunk/; revision=13157
2008-10-29 21:59:44 +00:00
Ludovic Courtès 750e48549d abcde: Fix URL.
svn path=/nixpkgs/trunk/; revision=13012
2008-10-08 18:52:20 +00:00
Eelco Dolstra 6c2cbbbe87 * Updated Audacious and its dependencies.
svn path=/nixpkgs/trunk/; revision=12763
2008-08-29 11:31:16 +00:00
Michael Raskin 87ff8d6347 Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Marc Weber fea2f910e5 snd shows it's help in firefox now
svn path=/nixpkgs/trunk/; revision=12651
2008-08-18 16:03:38 +00:00
Marc Weber 9a0fc0863b added qjackctl
svn path=/nixpkgs/trunk/; revision=12650
2008-08-18 16:03:21 +00:00
Marc Weber 5479dfea93 added beast Sound Engine
svn path=/nixpkgs/trunk/; revision=12647
2008-08-18 10:50:16 +00:00
Michael Raskin 68e45690c3 Fixed Snd build
svn path=/nixpkgs/trunk/; revision=12124
2008-06-16 16:33:11 +00:00
Ludovic Courtès 2ead4b20b5 Add abcde, a command-line CD encoder.
svn path=/nixpkgs/trunk/; revision=11904
2008-05-26 20:54:34 +00:00
Ludovic Courtès 53be6f7ba4 Add cd-discid, a utility to retrieve a CD's CDDB ID.
svn path=/nixpkgs/trunk/; revision=11903
2008-05-26 20:18:45 +00:00
Eelco Dolstra ba767eab2e * Audacious: enable support for playing CDs.
svn path=/nixpkgs/trunk/; revision=11671
2008-04-22 07:14:47 +00:00
Michael Raskin 40a9071596 Another location for Snd sound editor.
svn path=/nixpkgs/trunk/; revision=11011
2008-03-07 10:48:54 +00:00
Eelco Dolstra f30f36104b * Added Audacious, a fork of beep-media-player (which doesn't seem to
work very well after the Glibc update), plus its dependencies.

  TODO: make an audacious-wrapper that lets Audacious find its plugins
  automatically.  Currently you have to install audacious-plugins and
  symlink ~/.nix-profile/lib/audacious/* in
  ~/.local/share/audacious/Plugins.

svn path=/nixpkgs/trunk/; revision=10927
2008-03-03 10:55:20 +00:00
Michael Raskin 71f8e0911a Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
2008-03-02 18:49:31 +00:00
Ludovic Courtès efb0822878 Allow compilation of ogg123' by fixing http_transport.c'.
svn path=/nixpkgs/trunk/; revision=10650
2008-02-12 18:15:45 +00:00
Ludovic Courtès 8eb419d667 Add Vorbis Tools.
svn path=/nixpkgs/trunk/; revision=10628
2008-02-11 22:39:54 +00:00
Ludovic Courtès 06ea94a471 Add Aumix, an audio mixer.
svn path=/nixpkgs/trunk/; revision=10627
2008-02-11 21:45:52 +00:00
Ludovic Courtès a30e268cb7 Add mpg321, libao and libid3tag; upgrade libmad.
svn path=/nixpkgs/trunk/; revision=10626
2008-02-11 21:02:38 +00:00
Yury G. Kudryashov 81aac8d84d meta.homepage added to several packages
svn path=/nixpkgs/trunk/; revision=10417
2008-01-30 19:49:42 +00:00
Yury G. Kudryashov 756ff550af Added old flac (as an option): kde4 needs it
svn path=/nixpkgs/trunk/; revision=10355
2008-01-28 19:48:21 +00:00
Michael Raskin ac4254456e Fixed ladspa-plugins typo
svn path=/nixpkgs/trunk/; revision=10215
2008-01-18 12:44:24 +00:00
Michael Raskin bc46eaf404 Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
svn path=/nixpkgs/trunk/; revision=10214
2008-01-18 12:36:56 +00:00
Armijn Hemel 9a2e58073e update to 1.2.1
svn path=/nixpkgs/trunk/; revision=10020
2007-12-31 20:49:10 +00:00
Yury G. Kudryashov 185dd4c45f lame: upgrade to 3.97
svn path=/nixpkgs/trunk/; revision=9682
2007-11-14 23:46:48 +00:00