pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/flac



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 26 09:48:55 UTC 2022

Modified Files:
        pkgsrc/audio/flac: Makefile PLIST distinfo

Log Message:
flac: updated to 1.4.1

FLAC 1.4.1 (22-Sep-2022)

This release only has a few changes. It was triggered by a problem in the 1.4.0 tarball: man pages were empty and api documentation missing

CMake fixes (Tomasz Kłoczko)
Add checks that man pages and api docs end up in tarball
Enable installation of prebuilt man pages and api docs
Fix compiler warnings (Johannes Kauffmann, Ozkan Sezer)
Fix format specifier (manxorist)
Enable building on Universal Windows Platform (Steve Lhomme)
Fix versioning from git


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/audio/flac/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/flac/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/flac/distinfo

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

Modified files:

Index: pkgsrc/audio/flac/Makefile
diff -u pkgsrc/audio/flac/Makefile:1.58 pkgsrc/audio/flac/Makefile:1.59
--- pkgsrc/audio/flac/Makefile:1.58     Sun Sep 11 12:29:54 2022
+++ pkgsrc/audio/flac/Makefile  Mon Sep 26 09:48:55 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2022/09/11 12:29:54 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2022/09/26 09:48:55 adam Exp $
 
-DISTNAME=      flac-1.4.0
+DISTNAME=      flac-1.4.1
 CATEGORIES=    audio archivers
 MASTER_SITES=  http://downloads.xiph.org/releases/flac/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/audio/flac/PLIST
diff -u pkgsrc/audio/flac/PLIST:1.16 pkgsrc/audio/flac/PLIST:1.17
--- pkgsrc/audio/flac/PLIST:1.16        Sun Sep 11 12:29:54 2022
+++ pkgsrc/audio/flac/PLIST     Mon Sep 26 09:48:55 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2022/09/11 12:29:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2022/09/26 09:48:55 adam Exp $
 bin/flac
 bin/metaflac
 include/FLAC++/all.h
@@ -23,6 +23,5 @@ man/man1/flac.1
 man/man1/metaflac.1
 share/aclocal/libFLAC++.m4
 share/aclocal/libFLAC.m4
-share/doc/flac/FLAC.tag
 share/doc/flac/images/logo.svg
 share/doc/flac/images/logo130.gif

Index: pkgsrc/audio/flac/distinfo
diff -u pkgsrc/audio/flac/distinfo:1.33 pkgsrc/audio/flac/distinfo:1.34
--- pkgsrc/audio/flac/distinfo:1.33     Sun Sep 11 12:29:54 2022
+++ pkgsrc/audio/flac/distinfo  Mon Sep 26 09:48:55 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2022/09/11 12:29:54 wiz Exp $
+$NetBSD: distinfo,v 1.34 2022/09/26 09:48:55 adam Exp $
 
-BLAKE2s (flac-1.4.0.tar.xz) = 67c1bca0a723a7ba645ddfdf3b6c73f82ef8c5e81118b49ad3eedde47eab7959
-SHA512 (flac-1.4.0.tar.xz) = b7310de7bcf49584c0a1fdc6d5ee7216a8ab3e2b1af85366fa0905752da13e1cbb9638e0d92f3b756568a69848abf4d5c2fe0d21a86c6fdb4840f2678daf0f8d
-Size (flac-1.4.0.tar.xz) = 783372 bytes
+BLAKE2s (flac-1.4.1.tar.xz) = 6bbd686e1272dae271dc85c0455322c496b61c0c65b59deaff1724fcbfafe26f
+SHA512 (flac-1.4.1.tar.xz) = 72a5ced62e06407ddea3ed6dcd28bf8f56f3d45e0649ea38e1b778f7856041c68bf85c3cec0a55170c2fbc144626829fed132d386f7439f1d6e3d0b45f13dba7
+Size (flac-1.4.1.tar.xz) = 1024160 bytes
 SHA1 (patch-microbench_util.c) = f03bfbef537d10ceb9742451ec3509be886e15ed
 SHA1 (patch-strip_non_asm_libtool_args.sh) = f90f09fbf6a0fa938693a9d52316d3a4105129e5



Home | Main Index | Thread Index | Old Index