2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-07-04 17:05:20 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
scrot: Pull in upstream fix for lack of dprintf().
|
2023-07-03 13:29:04 by Paolo Vincenzo Olivo | Files touched by this commit (9) |
Log message:
*: Recursive revbump from devel/libmd
This affects all packages requiring libbsd/libmd
on Linux.
|
2023-06-14 19:27:21 by pin | Files touched by this commit (2) | |
Log message:
graphics/scrot: update to 1.10
1.10
- New option: --compression to specify a compression level. Note that certain
formats (such as PNG) will now use --compression instead of --quality.
- Improvement: Timing in scrot --delay.
- Improvement: Screenshot timestamps timing.
- Improvement: Robustness of default CFLAGS.
- Document: Not all compositors support opacity.
- Document: Depend on an interface, not an implementation.
- Document: Fixed license to MIT-feh. NOTE: this is NOT a license change, we
simply fixed the document to correctly identify the license.
- Document: Make it clear --window option takes an argument.
- Document: Clarify imlib2 feature requirement.
- Document: Fix --quality description in manpage.
- Improvement: Use -O3 and do not build debug info by default if no CFLAGS was
set by the user.
- Improvement: Fatally error out in case the mouse pointer image cannot be
acquired.
- Deprecate: --note.
- Fixes: Memory leak.
- Several other fixes.
1.9
- Fixes: Add delay to all capture options
- New option: --window
- Deprecate -S
- Fixes: compilation on CentOS 7
- Fixes: multiple bugs in output file handling
- Fixes: multiple bugs in scrot's -C option
- Fixes: restore "keep ratio" functionality in --thumb
- New option: add --format flag
- Improvement: allow b prefix in --delay argument
- Fixes: memory leak on multiple -F options
- Fixes: hostname potentially getting truncated
- Several internal fixes
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2022-06-11 15:33:22 by Nia Alarie | Files touched by this commit (2) | |
Log message:
scrot: update to 1.7. take maintainership.
Version 1.7
* Fixed: code style, add missing final newline.
* Fixed: autogen.sh: fix some shellcheck issues.
* Replace insecure c-strings functions (following libbsd integration).
* New option: --select=hole (-shole), hole selection area.
* New option: --select=hide (-shide), hide selection area, support image.
* New option: --select=blur (-sblur), blur selection area.
* New option: (-) add redirection to standard output (format PNG).
* Improvement option: --stack, add an optional join direction (v/h).
* Fixed: free memory image and font resources.
* Bug fixed: segfault if mouse cursor image was not obtained.
* Use err/warn functions (following libbsd integration).
* Others various code improvement.
* Added new library dependency: libbsd.
* Autotools: added option --without-libbsd.
* Improvement: Autotools: remove unused files, remove obsolete macros, assume
C89 functions exist, delete scrot.spec.
* Improvement: remove unused C macro, use strndup function, use designated
initializers (C99).
* Improvement: Doc: polish the txt2man manual, CONTRIBUTING.md, TODO.md.
* Others various code improvement.
* New option: --file (-F), provide the filename as an option.
* Fixed: code style guideline violations (WebKit).
* Use strlcpy/strlcat (following libbsd integration).
* Fixed a mistake in README.md.
* Convert all source files to the WebKit style.
* New option: --ignorekeyboard (-i), Don't exit for keyboard input. ESC still
exits.
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-08-14 10:12:46 by Nia Alarie | Files touched by this commit (2) | |
Log message:
scrot: update to 1.6
Version 1.6
[ Christopher R. Nelson ] alias @languidnights
* Removed dependence on giblib library.
[ Daniel T. Borelli ] alias @daltomi
* Fixed the capture when a window is hidden behind another.
* Fixed the capture of the edge of the focused window.
* Avoid capturing the selection box when drag and drop quickly.
* Fixed issue when selection reaches the end of screen.
* New feature: resize the selection with the arrow keys.
* New feature: support script Imlib2 commands.
* New feature: added WM_CLASS to exclude selection mode edge from some
composite window managers.
* Improvement: selection option, capture the mouse cursor when the delay
option is used.
* Removed forced compiler options: -g -O3
[ Guilherme Janczak ] alias @guijan
* Removed the local implementation function: strdup.
* Removed the local implementation function: getopt_long.
* Removed unused file debug.h.
[ Martin C ] alias @Cationiz3r
* New feature: change the cursor pointer according to the movement of the
selection.
[ Shawn Webb ] alias @lattera
* Fixed Control Flow Integrity complain in HardenedBSD.
|
2021-02-10 12:23:13 by Nia Alarie | Files touched by this commit (3) |
Log message:
scrot: Update to 1.5
Changes
Do not record pointer when selecting an area.
Fixed compilation on Sparc64.
Fixed a possible overflow in src/options.c.
Fixed a segfault with --multidisp option.
Fixed issues when file extension is more than 3 characters.
New feature: allow save thumbnail without extension.
New feature: retry to grab the keyboard for 1s in 50ms intervals if it is \
still being grabbed by the windows manager.
New option --class (-C): discriminate windows by class name.
Support various modes of drawing selection.
|