pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec  5 08:53:14 UTC 2022

Modified Files:
        pkgsrc/x11/libXv: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/libXv/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libXv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libXv/Makefile
diff -u pkgsrc/x11/libXv/Makefile:1.21 pkgsrc/x11/libXv/Makefile:1.22
--- pkgsrc/x11/libXv/Makefile:1.21      Wed Nov  9 13:14:22 2022
+++ pkgsrc/x11/libXv/Makefile   Mon Dec  5 08:53:14 2022
@@ -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@localhost
 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"

Index: pkgsrc/x11/libXv/distinfo
diff -u pkgsrc/x11/libXv/distinfo:1.12 pkgsrc/x11/libXv/distinfo:1.13
--- pkgsrc/x11/libXv/distinfo:1.12      Tue Oct 26 11:34:07 2021
+++ pkgsrc/x11/libXv/distinfo   Mon Dec  5 08:53:14 2022
@@ -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



Home | Main Index | Thread Index | Old Index