Received: by mail.netbsd.org (Postfix, from userid 605) id 30101850F8; Mon, 5 Dec 2022 08:53:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6067484F7D for ; Mon, 5 Dec 2022 08:53:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mvKsfhCXqvp2 for ; Mon, 5 Dec 2022 08:53:14 +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 C760984CDC for ; Mon, 5 Dec 2022 08:53:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C476AFA90; Mon, 5 Dec 2022 08:53:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1670230394249120" MIME-Version: 1.0 Date: Mon, 5 Dec 2022 08:53:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221205085314.C476AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1670230394249120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Dec 5 08:53:14 UTC 2022 Modified Files: pkgsrc/x11/libXv: Makefile distinfo Log Message: libXv: update to 1.0.12. Alan Coopersmith (9): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: add a basic build test XvGetReq: remove trailing semicolon that caller is expected to provide Variable scope reductions Handle implicit conversion warnings from clang libXv 1.0.12 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/libXv/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libXv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1670230394249120 Content-Disposition: inline Content-Length: 1872 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXv/Makefile diff -u pkgsrc/x11/libXv/Makefile:1.21 pkgsrc/x11/libXv/Makefile:1.22 --- pkgsrc/x11/libXv/Makefile:1.21 Wed Nov 9 13:14:22 2022 +++ pkgsrc/x11/libXv/Makefile Mon Dec 5 08:53:14 2022 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2022/11/09 13:14:22 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2022/12/05 08:53:14 wiz Exp $ -DISTNAME= libXv-1.0.11 -PKGREVISION= 1 +DISTNAME= libXv-1.0.12 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ @@ -15,8 +14,6 @@ PKGCONFIG_OVERRIDE+= xv.pc.in GNU_CONFIGURE= yes USE_TOOLS+= pkg-config -CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull - X11_LIB_NAME?= libXv .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk" .include "../../meta-pkgs/modular-xorg/hacks.mk" Index: pkgsrc/x11/libXv/distinfo diff -u pkgsrc/x11/libXv/distinfo:1.12 pkgsrc/x11/libXv/distinfo:1.13 --- pkgsrc/x11/libXv/distinfo:1.12 Tue Oct 26 11:34:07 2021 +++ pkgsrc/x11/libXv/distinfo Mon Dec 5 08:53:14 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 11:34:07 nia Exp $ +$NetBSD: distinfo,v 1.13 2022/12/05 08:53:14 wiz Exp $ -BLAKE2s (libXv-1.0.11.tar.bz2) = 971ea61e4c7553d6053d43f674da7a86bb3e3274a77d86117da1df16b9ce4e5a -SHA512 (libXv-1.0.11.tar.bz2) = 97cb3ab06cedc87799d06e1affd5cee32ed0e551903fa5c915f79e7ed92eded867e3220b4a663822f7ebd86fdc71b09943b7077d98f1200019992e8d24144e58 -Size (libXv-1.0.11.tar.bz2) = 317921 bytes +BLAKE2s (libXv-1.0.12.tar.xz) = f239d7ec8ff6a8150833867b505445855c99af46e2b370a2ce608a61d5829b84 +SHA512 (libXv-1.0.12.tar.xz) = bdd00de1ce6a8911056181ab4de32f9e319a68567389162d4bc2e3c9946d5f3c60f87eb6c53f74c9b6a342255e591d5fef4a445a4ac8ca3c1b6fe87d42c51c1e +Size (libXv-1.0.12.tar.xz) = 276020 bytes --_----------=_1670230394249120--