summary refs log tree commit diff
path: root/pkgs/development/libraries/agg
Commit message (Collapse)AuthorAge
* development: /s/name/pname&version/Felix Buehler2021-07-02
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* agg: fix build with gcc8Franz Pletz2019-06-17
|
* treewide: Make configureFlags listsJohn Ericson2018-08-03
|
* libraries/agg: disable building of examples to fix buildRuben Maher2018-04-17
| | | | | Previously the build was failing with due to not being able to find libexamples.la.
* agg: do not enable parallel buildingOrivej Desh2017-11-26
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* treewide: Fix output references to libX11Tuomas Tynkkynen2016-08-30
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | 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-23
|
* Agg: Fix compilation.Ludovic Courtès2009-04-28
| | | | svn path=/nixpkgs/trunk/; revision=15352
* GNU Gnash 0.8.2, Agg 2.5.Ludovic Courtès2008-03-10
| | | | svn path=/nixpkgs/trunk/; revision=11030
* * Fixed some more URLs.Eelco Dolstra2007-09-11
| | | | svn path=/nixpkgs/trunk/; revision=9294
* * Some more attempts at getting OpenOffice (2.2.1) to build.Eelco Dolstra2007-09-05
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