summary refs log tree commit diff
path: root/pkgs/development/libraries/poppler/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2015-04-02poppler: fix build of Qt 4 and Qt 5 wrappersThomas Tuegel1-58/+29
The autoconf build system for poppler does not support building the wrappers separately, so this slightly enlarges the size of closures. To compensate, the command-line utilities have been separated into their own package.
2015-04-02poppler: remove qtcairo patch cruftThomas Tuegel1-8/+0
2015-04-01poppler: 0.28.1 -> 0.32.0 and cmake -> configureSpencer Whitt1-5/+9
Use autotools build script rather than cmake as the cmake build script is buggy (doesn't seem to work with openjpeg2) Fixes build on Darwin and openjpeg2 support on Linux
2015-02-21update various packages to use Qt 5.4Thomas Tuegel1-1/+1
2015-02-18poppler-qt4: fix rendering, fixes #6366Vladimír Čunát1-1/+1
The subpixel patches seem to cause trouble in recent versions.
2015-02-07kill libiconvOr*Eric Seidel1-2/+2
Conflicts: pkgs/applications/networking/mailreaders/sup/default.nix pkgs/development/compilers/ghc/7.8.3-binary.nix pkgs/development/interpreters/php/5.3.nix pkgs/development/interpreters/ruby/patches.nix pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/poppler/default.nix pkgs/top-level/all-packages.nix
2015-01-26poppler: add Qt 5 versionThomas Tuegel1-2/+11
2014-12-03popplerQt4: re-introduce the subpixel rendering patchVladimír Čunát1-1/+10
2014-11-08Bump poppler to 0.28.1 & remove outdated patches.Moritz Ulrich1-13/+2
2014-10-07popplerQt4: update from 0.26.3 to 0.26.5Aristid Breitkreuz1-2/+2
2014-08-02Merge recent master into x-updatesVladimír Čunát1-1/+1
Hydra: ?compare=1142825 Conflicts (easy): pkgs/applications/audio/lmms/default.nix pkgs/desktops/e18/enlightenment.nix pkgs/games/exult/default.nix pkgs/os-specific/linux/alsa-plugins/default.nix
2014-08-02poppler: maintenance updateVladimír Čunát1-2/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-07-13poppler: updateVladimír Čunát1-4/+4
2014-04-24Fixed pkgconfig support for poppler-qt4Chaddaï Fouché1-1/+5
2014-01-19poppler: bugfix update 0.24.4 -> .5Vladimír Čunát1-5/+5
Also Qt4 binding bugfix.
2014-01-05poppler-glib.pc has ${includedir}/poppler in cflags (needed for dependent pkgs)Ian-Woo Kim1-1/+1
Cf. #1458.
2013-12-09poppler: bugfix update 0.24.3 -> .4Vladimír Čunát1-2/+2
2013-11-06Updating poppler to 0.24.3.Lluís Batlle i Rossell1-2/+2
2013-10-26Fix .deepOverride on poppler, glibMarc Weber1-2/+2
By moving the default derivation into callPackage call, close #1115.
2013-08-28poppler: bugfix update to 0.24.1Vladimír Čunát1-2/+2
2013-08-25poppler: updateVladimír Čunát1-5/+5
Tested by running evince.
2013-08-03poppler: bugfix update, waiting with major bumpVladimír Čunát1-2/+2
2013-07-01keep lcms versioning in all-packages.nixMathijs Kwik1-2/+2
2013-06-18non-Linux: more adjustmentsVladimír Čunát1-2/+2
Also reordered stuff in all-packages.nix.
2013-06-18non-Linux platforms: extend to some important pkgsVladimír Čunát1-0/+1
2013-06-18poppler: attempt to fix missing libiconv on non-LinuxVladimír Čunát1-2/+2
2013-06-06popplerQt4: force linking to poppler_glibMathijs Kwik1-0/+1
to fix: ldd /nix/store/...poppler-qt4-0.22.3/lib/libpoppler-qt4.so libpoppler.so.36 => not found
2013-06-05poppler: downgrade to stable, drop deps that aren't really neededVladimír Čunát1-12/+6
2013-05-29poppler: minor updateVladimír Čunát1-3/+3
Includes some thread safety fixes.
2013-04-21poppler: share most things between glib and qt4 versionsVladimír Čunát1-35/+47
Most of the stuff was duplicated (headers, the core library). The new solution makes the _qt4 package use the _glib one, because it depended on glib through cairo anyway (and _glib bindings themselves are just ~350kB). This also fixes a problem that mergeAttrsByFuncDefaultsClean didn't merge patches, which affected dbus.libs.
2013-04-18poppler: update, include qt4+cairo patchesVladimír Čunát1-7/+19
The patches should provide smoother font rendering, like it's with poppler+gtk+cairo. The code was taken from @mornfall f4fce48c #470, thanks.
2013-02-21Merge branch stdenv-updates into x-updatesVladimír Čunát1-1/+1
x-updates is supposed to merge after stdenv-updates, so let's test it Conflicts: pkgs/development/libraries/gtk+/2.x.nix (both updated, taking newer) pkgs/development/libraries/mesa/default.nix (taking nativeBuildInputs)
2013-02-12poppler: update; but openjpeg still not detectedVladimír Čunát1-9/+11
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-03-08poppler-0.18.4Yury G. Kudryashov1-2/+2
svn path=/nixpkgs/trunk/; revision=32875
2011-12-15poppler-0.18.2Yury G. Kudryashov1-3/+3
I've checked that everything in `grep -rl poppler .` compiles. svn path=/nixpkgs/trunk/; revision=30902
2011-09-19Let poppler use ${POPPLER_DATADIR}Yury G. Kudryashov1-0/+2
Also upgrade poppler-data svn path=/nixpkgs/trunk/; revision=29342
2011-07-11* Update Poppler to 0.16.7.Eelco Dolstra1-9/+17
svn path=/nixpkgs/branches/kde-4.7/; revision=27703
2010-12-14poppler-0.14.5Yury G. Kudryashov1-19/+16
svn path=/nixpkgs/trunk/; revision=25122
2010-01-07Updating popplerLluís Batlle i Rossell1-3/+3
svn path=/nixpkgs/trunk/; revision=19299
2009-05-12Upgraded popper to 0.10.6Sander van der Burg1-2/+2
svn path=/nixpkgs/trunk/; revision=15566
2009-04-21* Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra1-3/+5
* Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-03-29Adding pdf2djvu, updating djvulibre, and getting more headers from poppler.Lluís Batlle i Rossell1-1/+2
svn path=/nixpkgs/trunk/; revision=14760
2009-02-21Poppler: Disable test suite when `qt4Support' is true.Ludovic Courtès1-1/+3
svn path=/nixpkgs/trunk/; revision=14155
2009-02-20Poppler 0.10.4.Ludovic Courtès1-17/+17
svn path=/nixpkgs/trunk/; revision=14149
2009-02-18Added kdegraphics-4.2 closureSander van der Burg1-1/+1
svn path=/nixpkgs/trunk/; revision=14114
2008-07-17Poppler 0.8.4.Ludovic Courtès1-8/+29
svn path=/nixpkgs/trunk/; revision=12372
2007-11-11Added poppler and poppler-dataYury G. Kudryashov1-0/+17
svn path=/nixpkgs/trunk/; revision=9633