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
Michael Raskin
e18c7cec9d
Beta-version of builderDefs fixes.
...
svn path=/nixpkgs/trunk/; revision=9657
2007-11-12 16:42:13 +00:00
Michael Raskin
a8db1746a5
Fixed log nesting; added Qi.
...
svn path=/nixpkgs/trunk/; revision=9601
2007-11-08 14:34:54 +00:00
Michael Raskin
56cd763e46
Added Snd sound editor
...
svn path=/nixpkgs/trunk/; revision=9573
2007-11-03 04:15:13 +00:00
Michael Raskin
d352d54b11
Added a new setup proposal, builder is no more derived from shell script (where edit=glibc rebuild), but is composed from a nix attribute set with strings and dependencies - so if you add a function, old expressions ignore it; collateral damage are packages in this style: Fastest Fourier Transform in the West, Audacity sound editor, Falling Sand game. Also added string equality that ignores dependencies to lib. Note that hasSuffixHack is now the more predictable version, but hasSuffix is left to remind us to fix the bug.
...
svn path=/nixpkgs/trunk/; revision=9549
2007-10-29 10:52:04 +00:00
Eelco Dolstra
ea9667ab18
* Fixed some more URLs.
...
svn path=/nixpkgs/trunk/; revision=9294
2007-09-11 11:15:37 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +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
f861c8b66c
* makeFlags -> buildFlags in a few places.
...
svn path=/nixpkgs/trunk/; revision=7503
2006-12-27 18:34:35 +00:00
Eelco Dolstra
766ff9059e
* WMA plugin for BMP.
...
svn path=/nixpkgs/trunk/; revision=6798
2006-10-23 09:13:17 +00:00
Eelco Dolstra
ef9b025dbe
* Remove a bunch of unused Nix expressions.
...
svn path=/nixpkgs/trunk/; revision=6716
2006-10-12 15:43:01 +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
6006d61835
* Added a bunch of descriptions.
...
svn path=/nixpkgs/trunk/; revision=6705
2006-10-11 16:45:55 +00:00
Armijn Hemel
a263927719
add GStreamer
...
svn path=/nixpkgs/trunk/; revision=6590
2006-09-23 23:40:34 +00:00
Armijn Hemel
7f853b01a3
1.1.1 -> 1.1.2
...
svn path=/nixpkgs/trunk/; revision=5641
2006-07-06 23:01:02 +00:00
Eelco Dolstra
6386871030
* Build a Musepack plugin for BMP so that I can finally play that
...
Nixon in China rip again :-)
svn path=/nixpkgs/trunk/; revision=4676
2006-02-02 15:04:04 +00:00
Eelco Dolstra
fedfbe2d1a
* Added the Beep Music Player (a GTK2 XMMS fork).
...
svn path=/nixpkgs/trunk/; revision=4675
2006-02-02 14:12:31 +00:00
Eelco Dolstra
3389f4bc36
* Copy lots of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Eelco Dolstra
69b41650ad
* Fix an annoying problem with xmms's ALSA output driver. Thanks
...
SuSE!
svn path=/nixpkgs/trunk/; revision=4607
2006-01-26 23:34:22 +00:00
Martin Bravenboer
23dbf57984
XMMS!
...
svn path=/nixpkgs/trunk/; revision=4111
2005-10-21 10:39:01 +00:00
Eelco Dolstra
454707da23
* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Eelco Dolstra
e42507d182
* Move tarballs to catamaran so that we are no longer dependent on a
...
gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Rob Vermaas
bdf57c697c
lame 3.96.1
...
svn path=/nixpkgs/trunk/; revision=2065
2005-01-19 22:12:34 +00:00
Rob Vermaas
cec2c24d85
added libvorbis libogg and flac
...
svn path=/nixpkgs/trunk/; revision=2063
2005-01-19 21:48:45 +00:00
Rob Vermaas
c80ce6e83b
cdparanoia-III
...
svn path=/nixpkgs/trunk/; revision=2060
2005-01-19 21:02:19 +00:00