Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 896D184D8C for ; Thu, 7 Dec 2023 08:22:45 +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 TbbsjQ-nwHKr for ; Thu, 7 Dec 2023 08:22:45 +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 05ED984D2E for ; Thu, 7 Dec 2023 08:22:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03388FA42; Thu, 7 Dec 2023 08:22:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170193736495290" MIME-Version: 1.0 Date: Thu, 7 Dec 2023 08:22:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/faad2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231207082245.03388FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170193736495290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Dec 7 08:22:44 UTC 2023 Modified Files: pkgsrc/audio/faad2: Makefile distinfo Log Message: faad2: update to 2.11.1. 2.11.1 (2023-11-14): [ Fabian Greffrath ] * Build shared libraries and hide symbols by default. * Install man page by default. * Check for `lrintf()` availability, link with `-lm` and define `HAVE_LRINTF` accordingly. * Set a default build type if none was specified. * Build DLL name with SOVERSION by default on Windows. * Fix inlined `lrintf()` function signatures. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/audio/faad2/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/audio/faad2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170193736495290 Content-Disposition: inline Content-Length: 1560 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/faad2/Makefile diff -u pkgsrc/audio/faad2/Makefile:1.61 pkgsrc/audio/faad2/Makefile:1.62 --- pkgsrc/audio/faad2/Makefile:1.61 Mon Nov 13 15:28:54 2023 +++ pkgsrc/audio/faad2/Makefile Thu Dec 7 08:22:44 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2023/11/13 15:28:54 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2023/12/07 08:22:44 wiz Exp $ -DISTNAME= faad2-2.11.0 +DISTNAME= faad2-2.11.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=knik0/} GITHUB_TAG= ${PKGVERSION_NOREV} Index: pkgsrc/audio/faad2/distinfo diff -u pkgsrc/audio/faad2/distinfo:1.36 pkgsrc/audio/faad2/distinfo:1.37 --- pkgsrc/audio/faad2/distinfo:1.36 Mon Nov 13 15:22:45 2023 +++ pkgsrc/audio/faad2/distinfo Thu Dec 7 08:22:44 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2023/11/13 15:22:45 wiz Exp $ +$NetBSD: distinfo,v 1.37 2023/12/07 08:22:44 wiz Exp $ -BLAKE2s (faad2-2.11.0.tar.gz) = e7394544aa994b0b78e5e2e80aad76a4d6d6a669595734bd360ecb122695d0b3 -SHA512 (faad2-2.11.0.tar.gz) = b85aab9b2d2afdca7096c999bcb7fabfccce4781760d9eb14d23fdd38691729927b09464708abf49a751e70c4475151ca14c5a7419b5cf4d9ec70c433dc86282 -Size (faad2-2.11.0.tar.gz) = 656610 bytes +BLAKE2s (faad2-2.11.1.tar.gz) = 2e494d7c590e419d8c9de094cad121a63fb255cfba24b6941667337d15cc328f +SHA512 (faad2-2.11.1.tar.gz) = b8f17680610b2f47344ea52b54412a02810a85eaf9d4c91b97ca09b2c6415c62d4af1b0771bfcacb9dfee400ed34504c0bd3c28369921c0392b3809e7de46ec5 +Size (faad2-2.11.1.tar.gz) = 657255 bytes SHA1 (patch-CMakeLists.txt) = 28a4680cd053a96eba052d35e0c3661df077aaee --_----------=_170193736495290--