pkgsrc/graphics
wiz 6fcfb9d265 gimp: update to 2.10.18.
Overview of Changes from GIMP 2.10.16 to GIMP 2.10.18
=====================================================

Core:

  - In gimp:replace, when compositing the same content over itself,
    i.e., when the input and aux buffers share the same storage and
    same tile alignment, pass the input buffer directly as output,
    instead of doing actual processing. In particular, this happens
    when processing a pass-through group outside of its actual bounds.

User interface:

  - Add new Symbolic-High-Contrast and Symbolic-Inverted-High-Contrast
    themes, which are automatically-generated high-contrast variants
    of the (original) Symbolic theme.  The contrast factor is settable
    in the makefile, and is currently at 1.5 for both themes.

  - Rename tools/invert-svg to tools/svg-contrast, which now takes a
    contrast-factor argument, and adjusts the input SVG contrast,
    instead of just inverting it.  Note that we can still use the tool
    to invert icons, using a contrast of -1.

  - Allow horizontal scrollbars in all the Preferences dialog tree-
    views, so that they don't limit the minimal width of the dialog
    (in particular, the UI- and icon-theme tree-views may contain
    arbitrarily-long paths).

  - Draw a border around the color FG/BG color areas as a pair of
    black and white rectangles instead of letting GTK do this. This
    imporoves the legibility of borders, especially in dark themes.

Tools:

  - In GimpPaintTool, when not snapping brush outline to stroke, make
    sure to properly snap the cursor position to 15-degree angle
    multiples in line mode, not only when painting the line, but also
    during motion.

Plug-ins:

  - Add naive support for CMYK 8-bit PSD files

Updated translations:

  - Basque, Catalan, Danish, Polish, Spanish, Swedish, Ukrainian

Bug fixes:

  - #4643, #4634

Developers:

  - Ell, Massimo Valentini

Translators:

  - Alan Mortensen, Anders Jonsson, Asier Sarasua Garmendia, Daniel
    Korostil, Jordi Mas, Piotr Drąg, Rodrigo Lledó Milanca


Overview of Changes from GIMP 2.10.14 to GIMP 2.10.16
=====================================================

Core:

  - In gimp_gegl_apply_cached_operation(), use gint64 for storing the
    total and processed pixel counts used for reporting progress, to
    avoid overflowing when applying an operation to a large image.

  - In GimpFilterTool and gimp_drawable_apply_operation(), use
    gimp_drawable_filter_set_add_alpha() to add an alpha channel when
    applying an operation that specifies "needs-alpha" to a drawable
    that can have alpha.

  - In GimpFilterTool, move all the drawable-filter option setup to a
    new gimp_filter_tool_update_filter() function, and call it
    whenever the drawable-filter's options need to be updated. This
    avoids duplicating logic in various places.

  - Improve the efficiency of decoding RLE data when loading ABR
    brushes, by reading entire scanlines into a buffer all-at-once,
    instead of reading the stream byte-by-byte.

  - GIMP now optionally phones home to find out if there's a new
    version available and then tells the user if there is one
    indeed. It also keeps track of the installer revision and then
    warns if there's a newer installer available. This can be disabled
    in Preferences. In that case, users still have the option to
    manually check for an update via the About dialog. The feature can
    be disabled entirely with the '--disable-check-update' configure
    switch.

Tools:

  - New 3D Transform tool where you can set vanishing point, camera's
    focal length, and the move and rotate layer, selection, path, or
    image in 2.5 space. With the "Unified interaction" option enabled,
    all three interaction modes of the grid (camera, move, and rotate)
    are available simultaneously. In this mode, the inner and outer
    regions of the item are used for moving and rotation, respectively,
    and the vanishing point is controlled through through a handle.

  - Transform tools now respect the Clip option and update the canvas
    preview accordingly.

  - New "Composited preview" option allows respecting layer's blending
    mode and position in the layer stack rather than rendering it as
    an overlay on top of the overall layer stack. This simplifies
    creating complex layer compositions greatly. The option requires
    mipmaps to be used and thus is disabled by default. It also comes
    with an experimental "Synchronous preview" suboption to render the
    composited preview synchronously. This reduces the lag for
    painting the preview, but can harm responsiveness for bigger
    images, where rendering the preview is slow.

  - Add a new "Preview linked items" option to the transform-grid
    tools. When this option is enabled, together with composited
    previews, the transform preview includes all linked layers and
    channels when transforming a layer/channel. Paths are currently
    unsupported.

  - New widget called GimpPivotSelector, a 3x3 grid of toggle buttons,
    is now used for selecting a natural pivot position (e.g. for a
    transform) relative to an item: its center, its corners, and the
    midpoints of its edges. Currently used in Rotate and 3D Transform
    tools.

  - Add "Show all" support to the Bucket Fill tool in line-art mode

  - Color picker and sample points now support displaying vlaues in
    Yu'v' (CIE 1976 UCS) color space.

  - The Symmetry Painting dock now has an "Enable reflection" option
    that allows painting patterns resembling a kaleidoscope.

  - Transform clipping is temporarily disabled for layer groups. No
    preview other than 'Adjust' works anyway. This will be fixed later
    on.

  - Construct a box-filtered mipmap hierarchy for the original brush
    on-demand, and the closest mipmap is used as the resampling source
    for downscaled brushes, significantly improving the output
    quality.

  - Now that painting is done in a separate thread, the display update
    rate has a far smaller impact on it. Increase the GimpDisplay
    update rate, which handles image updates, to 60 FPS, and the
    GimpDrawTool update rate to 120 FPS. In particular, the latter
    change makes the brush outline motion much smoother.

  - In the Airbrush tool, increase the maximal stamp FPS from 15 to
    60, and change the corresponding maximal Rate value from 150 to
    100. This technically affects tool presets, but we'll live.

  - Add a new "Snap brush outline to stroke" toggle to the "Image
    Windows" preferences page. When enabled, the brush outline in
    paint tools snaps to the individual dabs while painting, which is
    how it worked before version 2.10.16. Disable the option by
    default.  This seems to be what most other programs are doing, and
    it does give paitning a smoother feel.

  - The Warp Transform tool now respects settings for painting tools:
    showing the brush outline, snapping to dabs, and showing the paint
    tool cursor.

UI:

  - Tools are now logically grouped in the toolbox by default. Users
    can customize the groups to their liking or disable this feature
    altogether in the Preferences dialog (Interface / Toolbox page).

  - New opt-out compact style for sliders with revamped interaction.
    The widget uses a narrower layout, and the different
    upper/lower-half behavior is gone. Instead, the behavior depends
    on the mouse button and modifier used:

    - left-click is used for absolute adjustment,
    - Shift + left-click + drag changes value in small increments,
    - Ctrl + left-click + drag changes value in large increments,
    - middle-click enables numeric input mode;
    - right-click enables numeric input mode and selects the value.

  - The "You can drop dockable dialogs here" message is gone from the
    toolbox for good. Instead, highlight dockable areas when a user
    starts dragging a dockable dialog, and intensify the highlight as
    the dialog goes over a dockable area.

  - Consolidate UI for merging down and anchoring layers:
    As they are both mutually exclusive and serve an almost identical
    purpose, the "Merge down" and "Anchor Layer" are given mutually
    exclusive visibility in menus, and the anchor button is replaced
    with a merge down button in the Layers dockable whenever there is
    no active floating selection. Modifier keys are available:

    - Shift: merge layer group
    - Ctrl: merge visible layers
    - Ctrl + Shift: merge visible layers from last used values

Plugins:

  - In plug_in_compat.pdb, when wrapping an op node inside a graph,
    set the op node as the graph node's underlying operation. This
    allows gimp_gegl_apply_operation() to perform certain
    optimizations.

  - The Spyrogimp plugin now features a Visual tab where the inner
    mechanics of a spirograph is abstracted away, and you operate on
    amount of petals etc. The plugin now also allows saving a pattern
    as a path rather than rendering it to a layer as a bitmap.

  - Improve the loading speed for PSD files, mostly by eliminating
    excessive copies.

Filters:

  - Don't disable gegl:color-to-alpha (which has "needs-alpha")
    when the drawable doesn't have an alpha channel, if one can be
    added.

  - Don't disable color-to-alpha for grayscale drawable, since the
    operation is applicable to grayscale images (in particular, it
    doesn't add color where there was none), and since GIMP no longer
    distinguishes between layers and channels according to the
    drawable format when updating the filters actions.

Windows:

  - Installer: unofficial languages, ghostscript 9.50.
  - Installer: skip .debug files when they don't exist.
  - Installer: properly remove old icons on 32-bit installs and
    per-user installs.

macOS:

  - Set required variables if it is running from Apple application
    bundle.
  - The macOS build now ships with the dashboard dock for displaying
    perfomance graphs.

Updated translations:

  - British English, Catalan, Danish, French, German, Hungarian,
    Icelandic, Italian, Japanese, Polish, Russian, Spanish, Swedish,
    Turkish, Ukrainian.

Bugfixes:

   - #4172, #4194, #4205, #4218, #2543, #4185, #4246, #2794, #4209,
     #4278, #4372, #4187, #4392, #2674, #4338, #2862, #4203, #4204,
     #4354, #1266, #4584, #4174, #4285, #4366, #1975, #4605

Developers:

  - Alex Samorukov, Cyril Richard, Elad Shahar, Ell, Elle Stone,
    Jehan, Jernej Simončič, lillolollo, Massimo Valentini, Michael
    Natterer, Pascal Terjan, woob.

Translators:

  - Alan Mortensen, Alexandre Prokoudine, Anders Jonsson, Balázs
    Meskó, Balázs Úr, Bruce Cowan, Daniel Korostil, Jordi Mas, Julien
    Hardelin, Marco Ciampa, Piotr Drąg, Rodrigo Lledó Milanca, Ryuta
    Fujii, Sabri Ünal, sicklylife, Sveinn í Felli, Tim Sabsch, Zander
    Brown.
2020-03-04 12:46:01 +00:00
..
aalib all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
adaptagrams all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
adwaita-icon-theme adwaita-icon-theme: Fix PLIST 2019-11-14 11:08:17 +00:00
AfterShotPro mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
agg graphics: align variable assignments 2019-11-02 22:37:52 +00:00
ansilove ansilove: update to 4.1.0. 2020-02-17 14:44:54 +00:00
aqsis all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
arc-theme *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
artist all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
asymptote all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
autopano-sift-C all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
autotrace all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
aview all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
babl Update the module extension for Darwin. 2020-03-03 04:12:22 +00:00
barcode
bktr2jpeg graphics: align variable assignments 2019-11-02 22:37:52 +00:00
blender blender: Update to 2.82 2020-02-21 16:36:53 +00:00
blinkenthemes *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
blinkentools *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
breeze-icons kf5: update to frameworks 5.66 2020-01-29 11:49:22 +00:00
cairo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cairo-gobject cairo-gobject: Bump PKGREVISION 2018-11-20 13:20:42 +00:00
cairomm all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cal3d all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
cal3d-examples Needs libXmu 2019-12-25 00:14:41 +00:00
cambevao graphics/*: remove redundant :Q modifiers 2018-01-14 14:58:38 +00:00
camediaplay
camlimages (graphics/camlimages) Fix ${WRKSRC}. But package will not be completed yet, sorry 2020-02-28 04:24:53 +00:00
cdlabelgen Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
Cenon all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cheese cheese: Needs itstool 2020-01-31 21:15:13 +00:00
cinepaint cinepaint: switch us over to C++11. 2019-10-03 23:32:27 +00:00
circos Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
claraocr Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
clutter *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
clutter-box2d *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
clutter-gtk clutter-gtk: Update to 1.8.4 2019-10-18 15:14:49 +00:00
clutter-gtk0.10 *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
clutter-mx *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
cnxtview graphics: align variable assignments 2019-11-02 22:37:52 +00:00
cogl all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
Coin Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
colord Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
comix all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compface Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cpia2view graphics: align variable assignments 2019-11-02 22:37:52 +00:00
cqcam all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
CRWInfo
darktable all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
dcraw dcraw: Disable jp2 support by default 2019-07-16 22:50:24 +00:00
deforaos-camera deforaos-camera: update to 0.3.0 2020-01-24 14:21:52 +00:00
deforaos-icon-theme
denemo Rename audio/portaudio-devel to audio/portaudio 2019-10-20 11:10:47 +00:00
dia *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
dia-python graphics: align variable assignments 2019-11-02 22:37:52 +00:00
digikam digikam: add dependency on marble 2020-02-02 03:11:08 +00:00
djview4 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
djvulibre-lib all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
djvulibre-tools
dvipng all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
dx *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
dxsamples graphics: align variable assignments 2019-11-02 22:37:52 +00:00
edje *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
elementary-xfce-icon-theme Update to 0.11: 2018-05-15 21:30:55 +00:00
enblend-enfuse all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
eog eog: Set PREV_PKGPATH 2019-10-26 12:51:18 +00:00
eom eom: update to eom 1.22.2 2019-12-30 23:41:58 +00:00
epeg
erlang-eimp graphics: align variable assignments 2019-11-02 22:37:52 +00:00
evas *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
evas-buffer *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
evas-edb *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
evas-eet *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
evas-gif *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
evas-jpeg *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
evas-pmaps *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
evas-png *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
evas-software-x11 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
evas-tiff *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
evas-xpm *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
ewipe
exif all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
exifprobe graphics: align variable assignments 2019-11-02 22:37:52 +00:00
exiftags all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
exiv2 exiv2: Fix build on NetBSD 9.99.17 2019-10-25 09:44:26 +00:00
extrema graphics: align variable assignments 2019-11-02 22:37:52 +00:00
faba-icon-theme Add graphics/faba-icon-theme. 2019-10-20 15:25:17 +00:00
fbm graphics: align variable assignments 2019-11-02 22:37:52 +00:00
feh *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
flickrnet Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
fly Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
fnlib graphics/*: remove redundant :Q modifiers 2018-01-14 14:58:38 +00:00
fotoxx graphics: align variable assignments 2019-11-02 22:37:52 +00:00
frameworks graphics: align variable assignments 2019-11-02 22:37:52 +00:00
freeglut all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
freeimage all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
freeimageplus freeimageplus: Update to 3.18.0 2020-01-23 16:09:17 +00:00
freetype
freetype-lib all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
freetype-utils
freetype2 graphics: align variable assignments 2019-11-02 22:37:52 +00:00
ftgl all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
fujiplay
g2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gd graphics: align variable assignments 2019-11-02 22:37:52 +00:00
gdchart Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
gdk-pixbuf2 gdk-pixbuf2: Fix build on certain Darwin configurations. 2020-02-20 03:35:35 +00:00
gdk-pixbuf2-xlib gdk-pixbuf2-xlib: Requires msgfmt. 2020-01-06 16:34:36 +00:00
geeqie geeqie: update to 1.5.1 2019-09-16 21:55:46 +00:00
gegl Remove hacks.mk as being superceded. 2020-03-03 14:32:49 +00:00
geomview Move documentation to where it belongs, add license, bump PKGREVISION. 2018-01-07 22:36:54 +00:00
get_ds7 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gexiv2 *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
gfract *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gif2png Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +00:00
gif320 Sort PLIST files. 2018-01-01 22:29:15 +00:00
giflib Fix MANDIR after it got zapped in the previous change. 2020-01-22 20:46:49 +00:00
giflib-util Update to giflib/giflib-util 5.2.1 2020-01-07 20:25:14 +00:00
gifsicle all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
giftrans
gimmage *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
gimp gimp: update to 2.10.18. 2020-03-04 12:46:01 +00:00
gimp-color-manager all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
gimp-docs-de Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gimp-docs-en graphics: align variable assignments 2019-11-02 22:37:52 +00:00
gimp-docs-es Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gimp-docs-fr Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gimp-docs-it Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gimp-docs-ja Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gimp-docs-ko Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gimp-docs-nl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gimp-docs-nn Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gimp-docs-pl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gimp-docs-ru Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gimp-docs-sv Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gimp-docs-zh_CN Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gimp-exif-browser *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gimp-fix-ca all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gimp-high-pass-filter
gimp-jxr revbump due to update in jxrlib 2019-11-25 22:03:25 +00:00
gimp-liquid-rescale *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gimp-rawphoto *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gimp-refocus-it all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gimp-resynthesizer *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gimp-ufraw all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gimp-warp-sharp gimp-warp-sharp: update to 1.5 2019-07-20 19:38:14 +00:00
gimp2-wideangle *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
giram *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
girara girara: Update to 0.3.4 2020-01-06 11:07:00 +00:00
gle all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
glew all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
glfw Needs libXi, formerly pulled in by Mesa. 2019-12-21 23:42:35 +00:00
glitz all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gliv *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
glm all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
glpng
glu graphics: align variable assignments 2019-11-02 22:37:52 +00:00
glw Mesa MASTER_SITES updates 2019-08-22 09:57:08 +00:00
glx-utils Update MASTER_SITES for mesa-demos. 2019-08-22 09:55:50 +00:00
gmic *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gmngview *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
GMT *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
gnome-backgrounds Rename py-meson to meson. 2019-10-07 09:28:09 +00:00
gnome-icon-theme gnome-icon-theme: Create PLIST.NetBSD 2019-10-05 21:39:25 +00:00
gnome-icon-theme-extras gnome-icon-theme-extras: Remove unused depends on librsvg 2019-06-08 20:01:58 +00:00
gnome-icon-theme-symbolic *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gnome-themes-standard *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gnuplot all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
go-image Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +00:00
go-imaging Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +00:00
go-resize Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +00:00
go-smartcrop Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +00:00
gocr Use https for sourceforge project links. 2019-06-22 11:52:31 +00:00
goocanvas all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
goocanvas2 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
goocanvasmm all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gource *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
gphoto2 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gpick *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
gpicview all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gqview all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gqview-devel all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
grafx2 grafx2: Add upstream bug report URI to a patch 2020-02-11 02:38:37 +00:00
grap
GraphicsMagick graphicsmagick: Update to 1.3.35 2020-02-26 15:19:20 +00:00
graphite2 graphics: align variable assignments 2019-11-02 22:37:52 +00:00
graphviz all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
graphviz-dot-mode
gri all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gst-plugins0.10-cairo Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gst-plugins0.10-jpeg
gst-plugins0.10-png
gst-plugins1-cairo Reset revision after gstreamer1 update 2019-05-29 20:53:25 +00:00
gst-plugins1-gdk_pixbuf gst-plugins1-gdk_pixbuf: Add buildlink3 2019-10-03 14:58:08 +00:00
gst-plugins1-jpeg
gst-plugins1-png
gthumb all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gthumb3 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gtkam all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gtkglext all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gtkimageview graphics: align variable assignments 2019-11-02 22:37:52 +00:00
gtksee
gts all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
guetzli
guile-cairo all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
GUIlib all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
gwenview graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
h5utils
hermes Sort PLIST files. 2018-01-01 22:29:15 +00:00
hicolor-icon-theme hicolor-icon-theme: Add newline to DESCR 2019-09-19 18:57:43 +00:00
hp2xx all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
hs-JuicyPixels Import JuicyPixels-3.3.4 2020-01-16 15:51:15 +00:00
hugin all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
icon-naming-utils all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
icoutils icoutils: Fix NLS 2019-10-24 20:43:21 +00:00
iGMT iGMT: follow redirect 2017-12-24 09:52:51 +00:00
ilmbase openexr: Update to 2.4.1 2020-02-13 21:13:16 +00:00
ImageMagick ImageMagick: update to 7.0.9.22. 2020-02-09 14:10:14 +00:00
ImageMagick6 graphics: align variable assignments 2019-11-02 22:37:52 +00:00
ImageViewer Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
imlib graphics: align variable assignments 2019-11-02 22:37:52 +00:00
imlib-gtk graphics/*: remove redundant :Q modifiers 2018-01-14 14:58:38 +00:00
imlib2 imlib2: Update to 1.6.1 2020-02-20 15:14:56 +00:00
impress Sort PLIST files. 2018-01-01 22:29:15 +00:00
imv imv: Use NONEMPTY_SETS for options.mk 2020-01-11 16:24:11 +00:00
inkscape *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ipe *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
irrlicht all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ivtools
jasper jasper: Update to 2.0.16 2019-07-16 10:06:07 +00:00
jbig2dec jbig2dec: Update to 0.17 2019-12-10 10:35:59 +00:00
jbig2enc Add jbig2enc-0.29pre: 2019-03-06 13:00:02 +00:00
jbigkit all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
jhead all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
jp2a *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
jpeg all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
jpeg2ps graphics: align variable assignments 2019-11-02 22:37:52 +00:00
jpeg_ls
jpeginfo Use https for kokkonen.net 2019-08-08 21:17:48 +00:00
jpegoptim Use https for kokkonen.net 2019-08-08 21:17:48 +00:00
jpegpixi
jpegquality
jxrlib Fix libjxr on big endian systems and fix warnings 2019-11-25 21:07:18 +00:00
kamera graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
kcolorchooser graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
kde-base-artwork *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
kdegraphics-mobipocket graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
kdegraphics-strigi-analyzer *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
kdegraphics-thumbnailers graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
kgamma *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
kiconthemes kiconthemes: update of frameworks to 5.66 (commit missed previously) 2020-01-30 19:21:52 +00:00
kimageformats kf5: update to frameworks 5.66 2020-01-29 11:49:22 +00:00
kipi-plugins graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
kolourpaint graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
koverartist *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
kplotting kf5: update to frameworks 5.66 2020-01-29 11:49:22 +00:00
kqtquickcharts graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
kqtquickcharts4 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
krita *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
kruler graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
lasem *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
lcms
lcms2 lcms2: update to 2.9 2019-01-15 10:54:46 +00:00
lensfun lensfun: updated HOMEPAGE 2019-04-29 16:32:38 +00:00
lepton
leptonica leptonica: updated to 1.79.0 2020-01-02 12:55:07 +00:00
lib3ds all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libansilove libansilove: update to 1.2.0. 2020-02-17 14:42:02 +00:00
libart all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
libbpg graphics: align variable assignments 2019-11-02 22:37:52 +00:00
libcaca graphics: align variable assignments 2019-11-02 22:37:52 +00:00
libdmtx libdmtx: fix maintainer email address 2019-10-12 09:13:15 +00:00
libepoxy libepoxy: updated to 1.5.4 2020-01-01 21:16:12 +00:00
libexif libexif: Update HOMEPAGE 2020-02-20 15:36:17 +00:00
libexif-gtk all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libfpx Update distfile and fix build on illumos 2020-01-19 11:07:56 +00:00
libgdiplus graphics: align variable assignments 2019-11-02 22:37:52 +00:00
libggi xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libggigcp
libggimisc
libggiwmh Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libgii graphics/*: remove redundant :Q modifiers 2018-01-14 14:58:38 +00:00
libgiigic
libgltf *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
libgnomecanvas *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libgnomecanvasmm *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libimagequant libimagequant: updated to 2.12.6 2020-02-16 21:16:25 +00:00
libiptcdata all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libjpeg-turbo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
libkdcraw graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
libkexiv2 graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
libkexiv2-kde4 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
libkipi libkipi: autogen now uses json files 2020-02-02 10:41:02 +00:00
libksane graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
liblqr liblqr: updated to 0.4.2 2019-12-15 21:32:05 +00:00
libmypaint libmypaint: Update to 1.4.0 2019-10-06 12:23:03 +00:00
libotf Bump PKGREVISION 2019-07-04 13:26:59 +00:00
libpano13 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libpgf
libpuzzle Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
libraw libraw: Update to 0.19.5 2019-08-31 14:20:05 +00:00
libraw013 graphics: align variable assignments 2019-11-02 22:37:52 +00:00
librsvg Rename EFFECTIVE_MAKE_JOBS -> _MAKE_JOBS_N, suggested by gdt. 2020-01-19 18:20:45 +00:00
librsvg-c librsvg-c: Update to 2.40.21 2020-03-03 13:04:34 +00:00
libscigraphica all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libsixel all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libspiro all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libv4l libv4l: fix build on linux > 4.19 where VIDIOC_RESERVED was removed in a 2020-02-26 17:28:51 +00:00
libvideogfx libvideogfx: add patch to distinfo so it will be used 2019-04-27 11:27:17 +00:00
libwebp libwebp: Update to 1.1.0 2020-01-08 12:47:55 +00:00
libwmf all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libxmi all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ljpeg
luminance-hdr all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
luv-icon-theme Add graphics/luv-icon-theme. 2019-10-20 13:14:46 +00:00
lxde-icon-theme lx*: use consistent HOMEPAGE, follow redirect 2017-12-24 09:59:46 +00:00
lximage-qt lximage-qt: import new package, version 0.14.1 2020-02-20 06:21:02 +00:00
magicpoint graphics: align variable assignments 2019-11-02 22:37:52 +00:00
mandelbulber *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
mate-backgrounds mate-backgrounds: tweak $DISTNAME 2020-01-02 22:46:31 +00:00
mate-icon-theme mate-icon-theme: update to mate-icon-theme 1.22.2 2019-12-30 23:15:16 +00:00
mate-icon-theme-faenza mate-icon-theme-faenza: add MASTER_SITES entry 2020-02-02 00:24:21 +00:00
mate-themes *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
materia-gtk-theme materia-gtk-theme: Update to 20191017 2019-10-28 11:38:31 +00:00
MesaDemos MesaDemos: enable wayland where supported 2020-01-05 22:20:40 +00:00
MesaLib optimize a tail-call in previous 2020-02-22 09:25:22 +00:00
metacam
mgl all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
mng Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
moka-icon-theme all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mpeg2codec
mpgtx all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
mscgen Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
mygui Add graphics/mygui. 2019-08-09 16:03:00 +00:00
mypaint graphics: align variable assignments 2019-11-02 22:37:52 +00:00
mypaint-brushes mypaint-brushes: catch up with scons update; support building with python 3 2019-01-02 17:23:03 +00:00
ncview *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
netpbm all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
Ngraph Sort PLIST files. 2018-01-01 22:29:15 +00:00
ns-cult3d Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
numix-gtk-theme graphics: Add numix-gtk-theme 2020-01-11 13:37:15 +00:00
numix-icon-theme
numix-icon-theme-circle
nvidia-texture-tools
nvtv graphics: align variable assignments 2019-11-02 22:37:52 +00:00
ocaml-cairo Added graphics/ocaml-cairo, OCaml bindings for cairo 2020-01-24 12:57:08 +00:00
ocrad all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
opencolorio opencolorio: Disable SSE on non-x86 2019-10-20 09:51:02 +00:00
opencsg Switch packages using GLUT to FreeGLUT. 2019-08-30 17:01:32 +00:00
opencv opencv: Restore optionality of jasper 2020-03-01 15:36:01 +00:00
opencv-contrib-face opencv-contrib-face: Fix possible build failure when jasper is installed 2020-03-01 15:49:09 +00:00
opendis all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
openexr openexr: Update to 2.4.1 2020-02-13 21:13:16 +00:00
openimageio *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
openjpeg all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
OpenRM all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
optipng all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
osg *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
oxygen-icons kf5: update to frameworks 5.66 2020-01-29 11:49:22 +00:00
p5-Barcode-Code128 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-cairo all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
p5-cairo-gobject all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
p5-Chart Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Chart-ThreeD Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-clutter graphics: align variable assignments 2019-11-02 22:37:52 +00:00
p5-GD Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GD-Barcode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GD-Graph-sparklines Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GD-Graph3d Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GD-SecurityImage Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GD-SVG Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GDGraph Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GDGraph-boxplot graphics: align variable assignments 2019-11-02 22:37:52 +00:00
p5-GDTextUtil Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GIFgraph Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Gnome2-Canvas all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
p5-Graph-Easy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GraphicsMagick GraphicsMagick: Update to 1.3.34 2020-01-08 12:11:36 +00:00
p5-GraphViz Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GraphViz2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Image-BMP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Image-ExifTool p5-Image-ExifTool: updated to 11.70 2019-10-13 08:21:40 +00:00
p5-Image-Imlib2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Image-Info Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Image-JpegTran-AutoRotate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Image-Size Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PerlMagick p5-PerlMagick: update to 7.0.8.60. 2019-08-16 12:00:36 +00:00
p5-RRDTool-OO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SVG Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SVG-Graph Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SWF-File Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-GD Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
panomatic
PanoTools all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
paper-icon-theme paper-icon-theme: Update to 1.5.0 2019-11-04 23:21:57 +00:00
papirus-folders papirus-folders: Update to 2.4.0 2019-10-28 13:45:24 +00:00
papirus-icon-theme papirus-icon-theme: Update to 20200201 2020-02-10 12:28:12 +00:00
pdiff all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
pear-Image_Canvas Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-Image_Color Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-Image_Graph Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pfstools all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
pgraf
photopc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
php-exif
php-gd graphics/php-gd: fix for php74 2019-12-15 18:13:55 +00:00
php-imagick *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
php-jpgraph all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pixmap
ploticus all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ploticus-examples *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +00:00
plotmtv
plotutils all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
png graphics: align variable assignments 2019-11-02 22:37:52 +00:00
png2html Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
pngcheck
pngcrush all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
pngquant all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
potrace all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
povray all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
prag
prison kf5: update to frameworks 5.66 2020-01-29 11:49:22 +00:00
ps2eps Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pstoedit *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ptex
py-aafigure py-aafigure: updated to 0.6 2018-01-04 21:07:12 +00:00
py-actdiag py-actdiag: updated to 2.0.0 2020-02-19 17:51:24 +00:00
py-altgraph py-altgraph: updated to 0.16.1 2018-08-07 06:18:53 +00:00
py-biggles all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-blockdiag py-blockdiag: updated to 2.0.1 2020-02-19 17:50:25 +00:00
py-brewer2mpl
py-cairo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-cairocffi *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
py-chart graphics: align variable assignments 2019-11-02 22:37:52 +00:00
py-cycler
py-dot py-dot: updated to 1.4.1 2018-12-16 14:19:16 +00:00
py-exifread py-exifread: added version 2.1.2 2018-03-05 14:04:33 +00:00
py-fits py-fits: updated to 3.5 2018-10-07 08:51:42 +00:00
py-gdchart Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-gdmodule Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-ggplot py-ggplot: updated to 0.11.5 2019-06-17 20:27:16 +00:00
py-gnuplot all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-goocanvas graphics: align variable assignments 2019-11-02 22:37:52 +00:00
py-graphviz py-graphviz: updated to 0.13.2 2019-11-08 09:24:05 +00:00
py-gtkglext all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-imageio all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-imagesize py-imagesize: updated to 1.2.0 2020-01-20 19:44:48 +00:00
py-imaging all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-leather graphics: align variable assignments 2019-11-02 22:37:52 +00:00
py-matplotlib py-matplotlib: updated to 3.1.3 2020-02-18 16:51:51 +00:00
py-matplotlib-venn graphics/py-matplotlib-venn: Import version 0.11.5 2019-11-26 21:08:26 +00:00
py-mcomix all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-nwdiag py-nwdiag: note Python 2.7 is no longer supported 2020-02-20 06:35:50 +00:00
py-objgraph py-objgraph: updated to 3.4.1 2019-05-20 12:10:37 +00:00
py-openexr all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-OpenGL Use print function for Python 2 too. 2020-02-23 23:59:44 +00:00
py-OpenGL-accelerate py-OpenGL-accelerate: added version 3.1.5 2020-01-27 06:24:36 +00:00
py-piddle all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-piexif py-piexif: updated to 1.1.3 2019-07-05 11:11:13 +00:00
py-Pillow all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-pycha graphics: align variable assignments 2019-11-02 22:37:52 +00:00
py-pygal
py-pygraphviz all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-qrcode py-qrcode: updated to 6.1 2019-01-21 10:03:47 +00:00
py-seaborn all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-seqdiag py-seqdiag: updated to 2.0.0 2020-02-19 17:52:00 +00:00
py-sk1libs Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-strich
py-uniconvertor graphics: align variable assignments 2019-11-02 22:37:52 +00:00
py-wand py-wand: updated to 0.5.9 2020-02-11 17:02:11 +00:00
qimageblitz all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
qiv all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
qore-glut-module Make qore-glut-module find freeglut 2020-01-18 23:11:39 +00:00
qore-opengl-module *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
qr-code-generator qr-code-generator: add upstream pull request URL as comments 2020-02-08 17:50:03 +00:00
quesoglc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
qvplay all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
R-Cairo Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-colorspace Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-colourpicker R-colourpicker: initial commit 2019-08-09 20:55:25 +00:00
R-dichromat Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-effects Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-ggExtra R-ggExtra: initial commit 2019-08-09 20:56:19 +00:00
R-ggplot2 Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-ggtern R-ggtern: fix an incorrect dependency. 2019-08-14 22:03:15 +00:00
R-gridExtra Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-labeling Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-latex2exp R-latex2exp: initial commit. 2019-08-09 15:20:31 +00:00
R-latticeExtra Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-munsell Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-scales Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-viridis Add a missing dependency on graphics/R-gridExtra. 2019-09-25 17:23:47 +00:00
R-viridisLite Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
rabbit all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
radiance Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
rawtherapee all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
rayshade graphics: align variable assignments 2019-11-02 22:37:52 +00:00
refocus-it all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
resize_image
ristretto ristretto: update to 0.10.0 2019-08-18 05:54:33 +00:00
ruby-cairo ruby-cairo: update to 1.16.5. 2020-02-16 04:45:37 +00:00
ruby-cairo-gobject ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-chunky_png Update wiki.github.com HOMEPAGEs. 2019-07-08 10:47:26 +00:00
ruby-clutter ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-clutter-gdk ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-clutter-gtk ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-color
ruby-color-japanese
ruby-color-tools
ruby-gd Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
ruby-gdk3 ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-gdk_pixbuf2 ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-gnuplot
ruby-image_size graphics/ruby-image_size: add package version 2.0.2 2019-09-18 15:53:04 +00:00
ruby-imlib2 graphics: align variable assignments 2019-11-02 22:37:52 +00:00
ruby-mini-magick graphics/ruby-mini-magick: update to 4.9.2 2018-09-23 15:28:23 +00:00
ruby-oily_png graphics: align variable assignments 2019-11-02 22:37:52 +00:00
ruby-opengl Remove USE_RAKE 2019-11-18 16:20:22 +00:00
ruby-RMagick graphics/ruby-RMagick: reset PKGREVISION 2019-11-02 15:02:05 +00:00
ruby-rsvg2 ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-screengif graphics/ruby-screengif: fix ALTERNATIVES file 2018-12-22 17:20:51 +00:00
s10sh *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
sane-backends *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sane-frontends *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
scidavis all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
scigraphica all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
scrot Needs libXcursor. 2020-01-10 21:14:11 +00:00
SDL2_image all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
SDL_image all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
shotwell shotwell: Needs itstool 2020-02-08 15:35:27 +00:00
silgraphite all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
silgraphite-ft all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
silgraphite-xft all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
simage
skencil all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
slim-themes Fix date format, noted by jmcneill@. 2018-06-03 22:12:13 +00:00
spcaview graphics: align variable assignments 2019-11-02 22:37:52 +00:00
spectacle graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
svgpart graphics: update kde release service to 19.12.1 2020-02-02 02:50:41 +00:00
sxiv sxiv: Update to 26 2020-01-18 15:58:41 +00:00
tango-icon-theme all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tesseract tesseract: updated to 4.1.1 2019-12-29 16:44:12 +00:00
tex-a2ping all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-a2ping-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-animate tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-animate-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-asyfig tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-asyfig-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-auto-pst-pdf tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-auto-pst-pdf-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-automata all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-automata-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-bbcard all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-bbcard-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-bclogo all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-bclogo-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-blockdraw_mp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-blockdraw_mp-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-bpolynomial all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-bpolynomial-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-chemfig all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-chemfig-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-circuitikz tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-circuitikz-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-cmarrows all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-cmarrows-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-contour all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-contour-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-drv all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-drv-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-dviincl all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-dviincl-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-dvipng-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-eepic tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-eepic-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-ellipse all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-ellipse-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-emp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-emp-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-epsincl all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-epsincl-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-epstopdf all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-epstopdf-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-expressg all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-expressg-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-exteps all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-exteps-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-featpost all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-featpost-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-feynmf all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-feynmf-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-feynmp-auto all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-feynmp-auto-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-fiziko all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-fiziko-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-garrigues all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-garrigues-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-gmp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-gmp-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-graphics-pln all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-graphics-pln-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-hatching all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-hatching-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-incgraph all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-incgraph-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-latexmp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-latexmp-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mcf2graph tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-mcf2graph-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-metago all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metago-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metaobj all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metaobj-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metaplot all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metaplot-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metapost tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-metapost-colorbrewer all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metapost-colorbrewer-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metapost-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-metauml all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metauml-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mfpic all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mfpic-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mfpic4ode all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mfpic4ode-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mp3d all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mp3d-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mparrows all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mparrows-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mpattern all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mpattern-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mpcolornames all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mpcolornames-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mpgraphics all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mpgraphics-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mptopdf all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mptopdf-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mptrees all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mptrees-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pdfcrop tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pdfcrop-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pgf-umlsd all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pgf-umlsd-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pgfgantt all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pgfgantt-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pictex all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pictex-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-piechartmp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-piechartmp-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-psgo tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-psgo-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-2dplot tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-2dplot-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-3d tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-3d-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-3dplot all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-3dplot-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-barcode all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-barcode-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-blur tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-blur-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-circ all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-circ-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-coil tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-coil-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-eps tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-eps-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-fill tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-fill-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-ghsb tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-ghsb-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-gr3d tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-gr3d-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-grad tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-grad-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-lens tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-lens-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-math all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-math-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-node all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-node-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-osci tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-osci-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-ovl all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-ovl-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-pdf all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-pdf-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-plot tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-plot-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-poly tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-poly-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-slpe tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-slpe-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-text all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-text-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-tools all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-tools-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-tree all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-tree-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-vue3d tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-vue3d-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pstools tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pstools-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pstricks tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pstricks-add all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pstricks-add-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pstricks-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-repere tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-repere-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-roex tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-roundrect all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-roundrect-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-shapes all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-shapes-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-slideshow all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-slideshow-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-splines all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-splines-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-suanpan all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-suanpan-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tex-ps tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-tex-ps-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-texdraw all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-texdraw-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-textpath all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-textpath-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-threeddice all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-threeddice-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikz-3dplot all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikz-3dplot-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikz-cd tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-tikz-cd-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-tikz-feynhand tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-tikz-feynhand-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-tikzinclude all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzinclude-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzmark tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-tikzmark-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-tikzorbital all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzorbital-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzpagenodes all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzpagenodes-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzpfeile all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzpfeile-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzposter all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzposter-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzscale all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzscale-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzsymbols all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzsymbols-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tkz-base all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tkz-base-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tkz-fct all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tkz-fct-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-venndiagram all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-venndiagram-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-xypic tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-xypic-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tgif graphics: align variable assignments 2019-11-02 22:37:52 +00:00
tiff graphics/tiff: Update to 4.1.0 2019-11-04 01:11:38 +00:00
tk-tkimg Add tk-tkimg version 1.3.20080116 2019-11-10 20:11:30 +00:00
tkpiechart tkpiechart: update to 5.4nb2. 2019-03-08 08:42:09 +00:00
tuxpaint *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
tuxpaint-config Fix parallel build. 2019-12-19 22:17:33 +00:00
tuxpaint-stamps graphics: align variable assignments 2019-11-02 22:37:52 +00:00
ucview all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
unicap all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
urt all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
vcg
veusz *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
vid graphics/*: remove redundant :Q modifiers 2018-01-14 14:58:38 +00:00
viewfax *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +00:00
viewnior *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
vigra
vnc2swf all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
vp all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
vtk graphics: align variable assignments 2019-11-02 22:37:52 +00:00
vtk-data
vtk-docs graphics/*: remove redundant :Q modifiers 2018-01-14 14:58:38 +00:00
wld wld: Update to 0.0.0.20200220 2020-02-24 11:25:44 +00:00
wm-icons all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
wmphoto graphics/*: remove redundant :Q modifiers 2018-01-14 14:58:38 +00:00
wxsvg wxsvg: update to 1.5.20. 2019-11-26 14:14:23 +00:00
x11rec *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
xart
xbmbrowser
xdot graphics: align variable assignments 2019-11-02 22:37:52 +00:00
xdvipresent
xfce4-icon-theme Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
xfig all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xgc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xgraph
xli
xmorph all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xpaint all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xplot Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
xplot-devel Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
xsane *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
xv graphics: align variable assignments 2019-11-02 22:37:52 +00:00
xzgv all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
zathura-cb Rename py-meson to meson. 2019-10-07 09:28:09 +00:00
zathura-djvu zathura-djvu: Update to 0.2.9 2020-01-06 11:13:17 +00:00
zbar zbar: Belatedly add (accidentally missed) options.mk 2019-12-06 08:03:00 +00:00
zphoto graphics: align variable assignments 2019-11-02 22:37:52 +00:00
Makefile lximage-qt: import new package, version 0.14.1 2020-02-20 06:21:02 +00:00