head	1.10;
access;
symbols
	pkgsrc-2026Q1:1.10.0.6
	pkgsrc-2026Q1-base:1.10
	pkgsrc-2025Q4:1.10.0.4
	pkgsrc-2025Q4-base:1.10
	pkgsrc-2025Q3:1.10.0.2
	pkgsrc-2025Q3-base:1.10
	pkgsrc-2025Q2:1.9.0.4
	pkgsrc-2025Q2-base:1.9
	pkgsrc-2025Q1:1.9.0.2
	pkgsrc-2025Q1-base:1.9
	pkgsrc-2024Q4:1.7.0.6
	pkgsrc-2024Q4-base:1.7
	pkgsrc-2024Q3:1.7.0.4
	pkgsrc-2024Q3-base:1.7
	pkgsrc-2024Q2:1.7.0.2
	pkgsrc-2024Q2-base:1.7
	pkgsrc-2024Q1:1.6.0.2
	pkgsrc-2024Q1-base:1.6
	pkgsrc-2023Q4:1.5.0.6
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.5.0.4
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.5.0.2
	pkgsrc-2023Q2-base:1.5
	pkgsrc-2023Q1:1.4.0.8
	pkgsrc-2023Q1-base:1.4
	pkgsrc-2022Q4:1.4.0.6
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.4
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.4.0.2
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.3.0.2
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.2.0.4
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.2
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.1.0.4
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.2
	pkgsrc-2021Q1-base:1.1;
locks; strict;
comment	@# @;


1.10
date	2025.07.26.09.33.06;	author pin;	state Exp;
branches;
next	1.9;
commitid	Kj3ntwcF5V3HOe4G;

1.9
date	2025.02.13.11.22.34;	author pin;	state Exp;
branches;
next	1.8;
commitid	uhnwXTmEAUR4FiJF;

1.8
date	2025.01.13.20.35.58;	author pin;	state Exp;
branches;
next	1.7;
commitid	sjmr3fAU2jfIImFF;

1.7
date	2024.05.12.08.37.05;	author pin;	state Exp;
branches;
next	1.6;
commitid	3Oiv05RJF7AlEG9F;

1.6
date	2024.02.15.21.10.23;	author pin;	state Exp;
branches;
next	1.5;
commitid	9aEki0ZNUnR9CzYE;

1.5
date	2023.04.29.15.56.31;	author pin;	state Exp;
branches;
next	1.4;
commitid	MBpJhBdkUa9pg1nE;

1.4
date	2022.04.22.07.38.56;	author pin;	state Exp;
branches;
next	1.3;
commitid	4XhazMjtx1Q3taBD;

1.3
date	2022.03.06.08.46.01;	author pin;	state Exp;
branches;
next	1.2;
commitid	516glXbrxGGJl8vD;

1.2
date	2021.08.03.09.02.49;	author pin;	state Exp;
branches;
next	1.1;
commitid	as9gtmJcZgRVlv3D;

1.1
date	2021.01.01.17.18.06;	author pin;	state Exp;
branches;
next	;
commitid	UuCUVk0WtkbhY2CC;


desc
@@


1.10
log
@graphic/stitchy: update to 0.1.10

0.1.10 (July 26, 2025)

    Bump dependencies to pull in fixes and performance improvements (now requires Rust 1.80 or higher)
@
text
@# $NetBSD: Makefile,v 1.9 2025/02/13 11:22:34 pin Exp $

DISTNAME=	Stitchy-0.1.10
PKGNAME=	${DISTNAME:tl}
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_GITHUB:=grimace87/}
GITHUB_PROJECT=	Stitchy
GITHUB_TAG=	e84c2c8e8d099bcb36c59fc53a916ea86a5cfd84

MAINTAINER=	pin@@NetBSD.org
HOMEPAGE=	https://github.com/grimace87/Stitchy/
COMMENT=	Simple command line tool to stitch multiple images into one
LICENSE=	mit

.include "cargo-depends.mk"

RUST_REQ=		1.80.0
INSTALLATION_DIRS=	bin

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/target/release/stitchy \
		${DESTDIR}${PREFIX}/bin

.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
@


1.9
log
@graphics/stitchy: update to 0.1.9

    Support WebP (lossless only)
    Images with orientation metadata will now be correctly oriented (JPEG and WebP)
    Add 'fast mode' that uses nearest-neighbour filtering during image copy operations
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2025/01/13 20:35:58 pin Exp $
d3 1
a3 1
DISTNAME=	Stitchy-0.1.9
d8 1
a8 1
GITHUB_TAG=	fcd5051f3646e52b206151b16b3e8945ffa77c8c
d17 1
@


1.8
log
@graphics/stitchy: update to 0.1.8

 - Updated image dependency to 0.25.5
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2024/05/12 08:37:05 pin Exp $
d3 1
a3 1
DISTNAME=	Stitchy-0.1.8
d8 1
a8 1
GITHUB_TAG=	ddf5651b3acf833fa76e51f04c0140e66b917231
@


1.7
log
@graphics/stitchy: update to 0.1.7

0.1.7 (May 11, 2024)
 - Specify input directory (--input-dir or -i) or output directory
   (--output-dir or -o); both default to current working directory
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2024/02/15 21:10:23 pin Exp $
d3 1
a3 1
DISTNAME=	Stitchy-0.1.7
d8 1
a8 1
GITHUB_TAG=	a9fd5f00817af20f1381cf0649a5b228b0208338
@


1.6
log
@graphics/stitchy: update to 0.1.6

  - (BREAKING) Added traits FileLocation and FileProperties, where ImageFiles
    is generic over those
  - (Credit: Friendly-Banana) Removed edge cases in grid layout to make it more
    intuitive
  - Updated to support stitchy-core 0.1.1
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2023/04/29 15:56:31 pin Exp $
d3 1
a3 1
DISTNAME=	Stitchy-0.1.6
d8 1
a8 1
GITHUB_TAG=	3a62e28a93000492f6ff327645b1243f97857b65
@


1.5
log
@graphics/stitchy: update to 0.1.5

0.1.5 (April 29, 2023)
 - Moved much of the inner workings to the new stitchy-core crate, which is
   now a dependency
 - Completely changed the flags used for controlling selection of source files
   in the current directory
 - Added input/output file sizes and ratio to console output
 - Fix: saving as non-JPEG when defaults specify JPEG with quality no longer
   fails
 - Unit testing: several tests confirming expected output dimensions given
   input dimensions
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/04/22 07:38:56 pin Exp $
d3 1
a3 1
DISTNAME=	Stitchy-0.1.5
d8 1
a8 1
GITHUB_TAG=	4899e6d0a228925726c44b54b4171be95358f7f7
@


1.4
log
@graphics/stitchy: update to 0.1.4

- Updated to Rust 2021
- Updated dependencies (structopt to 0.3.26, image to 0.24.0)
- Print output file size in terminal output
- Added ability to save defaults that will apply automatically were not
  overridden
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/03/06 08:46:01 pin Exp $
d3 1
a3 1
DISTNAME=	Stitchy-0.1.4
d8 1
a8 1
GITHUB_TAG=	489cc133dfc07d0d267b9547917eb1f44016be90
@


1.3
log
@graphics/stitchy: update dependencies

-Not a new release but some code clean-up and updated crate dependencies.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2021/08/03 09:02:49 pin Exp $
d3 1
a3 1
DISTNAME=	Stitchy-0.1.3
a4 1
PKGREVISION=	1
d8 1
a8 1
GITHUB_TAG=	48c49c182d11d4f1050a3888362b4166cf0dfe4e
@


1.2
log
@graphics/stitchy: simplify Makefile
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/01/01 17:18:06 pin Exp $
d5 1
d9 1
a9 1
GITHUB_TAG=	86c57866ff2186e765ab7a2877a2103689611290
d21 2
a22 1
	${INSTALL_PROGRAM} ${WRKSRC}/target/release/stitchy ${DESTDIR}${PREFIX}/bin
@


1.1
log
@graphics/stitchy: import package

Joins multiple existing image files into a single output.
Supports various flags for arranging the output or scaling down to desirable
dimensions.

Images of the same size will stitch together neatly:

If the images are more irregular in shape, the tool will attempt to arrange them
as neatly as possible, and scale some images in the process.
@
text
@d1 1
a1 1
# $NetBSD$
a16 2
USE_LANGUAGES+=		c # rust, but needs a toolchain to link

@

