aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/agg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* agg: fix build with gcc8Franz Pletz2019-06-171-0/+5
|
* treewide: Make configureFlags listsJohn Ericson2018-08-031-1/+1
|
* libraries/agg: disable building of examples to fix buildRuben Maher2018-04-171-1/+1
| | | | | Previously the build was failing with due to not being able to find libexamples.la.
* agg: do not enable parallel buildingOrivej Desh2017-11-261-0/+4
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-211-1/+2
| | | | Only acts on one-line dependency lists.
* treewide: Fix output references to libX11Tuomas Tynkkynen2016-08-301-1/+1
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-021-0/+1
| | | | Build-tested on x86_64 Linux & Mac.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-281-1/+1
|
* Some description fixesBjørn Forsman2013-10-051-1/+1
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* agg: fix for new automakeVladimír Čunát2013-02-231-1/+6
|
* Agg: Fix compilation.Ludovic Courtès2009-04-281-2/+21
| | | | svn path=/nixpkgs/trunk/; revision=15352
* GNU Gnash 0.8.2, Agg 2.5.Ludovic Courtès2008-03-101-4/+5
| | | | svn path=/nixpkgs/trunk/; revision=11030
* * Fixed some more URLs.Eelco Dolstra2007-09-111-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=9294
* * Some more attempts at getting OpenOffice (2.2.1) to build.Eelco Dolstra2007-09-051-0/+11
It compiles now, but I haven't figure out how to do the equivalent of a "make install". But you can build with -K and then do $ cd /tmp/nix-.../OOF680_m18/instsetoo_native/util $ dmake openoffice_en-US PKGFORMAT=archive and you get a big tarball in /tmp/nix-.../OOF680_m18/instsetoo_native/unxlngi6.pro/OpenOffice/archive/install/en-US that you can unpack anywhere to get a more-or-less working OpenOffice. svn path=/nixpkgs/trunk/; revision=9257