Search Criteria
Package Details: dspdfviewer 1.15.1-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/dspdfviewer.git (read-only, click to copy) |
---|---|
Package Base: | dspdfviewer |
Description: | Viewer for latex-beamer presentations that are built with the «show notes on second screen»-option |
Upstream URL: | https://github.com/dannyedel/dspdfviewer |
Licenses: | GPL-2.0-or-later |
Conflicts: | dspdfviewer-git |
Submitter: | kd35a |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-07 20:07 (UTC) |
Last Updated: | 2024-10-19 19:25 (UTC) |
Dependencies (7)
- boost-libs
- poppler-qt5 (poppler-qt5-gitAUR, poppler-qt-lcdAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- qt5-tools (make)
- man-db (optional) – manual pages for dspdfviewer
Latest Comments
1 2 3 Next › Last »
pathetic_lynx commented on 2023-04-27 21:58 (UTC)
The author has not created a release since 2016, use dspdfviewer-git instead
thetexnician commented on 2023-04-01 10:13 (UTC)
This does not build anymore:
pathetic_lynx commented on 2022-12-06 00:25 (UTC)
@ruffy @tombenko should be fixed
ruffy commented on 2022-11-24 09:15 (UTC)
@tombenko: I experience the same problem. Did you fix it somehow?
tombenko commented on 2022-09-26 06:52 (UTC)
tombenko commented on 2022-09-26 06:50 (UTC)
It fails to build.
/usr/include/boost/math/tools/config.hpp:23:6: error: #warning "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)" [-Werror=cpp] 23 | # warning "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)" | ^~~~~~~ /home/tombenko/dspdfviewer/dspdfviewer/src/dspdfviewer-1.15.1/hyperlinkarea.cpp: In constructor ‘HyperlinkArea::HyperlinkArea(QLabel, const AdjustedLink&)’: /home/tombenko/dspdfviewer/dspdfviewer/src/dspdfviewer-1.15.1/hyperlinkarea.cpp:34:45: warning: ‘const QPixmap QLabel::pixmap() const’ is deprecated: Use the other overload which returns QPixmap by-value [-Wdeprecated-declarations] 34 | const QPixmap pixmap = imageLabel->pixmap(); | ~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/qt/QtWidgets/QLabel:1, from /home/tombenko/dspdfviewer/dspdfviewer/src/dspdfviewer-1.15.1/hyperlinkarea.h:24, from /home/tombenko/dspdfviewer/dspdfviewer/src/dspdfviewer-1.15.1/hyperlinkarea.cpp:21: /usr/include/qt/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap pixmap() const; // ### Qt 7: Remove function | ^~~~~~ cc1plus: all warnings being treated as errors make[2]: [CMakeFiles/libdspdfviewer.dir/build.make:116: CMakeFiles/libdspdfviewer.dir/hyperlinkarea.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:87: CMakeFiles/libdspdfviewer.dir/all] Error 2 make: *** [Makefile:136: all] Error 2
MartinX3 commented on 2021-02-25 16:17 (UTC) (edited on 2021-02-25 17:12 (UTC) by MartinX3)
@vitalis Thank you https://github.com/pdfpc/pdfpc/
It uses a different approach to add the notes but for the CTAN package
pdfpc
it works almost the same in LaTeX.https://github.com/pdfpc/pdfpc/issues/472 -> Removed the beamer notes
The different approach is described here
https://github.com/pdfpc/pdfpc/pull/471
vitalis commented on 2021-02-25 15:26 (UTC)
As an alternative, I am using the package pdfpc from the community repo.
MartinX3 commented on 2021-02-15 14:22 (UTC)
Should be worry about that this project wasn't updated since 2016 (security issues, etc)?
Is there a good alternative to view LaTeX presentations with their page comments?
djpohly commented on 2019-10-11 23:52 (UTC)
I was having trouble building this with the latest Boost update (error about INTERFACE_INCLUDE_DIRECTORIES including nonexistent "/include"). Not sure if it's specific to this package or a Boost+cmake+Arch problem generally, but I found that adding -DCMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS=ON to the cmake command resolved it.
1 2 3 Next › Last »