Sat Apr 23 22:09:35 2022 UTC ()
libtheoraplay: switch to MASTER_SITE_GITHUB. Bump to 20210704 snapshot.


(tnn)
diff -r1.1 -r1.2 pkgsrc/multimedia/libtheoraplay/Makefile
diff -r1.3 -r1.4 pkgsrc/multimedia/libtheoraplay/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/multimedia/libtheoraplay/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/libtheoraplay/Makefile 2021/01/24 18:22:25 1.1
+++ pkgsrc/multimedia/libtheoraplay/Makefile 2022/04/23 22:09:34 1.2
@@ -1,28 +1,26 @@ @@ -1,28 +1,26 @@
1# $NetBSD: Makefile,v 1.1 2021/01/24 18:22:25 maya Exp $ 1# $NetBSD: Makefile,v 1.2 2022/04/23 22:09:34 tnn Exp $
2 2
3DISTNAME= 99e5fc74603e 3DISTNAME= libtheoraplay-0.0.20210704
4PKGNAME= libtheoraplay-0.0.20190909 
5CATEGORIES= multimedia 4CATEGORIES= multimedia
6MASTER_SITES= https://hg.icculus.org/icculus/theoraplay/archive/ 5MASTER_SITES= ${MASTER_SITE_GITHUB:=icculus/}
 6GITHUB_PROJECT= theoraplay
 7GITHUB_TAG= abd0bf6b42213bebecb5105ebcbe9b364db071c2
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://hg.icculus.org/icculus/theoraplay/archive/ 10HOMEPAGE= https://icculus.org/theoraplay/
10COMMENT= Simple library to make decoding of Ogg Theora videos easier 11COMMENT= Simple library to make decoding of Ogg Theora videos easier
11LICENSE= zlib 12LICENSE= zlib
12 13
13WRKSRC= ${WRKDIR}/theoraplay-99e5fc74603e 
14 
15 
16do-build: 14do-build:
17 cd ${WRKSRC} && \ 15 cd ${WRKSRC} && \
18 ${CC} ${CFLAGS} ${LDFLAGS} -fPIC -shared -I${PREFIX}/include \ 16 ${CC} ${CFLAGS} ${LDFLAGS} -fPIC -shared -I${PREFIX}/include \
19 -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib \ 17 -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib \
20 -lpthread -logg -lvorbis -ltheoradec -o \ 18 -lpthread -logg -lvorbis -ltheoradec -o \
21 ${WRKSRC}/libtheoraplay.so \ 19 ${WRKSRC}/libtheoraplay.so \
22 theoraplay.c 20 theoraplay.c
23 21
24 22
25INSTALLATION_DIRS= lib include 23INSTALLATION_DIRS= lib include
26do-install: 24do-install:
27 ${INSTALL_DATA} ${WRKSRC}/*theora*.h ${DESTDIR}${PREFIX}/include 25 ${INSTALL_DATA} ${WRKSRC}/*theora*.h ${DESTDIR}${PREFIX}/include
28 ${INSTALL_DATA} ${WRKSRC}/libtheoraplay.so \ 26 ${INSTALL_DATA} ${WRKSRC}/libtheoraplay.so \

cvs diff -r1.3 -r1.4 pkgsrc/multimedia/libtheoraplay/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/libtheoraplay/distinfo 2021/10/26 11:01:10 1.3
+++ pkgsrc/multimedia/libtheoraplay/distinfo 2022/04/23 22:09:34 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2021/10/26 11:01:10 nia Exp $ 1$NetBSD: distinfo,v 1.4 2022/04/23 22:09:34 tnn Exp $
2 2
3BLAKE2s (99e5fc74603e.tar.gz) = a7107b28089a498ea88de3fd0d29d6e99f63df5946929ffe9fdde17c9b417056 3BLAKE2s (libtheoraplay-0.0.20210704-abd0bf6b42213bebecb5105ebcbe9b364db071c2.tar.gz) = 51e885586b55621df2272a416caebf7cb25fe546b3d537bccb363092a2699c2b
4SHA512 (99e5fc74603e.tar.gz) = 7abe70b5b36f3e0548fe15b49a90502bbbe582a1c847fb8c16a55054277b8ea925bce717b2984dde0543511b26af987d5ebda84c5408efe8739b742e784370e7 4SHA512 (libtheoraplay-0.0.20210704-abd0bf6b42213bebecb5105ebcbe9b364db071c2.tar.gz) = 50378defe235f013294d3722ba7dbb54d063648bf86213130b83ba134f18efaf21d968172c2ef309b6e8f332492eb816022166808397d519e42b264033d1868c
5Size (99e5fc74603e.tar.gz) = 15027 bytes 5Size (libtheoraplay-0.0.20210704-abd0bf6b42213bebecb5105ebcbe9b364db071c2.tar.gz) = 15945 bytes