pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/libtheoraplay



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.

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@localhost
-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



Home | Main Index | Thread Index | Old Index