Package Details: masterpdfeditor 5.9.86-1

Git Clone URL: https://aur.archlinux.org/masterpdfeditor.git (read-only, click to copy)
Package Base: masterpdfeditor
Description: A complete solution for viewing, creating and editing PDF files
Upstream URL: https://code-industry.net/free-pdf-editor/
Keywords: master-pdf-editor
Licenses: custom
Submitter: farseerfc
Maintainer: pgoetz
Last Packager: pgoetz
Votes: 192
Popularity: 1.26
First Submitted: 2016-12-05 01:50 (UTC)
Last Updated: 2024-11-04 16:49 (UTC)

Pinned Comments

Alad commented on 2021-03-03 16:25 (UTC)

The next person who discusses keygens will have their account suspended indefinitely.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 30 Next › Last »

Harvey commented on 2022-04-06 18:04 (UTC)

@pgoetz: Nope, I guess this is a new dependency brought in by the new version 5.8.46 of masterpdfeditor. The last version worked without qt5-declarative. I suspect 'Added floating pop up panel for comments.' from the last changelog, but I am only guessing ;) Anyway, thanks for the change and keep up the good work!

pgoetz commented on 2022-04-06 15:22 (UTC) (edited on 2022-04-06 15:22 (UTC) by pgoetz)

I wonder if the qt5 packagers modified dependencies, or if this is just a long standing issue that no one had run in to before.

pacman -Qi qt5-declarative

shows

Required By     : ki18n  kid3-qt  qt5-graphicaleffects  qt5-location
                  qt5-quickcontrols2  qt5-wayland  qt5-webchannel

I have Krita installed on my system, which depends on ki18n, which then pulls in qt5-declarative. Anyway, I added qt5-declarative as a package dependency.

Harvey commented on 2022-04-06 14:18 (UTC) (edited on 2022-04-06 14:19 (UTC) by Harvey)

@nursoda: I guess you already had installed 'qt5-declarative'? What does 'pacman -Qs qt5-declarative' say? If not, If you have /usr/bin/libQt5Qml.so.5 in your system, I'd be interested in what 'pacman -Qo /usr/bin/libQt5Qml.so.5' says which package owns this lib. To be clear: I only suggest to extend the depends-Array in the PKGBUILD by 'qt5-declarative' because the installation of this package fixed the issue for me.

nursoda commented on 2022-04-06 07:00 (UTC)

Works fine for me, I just updated. Build 5.8.46, 64-Bit – GCC: 8.3.1, GLIBC: 2.17, Qt: 5.9.5, SANE: 1.0.25

Harvey commented on 2022-04-05 15:23 (UTC) (edited on 2022-04-05 15:32 (UTC) by Harvey)

Does not run anymore, at least on my system. Seems to have an unsatisfied dependency: masterpdfeditor5: error while loading shared libraries: libQt5Qml.so.5: cannot open shared object file: No such file or directory. This should be solved by installing 'qt5-declarative' which contains this lib. BTW, 5.4.33 runs without problems

DAC324 commented on 2021-11-21 19:55 (UTC)

@demolitions: Not sure if that behavior is not a bug but intended. The same used to happen with the 5.7 versions already, if you had acquired a license code for offline activation. These license codes appear to be valid for only the version they were purchased for, and become invalid as soon as an update was installed.

pgoetz commented on 2021-11-19 12:51 (UTC)

@demolitions I of course upgraded to 5.8.20 to test the package, and my license remains fully valid. There must be some other factor involved.

demolitions commented on 2021-11-19 11:50 (UTC)

There is an issue with licensing in updating from 5.8.06 to 5.8.20, it seems the license is not valid anymore, while it remains valid for all previous 5.x versions. I already wrote to the official support, we'll see if they recognise it as a bug.

cmuench commented on 2021-09-30 09:14 (UTC) (edited on 2021-09-30 09:14 (UTC) by cmuench)

diff --git a/PKGBUILD b/PKGBUILD
index df344f2..d27e7c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: Ferik <djferik at gmail dot com>

 pkgname=masterpdfeditor
-pkgver=5.7.90
+pkgver=5.8.06
 pkgrel=2
 pkgdesc='A complete solution for viewing, creating and editing PDF files'
 url='https://code-industry.net/free-pdf-editor/'
@@ -13,7 +13,7 @@ arch=('x86_64')
 license=('custom')
 makedepends=('patchelf')
 source_x86_64=("https://code-industry.net/public/master-pdf-editor-${pkgver}-qt5.x86_64.tar.gz")
-sha1sums_x86_64=('46380a54f2f5d9b199bbb49ecbd3f4bb51e671ae')
+sha1sums_x86_64=('b6bba5b8b8bc3d84dd95b989953fb8e50db95e1d')

 package() {
   depends=('libgl' 'nspr' 'nss' 'qt5-base' 'qt5-svg' 'sane')

pgoetz commented on 2021-08-02 22:50 (UTC)

They changed the name of the .desktop file again, so if you accidentally caught pkgrel 1, it won't install. Should be working now.