Commit Graph

21 Commits

Author SHA1 Message Date
Jussi Kuokkanen
82b45bf454 treewide: remove licenses.agpl3 2024-03-21 18:09:24 +02:00
pacien
2cf28bb1bd beamerpresenter: set meta.mainProgram 2023-12-11 21:45:13 +01:00
Lily Foster
b653be52a9
beamerpresenter-mupdf: fix build with shared lib mupdf 2023-10-27 19:19:35 -04:00
Valentin Bruch
b6fe1254b2
beamerpresenter: change sha256=... to hash="sha256..." 2023-09-09 08:55:38 +02:00
Valentin Bruch
d798b7fcb3
beamerpresenter: 0.2.3 -> 0.2.4
this should fix building with MuPDF 1.23
2023-09-09 00:26:27 +02:00
Weijia Wang
64034f6572 beamerpresenter: unbreak on darwin 2023-03-16 21:29:14 +02:00
Valentin Bruch
64eafc25d6 Update source to fix #194116
Before this commit, paths to GUI config and manual were written to the config file. When running gc after an update, these paths do not exist anymore.
That changes with this commit: Paths are commented out in config file. Nonexisting paths are removed from config file when running beamerpresenter.

Other changes in the code compared to v0.2.3: compatibility with Qt 6.4
2022-10-03 09:44:27 -05:00
Valentin Bruch
9a067292d3
beamerpresenter: set compile time options explicitly
Compile time options are set explicitly for clarity.
Option USE_EXTERNAL_RENDERER can now be set using useExternalRenderer
variable. Option USE_QTPDF is disabled because it is only intended as a
backup if MuPDF and Poppler are both not available.
2022-09-06 01:28:49 +02:00
Valentin Bruch
1717df9134
beamerpresenter: 0.2.2 -> 0.2.3
Version 0.2.2 fails to build. This should be fixed in 0.2.3.
For more changes see CHANGELOG.md on
https://github.com/stiglers-eponym/BeamerPresenter
2022-09-06 01:16:24 +02:00
Robert Schütz
95e054f03c beamerpresenter: use qt6
Embedded videos are now supported.
2022-08-11 08:32:47 +00:00
Valentin Bruch
3705a34417 beamerpresenter: dual licensing
Co-authored-by: pacien <pacien@users.noreply.github.com>
2022-04-29 09:37:36 -05:00
stiglers-eponym
a47954bdf7 beamerpresenter: 0.2.1 -> 0.2.2
The build system of beamerpresenter has switched from qmake to cmake in
version 0.2.2. The new .nix file has been tested in a VM running
NixOS 21.11.336755.efea022d6fe.
2022-04-29 09:37:36 -05:00
pacien
777f55b736 beamerpresenter: 0.2.0 -> 0.2.1 2021-12-01 14:34:58 +01:00
Dmitry Kalinkin
e0532475bc
treewide: remove darwin-only manual wrapQtApp invocations 2021-09-28 10:29:46 -04:00
Dmitry Kalinkin
a5fd5c36ce beamerpresenter: fix darwin build 2021-05-10 02:56:24 -04:00
pacien
76833b1206 beamerpresenter: 0.1.3 -> 0.2.0 2021-05-10 02:56:24 -04:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
ca389ed6fb beamerpresenter: 0.1.2 -> 0.1.3 2020-12-11 09:31:14 +00:00
pacien
16d8632355 beamerpresenter: 0.1.1 -> 0.1.2 2020-07-18 12:40:43 +02:00
pacien
e2b498ff08 beamerpresenter: init at 0.1.1 2020-07-07 18:27:13 +02:00