Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=V/d2Hcta; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cMtaBqRd Received: by mail.netbsd.org (Postfix, from userid 605) id 3C9A084EC2; Fri, 26 Apr 2024 15:32:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714145543; bh=f0Em5N2+JXTU/nWeWdCIqkwu/x2gEFobZ/bnpif1GMk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=V/d2HctaDf3K8zrC0cRCT4tLBFX2kVmk46cEl8xbB4FAy+pthPnYv3/TmCiOMhTye 4WypoPmdOmYS1+YpZepzBjMX94KY4+4qTq9YjHXhCUn7O2qFvgyHioZAkjhTl/PxVp HKNMvB+jXzLh7ZuwSDxiz7W5G38ccmx+u9rmMAJM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EE3984DB2 for ; Fri, 26 Apr 2024 15:32:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RzPzYxG0iz3Q for ; Fri, 26 Apr 2024 15:32:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A4D6484D36 for ; Fri, 26 Apr 2024 15:32:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714145541; bh=f0Em5N2+JXTU/nWeWdCIqkwu/x2gEFobZ/bnpif1GMk=; h=Date:From:Subject:To:Reply-To; b=cMtaBqRd10A3ewEKrcBttsI4aHZtK/IIMIvWQCikX4+AjxBIdAaQvjoorPLt7b/kv phytcp2MiXmIahuHBa8cQY4VpI5viwlVQWYd0W2BOc5/Efp45hRmLqBcSRyqnbRswy m2NtNwYfjyLd0DCNpGinfEQLKQ7LuOgLzD7PBhEI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1718FA2C; Fri, 26 Apr 2024 15:32:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714145541229370" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 15:32:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240426153221.A1718FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714145541229370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 26 15:32:21 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 pkgsrc/graphics: Makefile Log Message: qimageblitz: restore To generate a diff of this commit: cvs rdiff -u -r1.2728 -r1.2729 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.1048 -r1.1049 pkgsrc/graphics/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714145541229370 Content-Disposition: inline Content-Length: 1536 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2728 pkgsrc/doc/CHANGES-2024:1.2729 --- pkgsrc/doc/CHANGES-2024:1.2728 Fri Apr 26 15:27:22 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 26 15:32:21 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2728 2024/04/26 15:27:22 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2729 2024/04/26 15:32:21 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4469,7 +4469,6 @@ Changes to the packages collection and i Removed audio/liblastfm [wiz 2024-04-26] Removed devel/qtscriptgenerator [wiz 2024-04-26] Removed graphics/kqtquickcharts4 successor graphics/kqtquickcharts [wiz 2024-04-26] - Removed graphics/qimageblitz [wiz 2024-04-26] Removed multimedia/phonon-backend-gstreamer [wiz 2024-04-26] Removed multimedia/phonon-backend-vlc [wiz 2024-04-26] Removed print/scribus-qt4 successor print/scribus-qt5 [wiz 2024-04-26] Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.1048 pkgsrc/graphics/Makefile:1.1049 --- pkgsrc/graphics/Makefile:1.1048 Fri Apr 26 15:25:27 2024 +++ pkgsrc/graphics/Makefile Fri Apr 26 15:32:21 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1048 2024/04/26 15:25:27 wiz Exp $ +# $NetBSD: Makefile,v 1.1049 2024/04/26 15:32:21 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -538,6 +538,7 @@ SUBDIR+= py-tifffile SUBDIR+= py-uniconvertor SUBDIR+= py-wand SUBDIR+= py-wcag-contrast-ratio +SUBDIR+= qimageblitz SUBDIR+= qiv SUBDIR+= qr-code-generator SUBDIR+= qr-code-generator16 --_----------=_1714145541229370--