Lluís Batlle i Rossell
701e3ee6b9
Adding lzop and updating lzo.
...
svn path=/nixpkgs/trunk/; revision=14749
2009-03-28 19:28:59 +00:00
Michael Raskin
6986ddc2cf
Updated Monotone to 0.43
...
svn path=/nixpkgs/trunk/; revision=14704
2009-03-25 16:06:00 +00:00
Peter Simons
7ddfd954d3
sqlite: added parameter to enable building a static library.
...
Unfortunately, static builds fail because the package doesn't recognize
that libpthread needs to be linked explicitly. I'll fix that ASAP.
svn path=/nixpkgs/trunk/; revision=14681
2009-03-24 10:31:17 +00:00
Lluís Batlle i Rossell
aaf563c7cf
Marking wtk unfree. I don't know if it's redistributable.
...
svn path=/nixpkgs/trunk/; revision=14680
2009-03-24 09:27:03 +00:00
Lluís Batlle i Rossell
779b015a03
Adding the Sun Wireless ToolKit for i686-linux at least.
...
svn path=/nixpkgs/trunk/; revision=14666
2009-03-23 20:36:48 +00:00
Lluís Batlle i Rossell
d52b60af22
Adding upx.
...
svn path=/nixpkgs/trunk/; revision=14645
2009-03-22 13:03:37 +00:00
Eelco Dolstra
bec9f4b0c3
* JasPer: build without OpenGL/X support - it's only used to build a
...
trivial example program (a barebones image viewer), but it gives
everybody else a dependency on Mesa ;-)
svn path=/nixpkgs/trunk/; revision=14633
2009-03-20 16:27:32 +00:00
Eelco Dolstra
33a5e03bfe
* Merged r13888 (ATerm cleanup) from the stdenv branch back into the
...
trunk.
svn path=/nixpkgs/trunk/; revision=14605
2009-03-19 12:29:14 +00:00
Peter Simons
ae474690ea
Added bash 4.0 (and readline 6.0, which is required by bash).
...
svn path=/nixpkgs/trunk/; revision=14573
2009-03-17 14:03:03 +00:00
Nicolas Pierron
44b6165af2
* Update suckless package location.
...
* Update dmenu version (3.8 -> 3.9)
* Update wmii version (20070516 -> 20071116)
svn path=/nixpkgs/trunk/; revision=14544
2009-03-15 20:09:50 +00:00
Lluís Batlle i Rossell
de8bbafb53
Adding -fPIC code for static library code in perl and vxl, for x86_64.
...
svn path=/nixpkgs/trunk/; revision=14526
2009-03-13 16:46:10 +00:00
Eelco Dolstra
dbfcf0c5f4
* Install genfkey, a tool for creating triggers from foreign key
...
constraints (which Sqlite doesn't support directly).
svn path=/nixpkgs/trunk/; revision=14515
2009-03-12 14:37:39 +00:00
Eelco Dolstra
cef5be0bc9
* Sqlite 3.6.10.
...
svn path=/nixpkgs/trunk/; revision=14512
2009-03-12 12:56:55 +00:00
Sander van der Burg
18874b164f
Added ConsoleKit package
...
svn path=/nixpkgs/trunk/; revision=14511
2009-03-11 16:31:01 +00:00
Eelco Dolstra
1485c905f7
* ffmpeg: build with faad2 support. However, vlc still won't play
...
mp4a audio.
* faad2: latest version.
* vlc: fix the hard-coded OSD font path name. Dunno why they don't
use fontconfig.
svn path=/nixpkgs/trunk/; revision=14501
2009-03-10 22:45:27 +00:00
Eelco Dolstra
44ac9e249c
* MPlayer: updated to the SVN version.
...
* VLC: updated to 0.9.8a. It now uses Qt for the GUI, which looks a
lot better than the wxWidgets one.
* libdvdread, libdvdnav: updated to 4.1.3.
* ffmpeg: updated to 0.5 (a new release!). Got rid of the SVN
version, which shouldn't be necessary anymore.
svn path=/nixpkgs/trunk/; revision=14500
2009-03-10 21:03:51 +00:00
Eelco Dolstra
dfb3345149
* Updated fribidi.
...
svn path=/nixpkgs/trunk/; revision=14497
2009-03-10 17:24:15 +00:00
Sander van der Burg
e629ce0e07
Updated openbabel to 2.2.1 and fixed style so that kdeedu can use it. Enabled ocaml support in kdeedu
...
svn path=/nixpkgs/trunk/; revision=14494
2009-03-10 14:41:50 +00:00
Eelco Dolstra
9ab4720b85
* Latest libdvdcss.
...
svn path=/nixpkgs/trunk/; revision=14483
2009-03-10 08:06:50 +00:00
Lluís Batlle i Rossell
8e2956c4cb
Fixing wxGTK28 for x86_64, for the mesa references.
...
svn path=/nixpkgs/trunk/; revision=14454
2009-03-09 10:42:24 +00:00
Armijn Hemel
4578b29f2c
bump to 1.17
...
svn path=/nixpkgs/trunk/; revision=14450
2009-03-08 12:11:05 +00:00
Ludovic Courtès
e97aa4bb01
GNU libidn 1.13.
...
svn path=/nixpkgs/trunk/; revision=14434
2009-03-07 11:47:40 +00:00
Marc Weber
b56ed35851
replacing applyAndFun by lib.defaultOverridableDelayableArgs
...
applyAndFun has a bug resulting in the same arg beeing added more than
once when using a concatenating merge function for the attr set.
I've tried giving the function a name "overridableDelayableArgs" which
resembles its usage much more.
important refactoring:
applyAndFun had .fun and .funMerge only when passing the merge
function lib.mergeOrApply
composableDerivation {
initial = {
...
};
}
to
overridableDelayableArgs has always .replace and .merge
composableDerivation {} {
...
}
svn path=/nixpkgs/trunk/; revision=14428
2009-03-06 23:21:28 +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
Sander van der Burg
17dc18fd56
Added libmsn package
...
svn path=/nixpkgs/trunk/; revision=14206
2009-02-23 15:30:07 +00:00
Lluís Batlle i Rossell
098d9937a2
Adding a license tag for fmod: "unfree", as advised by Ludo.
...
svn path=/nixpkgs/trunk/; revision=14197
2009-02-22 23:15:01 +00:00
Lluís Batlle i Rossell
9ab8cb9ec1
Adding fmod.
...
svn path=/nixpkgs/trunk/; revision=14193
2009-02-22 22:06:20 +00:00
Ludovic Courtès
5c3c2d9860
Poppler: Disable test suite when `qt4Support' is true.
...
svn path=/nixpkgs/trunk/; revision=14155
2009-02-21 21:53:50 +00:00
Ludovic Courtès
d622b7a1f8
Poppler 0.10.4.
...
svn path=/nixpkgs/trunk/; revision=14149
2009-02-20 23:43:29 +00:00
Sander van der Burg
e685c82812
Refactored tapioca-qt closure with using the latest stable release instead of SVN version
...
svn path=/nixpkgs/trunk/; revision=14143
2009-02-20 16:18:56 +00:00
Eelco Dolstra
6d35e85dcb
* Doh! Qt install doc, not share/doc, but the post-fixup phase
...
renamed it to that.
svn path=/nixpkgs/trunk/; revision=14140
2009-02-20 15:31:29 +00:00
Sander van der Burg
770b01890a
Added libical package, patch submitted by Andrew Morsillo
...
svn path=/nixpkgs/trunk/; revision=14118
2009-02-18 20:57:36 +00:00
Sander van der Burg
08e92c5e70
Added kdegraphics-4.2 closure
...
svn path=/nixpkgs/trunk/; revision=14114
2009-02-18 15:25:40 +00:00
Sander van der Burg
6ba0ddb19b
Applied -dbus-linked option which it needed by kdelibs. Patch submitted by Andrew Morsillo
...
svn path=/nixpkgs/trunk/; revision=14060
2009-02-12 21:43:03 +00:00
Marc Weber
8bd7e25079
libpcap: added missing patch file
...
svn path=/nixpkgs/trunk/; revision=14059
2009-02-12 21:24:00 +00:00
Marc Weber
498be42912
version bump: wireshark-1.1.2, libpcap-1.0.0
...
svn path=/nixpkgs/trunk/; revision=14054
2009-02-12 20:28:01 +00:00
Sander van der Burg
09bb1e1116
Updated log4cxx to version 0.10.0 by using a patch from Andrew Morsillo
...
svn path=/nixpkgs/trunk/; revision=14039
2009-02-12 14:52:23 +00:00
Peter Simons
3fb26823cd
Use correct hash for boost 1.38.0. Oops.
...
svn path=/nixpkgs/trunk/; revision=14032
2009-02-11 10:02:18 +00:00
Peter Simons
05eb6625ed
Bumped boost libraries to version 1.38.0.
...
svn path=/nixpkgs/trunk/; revision=14031
2009-02-11 10:02:10 +00:00
Lluís Batlle i Rossell
863e9181d5
Adding vtk-5.2.1, The Visualization Toolkit.
...
svn path=/nixpkgs/trunk/; revision=14006
2009-02-08 16:27:57 +00:00
Peter Simons
0d64423f60
ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_2.2.47-1.tar.gz no longer
...
exists. There is a newer version on the server, but it cannot be
downloaded, apparently because of misconfigured permissions.
svn path=/nixpkgs/trunk/; revision=13996
2009-02-06 09:52:27 +00:00
Peter Simons
c84c92d3e8
ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_2.4.41-1.tar.gz no longer
...
exists. There is a newer version on the server, but it cannot be
downloaded, apparently because of misconfigured permissions.
svn path=/nixpkgs/trunk/; revision=13995
2009-02-06 09:48:20 +00:00
Peter Simons
ecddd8b472
Added syslog-ng (and the eventlog library that it depends on).
...
svn path=/nixpkgs/trunk/; revision=13988
2009-02-05 16:50:45 +00:00
Eelco Dolstra
b3ff9f5275
* Qt 4: don't install the docs.
...
svn path=/nixpkgs/trunk/; revision=13979
2009-02-05 09:55:10 +00:00
Eelco Dolstra
6ed4aa7ecb
* Qt updated to 4.4.3 in preparation of upgrading KDE to 4.2.
...
svn path=/nixpkgs/trunk/; revision=13974
2009-02-03 16:32:56 +00:00
Ludovic Courtès
2a89f2ea99
Add Pangomm 2.14.1, omitted in previous commits.
...
svn path=/nixpkgs/trunk/; revision=13953
2009-02-02 14:29:40 +00:00
Armijn Hemel
4fc2a64242
version bump to 0.0.22
...
svn path=/nixpkgs/trunk/; revision=13927
2009-02-01 18:51:15 +00:00
Eelco Dolstra
da4fb573a7
* Added ATerm 2.8. Also removed some old versions and patches that
...
were no longer in use.
* A patch for compiling the ATerm library with GCC 4.3. Without it,
the code for resizing ATerm tables gets stuck in an infinite loop
(http://bugzilla.sen.cwi.nl:8080/show_bug.cgi?id=841 ). The problem
is in this bit of code in hash.c, which tries to dynamically figure
out the maximum signed integer:
long try_long_max;
long long_max;
long delta;
try_long_max = 1;
do {
long_max = try_long_max;
try_long_max = long_max * 2;
} while (try_long_max > 0);
At -O2, GCC 4.3 determines that 1 * 2 * 2 * ... can never be <= 0,
and so it optimises this into a 1-instruction infinite loop:
0x0805a782 <keyPut+1282>: jmp 0x805a782 <keyPut+1282>
Quite beautiful really. ;-)
The fix is to use the LONG_MAX macro instead.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13888
2009-01-27 17:46:07 +00:00
Lluís Batlle i Rossell
c5a95e894e
Adding opencascade 6.4.0.
...
svn path=/nixpkgs/trunk/; revision=13874
2009-01-27 08:14:27 +00:00
Ludovic Courtès
52474a1f6c
C++ bindings of the GTK+ 2.14 libraries.
...
svn path=/nixpkgs/trunk/; revision=13862
2009-01-25 17:01:29 +00:00