pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/zimg
Module Name: pkgsrc
Committed By: ast
Date: Mon Aug 22 13:50:37 UTC 2022
Added Files:
pkgsrc/graphics/zimg: DESCR Makefile PLIST buildlink3.mk distinfo
Log Message:
graphics/zimg: zimg library to process images (used by handbrake-1.5.1nb2 build)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/zimg/DESCR \
pkgsrc/graphics/zimg/Makefile pkgsrc/graphics/zimg/PLIST \
pkgsrc/graphics/zimg/buildlink3.mk pkgsrc/graphics/zimg/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/graphics/zimg/DESCR
diff -u /dev/null pkgsrc/graphics/zimg/DESCR:1.1
--- /dev/null Mon Aug 22 13:50:37 2022
+++ pkgsrc/graphics/zimg/DESCR Mon Aug 22 13:50:37 2022
@@ -0,0 +1,9 @@
+The "z" library implements the commonly required image processing
+basics of scaling, colorspace conversion, and depth conversion.
+
+A simple API enables conversion between any supported formats to
+operate with minimal knowledge from the programmer. All library
+routines were designed from the ground-up with correctness,
+flexibility, and thread-safety as first priorities. Allocation,
+buffering, and I/O are cleanly separated from processing, allowing
+the programmer to adapt "z" to many scenarios.
Index: pkgsrc/graphics/zimg/Makefile
diff -u /dev/null pkgsrc/graphics/zimg/Makefile:1.1
--- /dev/null Mon Aug 22 13:50:37 2022
+++ pkgsrc/graphics/zimg/Makefile Mon Aug 22 13:50:37 2022
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2022/08/22 13:50:37 ast Exp $
+
+DISTNAME= zimg
+PKGVERSION= 3.0.4
+PKGNAME= ${DISTNAME}-${PKGVERSION}
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=sekrit-twc/}
+GITHUB_PROJECT= zimg
+GITHUB_TAG= refs/tags/release-${PKGVERSION}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/sekrit-twc/zimg
+COMMENT= "z" image processing library
+LICENSE= public-domain # "WTFPL" license: https://github.com/sekrit-twc/zimg/blob/master/COPYING
+
+DIST_SUBDIR= ${PKGNAME_NOREV}
+WRKSRC= ${WRKDIR}/${DISTNAME}-release-${PKGVERSION_NOREV}
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+USE_TOOLS+= autoreconf autoconf automake
+
+pre-configure:
+ cd ${WRKSRC} && autoreconf -fi
+
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/zimg/PLIST
diff -u /dev/null pkgsrc/graphics/zimg/PLIST:1.1
--- /dev/null Mon Aug 22 13:50:37 2022
+++ pkgsrc/graphics/zimg/PLIST Mon Aug 22 13:50:37 2022
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/22 13:50:37 ast Exp $
+include/zimg++.hpp
+include/zimg.h
+lib/libzimg.la
+lib/pkgconfig/zimg.pc
+share/doc/zimg/COPYING
+share/doc/zimg/ChangeLog
+share/doc/zimg/README.md
+share/doc/zimg/example/Makefile
+share/doc/zimg/example/api_example.cpp
+share/doc/zimg/example/api_example_c.c
+share/doc/zimg/example/hdr_example.cpp
+share/doc/zimg/example/interlace_example.cpp
+share/doc/zimg/example/misc/aligned_malloc.h
+share/doc/zimg/example/misc/argparse.cpp
+share/doc/zimg/example/misc/argparse.h
+share/doc/zimg/example/misc/mmap.cpp
+share/doc/zimg/example/misc/mmap.h
+share/doc/zimg/example/misc/win32_bitmap.cpp
+share/doc/zimg/example/misc/win32_bitmap.h
+share/doc/zimg/example/tile_example.cpp
Index: pkgsrc/graphics/zimg/buildlink3.mk
diff -u /dev/null pkgsrc/graphics/zimg/buildlink3.mk:1.1
--- /dev/null Mon Aug 22 13:50:37 2022
+++ pkgsrc/graphics/zimg/buildlink3.mk Mon Aug 22 13:50:37 2022
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/08/22 13:50:37 ast Exp $
+
+BUILDLINK_TREE+= zimg
+
+.if !defined(ZIMG_BUILDLINK3_MK)
+ZIMG_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.zimg+= zimg>=3.0.4
+BUILDLINK_PKGSRCDIR.zimg?= ../../graphics/zimg
+.endif # ZIMG_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -zimg
Index: pkgsrc/graphics/zimg/distinfo
diff -u /dev/null pkgsrc/graphics/zimg/distinfo:1.1
--- /dev/null Mon Aug 22 13:50:37 2022
+++ pkgsrc/graphics/zimg/distinfo Mon Aug 22 13:50:37 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/22 13:50:37 ast Exp $
+
+BLAKE2s (zimg-3.0.4/zimg.tar.gz) = 7530721a147684db519ac5fad4a194a9ad99d0912d155c3be4e190e255f77d33
+SHA512 (zimg-3.0.4/zimg.tar.gz) = 94beddb109f0b301f0fecf09ea2761d3707aaa1f0cc1caf682bb3d1d7dcd89164de8388e922758e274914df9c7c7c1a0a0c5192e78f88655ed4c6da0ee51995c
+Size (zimg-3.0.4/zimg.tar.gz) = 326578 bytes
Home |
Main Index |
Thread Index |
Old Index