summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2013-09-25Passing "-ansi" turns "long long" support off on FreeBSD/amd64.asau1-1/+6
Define __LONG_LONG_SUPPORTED to make the package build.
2013-09-15Update ruby-pdf-reader to 1.3.3.taca2-6/+6
v1.3.3 (7th April 2013) - various bug fixes
2013-09-13SunOS needs -D__EXTENSIONS__ for realpath().jperkin1-1/+3
2013-09-12Update to 3.13.9:schnoebe4-14/+18
Added Support for the Following New Printers: - HP Designjet Z5400 44-in PostScript ePrinter - HP Deskjet Ink Advantage 1018 Printer - HP Deskjet Ink Advantage 1518 All-in-One Printer - HP Deskjet Ink Advantage 2540 All-in-One Printer Series - HP Deskjet Ink Advantage 2545 All-in-One Printer - HP Deskjet Ink Advantage 2546 All-in-One Printer - HP DeskJet Ink Advantage 4515 e-All-in-One Printer - HP DeskJet Ink Advantage 4518 e-All-in-One Printer - HP Envy 4504 e-All-in-One - HP LaserJet Pro MFP M435nw - HP Officejet 4630 e-All-in-One - HP Officejet 4632 e-All-in-One Printer - HP Officejet 4635 e-All-in-One Printer - HP OfficeJet Pro 8600 Premium e-AiO N911n - HP Photosmart 5521 e-All-in-One Printer Launchpad fixes: 1209339 - HP OfficeJet G55 is not detecting through USB 1209352 - Collate broken under Fedora 19/CUPS-1.6/hplip-3.13.7 as hpps sends SET COPIES Issues fixed: - Added support for print queue addition using hostname(hp-setup <HOSTNAME>) - Fix for plugin installation and test page in 'hp-setup -i'
2013-09-10Fix format string. Fix error handling. Don't bail out on pointer signjoerg3-6/+28
casts for clang.
2013-09-03Changes 9.10:adam2-6/+6
* Background printing (BGPrint) is a new feature allowing an accumulated page clist to be rendered by one or more rendering threads whilst the interpreter (in the "main" thread) continues to accumulate the subsequent page's clist. For certain classes of file this can result in a useful performance increase. * GrayDetection allows suitably written devices to detect "color" input in near neutral tones (i.e. near monochrome) and to convert "on-the-fly" to pure grayscale, whilst retaining the ability to print full color on demand. This is primarily aimed at workflows where saving ink (especially color inks) is required. * LittleCMS2 and libpng have both been updated to the latest versions. * Support has been added to build the Ghostscript DLL for WinRT for x86, x64 and ARM (Requires MS Visual Studio 2012 Pro). * Processing of Windows command line arguments into UTF8 (as presaged a few releases ago) has been enhanced and enabled by default. * The URW Postscript font set has been updated to the latest version, fixing many compatibility problems with the Adobe fonts. * Plus the usual round of bug fixes, compatibility changes, and incremental improvements.
2013-09-02Revbump after cairo updateadam27-56/+57
2013-09-02Update to 0.24.1. No shlib version change.wiz2-6/+6
Release 0.24.1 core: * SplashOutputDev: use getRGBLine images if available. Bug #66928 * SplashOutputDev: Don't copy bitmap if we don't need to. * PSOutputDev: Fix regression in -eps -level1sep rendering. Bug #68321 * Fix crash in malformed file 1026.asan.0.42.pdf * use copyString instead of strdup where memory is freed with gfree. Bug #67666 utils: * pdfdetach: don't mention xpdfrc * pdftotext: Fix -bbox with stdin as input. Bug #45163 * pdftohtml: Fix jpeg image export. Bug #48270 * pdfimages: Fix typos in man page glib: * demo: Remove GTK_DISABLE_DEPRECATED compilation flag qt4: * Fix small typo in documentation qt5: * Fix small typo in documentation
2013-08-31Fix fallout from poppler API changes.joerg2-1/+15
2013-08-29+ tex-algorithm2e-docwiz1-1/+2
2013-08-27Fix grammar for bison-3.0.wiz2-6/+38
2013-08-25Add "share/texmf-dist/doc/latex/ntheorem/ntheorem.pdf" back to the packagetron2-4/+4
list. It still gets installed and referenced by HTML parts of the documentation.
2013-08-24committed correct PLIST for tex-algorithmicx-doc.jaapb1-0/+4
2013-08-24Added tex-algorithmicx-doc package.jaapb1-1/+2
2013-08-24Added package print/tex-algorithmicx-doc, the documentation forjaapb4-0/+18
print/tex-algorithmicx.
2013-08-24Added tex-algorithmicx subdir.jaapb1-2/+2
2013-08-24Added print/tex-algorithmicx, a package for typesetting source code andjaapb4-0/+29
pseudo-code algorithms with LaTeX.
2013-08-24Update to hplip 3.13.8:schnoebe4-24/+21
Release Notes/Change Log: HPLIP 3.13.8 - This release has the following changes: Added Support for the Following New Printers: - HP Deskjet 1510 All-in-One Printer - HP Deskjet 1512 All-in-One Printer - HP Deskjet 1513 All-in-One Printer - HP Deskjet 2540 All-in-One Printer - HP Deskjet 2542 All-in-One Printer - HP Deskjet Ink Advantage 1010 Printer Series - HP Deskjet Ink Advantage 1015 Printer - HP Deskjet Ink Advantage 1510 All-in-One Printer Series - HP Deskjet Ink Advantage 1515 All-in-One Printer - HP Deskjet Ink Advantage 1516 All-in-One Printer - HP Deskjet Ink Advantage 3540 e-All-in-One Printer Series - HP Deskjet Ink Advantage 3545 e-All-in-One Printer - HP Deskjet Ink Advantage 3546 e-All-in-One Printer Launchpad fixes: 233393 - Smart install disable popup is coming for HP pen drive and HP CD/DVD ROM Change log: - Added support for Avahi network printer browsing - Using SLP protocol by default to browse printer in hp-setup - Fix for Failing to install libtool package in Fedora 18 during HPLIP installation HPLIP 3.13.7 - This release has the following changes: Added Support for the Following New Printers: - HP Deskjet 1010 Printer - HP Deskjet 1012 Printer - HP ENVY 5530 e-All-in-One Printer - HP ENVY 5535 e-All-in-One Printer - HP Officejet 7610 Wide Format e-All-in-One Printer Added support for the following new Distro's: - Debian 7.1 - Fedora 19 Launchpad fixes: 746814 - CVE-2010-4267 Remote Stack Overflow Vulnerability 1195221 - Unable to install plugin for network printer Laserjet 2600n 1197306 - HP laserjet 1020 not printing on Ubuntu12.10 after power cycle the printer 1196335 - HPLIP 3.13.6 stop working after shutting down/rebooting the computer Issues fixed: - Unable to launch "Align Cartrides" and "Clean Cartridges" interfaces from HP Device Manager - Lot of debug prints(File Pointer is NULL) are found in syslog even when hpLogLevel is not 15 - Updated plugin-reason for HP LaserJet Professional P1607dn Printer Series
2013-08-24Split ntheorem package. Bumped PKGREVISION.jaapb2-6/+5
2013-08-24Added ntheorem-doc packagejaapb1-1/+2
2013-08-24Added documentation for tex-ntheorem packagejaapb4-0/+25
2013-08-24Added tex-ntheorem packagejaapb1-1/+2
2013-08-24Added package print/tex-ntheorem, version 1.31.jaapb4-0/+29
2013-08-22Changes 9.09:adam12-125/+44
* Background printing (BGPrint) is a new feature allowing an accumulated page clist to be rendered by one or more rendering threads whilst the interpreter (in the "main" thread) continues to accumulate the subsequent page's clist. For certain classes of file this can result in a useful performance increase. * GrayDetection allows suitably written devices to detect "color" input in near neutral tones (i.e. near monochrome) and to convert "on-the-fly" to pure grayscale, whilst retaining the ability to print full color on demand. This is primarily aimed at workflows where saving ink (especially color inks) is required. * LittleCMS2 and libpng have both been updated to the latest versions. * Support has been added to build the Ghostscript DLL for WinRT for x86, x64 and ARM (Requires MS Visual Studio 2012 Pro). * Processing of Windows command line arguments into UTF8 (as presaged a few releases ago) has been enhanced and enabled by default. * The URW Postscript font set has been updated to the latest version, fixing many compatibility problems with the Adobe fonts. * Plus the usual round of bug fixes, compatibility changes, and incremental improvements.
2013-08-22Fix build - reported by wiz@.prlw11-2/+2
2013-08-22To quote an earlier commit message:prlw115-29/+30
Recursive revbump because poppler updated its shlib major for a x.y.z+1 change, again...
2013-08-22Update poppler to 0.24.0.prlw19-27/+32
Release 0.24.0 core: * TextOutputDev: Do not draw ligatures more than once when selected. Bug #9001 * PSOutputDev: Make some pdftops conversions much faster * PSOutputDev: Initialize t3FillColorOnly * SplashOutputDev: Fallback to 1x1 bitmap if we fail to create the real size Release 0.23.4 core: * TextOutputDev: clip the selected text rendering to the selection box. Bug #66983 * CairoImageOutputDev: Fix the bounding box of saved images build system: * Improve linking against pthreads Release 0.23.3 core: * Annotation improvements * Fix crashes on malformed files * TextSelectionPainter: Draw glyphs after selection background * TextOutputDev: add a method to TextPage to get the selection as a list of words qt5: * Initial Qt5 port qt4: * Windows compile fixes * Demo: Allow the choose the page rotation build system: * Fix mingw build * Minor autotools fixes Release 0.23.2 core: * SplashOutputDev: Speed-up some tiling on a 10x factor * Improve caching of lcms2 ICC color profiles * Put some private classes in an anonymous namespace qt4: * Add a thread stresser tool build system: * Fix mingw build Release 0.23.1 core: * XRef stream writing: Write 32-bit offsets when possible * Fix splashModeBGR8 rendering (Bug #64381) glib: * Do not use deprecated gtk_scrolled_window_add_with_viewport() (Bug #64683) build system: * Fix Large file support when using cmake Release 0.23.0 core: * Make rendering thread safe * Large file support * Implement Crypt filter (Bug #62800) * Fix endstream detection (Bug #62985) * CairoOutputDev: support uncolored tiling patterns (Bug #59179) * SplashOutputDev: Introduce Thin Line mode support (Bug #37347) qt4: * Expose Thin Line mode support
2013-08-17Fix build with recent giflib.joerg2-1/+41
2013-08-16Fix build with bison-3.0.wiz2-1/+40
2013-08-09update to 1.4.3drochner7-53/+344
changes: The Barcode Writer has been updated and supports many more barcodes, including QR. The Galaxy Gauge# color matching system and color tools have been included. New color palettes from government agencies (Canada, Germany, The Netherlands, United Kingdom) have been included. More Open Source color palettes have been included. Improvements to the build system. Improvements to the Preflight Verifier. The A4 page size limit of TeX-rendered graphics in Render Frames has been removed. The Short Words plug-in now supports Danish. Many updates to the Online Manual. Bugfixes
2013-08-07print/texlive-tetex-format.mk is no longer used.minskim3-86/+0
2013-08-03tell FREETYPE_DIR to cmake.obache1-1/+2
fixes PR pkg/48087
2013-08-02Let teTeX-bin use tex-tetex's format.mk instead of texlive-tetex's.minskim1-2/+2
The files required to generate TeX formats were moved from texlive-tetex to tex-tetex as of TeX Live 2012.
2013-07-31Fix build with bison-3.0.wiz2-1/+17
2013-07-21HPLIP 3.13.6 - This release has the following changes:schnoebe4-26/+23
Added Support for the Following New Printers: - HP DesignJet T920 Postscript - HP DesignJet T1500 Postscript - HP Envy 4500 e-All-in-One - HP Envy 4502 e-All-in-One Added support for the following new Distro's: -LinuxMint 15 Launchpad fixes: 1179433 - cupsext/getPrinter leaks server connection on each call 1179454 - Cannot set filename when scanning with hp-scan from ADF 1186411 - Fix for firmware download during plug and play 1185866 - hp-config_usb_printer hangs in loop 1189333 - Fixed hplip markup documentation errors Issues fixed: - Crash happens after removing "lp" group in RHEL6 32bit OS Deailed Change log: - Supported CUPS 1.6 IPP Private Structure changes
2013-07-21Enable ruby200.taca1-2/+2
2013-07-20Use Mt for email addresses.wiz1-2/+2
2013-07-17Regen.joerg1-2/+2
2013-07-16Merge two patches already upstream:joerg5-2/+86
- use a more compact encoding for reals by dropping trailing zeros after the decimal point. - ensure the BaseFont property of the standard PS fonts is preserved. Bump revision.
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-2/+2
sysutils/user_* packages.
2013-07-05Update to Podofo 0.9.2 for various bug fixes and improved encryptionjoerg5-22/+22
support. Additionally, build shared libraries.
2013-07-05Fixes for building documentation with texinfo-5.x, from Don Armstrongwiz6-1/+190
<don@debian.org>.
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon2-4/+4
2013-07-04Revbump after updating lang/lua to 5.2.2.adam1-2/+2
2013-07-04Reset PKGREVISION for base package update.wiz5-10/+5
2013-07-04Update to 0.22.5.wiz7-28/+43
Use "lcms" option instead of package-specific "poppler-cms" one. Add backwards compat for this. Add comments to most patches. Changes: Release 0.22.5 core: * PSOutputDev: Make sure that Title: doesn't contain \n or \r (Bug #63862) * Fix slowlyness reading malformed files (Bug #46703) * Fix infinite loop while feeding wrong data in stdin (Bug #64967) * Fix crash on malformed file (Bug #65221) * Fix mismatched delete (Bug #65553) qt4: * Fix mismatched delete (Bug #65551) utils: * pdftohtml: Fix memory leak
2013-06-20revert `say good-bye to ruby-1.8', it should not be done dureing a freeze.obache1-3/+1
2013-06-19say good-by to Ruby-1.8.obache1-1/+3
2013-06-18Add explicit operator << for Commands taking File arguments as thejoerg3-1/+34
use depends on the intermediate conversion to string, which is not valid C++.
2013-06-16This package definitly doesn't need Fortran compiler to build.asau1-2/+2