Index: branches/2020Q3/x11/grim/Makefile =================================================================== --- branches/2020Q3/x11/grim/Makefile (revision 542811) +++ branches/2020Q3/x11/grim/Makefile (revision 542812) @@ -1,33 +1,34 @@ # $FreeBSD$ PORTNAME= grim DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org COMMENT= Grab images from a Wayland compositor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland USES= compiler:c11 gnome meson pkgconfig USE_GITHUB= yes USE_GNOME= cairo GH_ACCOUNT= emersion PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= JPEG MANPAGES OPTIONS_DEFAULT=JPEG MANPAGES MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_MESON_ENABLED= man-pages MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz JPEG_USES= jpeg JPEG_MESON_ENABLED= jpeg .include Index: branches/2020Q3/x11/grim/files/patch-wlroots-0.10 =================================================================== --- branches/2020Q3/x11/grim/files/patch-wlroots-0.10 (nonexistent) +++ branches/2020Q3/x11/grim/files/patch-wlroots-0.10 (revision 542812) @@ -0,0 +1,13 @@ +Revert https://github.com/emersion/grim/commit/8f9d60885ce2 + +--- render.c.orig 2020-07-21 18:11:14 UTC ++++ render.c +@@ -104,7 +104,7 @@ cairo_surface_t *render(struct grim_state *state, stru + cairo_matrix_translate(&matrix, + (double)output->geometry.width / 2, + (double)output->geometry.height / 2); +- cairo_matrix_rotate(&matrix, get_output_rotation(output->transform)); ++ cairo_matrix_rotate(&matrix, -get_output_rotation(output->transform)); + cairo_matrix_scale(&matrix, + (double)raw_output_width / output_width * output_flipped_x, + (double)raw_output_height / output_height * output_flipped_y); Property changes on: branches/2020Q3/x11/grim/files/patch-wlroots-0.10 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property