pkgsrc-WIP-changes archive

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

libyuv-git: update to commit 1a746db4cee1df36a9de56dd1d13446507106032



Module Name:	pkgsrc-wip
Committed By:	Alexander Kondrat <a%kondrat.su@localhost>
Pushed By:	a.kondrat
Date:		Wed Aug 19 08:49:43 2026 +0300
Changeset:	0fe6a04c51d00081ea206dadc4582503a867c833

Modified Files:
	libyuv-git/DESCR
	libyuv-git/Makefile
	libyuv-git/PLIST
	libyuv-git/buildlink3.mk
	libyuv-git/distinfo
Added Files:
	libyuv-git/COMMIT_MSG

Log Message:
libyuv-git: update to commit 1a746db4cee1df36a9de56dd1d13446507106032

Packaging changes:
 * Added COMMIT_MSG file.

Upstream changes:
 * Bumped commit hash to support the latest tg_owt-git update.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0fe6a04c51d00081ea206dadc4582503a867c833

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

diffstat:
 libyuv-git/COMMIT_MSG    |  4 ++++
 libyuv-git/DESCR         |  9 ++++++---
 libyuv-git/Makefile      | 14 +++++++-------
 libyuv-git/PLIST         |  5 ++++-
 libyuv-git/buildlink3.mk | 14 +++++++-------
 libyuv-git/distinfo      |  6 +++---
 6 files changed, 31 insertions(+), 21 deletions(-)

diffs:
diff --git a/libyuv-git/COMMIT_MSG b/libyuv-git/COMMIT_MSG
new file mode 100644
index 0000000000..ad1824e053
--- /dev/null
+++ b/libyuv-git/COMMIT_MSG
@@ -0,0 +1,4 @@
+wip/libyuv-git: Add libyuv-git
+
+libyuv is an open source project that includes YUV scaling and
+conversion functionality, used by tg_owt-git for video processing.
diff --git a/libyuv-git/DESCR b/libyuv-git/DESCR
index c58fc91073..838266e9b5 100644
--- a/libyuv-git/DESCR
+++ b/libyuv-git/DESCR
@@ -1,9 +1,12 @@
-libyuv is an open source project that includes YUV scaling and conversion functionality.
+libyuv is an open source project that includes YUV scaling and
+conversion functionality.
 
-* Scale YUV to prepare content for compression, with point, bilinear or box filter.
+* Scale YUV to prepare content for compression, with point, bilinear
+  or box filter.
 * Convert to YUV from webcam formats for compression.
 * Convert to RGB formats for rendering/effects.
-* Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
+* Rotate by 90/180/270 degrees to adjust for mobile devices in
+  portrait mode.
 * Optimized for SSSE3/AVX2 on x86/x64.
 * Optimized for Neon on Arm.
 * Optimized for MSA on Mips.
diff --git a/libyuv-git/Makefile b/libyuv-git/Makefile
index f4047d416e..e19fda8240 100644
--- a/libyuv-git/Makefile
+++ b/libyuv-git/Makefile
@@ -1,21 +1,21 @@
 # $NetBSD$
 
-COMMIT=     a8c181050c202854ae32433164e6bd5d1e7c4368
-PKGNAME=    libyuv-git
 DISTNAME=	${COMMIT}
+PKGNAME=	libyuv-git-0
 CATEGORIES=	devel
 MASTER_SITES=	https://chromium.googlesource.com/libyuv/libyuv/+archive/
+COMMIT=		1a746db4cee1df36a9de56dd1d13446507106032
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://chromium.googlesource.com/libyuv/libyuv/
-COMMENT=	project that includes YUV scaling and conversion functionality
+COMMENT=	Project that includes YUV scaling and conversion functionality
 LICENSE=	modified-bsd AND mpl-2.0
 
-WRKSRC=		${WRKDIR}/
-USE_CMAKE=  yes
-USE_LANGUAGES= c c++
+WRKSRC=		${WRKDIR}
+USE_LANGUAGES=	c c++
+FETCH_USING=	curl
 
+.include "../../devel/cmake/build.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 
-# url2pkg-marker (please do not remove this line.)
 .include "../../mk/bsd.pkg.mk"
diff --git a/libyuv-git/PLIST b/libyuv-git/PLIST
index b9ce9f2952..e08344fe9b 100644
--- a/libyuv-git/PLIST
+++ b/libyuv-git/PLIST
@@ -9,15 +9,18 @@ include/libyuv/convert_argb.h
 include/libyuv/convert_from.h
 include/libyuv/convert_from_argb.h
 include/libyuv/cpu_id.h
-include/libyuv/macros_msa.h
+include/libyuv/cpu_support.h
+include/libyuv/loongson_intrinsics.h
 include/libyuv/mjpeg_decoder.h
 include/libyuv/planar_functions.h
 include/libyuv/rotate.h
 include/libyuv/rotate_argb.h
 include/libyuv/rotate_row.h
 include/libyuv/row.h
+include/libyuv/row_sve.h
 include/libyuv/scale.h
 include/libyuv/scale_argb.h
+include/libyuv/scale_rgb.h
 include/libyuv/scale_row.h
 include/libyuv/scale_uv.h
 include/libyuv/version.h
diff --git a/libyuv-git/buildlink3.mk b/libyuv-git/buildlink3.mk
index c00935a0e5..c4350ef38b 100644
--- a/libyuv-git/buildlink3.mk
+++ b/libyuv-git/buildlink3.mk
@@ -1,12 +1,12 @@
 # $NetBSD$
 
-BUILDLINK_TREE+=	libyuv
+BUILDLINK_TREE+=	libyuv-git
 
-.if !defined(LIBYUV_BUILDLINK3_MK)
-LIBYUV_BUILDLINK3_MK:=
+.if !defined(LIBYUV_GIT_BUILDLINK3_MK)
+LIBYUV_GIT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libyuv+=	libyuv>=git
-BUILDLINK_PKGSRCDIR.libyuv?=	../../wip/libyuv-git
-.endif	# LIBYUV_BUILDLINK3_MK
+BUILDLINK_API_DEPENDS.libyuv-git+=	libyuv-git>=0
+BUILDLINK_PKGSRCDIR.libyuv-git?=	../../wip/libyuv-git
+.endif	# LIBYUV_GIT_BUILDLINK3_MK
 
-BUILDLINK_TREE+=	-libyuv
+BUILDLINK_TREE+=	-libyuv-git
diff --git a/libyuv-git/distinfo b/libyuv-git/distinfo
index c785e8cf3d..0f452d553e 100644
--- a/libyuv-git/distinfo
+++ b/libyuv-git/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (a8c181050c202854ae32433164e6bd5d1e7c4368.tar.gz) = 56c8010f2a2d934f39bb9e97e5266d643db55e87
-SHA512 (a8c181050c202854ae32433164e6bd5d1e7c4368.tar.gz) = 41e46ce1ef2f964c6f38396ee9c810f5bfb797baca75fdb616722b38e9eaecd9c201b956dd236f9e4702288f6428a46abedcac1e3cf668389937fe3e4575fe40
-Size (a8c181050c202854ae32433164e6bd5d1e7c4368.tar.gz) = 502760 bytes
+BLAKE2s (1a746db4cee1df36a9de56dd1d13446507106032.tar.gz) = 186beaa02c329b12e1dcbeab7f840e92b6622471b670637db7ea5dfdf920037a
+SHA512 (1a746db4cee1df36a9de56dd1d13446507106032.tar.gz) = 87b117dd17d73f29c1e484564067022d8fbeb097a9aa8d570afee5bef81105c7745ee0ebef54b57e3a5cba2faad254f78424725ba7361d260bb3613f50693f4f
+Size (1a746db4cee1df36a9de56dd1d13446507106032.tar.gz) = 585503 bytes


Home | Main Index | Thread Index | Old Index