brlaser: new upstream, update to 6.2.6. Changes:

6.2.6:

New printer entries:
- Brother FAX-2840
- Brother HL-2260
- Brother HL-L2335D series
- Brother MFC-7860DW
- Brother MFC-9160

Notes:
* The repository has been cleaned up
  * All entries `brlaser.drv.in` and `README.md` both follow a set
    naming convention
  * Commits where "rewritten correctly" to follow the standard
    conventions and then squashed

6.2.5:

New printer entries:
- Brother FAX-2820
- Brother DCP-1610W

Code Changes:
- Added `\033&l1S` for duplex no tumble printing, as well as logic print
  duplex with and without tumble.
- Explicitly include `cstdint` in `test/tempfile.h`, so `uint8_t` is
  correctly defined.

Issues Resolved:
- Fixed building under Fedora 38; `error: 'uint8_t' was not declared in
  this scope`.
This commit is contained in:
schmonz 2024-01-12 19:05:57 +00:00
parent 1318624357
commit e26134300e
2 changed files with 16 additions and 16 deletions

View File

@ -1,18 +1,18 @@
# $NetBSD: Makefile,v 1.11 2023/11/08 13:20:40 wiz Exp $
# $NetBSD: Makefile,v 1.12 2024/01/12 19:05:57 schmonz Exp $
DISTNAME= brlaser-6.2
PKGREVISION= 5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=QORTEC/}
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= brlaser-6.2.6
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=Owl-Maintain/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://github.com/QORTEC/brlaser/
COMMENT= CUPS driver for Brother laser printers
LICENSE= gnu-gpl-v2
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://github.com/Owl-Maintain/brlaser/
COMMENT= CUPS driver for Brother laser printers
LICENSE= gnu-gpl-v2
USE_CMAKE= yes
USE_LANGUAGES= c++11
USE_CMAKE= yes
USE_LANGUAGES= c++
USE_CXX_FEATURES+= c++11
.include "../../print/libcups/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2022/12/27 19:55:39 schmonz Exp $
$NetBSD: distinfo,v 1.6 2024/01/12 19:05:57 schmonz Exp $
BLAKE2s (brlaser-6.2.tar.gz) = b430f766501e181c97b875aae4a0b8a1d95a74cbd959fd2b6c08f0e9fc5d2153
SHA512 (brlaser-6.2.tar.gz) = d8c136a602ab8eab3269b7a5ef1bd3ca3e738cb7af4b77409630a2398cd25836d13ed72083ca2a8ae56553d594a713c59dab53a029633b448d0f27c198de25bc
Size (brlaser-6.2.tar.gz) = 23998 bytes
BLAKE2s (brlaser-6.2.6.tar.gz) = 564e5afee95f806093a0a727bb8f97fc79eacf42a11dfa0abfba0105774708da
SHA512 (brlaser-6.2.6.tar.gz) = 285a053473ae576167e653bb94c20a1ae676c1a39ec87d9b14c664e389a4713d93ca29d5cefd92a6793e1ffbc8b03b119ea8cd903749ae21c9354ce30d470a51
Size (brlaser-6.2.6.tar.gz) = 25815 bytes