about summary refs log tree commit diff
path: root/pkgs/development/libraries/podofo
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-1/+0
* treewide: remove unused variables * making ofborg happy
2018-11-06calibre: remove references to podofoAndrew Dunham1-0/+7
2018-11-06podofo: cleanupMatthew Bauer1-14/+8
2018-10-25podofo: add licensesMarkus Kowalewski1-3/+3
2018-09-25podofo: fix library linkage on Darwin (#47214)Michael Roitzsch1-1/+8
* podofo: fix library linkage on Darwin Because the library is not yet installed when the tools are build, it does not contain its final store path as its install name. Linking the tools picks up this incorrect install name and needs to be fixed after installing.
2018-08-31podofo: patch for compatibility with cmake 3.12 (#45857)Andrew Childs1-1/+10
2018-08-22Revert "treewide: fixup breakage due to absolute compiler path"Matthew Bauer1-5/+0
This reverts commit d0888d150333a2c523cd1e46606d6219afe23dc2.
2018-08-21treewide: fixup breakage due to absolute compiler pathVladimír Čunát1-0/+5
Some packages just can't handle them #44767. It was tempting to try to abstract this in some way, but I didn't do that ATM.
2018-07-18podofo: 0.9.5 -> 0.9.6 (#43744)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/podofo/versions.
2017-06-22podofo: unsimplify derivation a bit to avoid hash breakageRoss MacLeod1-2/+5
2017-06-22podofo: Simplify derivationJohn Ericson1-11/+4
Bunch of junk for linux and cross compilation that's no longer needed
2017-04-06podofo: fix on LLVM 4Dan Peebles1-2/+6
Not sure if the things I made optional on Darwin are really worth keeping at all, but I don't have a Linux box handy so I'm minimizing potential damage.
2017-03-27treewide: purge maintainers.urkudVladimír Čunát1-1/+1
It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
2017-02-17podofo: 0.9.4 -> 0.9.5Robin Gloster1-14/+5
2017-01-25podofo: 0.9.3 -> 0.9.4, pin to gcc5Robin Gloster1-4/+4
2015-06-25Updating podofo to 0.9.3.Lluís Batlle i Rossell1-2/+2
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-2/+2
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-06-26cmake, podofo: fix finding freetype-2.5Vladimír Čunát1-2/+13
2013-04-10podofo: fixing cross-buildingLluís Batlle i Rossell1-0/+7
2013-03-18podofo: update 0.9.1 to 0.9.2Lluís Batlle i Rossell1-2/+2
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-11-08Making taskwarrior and podofo have cmake as buildNativeInput.Lluís Batlle i Rossell1-1/+2
Otherwise they can't be crossbuilt.
2011-07-10Updating podofoLluís Batlle i Rossell1-2/+2
svn path=/nixpkgs/trunk/; revision=27694
2010-09-16Use stdenv2 in podofoYury G. Kudryashov1-2/+2
svn path=/nixpkgs/trunk/; revision=23817
2010-09-15podofo-0.8.2, metainfoYury G. Kudryashov1-4/+12
svn path=/nixpkgs/trunk/; revision=23811
2010-01-07Adding calibre. This involved also:Lluís Batlle i Rossell1-0/+12
- Adding podofo - Adding some new python packages - Making new pkgs attributes for python packages to build with python 2.6 - Updating some python packages expressions to allow python 2.6, and not only 2.5. svn path=/nixpkgs/trunk/; revision=19303