Received: by mail.netbsd.org (Postfix, from userid 605) id 969F084D5F; Sat, 23 Apr 2022 22:09:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC26084D40 for ; Sat, 23 Apr 2022 22:09:35 +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 PGSzk8bWG2wn for ; Sat, 23 Apr 2022 22:09:35 +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 3D95784CE2 for ; Sat, 23 Apr 2022 22:09:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2AA67FB1A; Sat, 23 Apr 2022 22:09:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650751775189210" MIME-Version: 1.0 Date: Sat, 23 Apr 2022 22:09:35 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/multimedia/libtheoraplay To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220423220935.2AA67FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650751775189210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Apr 23 22:09:35 UTC 2022 Modified Files: pkgsrc/multimedia/libtheoraplay: Makefile distinfo Log Message: libtheoraplay: switch to MASTER_SITE_GITHUB. Bump to 20210704 snapshot. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/libtheoraplay/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/libtheoraplay/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650751775189210 Content-Disposition: inline Content-Length: 2321 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/libtheoraplay/Makefile diff -u pkgsrc/multimedia/libtheoraplay/Makefile:1.1 pkgsrc/multimedia/libtheoraplay/Makefile:1.2 --- pkgsrc/multimedia/libtheoraplay/Makefile:1.1 Sun Jan 24 18:22:25 2021 +++ pkgsrc/multimedia/libtheoraplay/Makefile Sat Apr 23 22:09:34 2022 @@ -1,18 +1,16 @@ -# $NetBSD: Makefile,v 1.1 2021/01/24 18:22:25 maya Exp $ +# $NetBSD: Makefile,v 1.2 2022/04/23 22:09:34 tnn Exp $ -DISTNAME= 99e5fc74603e -PKGNAME= libtheoraplay-0.0.20190909 +DISTNAME= libtheoraplay-0.0.20210704 CATEGORIES= multimedia -MASTER_SITES= https://hg.icculus.org/icculus/theoraplay/archive/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=icculus/} +GITHUB_PROJECT= theoraplay +GITHUB_TAG= abd0bf6b42213bebecb5105ebcbe9b364db071c2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://hg.icculus.org/icculus/theoraplay/archive/ +HOMEPAGE= https://icculus.org/theoraplay/ COMMENT= Simple library to make decoding of Ogg Theora videos easier LICENSE= zlib -WRKSRC= ${WRKDIR}/theoraplay-99e5fc74603e - - do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} ${LDFLAGS} -fPIC -shared -I${PREFIX}/include \ Index: pkgsrc/multimedia/libtheoraplay/distinfo diff -u pkgsrc/multimedia/libtheoraplay/distinfo:1.3 pkgsrc/multimedia/libtheoraplay/distinfo:1.4 --- pkgsrc/multimedia/libtheoraplay/distinfo:1.3 Tue Oct 26 11:01:10 2021 +++ pkgsrc/multimedia/libtheoraplay/distinfo Sat Apr 23 22:09:34 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:01:10 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/04/23 22:09:34 tnn Exp $ -BLAKE2s (99e5fc74603e.tar.gz) = a7107b28089a498ea88de3fd0d29d6e99f63df5946929ffe9fdde17c9b417056 -SHA512 (99e5fc74603e.tar.gz) = 7abe70b5b36f3e0548fe15b49a90502bbbe582a1c847fb8c16a55054277b8ea925bce717b2984dde0543511b26af987d5ebda84c5408efe8739b742e784370e7 -Size (99e5fc74603e.tar.gz) = 15027 bytes +BLAKE2s (libtheoraplay-0.0.20210704-abd0bf6b42213bebecb5105ebcbe9b364db071c2.tar.gz) = 51e885586b55621df2272a416caebf7cb25fe546b3d537bccb363092a2699c2b +SHA512 (libtheoraplay-0.0.20210704-abd0bf6b42213bebecb5105ebcbe9b364db071c2.tar.gz) = 50378defe235f013294d3722ba7dbb54d063648bf86213130b83ba134f18efaf21d968172c2ef309b6e8f332492eb816022166808397d519e42b264033d1868c +Size (libtheoraplay-0.0.20210704-abd0bf6b42213bebecb5105ebcbe9b364db071c2.tar.gz) = 15945 bytes --_----------=_1650751775189210--