1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Commit graph

5958 commits

Author SHA1 Message Date
Peter Simons 974bb73947 subversion: generally use version 1.5.x by default
svn path=/nixpkgs/trunk/; revision=13081
2008-10-16 12:41:59 +00:00
Peter Simons b4da0ccf16 git: updated from 1.6.0.1 to 1.6.0.2
svn path=/nixpkgs/trunk/; revision=13080
2008-10-16 12:41:46 +00:00
Marc Weber e4d2d81f9d subversion = subversion15 (was ..14)
svn path=/nixpkgs/trunk/; revision=13079
2008-10-16 11:01:18 +00:00
Marc Weber 9faee768da added swftools
svn path=/nixpkgs/trunk/; revision=13078
2008-10-16 11:01:10 +00:00
Michael Raskin 27c0b887ac Re-enabling Gnash build
svn path=/nixpkgs/trunk/; revision=13077
2008-10-16 03:42:29 +00:00
Michael Raskin e5e8d4307f Temporarily disable gnash to make a release
svn path=/nixpkgs/trunk/; revision=13076
2008-10-15 20:17:59 +00:00
Michael Raskin 0e7e7da6a1 Adding possibility to have rich Python installation for development but use only the base one for, say, OpenOffice (and be able to use buildfarm). Codeville and Bazaar use the rich variant - they do have some use for it..
svn path=/nixpkgs/trunk/; revision=13075
2008-10-15 20:01:39 +00:00
Ludovic Courtès b436bcf285 Lout 3.38.
svn path=/nixpkgs/trunk/; revision=13074
2008-10-15 08:53:11 +00:00
Ludovic Courtès 448452a734 Gnash: Run the test suite.
svn path=/nixpkgs/trunk/; revision=13073
2008-10-15 08:43:50 +00:00
Ludovic Courtès 624c3c9ff6 GNU ed 1.1.
svn path=/nixpkgs/trunk/; revision=13072
2008-10-15 07:26:14 +00:00
Marc Weber 1669c048a2 added meta tag to xvidcap
svn path=/nixpkgs/trunk/; revision=13071
2008-10-14 15:26:25 +00:00
Eelco Dolstra 9fd8d270e1 * Subversion 1.5.3.
svn path=/nixpkgs/trunk/; revision=13070
2008-10-14 14:59:43 +00:00
Eelco Dolstra c9c2045610 * Cairo: build with XCB support.
* Fixed libXp.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13069
2008-10-14 14:46:56 +00:00
Marc Weber 5a4a28e437 added cinelerra (video editing application)
svn path=/nixpkgs/trunk/; revision=13068
2008-10-14 14:01:50 +00:00
Marc Weber 07fc484a92 added faad2 and faac (deps of cinelerra)
svn path=/nixpkgs/trunk/; revision=13067
2008-10-14 14:01:38 +00:00
Marc Weber ef6cf67fc4 update mjpegtools to 1.6.2 (sourceforge) no longer needing patch(?)
svn path=/nixpkgs/trunk/; revision=13066
2008-10-14 14:01:26 +00:00
Marc Weber 892db3bb8c update bleeding edge repo management
it now figures out the dist name from the url and the revision is added to the url
This way a new version doesn't override the old one and you can keep multiple dist tar.gz files

svn path=/nixpkgs/trunk/; revision=13065
2008-10-14 14:01:00 +00:00
Marc Weber 3f0a8494c9 fftw also with single support now, new name suffix indecating which one is used
svn path=/nixpkgs/trunk/; revision=13064
2008-10-14 13:59:56 +00:00
Marc Weber 9fc09fd4bb fix x264 for x64 systems (-fPIC)
svn path=/nixpkgs/trunk/; revision=13063
2008-10-14 13:35:25 +00:00
Eelco Dolstra f940eda22d * Who turned this off? :-P Surely we want locale support in Glibc...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13062
2008-10-14 12:25:28 +00:00
Eelco Dolstra 5b45cce6c1 * Don't need to set CAIRO_CFLAGS anymore.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13061
2008-10-14 12:08:07 +00:00
Eelco Dolstra 5bc2dc536d * `pkg-config --cflags': ignore Requires.private (just like --libs).
Whether this is correct is debatable (especially since there is no
  formal semantics for Requires.private), but not ignoring it breaks
  some packages (like Pango's dependency on Cairo).

svn path=/nixpkgs/branches/stdenv-updates/; revision=13060
2008-10-14 12:06:36 +00:00
Ludovic Courtès 064d1af52b GNU Gnash 0.8.4.
svn path=/nixpkgs/trunk/; revision=13059
2008-10-14 08:26:00 +00:00
Eelco Dolstra 1e6622f4d5 * The patch for proper Requires.private processing is still necessary,
unfortunately.  For instance, libxcb's xcb.pc declares:

    Requires.private: pthread-stubs ...

  Thus libxcb has to declare the pthread-stubs package as a
  propagatedBuildInput, otherwise packages that check for libxcb using
  pkg-config (such as libX11) will fail.  But then we get a totally
  unnecessary additional runtime dependency, which is clearly a bad
  thing.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13058
2008-10-13 12:51:04 +00:00
Ludovic Courtès a2b9febb42 GNU Make: Disable `nix-log2xml' support by default.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13057
2008-10-13 09:06:50 +00:00
Ludovic Courtès 36debce744 Use gnumakeNix' instead of gnumake' in `stdenv'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13056
2008-10-13 09:06:04 +00:00
Ludovic Courtès 64a6c823fc Add gnumakeNix' attribute for GNU Make with nix-log2xml' support.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13055
2008-10-13 09:04:56 +00:00
Ludovic Courtès b43d4f87db Pkgconfig 0.23.
Untested!

svn path=/nixpkgs/branches/stdenv-updates/; revision=13054
2008-10-12 19:15:29 +00:00
Ludovic Courtès e0ce7f16f7 Build Super Tux Kart.
svn path=/nixpkgs/trunk/; revision=13053
2008-10-12 14:29:44 +00:00
Ludovic Courtès 3419c0a970 Super Tux Kart, a free kart racing game.
svn path=/nixpkgs/trunk/; revision=13052
2008-10-12 14:28:51 +00:00
Ludovic Courtès bf54e7bc25 PLIB: a suite of portable game libraries.
svn path=/nixpkgs/trunk/; revision=13051
2008-10-12 14:27:51 +00:00
Ludovic Courtès 678b67d0c8 Linux man pages 3.11.
svn path=/nixpkgs/trunk/; revision=13050
2008-10-12 14:24:51 +00:00
Ludovic Courtès 146db80790 OpenAL 1.5.304.
I realize there is `openalSoft' as well in Nixpkgs, but I think it's really
OpenAL, and the `openalSoft' directory should be removed.

svn path=/nixpkgs/trunk/; revision=13049
2008-10-12 14:17:44 +00:00
Eelco Dolstra 306762833e * Added the Perl DBI and DBD::SQLite modules.
svn path=/nixpkgs/trunk/; revision=13046
2008-10-10 14:51:20 +00:00
Eelco Dolstra f289d7eb21 * SQLite 3.6.3.
svn path=/nixpkgs/trunk/; revision=13045
2008-10-10 12:55:25 +00:00
Eelco Dolstra f5a5098f27 * Add some more Darwin packages to the channel.
svn path=/nixpkgs/trunk/; revision=13044
2008-10-10 09:49:44 +00:00
Eelco Dolstra dbc0d399bf * Add some more packages that have been apparently deprecated from X.org.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13043
2008-10-10 08:55:45 +00:00
Eelco Dolstra f370f61ee9 * f77 -> fortran.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13042
2008-10-10 08:55:15 +00:00
Ludovic Courtès c90d0f60d4 Build ImageMagick.
svn path=/nixpkgs/trunk/; revision=13041
2008-10-10 07:26:22 +00:00
Armijn Hemel ed9151d338 gimp 2.4 -> 2.6 + update dependencies
svn path=/nixpkgs/trunk/; revision=13039
2008-10-09 23:21:39 +00:00
Marc Weber d827e4f16f updated darcs2 to last release (2.1.0pre3) which fixed some http download problems.
Also adding assertion to force users to switch to darcs-2 unless they really want to keep using darcs-1

svn path=/nixpkgs/trunk/; revision=13038
2008-10-09 22:58:14 +00:00
Marc Weber 3d90901798 update my_env. Hopefully does a better job now
svn path=/nixpkgs/trunk/; revision=13037
2008-10-09 22:57:20 +00:00
Armijn Hemel b1da0a329c update to 0.0.22
svn path=/nixpkgs/trunk/; revision=13036
2008-10-09 22:10:59 +00:00
Armijn Hemel c00f4dfc73 fix path for python
svn path=/nixpkgs/trunk/; revision=13035
2008-10-09 20:49:02 +00:00
Eelco Dolstra 0e68610feb * libXp has been removed from X.org 7.4 but some packages still need it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13032
2008-10-09 16:24:51 +00:00
Eelco Dolstra 8b458f246f * Fixed ghc-pkg in ghcboot on Darwin (it doesn't like the -framework flag).
This is needed to get haddockboot to build.

svn path=/nixpkgs/trunk/; revision=13031
2008-10-09 16:08:48 +00:00
Eelco Dolstra feede5cf62 * On impure platforms, use the system Perl when perl58 is requested.
svn path=/nixpkgs/trunk/; revision=13030
2008-10-09 15:39:09 +00:00
Eelco Dolstra 92d6f869f2 * Apparently the URL has changed.
svn path=/nixpkgs/trunk/; revision=13029
2008-10-09 15:38:29 +00:00
Eelco Dolstra b0cca16797 * Doh.
svn path=/nixpkgs/trunk/; revision=13028
2008-10-09 15:08:40 +00:00
Eelco Dolstra 23fa8d41a0 * i810 -> intel. (I hope the "intel" driver is stable enough
nowadays; I don't have a laptop with Intel graphics any more to test
  it.)

svn path=/nixpkgs/branches/stdenv-updates/; revision=13026
2008-10-09 14:51:26 +00:00