pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/pdfpc
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Jun 14 07:40:59 UTC 2020
Added Files:
pkgsrc/graphics/pdfpc: DESCR Makefile PLIST distinfo
pkgsrc/graphics/pdfpc/patches: patch-rc_CMakeLists.txt
Log Message:
graphics/pdfpc: import pdfpc-4.4.0
pdfpc is a GTK-based presentation viewer which uses Keynote-like
multi-monitor output to provide meta information to the speaker
during the presentation. It is able to show a normal presentation
window on one screen while showing a more sophisticated overview
on the other one, providing information like a picture of the next
slide, as well as the time left in the presentation. pdfpc processes
PDF documents, which can be created using nearly all modern
presentation software.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/pdfpc/DESCR \
pkgsrc/graphics/pdfpc/Makefile pkgsrc/graphics/pdfpc/PLIST \
pkgsrc/graphics/pdfpc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/pdfpc/patches/patch-rc_CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/graphics/pdfpc/DESCR
diff -u /dev/null pkgsrc/graphics/pdfpc/DESCR:1.1
--- /dev/null Sun Jun 14 07:40:59 2020
+++ pkgsrc/graphics/pdfpc/DESCR Sun Jun 14 07:40:59 2020
@@ -0,0 +1,8 @@
+pdfpc is a GTK-based presentation viewer which uses Keynote-like
+multi-monitor output to provide meta information to the speaker
+during the presentation. It is able to show a normal presentation
+window on one screen while showing a more sophisticated overview
+on the other one, providing information like a picture of the next
+slide, as well as the time left in the presentation. pdfpc processes
+PDF documents, which can be created using nearly all modern
+presentation software.
Index: pkgsrc/graphics/pdfpc/Makefile
diff -u /dev/null pkgsrc/graphics/pdfpc/Makefile:1.1
--- /dev/null Sun Jun 14 07:40:59 2020
+++ pkgsrc/graphics/pdfpc/Makefile Sun Jun 14 07:40:59 2020
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2020/06/14 07:40:59 ryoon Exp $
+
+DISTNAME= pdfpc-4.4.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=pdfpc/}
+GITHUB_PROJECT= pdfpc
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= ryoon%NetBSD.org@localhost
+HOMEPAGE= https://pdfpc.github.io/
+COMMENT= Presenter console with multi-monitor support for PDF files
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= gst-plugins1-gtk-[0-9]*:../../multimedia/gst-plugins1-gtk
+
+USE_TOOLS+= pkg-config
+USE_CMAKE= yes
+
+EGDIR= ${PREFIX}/share/examples/pdfpc
+CONF_FILES+= ${EGDIR}/pdfpcrc ${PKG_SYSCONFDIR}/pdfpcrc
+
+.include "../../devel/libgee/buildlink3.mk"
+BUILDLINK_DEPMETHOD.vala= build
+.include "../../lang/vala/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+.include "../../multimedia/gstreamer1/buildlink3.mk"
+.include "../../print/poppler-glib/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/pdfpc/PLIST
diff -u /dev/null pkgsrc/graphics/pdfpc/PLIST:1.1
--- /dev/null Sun Jun 14 07:40:59 2020
+++ pkgsrc/graphics/pdfpc/PLIST Sun Jun 14 07:40:59 2020
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/14 07:40:59 ryoon Exp $
+bin/pdfpc
+man/man1/pdfpc.1
+man/man5/pdfpcrc.5
+share/examples/pdfpc/pdfpcrc
+share/pixmaps/pdfpc/blank.svg
+share/pixmaps/pdfpc/empty.svg
+share/pixmaps/pdfpc/eraser.svg
+share/pixmaps/pdfpc/hidden.svg
+share/pixmaps/pdfpc/highlight.svg
+share/pixmaps/pdfpc/linewidth.svg
+share/pixmaps/pdfpc/loaded.svg
+share/pixmaps/pdfpc/locked.svg
+share/pixmaps/pdfpc/move.svg
+share/pixmaps/pdfpc/pause.svg
+share/pixmaps/pdfpc/pdfpc.css
+share/pixmaps/pdfpc/pen.svg
+share/pixmaps/pdfpc/saved.svg
+share/pixmaps/pdfpc/settings.svg
+share/pixmaps/pdfpc/snow.svg
Index: pkgsrc/graphics/pdfpc/distinfo
diff -u /dev/null pkgsrc/graphics/pdfpc/distinfo:1.1
--- /dev/null Sun Jun 14 07:40:59 2020
+++ pkgsrc/graphics/pdfpc/distinfo Sun Jun 14 07:40:59 2020
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/06/14 07:40:59 ryoon Exp $
+
+SHA1 (pdfpc-4.4.0.tar.gz) = 4938445201e3158d2bd679446cd13db75a714258
+RMD160 (pdfpc-4.4.0.tar.gz) = 156ff4a1364d3f6be3a0f4bca5dccf5e10ffbc85
+SHA512 (pdfpc-4.4.0.tar.gz) = 4f5d013ae513ba5f106638401cccd280e1a77535747663963a566c8b9ddc7b87c0ae1859220586ed66d294902674d54cea4256c72320ad3005e3e47cc8ea57a3
+Size (pdfpc-4.4.0.tar.gz) = 7733136 bytes
+SHA1 (patch-rc_CMakeLists.txt) = 386f2149dee0ba12c8af6cddc05ea2509eb5d6b9
Index: pkgsrc/graphics/pdfpc/patches/patch-rc_CMakeLists.txt
diff -u /dev/null pkgsrc/graphics/pdfpc/patches/patch-rc_CMakeLists.txt:1.1
--- /dev/null Sun Jun 14 07:40:59 2020
+++ pkgsrc/graphics/pdfpc/patches/patch-rc_CMakeLists.txt Sun Jun 14 07:40:59 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-rc_CMakeLists.txt,v 1.1 2020/06/14 07:40:59 ryoon Exp $
+
+* Install rc file under share/ for pkgsrc.
+
+--- rc/CMakeLists.txt.orig 2020-02-26 17:21:19.000000000 +0000
++++ rc/CMakeLists.txt
+@@ -1,7 +1,7 @@
+ install(FILES
+ pdfpcrc
+ DESTINATION
+- ${CMAKE_INSTALL_FULL_SYSCONFDIR}
++ ${CMAKE_INSTALL_PREFIX}/share/examples/pdfpc
+ )
+
+ install(FILES
Home |
Main Index |
Thread Index |
Old Index