diff options
author | wiz <wiz@pkgsrc.org> | 2022-12-05 08:53:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-12-05 08:53:14 +0000 |
commit | 3c78837ae8322651b3fe5cfa34e39e136fa9473a (patch) | |
tree | 89c7fa49cbe457733ae0fa7ed64a35c622e0c360 /x11 | |
parent | 32bba9caeddfe6c370000ddea46fb4765a338f74 (diff) | |
download | pkgsrc-3c78837ae8322651b3fe5cfa34e39e136fa9473a.tar.gz |
libXv: update to 1.0.12.
Alan Coopersmith (9):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
XvGetReq: remove trailing semicolon that caller is expected to provide
Variable scope reductions
Handle implicit conversion warnings from clang
libXv 1.0.12
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXv/Makefile | 9 | ||||
-rw-r--r-- | x11/libXv/distinfo | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 7d971962dd0..ee79d0d3136 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2022/11/09 13:14:22 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2022/12/05 08:53:14 wiz Exp $ -DISTNAME= libXv-1.0.11 -PKGREVISION= 1 +DISTNAME= libXv-1.0.12 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ @@ -15,8 +14,6 @@ PKGCONFIG_OVERRIDE+= xv.pc.in GNU_CONFIGURE= yes USE_TOOLS+= pkg-config -CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull - X11_LIB_NAME?= libXv .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk" .include "../../meta-pkgs/modular-xorg/hacks.mk" diff --git a/x11/libXv/distinfo b/x11/libXv/distinfo index a0c631a6323..188834f88c8 100644 --- a/x11/libXv/distinfo +++ b/x11/libXv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 11:34:07 nia Exp $ +$NetBSD: distinfo,v 1.13 2022/12/05 08:53:14 wiz Exp $ -BLAKE2s (libXv-1.0.11.tar.bz2) = 971ea61e4c7553d6053d43f674da7a86bb3e3274a77d86117da1df16b9ce4e5a -SHA512 (libXv-1.0.11.tar.bz2) = 97cb3ab06cedc87799d06e1affd5cee32ed0e551903fa5c915f79e7ed92eded867e3220b4a663822f7ebd86fdc71b09943b7077d98f1200019992e8d24144e58 -Size (libXv-1.0.11.tar.bz2) = 317921 bytes +BLAKE2s (libXv-1.0.12.tar.xz) = f239d7ec8ff6a8150833867b505445855c99af46e2b370a2ce608a61d5829b84 +SHA512 (libXv-1.0.12.tar.xz) = bdd00de1ce6a8911056181ab4de32f9e319a68567389162d4bc2e3c9946d5f3c60f87eb6c53f74c9b6a342255e591d5fef4a445a4ac8ca3c1b6fe87d42c51c1e +Size (libXv-1.0.12.tar.xz) = 276020 bytes |