pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xvidtune



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  5 00:00:22 UTC 2023

Modified Files:
        pkgsrc/x11/xvidtune: Makefile distinfo

Log Message:
xvidtune: update to 1.0.4.

In honor of the ten year anniversary of the xvidtune 1.0.3 release, here's
a new release to deliver everything accumulated in git in the past decade.

Alan Coopersmith (8):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      xvidtune 1.0.4

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

Stéphane Aulery (2):
      Use real program name for help message
      Ensure consistency between the manpage and the output of the -h option


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xvidtune/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xvidtune/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/xvidtune/Makefile
diff -u pkgsrc/x11/xvidtune/Makefile:1.8 pkgsrc/x11/xvidtune/Makefile:1.9
--- pkgsrc/x11/xvidtune/Makefile:1.8    Wed Sep  6 09:10:36 2017
+++ pkgsrc/x11/xvidtune/Makefile        Sun Feb  5 00:00:21 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2017/09/06 09:10:36 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/02/05 00:00:21 wiz Exp $
 
-DISTNAME=      xvidtune-1.0.3
+DISTNAME=      xvidtune-1.0.4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=     ${MASTER_SITE_XORG:=app/}

Index: pkgsrc/x11/xvidtune/distinfo
diff -u pkgsrc/x11/xvidtune/distinfo:1.6 pkgsrc/x11/xvidtune/distinfo:1.7
--- pkgsrc/x11/xvidtune/distinfo:1.6    Tue Oct 26 11:34:59 2021
+++ pkgsrc/x11/xvidtune/distinfo        Sun Feb  5 00:00:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:34:59 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/02/05 00:00:21 wiz Exp $
 
-BLAKE2s (xvidtune-1.0.3.tar.bz2) = 5b2a10fc2127449c3c4c6156c5b86465d66fdb5b9fed48165604a34f2cc7a417
-SHA512 (xvidtune-1.0.3.tar.bz2) = 0f8a4fca1b544ef8f9623246fb0ece75739a0889f2e729c040cd768c595f0bbbfa3a665576369032535c34c7d55784a29b62f0d51432bf2b75d2cec619db7352
-Size (xvidtune-1.0.3.tar.bz2) = 128492 bytes
+BLAKE2s (xvidtune-1.0.4.tar.xz) = 59259d348a32673f15ad47116d0490510a9a2802849dc18d53b447781a0d1341
+SHA512 (xvidtune-1.0.4.tar.xz) = 747d5358f4f7d3d7db508c3f034711ce4b9dd278160d35312e9c4d1604623e84a2438d039b536546fd2df7db8c5ea1907e8a6101985fad2932b6dee5a62c7b80
+Size (xvidtune-1.0.4.tar.xz) = 130156 bytes



Home | Main Index | Thread Index | Old Index