Skip to content

Commit 2898caa

Browse files
committed
libXvMC: update to 1.0.15.
Alan Coopersmith (8): unifdef Lynx meson: Move protos from Requires.private to Requires in generated .pc files meson: raise minimum required meson version from 0.58 to 0.62 meson: set MALLOC_0_RETURNS_NULL to match autoconf meson: prepend prefix to sysconfdir if it doesn't start with / gitlab CI: Use diffoscope to compare autoconf & meson installs gitlab CI: drop the ci-fairy check-mr job libvMC 1.0.15
1 parent a5138b0 commit 2898caa

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

x11/libXvMC/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.24 2025/03/04 09:37:39 nia Exp $
1+
# $NetBSD: Makefile,v 1.25 2026/01/26 10:34:35 wiz Exp $
22

3-
DISTNAME= libXvMC-1.0.14
3+
DISTNAME= libXvMC-1.0.15
44
CATEGORIES= x11
55
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
66
EXTRACT_SUFX= .tar.xz

x11/libXvMC/builtin.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: builtin.mk,v 1.4 2019/11/03 09:14:13 rillig Exp $
1+
# $NetBSD: builtin.mk,v 1.5 2026/01/26 10:34:35 wiz Exp $
22

33
.include "../../mk/bsd.fast.prefs.mk"
44

@@ -40,10 +40,10 @@ USE_BUILTIN.libXvMC= no
4040
. else
4141
USE_BUILTIN.libXvMC= ${IS_BUILTIN.libXvMC}
4242
. if defined(BUILTIN_PKG.libXvMC) && \
43-
!empty(IS_BUILTIN.libXvMC:M[yY][eE][sS])
43+
${IS_BUILTIN.libXvMC:tl} == yes
4444
USE_BUILTIN.libXvMC= yes
4545
. for _dep_ in ${BUILDLINK_API_DEPENDS.libXvMC}
46-
. if !empty(USE_BUILTIN.libXvMC:M[yY][eE][sS])
46+
. if ${USE_BUILTIN.libXvMC:tl} == yes
4747
USE_BUILTIN.libXvMC!= \
4848
if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.libXvMC:Q}; then \
4949
${ECHO} yes; \

x11/libXvMC/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.14 2024/02/09 21:17:01 wiz Exp $
1+
$NetBSD: distinfo,v 1.15 2026/01/26 10:34:35 wiz Exp $
22

3-
BLAKE2s (libXvMC-1.0.14.tar.xz) = e875b0ebaec02e8623feeec123fc0848946a252d9208bfd043bb1b2b415f1569
4-
SHA512 (libXvMC-1.0.14.tar.xz) = fc76c6d591780f3481f5032d1f956f2043f3dc7655a4b776dfda4bae55d4424a36d1a3c63dafe2a851908f33159297c0b038a41329d7a137ca7ea73d3db3eedf
5-
Size (libXvMC-1.0.14.tar.xz) = 278492 bytes
3+
BLAKE2s (libXvMC-1.0.15.tar.xz) = a6a58c7fe9af5f54d22a489d38c66e7c226e07d5e6ede5397e3bdb1a696a12b7
4+
SHA512 (libXvMC-1.0.15.tar.xz) = 92ae35f11ca60289062e58c0a31bdf14b739fa09d3b421b4eabb7a6f05cb9cb30159c161301191df6c253aadebe35634ca717ebff329d169ab016a5469453737
5+
Size (libXvMC-1.0.15.tar.xz) = 284392 bytes

0 commit comments

Comments
 (0)