Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2026 05:17:17 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 438be4cd1ea6 - main - graphics/qb3: Update to 2.0.0
Message-ID:  <698184dd.194a6.37b348fe@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=438be4cd1ea67432e5e8f56876f2148aed5d1249

commit 438be4cd1ea67432e5e8f56876f2148aed5d1249
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-03 04:43:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-03 05:09:14 +0000

    graphics/qb3: Update to 2.0.0
    
    Changes:        https://github.com/lucianpls/QB3/releases
---
 graphics/qb3/Makefile         |  3 +--
 graphics/qb3/distinfo         |  6 +++---
 graphics/qb3/files/patch-i386 | 13 -------------
 3 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/graphics/qb3/Makefile b/graphics/qb3/Makefile
index 35728a128ba8..9daf0581eee2 100644
--- a/graphics/qb3/Makefile
+++ b/graphics/qb3/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	qb3
-PORTVERSION=	1.3.2
+PORTVERSION=	2.0.0
 DISTVERSIONPREFIX=	V
-PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/graphics/qb3/distinfo b/graphics/qb3/distinfo
index 78b10a75c48c..0fbf1cbf03bd 100644
--- a/graphics/qb3/distinfo
+++ b/graphics/qb3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1748107896
-SHA256 (lucianpls-QB3-V1.3.2_GH0.tar.gz) = 4702b82da5e4b60f47e443cf2590e3de9878974c3823d9fb0fbfddfd1497ded9
-SIZE (lucianpls-QB3-V1.3.2_GH0.tar.gz) = 206810
+TIMESTAMP = 1769874220
+SHA256 (lucianpls-QB3-V2.0.0_GH0.tar.gz) = dad97f8fcbfc1326225b2f8626887a5037920dc24217398ab21ce8b2d785cdd9
+SIZE (lucianpls-QB3-V2.0.0_GH0.tar.gz) = 265207
diff --git a/graphics/qb3/files/patch-i386 b/graphics/qb3/files/patch-i386
deleted file mode 100644
index 1036ecf583db..000000000000
--- a/graphics/qb3/files/patch-i386
+++ /dev/null
@@ -1,13 +0,0 @@
-Reference:	https://github.com/lucianpls/QB3/pull/27
-
---- QB3lib/QB3encode.cpp.orig	2025-04-28 20:58:34 UTC
-+++ QB3lib/QB3encode.cpp
-@@ -84,7 +84,7 @@ void qb3_set_encoder_stride(encsp p, size_t stride) {
- // Valid values are 2 and above
- // sign = true when the input data is signed
- // away = true to round away from zero
--bool qb3_set_encoder_quanta(encsp p, size_t q, bool away) {
-+bool qb3_set_encoder_quanta(encsp p, uint64_t q, bool away) {
-     if (q < 1)
-         return false;
-     p->quanta = q;


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698184dd.194a6.37b348fe>