SHA256
1
0
forked from pool/grim

18 Commits

Author SHA256 Message Date
3283767f51 Accepting request 1094838 from X11:Wayland
- Update to 1.4.1:
  * render: print error message when image alloc fails
  * write_jpg: fix printf format specifier
  * Fail when more than one arguments are passed in
- Drop 0001-write_jpg-fix-printf-format-specifier.patch

OBS-URL: https://build.opensuse.org/request/show/1094838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grim?expand=0&rev=8
2023-06-23 19:53:27 +00:00
c1979f6ba4 - Update to 1.4.1:
* render: print error message when image alloc fails
  * write_jpg: fix printf format specifier
  * Fail when more than one arguments are passed in
- Drop 0001-write_jpg-fix-printf-format-specifier.patch

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/grim?expand=0&rev=15
2023-06-23 10:20:39 +00:00
442f2eb984 Accepting request 958015 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/958015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grim?expand=0&rev=7
2022-02-28 18:43:44 +00:00
e0e87f2037 Accepting request 957998 from home:cgiboudeaux:branches:X11:Wayland
- Add upstream change:
  * 0001-write_jpg-fix-printf-format-specifier.patch

OBS-URL: https://build.opensuse.org/request/show/957998
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/grim?expand=0&rev=14
2022-02-28 10:26:26 +00:00
5bbf038331 Accepting request 953373 from X11:Wayland
- Update to 1.4.0:
  * Read XDG_PICTURES_DIR from user-dirs.dirs file
  * add bash completion
  * render: use pixman to compose output buffers
  * render: use convolution filter when downscaling
  * Allow setting compression level for PNG output
  * write_png: fix out of bounds read
  * render: add support for ≤ 24bpp pixel formats
  * Use alternate Wayland to Pixman format conversion on big-endian
  * Rename cairo_{jpg,ppm} to write_{jpg,ppm}
  * Use stream-type functions to save images
  * Remove cairo dependency
  * man: fix wrong section headers
  * Add example for taking screenshot of active window
  * Make get_output_dir return value const
  * Replace sprintf with snprintf
  * Make output_filename const
  * Stop using PATH_MAX

OBS-URL: https://build.opensuse.org/request/show/953373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grim?expand=0&rev=6
2022-02-11 22:07:42 +00:00
5ffd6313dd - Update to 1.4.0:
* Read XDG_PICTURES_DIR from user-dirs.dirs file
  * add bash completion
  * render: use pixman to compose output buffers
  * render: use convolution filter when downscaling
  * Allow setting compression level for PNG output
  * write_png: fix out of bounds read
  * render: add support for ≤ 24bpp pixel formats
  * Use alternate Wayland to Pixman format conversion on big-endian
  * Rename cairo_{jpg,ppm} to write_{jpg,ppm}
  * Use stream-type functions to save images
  * Remove cairo dependency
  * man: fix wrong section headers
  * Add example for taking screenshot of active window
  * Make get_output_dir return value const
  * Replace sprintf with snprintf
  * Make output_filename const
  * Stop using PATH_MAX

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/grim?expand=0&rev=13
2022-02-11 07:40:56 +00:00
fd68a4cde0 Accepting request 886686 from X11:Wayland
- Update to 1.3.2:
  * Remove unnecessary wl_display_dispatch calls
  * Fix 180-degree rotated buffers without Y_INVERT
  * main,render: replace assert(false) with abort().

OBS-URL: https://build.opensuse.org/request/show/886686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grim?expand=0&rev=5
2021-04-19 19:06:28 +00:00
06fb09b781 - Update to 1.3.2:
* Remove unnecessary wl_display_dispatch calls
  * Fix 180-degree rotated buffers without Y_INVERT
  * main,render: replace assert(false) with abort().

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/grim?expand=0&rev=11
2021-04-19 12:08:27 +00:00
1df7e035e3 Accepting request 822177 from X11:Wayland
- Update to 1.3.1:
  * Explain that '.' is grim's final fallback dir
  * Correct interpretation of output rotation
  * Fix maybe-uninitialized warning
  * Add completions for fish-shell
  * completions: add missing option
  * Improve error message for when supplied region is invalid
  * fix bufferoverflow in output_filepath
  * contrib/completions: fix fish file path
  * contrib/completions: fix unset datadir variable

OBS-URL: https://build.opensuse.org/request/show/822177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grim?expand=0&rev=4
2020-07-24 07:58:23 +00:00
0cfbf20d39 - Update to 1.3.1:
* Explain that '.' is grim's final fallback dir
  * Correct interpretation of output rotation
  * Fix maybe-uninitialized warning
  * Add completions for fish-shell
  * completions: add missing option
  * Improve error message for when supplied region is invalid
  * fix bufferoverflow in output_filepath
  * contrib/completions: fix fish file path
  * contrib/completions: fix unset datadir variable

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/grim?expand=0&rev=9
2020-07-22 07:37:57 +00:00
26b9f82a1c Accepting request 764984 from X11:Wayland
- Update to 1.3.0:
  * Allow to be invoked without a destination file argument.
    In which case a timestamped file will be written in
    $XDG_PICTURES_DIR.
  * Allow user to set default output dir.
  * Provide more helpful error message
  * Fix maybe-uninitialized warning

OBS-URL: https://build.opensuse.org/request/show/764984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grim?expand=0&rev=3
2020-01-16 17:23:24 +00:00
40b3d284c0 - Update to 1.3.0:
* Allow to be invoked without a destination file argument.
    In which case a timestamped file will be written in
    $XDG_PICTURES_DIR.
  * Allow user to set default output dir.
  * Provide more helpful error message
  * Fix maybe-uninitialized warning

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/grim?expand=0&rev=7
2020-01-16 13:44:00 +00:00
eb440abc9f Accepting request 707382 from X11:Wayland
- Update to 1.2.0:
  * Add support for the PPM format. This is useful for speeding up
    grim when piping its output into another process.

OBS-URL: https://build.opensuse.org/request/show/707382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grim?expand=0&rev=2
2019-06-04 10:14:30 +00:00
96d5f85d52 - Update to 1.2.0:
* Add support for the PPM format. This is useful for speeding up
    grim when piping its output into another process.

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/grim?expand=0&rev=5
2019-06-04 06:11:29 +00:00
Stephan Kulow
78c006b480 Accepting request 672092 from X11:Wayland
- Update to 1.1:
  * Add an option to disable JPEG support at build-time
  * Add support for the WL_SHM_FORMAT_ABGR8888 format
  * Add various examples to README
- Use noun phrase in descriptions.
- Package grim 1.0 for openSUSE

OBS-URL: https://build.opensuse.org/request/show/672092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grim?expand=0&rev=1
2019-02-24 16:12:29 +00:00
2a6ee29a4c Accepting request 671922 from home:jengelh:branches:X11:Wayland
- Use noun phrase in descriptions.

OBS-URL: https://build.opensuse.org/request/show/671922
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/grim?expand=0&rev=3
2019-02-06 10:24:54 +00:00
a51920afbd - Update to 1.1:
* Add an option to disable JPEG support at build-time
  * Add support for the WL_SHM_FORMAT_ABGR8888 format
  * Add various examples to README

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/grim?expand=0&rev=2
2019-02-06 09:44:31 +00:00
4fe6432ce0 Accepting request 670406 from home:jubalh
Please add me as maintainer

OBS-URL: https://build.opensuse.org/request/show/670406
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/grim?expand=0&rev=1
2019-02-05 15:22:45 +00:00