aboutsummaryrefslogtreecommitdiff
path: root/graphics/ksnip
Commit message (Collapse)AuthorAgeFilesLines
* graphics/kcolorpicker: Update to 0.3.0Jason E. Hale2024-01-263-4/+32
| | | | | | | | graphics/kimageannotator: Update to 0.7.0 Flavorize both ports for qt5 and qt6 variants and update consumers. While here, drop several unused deps for graphics/gwenview.
* graphics/ksnip: update to 1.10.1, latest upstreamAdriaan de Groot2023-03-163-5/+5
| | | | | | | | Release notes at https://github.com/ksnip/ksnip/releases/tag/v1.10.1 There's a handful of bugfixes in kimageannotator; skip itself has one relevant image-loading bug fixed.
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-2/+2
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* graphics/ksnip: pet stage-qaDima Panov2022-09-051-1/+2
|
* graphics/ksnip: update to 1.10.0Tobias C. Berner2022-05-233-4/+7
|
* */*: fix trailing whitespace in pkg-descr'sDmitry Marakasov2022-04-011-1/+1
| | | | Approved by: portmgr blanket
* graphics/ksnip: update to 1.9.2Tobias C. Berner2021-11-272-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: * Fixed: Version `Qt_5.15' not found (required by /usr/bin/ksnip). (#712) * Fixed: CI packages show continuous suffix for tagged build. (#710) * Fixed: kImageAnnotator not translated with deb package. (#359) * Fixed: Windows packages increased in size. (#713) * Fixed: The string 'Actions' is not available for translation. (#729) * Fixed: HiDPI issue with multiple screen on Windows. (#668) * Fixed: Snipping Area not closing when pressing ESC. (#735) * Fixed: Sometimes "Snipping Area Rulers" not shown after starting rectangular selection. (#684) * Fixed: Cursor not positioned correctly when snipping area opens. (#736) * Fixed: Mouse cursor not captured when triggered via global shortcut. (#737) * Fixed: Dual 4K screens get scrambled on X11. (#734) * Fixed: VCRUNTIME140_1.dll was not found. (#743) * Fixed: Screenshot area issue when monitor count changes on Windows. (#722) * Fixed: Wayland does not support QWindow::requestActivate(). (#656) * Fixed: Wrong area is captured on a Wayland screen scaling. (#691) * Changed: Enforce xdg-desktop-portal screenshots for Gnome >= 41. (#727) * Fixed kImageAnnotator: Crash while typing text on wayland. (#256) * Changed kImageAnnotator: Show scrollbar when not all tools visible. (#258)
* graphics/ksnip: update to 1.9.1Tobias C. Berner2021-09-243-5/+7
|
* graphics/kimageannotator: update to latest release, 0.5.2Adriaan de Groot2021-09-171-1/+1
| | | | | | The release page is https://github.com/ksnip/kImageAnnotator/releases/tag/v0.5.2 and this seems to be a mostly translations (ro, si) release.
* Cleanup: for ports under g* categories, drop redundant GH_{ACCOUNT,PROJECT}.Alexey Dokuchaev2021-08-291-1/+0
|
* graphics/kimageannotator: update to 0.5.1, latest upstreamAdriaan de Groot2021-05-311-0/+1
| | | | | | | | Release notes at https://github.com/ksnip/kImageAnnotator/releases/tag/v0.5.1 with important "Fix crash on destruct #242". Bump two consumers.
* graphics/ksnip: update to 1.9.0, latest upstreamAdriaan de Groot2021-05-253-6/+8
| | | | | | | | | | Release notes at https://github.com/ksnip/ksnip/releases/tag/v1.9.0 with all the features and fixes that apply to kColorPicker and kImageAnnotator listed. Plenty of new features. License (of the application) changed to GPL, some new translations too.
* Clean up some thingsTobias Kortkamp2021-05-011-1/+1
| | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop variables - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update graphics/{ksnip,kimageannotator} to latest upstream releaseAdriaan de Groot2021-03-234-32/+4
| | | | | | | | | | | | | Release notes are at https://github.com/ksnip/ksnip/releases/tag/v1.8.2 (app) https://github.com/ksnip/kImageAnnotator/releases/tag/v0.4.2 (lib) Straightforward bugfixes, mostly. Reported by: portscout Notes: svn path=/head/; revision=569022
* Update graphics/{kimageannotator,ksnip} to latest upstream releaseAdriaan de Groot2021-02-1519-186/+35
| | | | | | | | | | | | | | | | | | | These two go together, so they update together. Upstream has merged all the build-fixes from the previous ports version, and the one new fix is already reported and merged upstream thanks to OpenBSD. Release notes are at https://github.com/ksnip/ksnip/releases/tag/v1.8.1 with notable changes - Allow changing adorner color for rect area selection. (#519) - Default font for numbering tool change to Arial. (#200) - kImageAnnotator: Horizontally align text inside spin box. (#203) - kImageAnnotator: Change zoom with mouse wheel to CTRL+Wheel. (#210) Reported by: portscout Notes: svn path=/head/; revision=565303
* Patch UB in graphics/ksnipAdriaan de Groot2020-12-305-0/+45
| | | | | | | | | | | | | | | | | Various functions did if-linux-else-windows-else-apple, leaving us behind; when those functions are supposed to return a value, but don't, that's Undefined Behavior. It's allowed to crash, or do something else. There were already patches adding the "other" case, here's a handful more of them. I chose to patch the existing port, rather than trying to chase an update to the recently-released 1.8.0, because that's a little less work *right now*. PR: 252229 Reported by: Guido Kollerie Notes: svn path=/head/; revision=559684
* graphics/ksnip: make portscout ignore the 'continuous' releaseTobias C. Berner2020-09-031-0/+2
| | | | Notes: svn path=/head/; revision=547445
* Update graphics/ksnip to latest upstream revisionAdriaan de Groot2020-08-136-13/+24
| | | | | | | | | | | | | | - various bugfixes - files installed to more "standard" locations Release notes at (2 links, we skipped one release) https://github.com/ksnip/ksnip/releases/tag/v1.7.3 https://github.com/ksnip/ksnip/releases/tag/v1.7.2 Reported by: portscout Notes: svn path=/head/; revision=544799
* Update graphics/{kimageannotator,ksnip} to latest upstream release.Adriaan de Groot2020-06-272-4/+4
| | | | | | | | | Release notes at https://github.com/ksnip/ksnip/releases/tag/v1.7.1 Most of the FreeBSD patches have been upstreamed for a later release. Notes: svn path=/head/; revision=540593
* New port graphics/ksnipAdriaan de Groot2020-06-2413-0/+186
This is a multi-platform screenshotting tool, integrating well with KDE Plasma, GNOME Shell, etc. under both X11 and Wayland. It supports extensive screenshot annotations and multiple captures (useful for looking at UI changes in something you're working on). There's a bunch of patches, but they're all trivial and have been reported upstream. Notes: svn path=/head/; revision=540027