pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qimgv: add incomplete package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sat Jun 8 12:29:13 2024 +0200
Changeset: 52811910cd689b4990dbb333b5ac00d084581fc5
Modified Files:
Makefile
Added Files:
qimgv/DESCR
qimgv/Makefile
qimgv/PLIST
qimgv/TODO
qimgv/distinfo
Log Message:
qimgv: add incomplete package
Needs opencv4
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=52811910cd689b4990dbb333b5ac00d084581fc5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
qimgv/DESCR | 1 +
qimgv/Makefile | 22 ++++++++++++++++++++++
qimgv/PLIST | 4 ++++
qimgv/TODO | 1 +
qimgv/distinfo | 5 +++++
6 files changed, 34 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 5ba4bd062b..5b6241e2dd 100644
--- a/Makefile
+++ b/Makefile
@@ -4885,6 +4885,7 @@ SUBDIR+= qemu-virtfs-netbsd
SUBDIR+= qgis
SUBDIR+= qico
SUBDIR+= qiew
+SUBDIR+= qimgv
SUBDIR+= qira
SUBDIR+= qlcplus
SUBDIR+= qmc2
diff --git a/qimgv/DESCR b/qimgv/DESCR
new file mode 100644
index 0000000000..ff93bd73c4
--- /dev/null
+++ b/qimgv/DESCR
@@ -0,0 +1 @@
+Image viewer. Fast, easy to use. Optional video support.
diff --git a/qimgv/Makefile b/qimgv/Makefile
new file mode 100644
index 0000000000..73a06eb126
--- /dev/null
+++ b/qimgv/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= qimgv-1.0.2
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=easymodo/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/easymodo/qimgv/
+COMMENT= Fast and easy to use image viewer
+LICENSE= gnu-gpl-v3
+
+USE_LANGUAGES= c++
+USE_TOOLS+= pkg-config
+
+.include "../../devel/cmake/build.mk"
+.include "../../graphics/exiv2/buildlink3.mk"
+.include "../../graphics/opencv/buildlink3.mk"
+.include "../../multimedia/mpv/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qimgv/PLIST b/qimgv/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/qimgv/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/qimgv/TODO b/qimgv/TODO
new file mode 100644
index 0000000000..918b775c31
--- /dev/null
+++ b/qimgv/TODO
@@ -0,0 +1 @@
+Needs opencv4.
diff --git a/qimgv/distinfo b/qimgv/distinfo
new file mode 100644
index 0000000000..fb51a14797
--- /dev/null
+++ b/qimgv/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (qimgv-1.0.2.tar.gz) = 1278fad916e1ba7bcc08efd8c5df08a2fe02be2b568b534ab18cd113d1d0f4a8
+SHA512 (qimgv-1.0.2.tar.gz) = 3e10a87f28f7187251c93c92b418ee34e4c2b373b0dd957604fd46305237dc52fd7e17880507b3a0d757c0c3800e8185b6085f15f6f05db6d29cae1e67044b58
+Size (qimgv-1.0.2.tar.gz) = 681034 bytes
Home |
Main Index |
Thread Index |
Old Index