summary refs log tree commit diff
path: root/pkgs/applications/misc/xpdf
Commit message (Collapse)AuthorAge
* treewide: switch all desktop file generators to new APIK9002022-02-25
| | | | | | Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
* pkgs/applications: rename name to pname&version part 1 (#144949)Felix Bühler2021-11-07
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* treewide: remove darwin-only manual wrapQtApp invocationsDmitry Kalinkin2021-09-28
|
* xpdf: 4.02 → 4.03Nikolay Korotkiy2021-02-09
|
* pkgs/applications: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* libxpdf: add licenseMarkus Kowalewski2020-06-27
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* xpdf: add knownVulnerabilitiesNikolay Korotkiy2019-11-12
|
* xpdf: 4.00 -> 4.02Nikolay Korotkiy2019-11-12
|
* wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel2019-07-05
|
* xpdf: remove myself from list of maintainersPeter Simons2019-03-05
|
* Added long description (#56601)Alex Ameen2019-03-02
| | | xpdf: added long description
* xpdf: add license, update homepageMarkus Kowalewski2018-09-01
|
* Update default.nixAlex Vorobiev2018-03-22
|
* xpdf: specify paths to Qt pluginsDmitry Kalinkin2018-03-01
| | | | | | On Darwing this fixes icons and "native" look. Fixes: #36188
* xpdf: fix a runtime errorDmitry Kalinkin2018-03-01
| | | | 'This application failed to start because it could not find or load the Qt platform plugin "cocoa" in "".'
* xpdf: fix build on darwin (still broken in runtime)Dmitry Kalinkin2018-03-01
|
* xpdf: build with qt guiJörg Thalheim2017-08-28
|
* xpdf: 3.04-> 4.00kiloreux2017-08-26
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-03
|\
| * treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux and on Darwin.
* | xpdf: disable format hardeningFranz Pletz2016-08-02
|/
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* Updating xpdf to 3.04Lluís Batlle i Rossell2014-12-23
| | | | (cherry picked from commit 0420a025e3d702df17a672f36627d32b488b4bfc)
* xpdf: fix configure-time bug that prevented the man pages from being installedPeter Simons2013-10-22
|
* Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
| | | | Plus a small number of obsolete packages (like old versions of qemu).
* xpdf: Don't use t1libEelco Dolstra2012-08-16
| | | | | t1lib has multiple unpatched vulnerabilities (see e.g. http://rhn.redhat.com/errata/RHSA-2012-0062.html).
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Fixing xpdf, so it finds the pdf base fonts now.Lluís Batlle i Rossell2011-12-01
| | | | svn path=/nixpkgs/trunk/; revision=30658
* Updating xpdf.Lluís Batlle i Rossell2011-10-31
| | | | svn path=/nixpkgs/trunk/; revision=30157
* * xpdf 3.02pl5.Eelco Dolstra2011-01-25
| | | | svn path=/nixpkgs/trunk/; revision=25688
* pkgs/applications/misc/xpdf: fixed location of "info" and "man" directoriesPeter Simons2010-11-05
| | | | svn path=/nixpkgs/trunk/; revision=24606
* pkgs/applications/misc/xpdf: strip trailing whitespacePeter Simons2010-10-07
| | | | svn path=/nixpkgs/trunk/; revision=24143
* pkgs/applications/misc/xpdf: added meta sectionPeter Simons2010-10-07
| | | | svn path=/nixpkgs/trunk/; revision=24139
* added libxpdf and pdf2xmlRob Vermaas2010-08-25
| | | | svn path=/nixpkgs/trunk/; revision=23427
* * xpdf updated to 3.02pl4.Eelco Dolstra2010-05-16
| | | | svn path=/nixpkgs/trunk/; revision=21803
* * xpdf updated to 3.02pl3.Eelco Dolstra2009-08-17
| | | | svn path=/nixpkgs/trunk/; revision=16749
* * xpdf 3.02pl2.Eelco Dolstra2009-01-06
| | | | svn path=/nixpkgs/trunk/; revision=13716
* This is a quote from http://www.johannes-bauer.com/xpdf/xpdf.php, any moral ↵Wouter den Breejen2007-11-20
| | | | | | issues can be posted on the mailing list ;) "If you are the proud owner of a proprietary PDF-Creator like "Adobe Acrobat" you probably have noticed that it gives you the option to make the resulting PDF protected in a way that you cannot copy any text from it or that you cannot extract the pictures within. What a nice little feature. Now what this technically does is to set a flag in the PDF telling the reader program "Please don't let the mean user copy any content from me! ". However, the whole process relies on the reader progam (like "Adobe Acrobat Reader" or "xpdf", in our case) to obey the request of the PDF creator. Now at this point, xpdf really pissed me off. Because it really does obey the completely non-sensical request of the PDF creator. Probably because of some legal trouble which Adobe might give them if they did not obey it. But logically there is absolutely no reason to restrict the extraction of text of graphical images from a PDF file. Text I could read and type it in again. Pictures I could photograph off my PC screen. It's completely moronic. It's Adobe. Plus some people at my college think it's protecting their documents well. They seem to believe that content which is made for education should under no circumstances leak to the outside - somebody could maybe learn something! It would be a disaster! It is obvious they're morons. This patch just proves my point." svn path=/nixpkgs/trunk/; revision=9765
* * xpdf updated to 3.02pl1. Also patch its configuration file so thatEelco Dolstra2007-10-03
| | | | | | it uses the Base-14 fonts from Ghostscript. svn path=/nixpkgs/trunk/; revision=9396
* * Latest Xpdf.Eelco Dolstra2007-04-05
| | | | svn path=/nixpkgs/trunk/; revision=8543
* add security patchArmijn Hemel2006-07-05
| | | | svn path=/nixpkgs/trunk/; revision=5591
* * More examples of interpolation.Eelco Dolstra2006-05-01
| | | | svn path=/nixpkgs/trunk/; revision=5244
* * Use string interpolation.Eelco Dolstra2006-05-01
| | | | svn path=/nixpkgs/trunk/; revision=5243
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * Added t1lib, a library for Type 1 font support. Enabled it in xpdf.Eelco Dolstra2005-12-02
| | | | svn path=/nixpkgs/trunk/; revision=4328