summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2014-01-26Update to 3.10.3, mostly from Patrick Welche.wiz4-16/+70
Changes (skipping translation updates): ================ Evince 3.10.3 ================ Bug fixes: * Fix a regression in accessibility code causing the wrong page to be used when caret navigation is enabled (#711862, Alejandro Piñeiro) ================ Evince 3.10.2 ================ Bug fixes: * Fix the size of buttons in the toolbar (#709005, Yosef Or Boczko, Carlos Garcia Campos) * Fix page size always reported as 0x0 in properties dialog (#711093, Carlos Garcia Campos) * Fix a crash in djvu backend due to a double free (#710977, José Aliste) * Fix annotation window focus change after creation (#668446, Nelson Benitez Leon) * Fix content exposed to assistive technologies when document changes in EvView (#709375, Joanmarie Diggs) ================ Evince 3.10.0 ================ Bug fixes: * Fix a typo in EV_VIEW_PRESENTATION macro definition (Cosimo Cecchi) ================ Evince 3.9.90 ================ Bug fixes: * Unescape the output basename for print to file (#705848, Aakash Goenka) ================ Evince 3.9.5 ================ New features and improvements: * Enable/disable the caret navigation with F7 (#702079, Antia Puentes) * Add 'Automatic' zoom mode to the zoom selector (Carlos Garcia Campos) * Use toggle menu items for zoom modes in zoom selector drop-down menu to make it possible to know the zoom mode currently in use (Carlos Garcia Campos) * Implement text selections in EvViewAccessible (#704335, Antia Puentes) * More performance improvements in text selections (Carlos Garcia Campos) * Implement ATK interfaces to expose text attributes (#639932, Antia Puentes) Bug fixes: * Fix a crash in ev_view_accessible_get_link() when the given link index is out of range (#705155, Antia Puentes) * Clear the cached data in EvViewAccessible when the current page or document are updated (#704621, Antia Puentes) * Update API doc files (Christian Persch) * Fix several compile warnings (Christian Persch) * Fix the index/offset of the links returned by EvViewAccessible (#704616, Joanmarie Diggs) * Cache also the URI and document info when loading from a GFile (#704685, Alessandro Campagni) * Fix selections starting/ending in page margins (Carlos Garcia Campos) * Fix the number of selections returned by EvViewAccessible (#704396, Antia Puentes) * Fix the caret offset returned by EvViewAccessible when caret navigation is enabled (#704396, Antia Puentes) * Update the page number and zoom level when page and zoom selectors are unfocused (#704138, Carlos Garcia Campos) * Use MiB instead of Mb in cache size gsettings documentation (#704155, Carlos Garcia Campos) * Disable history action while history is frozen (#704184, Carlos Garcia Campos) ================ Evince 3.9.4 ================ New features and improvements: * Add a find sidebar to show search results with some more context (#566827, Sergey Pushkin, José Aliste, Carlos Garcia Campos) * Zoom selector has been moved to the right of the toolbar, close to the other view options (#701696, Carlos Garcia Campos) * Implement text selection in djvu backend (#448739, #703108, Jonas Danielsson) * Add 'cursor-moved' signal to notify when the caret cursor has been moved (#702078, Antia Puentes) * Keep the offset inside a line when moving the caret between lines (#702075, Antia Puentes) * Position the caret cursor at beginning/end of the line when clicking outside the line (Carlos Garcia Campos) * Implement text selection with the keyboard when caret navigation is enabled (#702073, Antia Puentes) * Notify about caret navigation errors using the error bell (#702650, Antia Puentes) * Set history button arrow icons according to locale's text direction (#702585, Yosef Or Boczko) * Several performance improvements when selecting text (Carlos Garcia Campos) * Emit the AtkText 'text-caret-moved' and 'text-selection-changed' signals in EvViewAccessible (#701732, Antia Puentes) Bug fixes: * Fix selection of overlapping text (#703024, Jason Crain) * Fix a crash when selecting more than one page (#702874, Carlos Garcia Campos) * Fix a crash due to an infinite loop resolving hyphenations in find results sidebar (Carlos Garcia Campos) * Don't draw the caret cursor when the view is not focused (Carlos Garcia Campos) * Do not show the caret cursor when there are active selections (#702761, Carlos Garcia Campos) * Clear the selection when cursor is moved (Carlos Garcia Campos) ================ Evince 3.9.3 ================ New features and improvements: * Make the history behave more like a web browser (Christian Persch) * Add a fallback implementation of text selection for backends that implement get_selection_region but not render_selection (#669022, Jason Crain) * Initial implementation of caret navigation added to libview (#638905, #702076, #702068, Antia Puentes, Carlos Garcia Campos) * Add a GSetting to set a custom page cache size (#642683, Jonas Danielsson) Bug fixes: * Fix memory corruption in EvHistory implementation (#697397, Christian Persch) * Fix drag and drop of selected text after zooming with a selection (#702406, Jason Crain) * Fix a crash when searching with a negative current page (#683172, Germán Poo-Caamaño) * Fix race condition in sidebar-thumbnails (#701900, aakash) * Use horzontal/vertical GtkBoxes instead of deprecated GtkHBox/GtkVBox (Christian Persch) * Fix runtime critical warning for links with NULL action (Christian Persch) * Fix -Wstrict-prototypes warnings (Christian Persch) * Remove obsolete g_type_init calls (Christian Persch) * Fix crash on corrupted PDF with no pages (#701302, Germán Poo-Caamaño) ================ Evince 3.9.2 ================ New features and improvements: * Forward key events received in the toplevel window to the focused widget (#676040, José Aliste) * Use the document filename as output basename when printing to a file (#700466, Jonas Danielsson) * Enable GDK_SMOOTH_SCROLL events for EvView (#674098, Xiao-Long Chen) * Show the document URI in the error message when it fails to open (#697900, Pietro Battiston) * Allow to browse all files from Save Image dialog by adding more filters to the file chooser (#523071, Jonas Danielsson) * Added Shift+Enter shortcut to search backwards (#641797, Ondrej Danko) * Make shortcuts for find next/previous work even when the fin bar is closed (#625225, Jonas Danielsson) * Add support for file identifiers to DJVU backend (#619410, José Aliste) * Add support for page labels to DJVU backend (#619407, José Aliste) * Use ellipsis character in translatable strings (#695597, Gökçen Eraslan) Bug fixes: * Make annotation windows always accept input focus (#668446, José Aliste, Florian Echtler) * Fix capitalization in a menu item (#699108, Adam Dingle) * Fix typo in PostScript printer error message (#695597, Gökçen Eraslan) * Fix zoom and position of FitR link destinations (#695524, Simon Budig) * Update the search string when the document is reloaded (#694143, aakash) * Fix --find command line option to actually show the find bar (#604327, Carlos Garcia Campos) * Forward EvView key events to the focused form field, so that it's possible to move between words with CTRL+Left/Right in text form fields instead of rotating the view (#699630, Carlos Garcia Campos) * Do not update the history while searching to prevent the find bar from begin closed unexpectedly (#697194, Carlos Garcia Campos) * Fix document to view coordinates transformation to take page borders into account. This makes search results, form fields, annotations and other items to be correctly placed on the view (Carlos Garcia Campos) Documentation: * Update gtk-doc API files adding new symbols and removing the ones that no longer exist (#697152, Cosimo Cecchi) * Update the man page (Marek Kasik) ================ Evince 3.8.0 ================ New features and improvements: * Remove the NoDisplay=true from Evince desktop file (#634245, Kalev Lember) Bug fixes: * Fix desktop file keyword translations (#696310, Kalev Lember) ================ Evince 3.7.92 ================ New features and improvements: * Use the page frame from the theme instead of our own (#691333, Germán Poo-Caamaño) * Improved the performance of search (#667569, Germán Poo-Caamaño) * Add desktop file for print preview (#694482, William Jon McCann) * Add API to allow changing the page of a presentation (#693749, William Jon McCann) Bug fixes: * Disable view presentation if there is no document (#685591, Lubos Koudelka) * Fixed and improved several API doc comments (Germán Poo-Caamaño) ================ Evince 3.7.90 ================ New features and improvements: * Add support for activation actions of form fields (José Aliste) * Add navigation history buttons to the toolbar (#169903, Carlos Garcia Campos) * Show accelerators in the view menu (#692960, Juanjo Marín) Bug fixes: * Show as much text as possible for index tree (#676593, Germán Poo-Caamaño) * Unescape location URI in properties dialog (#693794, Germán Poo-Caamaño) * Fix rendering of editable choice form fields (José Aliste) * Fix rendering of the first visible page while resizing (José Aliste) * Use initial rotation to render pages in DJVU backend (#667266, José Aliste) ================ Evince 3.7.5 ================ New features and improvements: * Use DPI of pages to compute scaling factor in DJVU documents (#580891, José Aliste) * Show accelerators in gear menu (#692960, Carlos Garcia Campos) * Show the gear menu with F10 (#692909, Carlos Garcia Campos) * Improve the scrolling performance (#692988, Cosimo Cecchi) * Add a lot of missing introspection annotations to libview and libdocument (#691354, Cosimo Cecchi) * Make document links accessible with Orca by implementing the AtkHypertext interface (#639403, Carlos Garcia Campos) Bug fixes: * Fix a crash when failed to connect to D-BUS daemon (#691672, Brennan Shacklett) * Fix the font color of annotation popup windows (#677471, Carlos Garcia Campos) * Move x11 dependency to xsmp support (#692591, Quentin Glidic) * Add missing include to libdocument main public header (#692778, William Jon McCann) * Make introspection build against the internal libevdocument (#692136, Alban Browaeys) * Several fixes in gtk-doc comments (#691354, Cosimo Cecchi) ================ Evince 3.7.4 ================ The UI has been re-designed to follow the GNOME 3 style: * The main menu has been removed. * A new toolbar has been added with a gear menu and view menu containing the previous main menu items. * The zoom control has now an entry that always shows the current zoom factor and allows to enter custom zoom factors in addition to the predefined ones. * In the page selector, the entry and the total pages label are linked to look like the same widget. * The find bar has also been re-designed and moved to the top of the main view. * The toolbar in fullscreen mode is now automatically hidden. * The view and thumbnail frames can now be styled with CSS. New features and improvements: * The font properties dialog now shows a message to inform whether any of the non-embedded font is one of the 14 standard fonts (#527222, Alban Crequy) * Migrate from libgnome-keyring to libsecret (#679855, Stef Walter) * Add a new layout mode that automatically determines if dual page mode should be used when the window is large enough. It's not used by Evince yet, but it's available to libview users (#689468, William Jon McCann) * Make EvLink:link-action and EvLinkAction:dest object properties instead of pointers to be properly refcounted (#691214, William Jon McCann) * A new 'Automatic' zoom mode has been added to libview. It's not used by Evince yet, but it's available to libview users (#689468, William Jon McCann) * Best fit mode has been renamed to Fit Page (#689468, William Jon McCann) * Make can-zoom-in and can-zoom-out properties of EvView (#690510, William Jon McCann) * Move the limits on zoom handling to libview (#690510, William Jon McCann) * Set a default value of 50MB for the pixbuf cache in EvView (#689674, William Jon McCann) * Add keywords to the desktop file to make gnome-shell search more pleasant and useful (#687604, Matthias Clasen) Bug fixes: * Fix a11y support by not using AtkFactory to create the EvViewAccessible anymore (#685828, Carlos Garcia Campos, Daniel Garcia ) * Fix empty pages in DJVU document to be white instead of black (#669017, José Aliste) * Use new libtool syntax in configure (Javier Jardón) * Remove obsolete autoconf macros (Javier Jardón) * Fix the error message shown when postscript is not supported by the selected printer (#683528, José Aliste) * Fix the computation of the scale factor in fit page mode to make sure scrollbars are never shown (#665856, José Aliste) Documentation: * Added documentation for saving Current Settings as Default in the FAQ section of help pages (#689238, Sindhu S) ================ Evince 3.7.1 ================ New features and improvements: * Add application menu (#674937, Christian Persch) * Set maximum width for page numbers in index to improve the visibility of the table of contents (#660113, Germán Poo-Caamaño) * Use GtkOverlay to show the loading message (Carlos Garcia Campos) * Use custom cell renderers for the thumbnails icon view to fix the huge selection rectangle around thumbnails (#646055, Carlos Garcia Campos) * Hold the application while printing is in progress (Christian Persch) * Add 2DGraphics category to the desktop file (#686062, Alexandre Rostovtsev) Bug fixes: * Show always the offline help using Yelp (#682423, Robert Ancell) * Remove xi:includes referencing obsolete files in documentation (#686060, Alexandre Rostovtsev) * Use custom CSS for EvView to make sure the background is not white as Adwaita currently does, because it breaks the page frames (Carlos Garcia Campos)
2014-01-25No need to have two variables for the same logic.wiz1-2/+2
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz9-24/+34
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-23Update to 3.14.1schnoebe3-7/+9
Significant Changes: Added digital signature validation in HPLIP upgrade feature Issues fixed: CVE-2013-6427: hplip: insecure auto update feature CVE-2013-6402: hplip: insecure temporary file handling in pkit.py
2014-01-23Convert to python-3.x and distutils.mk.wiz6-6/+162
Bump PKGREVISION.
2014-01-22Update tex-url to 3.4minskim4-14/+14
Should fix PR 48539.
2014-01-19Update to 2.7:wiz4-54/+55
2.7: This release, 2.7, will be the last major one to support Python 2.5, 2.6, and 2.7. It contains a small number of fixes and additions since our last release in September 2012. You may think of it as a 'long term stable' branch - if key bugs emerge we will issue 2.7.1, 2.7.2 releases and so on. Charts / graphics Added SimpleTimeSeriesPlot added _computeMaxSpace added in lineStyle (for bars) improved SVG rendering Pie Chart now has an 'innerRadiusFraction' to allow doughnut-like appearance for 2d charts (it has no effect with 3d charts). The separate 'doughnut' chart lacks many pie chart features and should only be used if you wanted multiple nested doughnuts. Bug fixes: piecharts.py: fix Pie3d __init__ to call its superclass linecharts.py: fix swatch creation fixed y axis in the simple time series plot PDF Fixes to testshapes & pdfform resetting colors.py various minor fixes Platypus Defined a small bullet rather than a big circle as the default for unordered lists fixed attribute spelling bug fixed CJK + endDots ################################################################################# #################### RELEASE 2.6 27/09/2012 ################# ################################################################################# This is a minor release focusing mainly on improved documentation. There are a number of minor enhancements, and a larger number of previous-undocumented enhancements which we have documented better. ###General changes * Manuals have been reformatted with more pleasing code snippets and tables of contents, and reviewed and expanded ###Flowing documents (Platypus): * Added support for HTML-style list objects * Added flexible mechanism for drawing bullets * Allowed XPreformatted objects to use Asian line wrapping * Added an 'autoNextPageTemplate' attribute to PageTemplates. For example you can now set up a 'chapter first page template' which will always be followed by a 'continuation template' on the next page break, saving the programmer from having to issue control flow commands in the story. * added a TopPadder flowable, which will 'wrap' another Flowable and move it to the bottom of the current page. * More helpful error messages when large tables cannot be rendered * Documentation for images within text (test_032_images) * Trailing dots for use on contents pages ###Charts and graphics: * Support for UPCA bar codes * We now have a semi-intelligent system for labelling pie charts with callout lines. Thanks to James Martin-Collar, a maths student at Warwick University, who did this as his summer internship. * Axes - added startOffset and endOffset properties; allowed for axis background annotations. * Bar charts - allow more control of z Index (i.e. drawing order of axes and lines) * Pie charts - fixed bugs in 3d appearance * SVG output back end has seen some bugs fixed and now outputs resizeable SVG
2014-01-19Update to 1.9.66:wiz3-11/+9
2013-11-27 Tim Waugh <twaugh@redhat.com> * setup.py: Version 1.9.66. 2013-11-04 Jiri Popelka <jpopelka@redhat.com> * Python3 compatibility 2013-11-27 Tim Waugh <twaugh@redhat.com> * setup.py: Version 1.9.65. 2013-07-31 Jiri Popelka <jpopelka@redhat.com> * cupsconnection.c (PyObject_from_attr_value): Fix getting of booleans. 2013-04-12 Tim Waugh <twaugh@redhat.com> * cupsconnection.c (UTF8_from_PyObj): Propagate UTF-8 decoding errors. 2013-04-10 Tim Waugh <twaugh@redhat.com> * cupsconnection.c: Don't just append printer name to base URI to get printer URI. Need to actually encode the name. 2013-04-03 Tim Waugh <twaugh@redhat.com> * cupsconnection.c: Fixed documentation typo for Connection.getPPDs2. 2013-03-20 Tim Waugh <twaugh@redhat.com> * setup.py: Version 1.9.63. 2013-03-20 Tim Waugh <twaugh@redhat.com> * cupsconnection.c (set_ipp_error): IPPError tuple now contains a string describing the specific error encountered, if available. 2012-08-01 Tim Waugh <twaugh@redhat.com> * setup.py: Version 1.9.62. 2012-03-28 Tim Waugh <twaugh@redhat.com> * cupsmodule.c: Define all constants regardless of which version of CUPS is built against. 2012-03-22 Tim Waugh <twaugh@redhat.com> * cupsppd.c (PPD_dealloc): Add missing NULL check for debugging message (Ubuntu #951001). Patch from Till Kamppeter.
2014-01-14== Ruby-GNOME2 2.1.0: 2013-12-29obache1-2/+1
Ruby 2.1.0 support release! === Changes ==== All * Improvements * Set license information to gem. * Fixes * [windows] Added missing binaries for Ruby 2.1.0. [GitHub#123] [Patch by Masafumi Yokoyama] ==== Ruby/GDK3 * Improvements * [windows] Bundled hicolor-icon-theme. It may fix a problem that Windows theme is not applied. [ruby-gnome2-devel-en] [Reported by Regis d'Aubarede] === Thanks * Masafumi Yokoyama * Regis d'Aubarede == Ruby-GNOME2 2.0.3: 2013-12-29 It is RC release for 2.1.0. === Changes ==== All * Improvements * Removed Ruby 1.8 from supported Ruby in READMEs. [GitHub#166] [Reported by Markus Heiler] [Patch by Masafumi Yokoyama] * Supported Ruby 2.1.0. [GitHub#181] [cosmo0920][Masafumi Yokoyama] * Made rcairo optional to required because we dropped old GTK+ that doesn't use cairo. (Cairo isn't used library such as GLib doesn't require rcairo. But Ruby/GLib2 requires rcairo on Windows because it uses zlib bundled in rcairo.) [GitHub#193] [cosmo0920] * Updated LGPL 2.1 files. [GitHub#196] [Reported by ktdreyer] * Supported tests on Travis CI. [Masafumi Yokoyama][cosmo0920] * Supported rake-compiler 0.9.1. ==== Ruby/GLib2 * Improvements * Set UTF-8 encoding to exception message. * Added GLib::GetText.bindtextdomain. * Dropped GLib < 2.12 because CentOS 5 has GLib 2.12.3. [GitHub#190] [cosmo0920] * Added GValue#to_s. * [windows] Updated bundled GLib to 2.38.2 from 2.36.2. ==== Ruby/GObjectIntrospection * Improvements * Supported GList return type. * Supported freeing UTF-8 return type. * Supported freeing array return type. * Supported NULL as array return value. * Supported freeing GObject return value. * Supported freeing structure return value. * Supported NULL character for gint8 array. * Fixes * Fixed type conversion from VALUE to GType. [GitHub#186] [Patch by Hiroyuki Tanaka] ==== Ruby/ATK * Improvements * Dropped ATK < 1.12 support because CentOS 5 has GTK+ 1.12.2. [GitHub#191] [cosmo0920] * [windows] Updated bundled ATK to 2.10.0 from 2.8.0. ==== Ruby/Pango * Improvements * Supported cairo 1.6. [GitHub#172] [Patch by Grant Schoep] * Dropped Pango < 1.14 support because CentOS 5 has GTK+ 1.14.9. [GitHub#192] [cosmo0920] * Added Pango::Layout#height=. [GitHub#210] [Patch by Vasily Fedoseyev] * Added Pango::Layout#ellipsized?. [GitHub#210] [Patch by Vasily Fedoseyev] * [windows] Updated bundled Pango to 1.36.1 from 1.34.1. ==== Ruby/GdkPixbuf2 * Improvements * [windows] Added rcairo dependency on Windows for using libpng and zlib bundled in rcairo. * [windows] Updated bundled gdk-pixbuf to 2.30.2 from 2.28.1. ==== Ruby/GTK2 * Improvements * Dropped GTK+ < 2.10 support because CentOS 5 has GTK+ 2.10.4. [GitHub#182] [Patch by cosmo0920] * [windows] Updated bundled GTK+ to 2.24.22 from 2.24.18. ==== Ruby/GDK3 * Improvements * [test] Made more stable. [GitHub#178] [Reported by mtasaka] * Added Gdk::Device#ungrab. [cosmo0920] * Added Gdk::DeviceManager. [cosmo0920] * Added Gdk::Device#get_position. [cosmo0920] * Added Gdk::Device#warp. [cosmo0920] * Added Gdk::Device#grab. [cosmo0920] * Added Gdk::Window#get_device_position. [cosmo0920] * [windows] Updated bundled GTK+ to 3.10.6 from 3.8.2. ==== Ruby/GTK3 * Improvements * [sample] Updated for GTK+ 3. [Masafumi Yokoyama] * Removed Gtk::BindingSet#add_path. * Added Gtk.show_uri. * Fixes * Fixed a bug that Gtk::ActionGroup#add_radio_actions always fails. [ruby-gnome2-devel-ja] [Reported by S. Kitagawa] ==== Ruby/GStreamer * Improvements * Supported calling module functions of Gst module such as Gst.version before calling Gst.init. * Added Gst::Registry#plugins. * Added Gst::Registry#get_features. * Added Gst::ElementFactory#long_name. * Added Gst::ElementFactory#klass. * Added Gst::ElementFactory#author. * Added Gst::ElementFactory#static_pad_templates. * Added Gst::Caps#structures. * Added Gst::Structure#fields. * Gst::Element#flags returns flag object instead of raw integer value. Use Gst::Element#flags_raw for raw integer value. * Gst::PluginFeature#rank returns Gst::Rank instead of raw integer value. Use Gst::PluginFeature#rank for raw integer value. * Supported GstValueList. * [windows] Updated bundled GStreamer to 1.2.1 from 1.0.7. ==== Ruby/Clutter * Improvements * [sample] Updated for Clutter 1.12 or later. [Patch by Kentaro Fukuchi] * [windows] Updated bundled Clutter to 1.16.2 from 1.14.4. ==== Ruby/ClutterGStreamer * Improvements * [sample] Added. [Masafumi Yokoyama] * Fixed a typo in sample. [Reported by Toyo Abe] * [windows] Updated bundled Clutter-GStreamer to 2.0.8 from 2.0.2. ==== Ruby/Poppler * Improvements * Dropped Popper < 0.12 because CentOS has Poppler 0.12.4. [GitHub#212] [cosmo0920] * [windows] Bundled Poppler 0.24.4. ==== Ruby/RSVG * Improvements * [windows] Bundled librsvg 2.40.1. ==== Ruby/GtkSourceView3 * Improvements * Supported auto GtkSourceView install on OS X. [GitHub#177] [Masafumi Yokoyama] * [windows] Updated bundled GtkSourceView to 3.10.1 from 3.8.1. ==== Ruby/GooCanvas * Improvements * [sample] Followed changes caused by migrating to Ruby/GObjectIntrospection. [Masafumi Yokoyama] * Updated FSF address. [GitHub#201] [Reported by ktdreyer] * Fixes * Fixed wrong dependency. [ruby-gnomde2-devel-ja] [Reported by Masafumi Yokoyama] === Thanks * Kentaro Fukuchi * S. Kitagawa * Markus Heiler * Masafumi Yokoyama * Grant Schoep * Toyo Abe * mtasaka * cosmo0920 * Hiroyuki Tanaka * ktdreyer
2014-01-14Explicitly disable finding libtiff. Fixes build on systems that havemarkd1-1/+5
libtiff in /usr/lib (eg some linux systems).
2014-01-11Revbump after updating tcl/tk.adam1-2/+2
2014-01-10Racy build.joerg1-1/+4
2014-01-10Update comment lines to mention the Makefile's referencing.mef1-2/+3
2014-01-09Add cfmakeraw compatability for SunOS.jperkin2-7/+25
2014-01-09Add missing file (options.mk).mef1-0/+16
2014-01-09Update print/mupdf to 1.3 (via pkgsrc-wip by Leonardo Taccari, thanks)mef10-160/+373
============================================================================= Notes on updating mupdf to mupdf-1.3 (maybe useful for future updates too) * mupdf-1.3 depends on openjpeg-2.0 (previously mupdf-1.1 depended on openjpeg-1.5). ${WRKSRC}/Makerules is NOT correct and still looks for openjpeg-1.5 so patches/patch-ab was modified in order to fix this behaviour. Please also note the SUBST.makerules class in Makefile. * mupdf should be build with "build=release" (the default is "build=debug" and that may be indesiderable for the common user). * In order to completely disable the building of third party libraries (it is better to use the ones provided/handled by pkgsrc) a brutal ${RM} -fr completely remove the ${WRKSRC}/thirdparty directory. For more information please read ${WRKSRC}/Makethird and the post-extract target in Makefile. * ${WRKSRC}/docs/thirdparty.txt may help for adding correct version of the dependencies. * To add libcurl support (www/curl) patches/patch-Makethird was introduced and patches/patch-ab was modified in order to use pkg-config for $(SYS_CURL_CFLAGS) and $(SYS_CURL_LIBS). * By default now mupdf install different binaries, e.g. mupdf-x11 (previous it was just "mupdf"), mupdf-x11-curl, etc.. In pkgsrc we install *only* the featureful version of mupdf simply as "mupdf". For more information please give a look to patches/patch-ac. ============================================================================= (Upstream) List of changes on master since MuPDF 1.2 * Windows RT viewer app for MuPDF. * Library changes to support progressive loading (display PDF files as they download). Windows/Linux/MacOS viewer supports this using curl. * Incremental updates to PDF files are now (optionally) preserved on loading/saving. * Prototype support for checking PDF Digital Signatures. * Initial annotation support (strike-out, underline, highlight and ink) (library and android builds only). * Fix operation on Android API level 8. * Android redraw optimisations. * Android app now supports Google Cloud Print. * Android app translated into many languages. * Android support for more architectures. * Improvements to store (avoid collisions causing unnecessary evictions). * Windows apps use Unicode filenames now. * PDF function handling improved; functions can now be passed to devices without 'sampling'. * PDF image handling improved; images can now be passed to devices without decompression. * Indexed images are no longer uncompressed at load time, saving memory. * Caching of rendered tiles for speed. * Improved text analysis mode, capable of spotting columns/indents, right-to-left text etc. * HTML output mode now includes image output. * PDF password encoding handling improved. * MuPDF now opens Jpeg, Tiff and PNG files directly. * Bug preventing OpenXPS files from being opened fixed. * Initial (feature incomplete) SVG and PDF output devices. * PWG raster (mono/grey/RGB) and PCL (mono) output devices. * Various performance improvements (including tilings and mesh based shadings). * Revamped directory structure to reflect recent changes. * Various potential SEGV, SoftMask and rendering fixes. * Many potential crashes in Jpeg2000 and JBIG2 images fixed. List of changes on master since MuPDF 1.1 * Important API changes: * fz_bbox is now fz_irect. * APIs (including fz_device) now pass fz_rect/fz_matrix by reference. * fz_device API is now more consistent with regards to use of fz_rect rather than fz_bbox. * Add support for Javascript and forms handling. * Fix many SEGVs with out of spec files. Many thanks to Mateusz "j00ru" Jurczyk and Gynvael Coldwind of the Google Security team, zeniko, Sebastian Rasmussen and all other contributors. * Add fz_open_document_with_stream to allow non-file based operation. * Move to using git submodules for third party libraries. * Much enhanced Android application. Now on Google Play! * Oversized and stroke text clipping implemented. * Change shadings to decompose at render times; massive memory savings. * Renamed 'mubusy' to 'mutool'. * PDF 1.7 Extension Level 8 encryption implemented. * Added consts to various parts of the API to help C++ interworking. * Prototype transition support. * Text searching API moved to fitz. * Highlight and copy text selections. * Performance enhancements for color conversion and fax decompression. * ARM optimisations for color conversion and bitmap scaling. * Bitmap subsampling stage introduced, with ARM optimisations. * Type 3 fonts; glyphs are now handled as display lists. * Scan converter performance improvements. * Various rendering fixes.
2014-01-09Needs openssl.jperkin1-1/+2
2014-01-09Needs libiconv.jperkin1-1/+2
2014-01-08Fixes build on Solaris, taken from upstream.obache2-1/+43
2014-01-08Add tex-tufte-latex{,-doc}minskim1-1/+3
2014-01-08Import tex-tufte-latex-doc-3.5.0 as print/tex-tufte-latex-doc.minskim4-0/+44
This is documentation for tex-tufte-latex.
2014-01-08Import tex-tufte-latex-3.5.0 as print/tex-tufte-latex.minskim4-0/+48
Provided are two classes inspired, respectively, by handouts and books created by Edward Tufte.
2014-01-08Add tex-lipsum{,-doc}minskim1-1/+3
2014-01-08Import tex-lipsum-doc-1.2 as print/tex-lipsum-doc.minskim4-0/+21
This is documentation for tex-lipsum.
2014-01-08Import tex-lipsum-1.2 as print/tex-lipsum.minskim4-0/+25
This package gives you easy access to the Lorem Ipsum dummy text; an option is available to separate the paragraphs of the dummy text into TeX-paragraphs. All the paragraphs are taken with permission from http://lipsum.com/.
2014-01-08Add tex-sauerj{,-doc}minskim1-1/+3
2014-01-08Import tex-sauerj-doc-2013 as print/tex-sauerj-doc.minskim4-0/+26
This is documentation for tex-sauerj.
2014-01-08Import tex-sauerj-2013 as print/tex-sauerj.minskim4-0/+33
The bundle consists of: a tool for collecting text for later re-use, a tool for typesetting the "meta-information" within a text, a tool for use in constructing macros with multiple optional parameters, a package for multiple column parallel texts, a tool for processing key-value structured lists, and macros for typesetting a number as a German-language string.
2014-01-07Add tex-mdframed{,-doc}minskim1-1/+3
2014-01-07Import tex-mdframed-doc-1.9b as print/tex-mdframed-doc.minskim4-0/+30
This is documentation for tex-mdframed.
2014-01-07Import tex-mdframed-1.9b as print/tex-mdframed.minskim4-0/+34
The package develops the facilities of framed in providing breakable framed and coloured boxes. The user may instruct the package to perform its operations using default LaTeX commands, PStricks or TikZ.
2014-01-06Update to 0.24.5. Shlib version stayed the same.wiz2-6/+6
Release 0.24.5 core: * Fix crash due to wrong formatting of error message. KDE Bug #328511
2014-01-05Update to 2.18.0:wiz131-1950/+43
New features in 2.18 since 2.16 ******************************* * There is now a new context type called `NullVoice' which, while not appearing in the printed output, can be used to align lyrics. This can be particularly convenient when used in parallel with a `\partcombine' construct. * Several articulations can be put into a single variable or returned from an event function. * The baseline of score markups is now taken from the reference point (usually the middle of the staff) of the first bottom system rather than the top of the bounding rectangle. * LilyPond no longer automatically infers a `\defaultchild' context in a context definition with `\accepts' clauses. Any context definition without an explicit or inherited `\defaultchild' definition counts as a `Bottom' context and will be eligible for rhythmic events and overrides without causing the implicit creation of other contexts. Be sure to specify a `\defaultchild' for non-`Bottom' contexts when defining them from scratch. * There is now extensive support for both discant and bass accordion register symbols in the `scm accreg' module. * New commands `markLengthOn' and `markLengthOff' control the allowance of horizontal space for tempo and rehearsal marks. * Rehearsal marks at the beginning of a line are now placed to the right of the clef and key signature by default. As in previous versions, the `break-alignable-interface' controls the behavior. * Decimal numbers can now be written directly in music, without a hash sign. Together with the previous change in the way object properties are specified, the code to change the length of stems has changed from this: \override Stem #'length = #5.6 e' f' g' a' to this: \override Stem.length = 5.6 e' f' g' a' One has to write a digit on both sides of the dot - values like `4.' or `-.3' are not allowed. Decimal fractions are also not accepted in `\chordmode'. * A number of shorthands like `(', `)', `|', `[', `]', `~', `\(', `\)' and others can now freely be redefined like normal commands. * The articulation shorthand for `\staccatissimo' has been renamed from `-|' to `-!'. * Tempo change ranges are now written as `\tempo 4 = 60 - 68' rather than `\tempo 4 = 60 ~ 68'. * Grob `OctavateEight' was renamed to `ClefModifier'. Related context properties were renamed from `xxxOctavationyyy' to `xxxTranspositionyyy'. * There is a new `\absolute' command explicitly marking music as being entered in absolute pitch. While this has been the default previously, an explicit `\absolute' also prevents reinterpretation when the passage is placed inside of `\relative'. * When `\relative' is used without an explicit reference pitch, the reference pitch now is the middle of the first octave, making the first entered pitch indistinguishable from absolute pitch. Previously, omitting the reference pitch would have lead to a default of `c''. Since that choice was somewhat arbitrary, recommended usage was to always specify the reference pitch. * A new command `\single' can be used for converting a property override into a tweak to be applied on a single music expression. * Two ways of letting graphical objects not appear in the output are overriding its `transparent' property with `#t' (retaining the original spacing) or overriding its `stencil' property with `#f' (not using any space at all). Those two operations now have the shorthands `\hide' and `\omit', respectively. * A new command `\temporary' can be applied to overrides in order to not have them replace previous property settings. If a `\revert' is applied to the same property subsequently, the previous setting reappears. This is mainly useful for writing music functions that need to have some property changed just for the duration of the function. * `\tag', `\removeWithTag', and `\keepWithTag' can now accept a list of symbols rather than just a single symbol for marking, removing, and keeping music with any of multiple tags. This is particularly important for `\keepWithTag' since one cannot achieve the same effect by using multiple consecutive `\keepWithTag' commands. * The `-d old-relative' option has been removed. Not actually accessible from the command line any more, its remaining use was for interpretating `\relative' in LilyPond files converted automatically from version 1.8 or older. It is unclear how much of this was actually still operative. * The meaning of `instrumentTransposition' has been reversed. After \set instrumentTransposition = #{ b #} a written `c'' now sounds like `b'. Previously, this would have been the other way round. This and the following change should make dealing with transposing instruments more straightforward. * The music generated by `\set' and `\override' commands is no longer affected by `\transpose'. The main consequence is that `\transpose' will transpose audible/concert pitch and printed pitch by the same amount even when the transposed music contains `\transposition'. Previously, \transpose c' f' \transposition bes' was equivalent to `\transposition f''. Now it stays equivalent to `\transposition bes''. * When checking for collisions, LilyPond no longer treats objects as rectangles. Instead, the actual shape of objects is approximated using an integral-like approach. This generally results in more even and snug positioning of objects and systems. Affected objects include `Accidentals', `Beams', `Clefs', `Dynamics', `FiguredBass', `Flags', `Glissandos', `Lyrics', `MetronomeMarks', `OttavaBrackets', `Pedals', `RehearsalMarks', `Rests', `Scripts', `TextScripts', `Ties', `Tuplets' and `VoltaBrackets'. * Tuplets are now created with the `\tuplet' command, which takes a fraction `T/N' to specify that T notes are played in the time usually allowed for N. One `\tuplet' command can create several tuplet groups if their duration is typed after the fraction. The `\times' command with its inverted fraction order `N/T' is still available. * Introducing two new markup-commands; `\draw-dashed-line' and `\draw-dotted-line'. The dashed-line extends to the whole length given by DEST, if `full-length' is set to `#t' (this is the default) without any space at the beginning or end. `off' will then be altered to fit. To insist on the given (or default) values of `on', `off' use `\override #'(full-length . #f)'. Manual settings for `on', `off' and `phase' are possible. The dotted-line always extends to the whole length given by DEST, without any space at the beginning or end. Manual settings for `off' are possible to get larger or smaller space between the dots. The given (or default) value of `off' will be altered to fit the line-length. * Starting with version 2.17.10, error messages or the `textedit' URI used for point-and-click functionality specify column numbers starting with 1 rather than 0. The byte offset (also part of `textedit' URIs) still starts at 0. * The `\clef' command supports optional transposition. * The LilyPond syntax of dot-separated words `Voice.Accidental' has been made interchangeable with `#'(Voice Accidental)', a Scheme list of symbols. * Grob and grob property path no longer need to be specified as two separate arguments to commands like `\override' and `\revert', allowing for the syntax \override Voice.TextSpanner.bound-details.left.text = "rit." Since complementary music functions like `\overrideProperty' cannot support forms with and without separating space at the same time, using a single dotted path is now the preferred form. Specifying grob path and grob property path separately, currently still supported with `\override' and `\revert' for compatibility reasons, is deprecated. * Due to words now being accepted as symbol function arguments, the interfaces of `\accidentalStyle', `\alterBroken', `\footnote' and `\tweak' had to be redesigned where optional symbol arguments were involved. Please check the respective music function documentation for details. * Several commands now accept symbol lists (conveniently entered as dot-separated words) for various kinds of arguments. These include `\accidentalStyle', `\alterBroken', `\footnote', `\hide', `\omit', `\overrideProperty', `\shape', and `\tweak'. * The bar line user interface has changed. Bar glyphs now resemble the appearance of the bar line, so a left repeat sign has to be coded as `.|:'. The command `\defineBarLine' provides an easy way to define additional bar line styles. * Accidentals in the key signature may be printed in octaves other than their traditional positions, or in multiple octaves.
2014-01-02Revert previousryoon1-3/+3
* Enable DEPENDS lines, and create ghostscript-{gpl,agpl} as dependency
2014-01-01check the proper options variablechristos1-3/+3
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz9-18/+18
2013-12-31Remove packages that were either BROKEN for more than a year orwiz6-3996/+1
BROKEN and explicitly scheduled to be removed after 2013Q4.
2013-12-29Remove obsolete MirBSD workaround, fix build.bsiegert2-4/+4
2013-12-28fonts/ghostscript-cidfonts/Makefile now DEPENDS+= print/ghostscript onlymef1-2/+1
and NOT including this file, thanks dholland@.
2013-12-27Drop nonfunctional cups option, following upstream.gdt3-30/+5
Upstream removed cups support and created a new "cups-filter" package instead. Since then, building ghostscript-agpl with the cups option has failed. This commit removes the cups option, and should result in zero changes to packages built without the cups option, and hence does not PKGREVISION++. There is still some cups configure code, which is forced off (as it was without the option). It's not clear if this configure code should also be removed (by upstream), or if it's a separate bit of cups functionality. Addressing this issue and adding a cups-filter package is left for future work, after the branch.
2013-12-25Adjust PLIST only when following option is active.mef1-1/+6
PKG_OPTIONS.ghostscript+=disable-compile-inits No PKGREVISON++ (not packaged or binaries'd be the same before patch and after). Discussed at thread starting http://mail-index.netbsd.org/pkgsrc-users/2013/12/23/msg019089.html
2013-12-18Resolve conflicts between teTeX-bin and tex-contextminskim4-12/+12
2013-12-17Update tex-context{,-doc} to 2013minskim6-579/+1145
Support the recent version of LuaTeX.
2013-12-16Install a configuration file for tex-luatexminskim1-1/+7
2013-12-15Disable optimisations for Clang for the Scribus 1.3.4 import filter.joerg3-2/+21
2013-12-15Set DIST_SUBDIR with a different substitution that works withdholland1-2/+2
netbsd-5's make as well as more recent versions. As suggested by obache; closes PR 48423.
2013-12-12Sync tex-pdftools{,-doc} with xpdfopen-0.83minskim4-18/+17
No functional change.
2013-12-12Update xpdfopen to 0.83minskim3-11/+11
Changes: - fix (kludgily?) reset_focus() so that it actually works. - add -r and -reset_focus options. - update documentation.
2013-12-12Fix build wth freetype 2.5.xmarkd4-1/+52
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache1-3/+3
Bump PKGREVISION for runtime dependency pattern changed packages.