summary refs log tree commit diff
path: root/pkgs/applications
AgeCommit message (Collapse)AuthorFilesLines
2004-05-01* Added libXv (XVideo).Eelco Dolstra7-24/+35
* Zapping/VLC/MPlayer: use libXv. * MPlayer: upgrade to 1.0pre4. * Zapping: add libXext to the rpath. I don't understand why this is necessary. Zapping doesn't itself link against libXext, though some of its dependencies do. (Maybe this is due to `--export-dynamic'?) svn path=/nixpkgs/trunk/; revision=990
2004-04-21* Subversion upgraded to 1.0.2.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=960
2004-04-06* Added xchm, a Windows help viewer for X.Eelco Dolstra1-0/+10
svn path=/nixpkgs/trunk/; revision=923
2004-04-02* Various bug fixes in setup.sh and ld-wrapper.sh.Eelco Dolstra1-9/+0
svn path=/nixpkgs/trunk/; revision=909
2004-04-02* Updated some more packages. However, bittorrent and vlc don't workEelco Dolstra2-24/+9
right now because wxGTK is broken (it depends on internal symbols in GTK which where made private in GTK 2.4). svn path=/nixpkgs/trunk/; revision=907
2004-04-01* Fixed and/or updated some more components. The number of explicitEelco Dolstra4-46/+18
builders is dropping steadily. svn path=/nixpkgs/trunk/; revision=900
2004-04-01* MPlayer had an undeclared dependency on zlib; found using theEelco Dolstra3-24/+27
improved purity enforcement in the gcc/ld-wrappers. svn path=/nixpkgs/trunk/; revision=898
2004-03-31* Provide a wrapper around `aclocal' (in Automake) that automaticallyEelco Dolstra1-0/+9
adds all directories specified in `ACLOCAL_PATH' to the `aclocal' command line as `-I' flags. Also, it provides a setup hook that adds the `.../share/aclocal' directory of every build input to `ACLOCAL_PATH'. * Upgraded Libtool. * Graphviz requires the X Athena widgets, which in turn requires the X miscellaneous utilities library; added those. However it doesn't work yet since libXt is broken. svn path=/nixpkgs/trunk/; revision=888
2004-03-31* Some changes to get Firefox working (it doesn't work yet, sinceEelco Dolstra1-2/+2
the freedesktop.org libXt is broken, but never mind that). svn path=/nixpkgs/trunk/; revision=885
2004-03-30* Some more updates.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=884
2004-03-30* More freedesktop.org X11 modules.Eelco Dolstra2-14/+11
* Cleaned up some packages. svn path=/nixpkgs/trunk/; revision=883
2004-03-30* Remove builder attributes.Eelco Dolstra2-2/+1
* MPlayer: pass stdenv to w32codecs. svn path=/nixpkgs/trunk/; revision=882
2004-03-29* Remove trivial builders.Eelco Dolstra24-65/+20
* Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
2004-03-29* "!isNull x" -> "x != null". Done automatically. Hope nothingEelco Dolstra6-15/+15
broke. svn path=/nixpkgs/trunk/; revision=870
2004-03-29* Fixing ltmain.sh is now done in setup.sh.Eelco Dolstra1-9/+0
svn path=/nixpkgs/trunk/; revision=869
2004-03-27* Upgrades.Eelco Dolstra4-46/+27
svn path=/nixpkgs/trunk/; revision=853
2004-03-27* Upgrade to 1.0.1.Eelco Dolstra2-31/+42
svn path=/nixpkgs/trunk/; revision=852
2004-02-18* Upgraded vlc to 0.7.0.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=800
2004-02-10* Ugh.Eelco Dolstra2-4/+4
svn path=/nixpkgs/trunk/; revision=774
2004-02-03* Fix undefined variables.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=744
2004-02-02* Use the `inherit' syntax.Eelco Dolstra1-7/+2
svn path=/nixpkgs/trunk/; revision=740
2004-01-27* Upgrade to Subversion 0.37.0.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=724
2004-01-25* Teletext support for zapping.Eelco Dolstra2-5/+19
svn path=/nixpkgs/trunk/; revision=719
2004-01-21* Obscure bug: Zapping needs gettext, otherwise the Automake variableEelco Dolstra2-4/+5
DATADIRNAME is not set. svn path=/nixpkgs/trunk/; revision=682
2004-01-21* Added `zapping', a TV viewer application. It depends on Gnome, soEelco Dolstra2-0/+48
lots of packages are needed. svn path=/nixpkgs/trunk/; revision=681
2004-01-20* Updated to 0.9.8a.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=674
2004-01-16* Upgraded to Subversion 0.36.0.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=659
2003-12-22* Upgrade to Subversion 0.35.1, Berkeley DB 4.2.52.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=595
2003-12-21* Added some missing semicolons.Eelco Dolstra2-2/+3
* Some packages needed for the Subversion server. svn path=/nixpkgs/trunk/; revision=586
2003-12-14* Upgrade to 1.0pre3.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=582
2003-12-08* nxml package.Eelco Dolstra2-0/+21
svn path=/nixpkgs/trunk/; revision=578
2003-12-03* vlc and required packages. Finally a good DVD player :-)Eelco Dolstra2-0/+42
svn path=/nixpkgs/trunk/; revision=574
2003-12-01* Upgrade to Pan 0.14.2.90.Eelco Dolstra2-6/+8
svn path=/nixpkgs/trunk/; revision=562
2003-11-27* Added GNU hello.Eelco Dolstra2-0/+23
svn path=/nixpkgs/trunk/; revision=555
2003-11-18* Rename .fix -> .nix.Eelco Dolstra8-0/+0
svn path=/nixpkgs/trunk/; revision=511
2003-11-14* Renamed pkgs-ng to pkgs.Eelco Dolstra16-0/+341
svn path=/nixpkgs/trunk/; revision=502