pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/openh264



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  2 13:08:51 UTC 2024

Modified Files:
        pkgsrc/multimedia/openh264: Makefile distinfo

Log Message:
openh264: updated to 2.4.1

v2.4.1
------
- Fix off by one regression in decoder
- Add security policy
- Fix glitches that sometimes happen near the scene changes

v2.4.0
------
- Add LoongArch SIMD
- Support Android NDK r20 (also r21)
- Support using gradle to build Android demo and unittest
- Bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/openh264/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/openh264/distinfo

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

Modified files:

Index: pkgsrc/multimedia/openh264/Makefile
diff -u pkgsrc/multimedia/openh264/Makefile:1.3 pkgsrc/multimedia/openh264/Makefile:1.4
--- pkgsrc/multimedia/openh264/Makefile:1.3     Mon May 29 13:28:44 2023
+++ pkgsrc/multimedia/openh264/Makefile Fri Feb  2 13:08:51 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/05/29 13:28:44 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/02/02 13:08:51 adam Exp $
 
-DISTNAME=      openh264-2.3.1
+DISTNAME=      openh264-2.4.1
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cisco/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/multimedia/openh264/distinfo
diff -u pkgsrc/multimedia/openh264/distinfo:1.2 pkgsrc/multimedia/openh264/distinfo:1.3
--- pkgsrc/multimedia/openh264/distinfo:1.2     Mon May 29 13:28:44 2023
+++ pkgsrc/multimedia/openh264/distinfo Fri Feb  2 13:08:51 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2023/05/29 13:28:44 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/02/02 13:08:51 adam Exp $
 
-BLAKE2s (openh264-2.3.1.tar.gz) = b2ace6025ea6654fb3b732693208b3e21c90cd4eeb529b87be36c4d144010821
-SHA512 (openh264-2.3.1.tar.gz) = fd59c767794cdfb934d692d5929e4500d78606cbf1e403bc7c7dce048cc07e40daa0794357adb856d29479427a53460c76338e156b6bbeaa36139afcd603c8e1
-Size (openh264-2.3.1.tar.gz) = 60290897 bytes
+BLAKE2s (openh264-2.4.1.tar.gz) = e0c2a4ce7016d5ff226021f4cd4cdcfd2b67bc63ec36dda2d49a91679a120769
+SHA512 (openh264-2.4.1.tar.gz) = eb99144addd2e9c352bb95e752366e104ac6b0ddc84311dc7c87dafb803f8e7fe4d1e726833d49f8cc6d3914508e19c3a25ef82637a4993e8af3f504aa005baf
+Size (openh264-2.4.1.tar.gz) = 60297304 bytes
 SHA1 (patch-codec_common_generate__version.sh) = 5f0d3b33c6730e3da824acb503ceb4c84347a320



Home | Main Index | Thread Index | Old Index