Package Details: dspdfviewer 1.15.1-4

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
Conflicts: dspdfviewer-git
Submitter: kd35a
Maintainer: pathetic_lynx
Last Packager: pathetic_lynx
Votes: 12
Popularity: 0.000001
First Submitted: 2015-01-07 20:07 (UTC)
Last Updated: 2023-02-11 20:37 (UTC)

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:

In file included from /usr/include/boost/math/special_functions/round.hpp:13,
                 from /home/cwoelfle-a0aee541/.cache/paru/clone/dspdfviewer/src/dspdfviewer-1.15.1/hyperlinkarea.cpp:24:
/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/cwoelfle-a0aee541/.cache/paru/clone/dspdfviewer/src/dspdfviewer-1.15.1/hyperlinkarea.cpp: In constructor ‘HyperlinkArea::HyperlinkArea(QLabel*, const AdjustedLink&)’:
/home/cwoelfle-a0aee541/.cache/paru/clone/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/cwoelfle-a0aee541/.cache/paru/clone/dspdfviewer/src/dspdfviewer-1.15.1/hyperlinkarea.h:24,
                 from /home/cwoelfle-a0aee541/.cache/paru/clone/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
==> ERROR: A failure occurred in build().
    Aborting...

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)


/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

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.