pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/zimg graphics/zimg: zimg library to process i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/015283bd1ba6
branches:  trunk
changeset: 383751:015283bd1ba6
user:      ast <ast%pkgsrc.org@localhost>
date:      Mon Aug 22 13:50:37 2022 +0000

description:
graphics/zimg: zimg library to process images (used by handbrake-1.5.1nb2 build)

diffstat:

 graphics/zimg/DESCR         |   9 +++++++++
 graphics/zimg/Makefile      |  28 ++++++++++++++++++++++++++++
 graphics/zimg/PLIST         |  21 +++++++++++++++++++++
 graphics/zimg/buildlink3.mk |  12 ++++++++++++
 graphics/zimg/distinfo      |   5 +++++
 5 files changed, 75 insertions(+), 0 deletions(-)

diffs (95 lines):

diff -r 046e5913de59 -r 015283bd1ba6 graphics/zimg/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/zimg/DESCR       Mon Aug 22 13:50:37 2022 +0000
@@ -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.
diff -r 046e5913de59 -r 015283bd1ba6 graphics/zimg/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/zimg/Makefile    Mon Aug 22 13:50:37 2022 +0000
@@ -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"
diff -r 046e5913de59 -r 015283bd1ba6 graphics/zimg/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/zimg/PLIST       Mon Aug 22 13:50:37 2022 +0000
@@ -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
diff -r 046e5913de59 -r 015283bd1ba6 graphics/zimg/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/zimg/buildlink3.mk       Mon Aug 22 13:50:37 2022 +0000
@@ -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
diff -r 046e5913de59 -r 015283bd1ba6 graphics/zimg/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/zimg/distinfo    Mon Aug 22 13:50:37 2022 +0000
@@ -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