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: 190
Popularity: 0.045824
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 .. 30 Next › Last »

SoftExpert commented on 2023-06-29 23:52 (UTC)

5.9.50-6 aborts because the SHA checksums are incorrect:

==> Retrieving sources...
  -> Downloading master-pdf-editor-5.9.50-qt5.x86_64.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  3 18.3M    3  591k    0     0  1035k      0  0:00:18 --:--:--  0:00:18 1038k
 13 18.3M   13 2511k    0     0  1597k      0  0:00:11  0:00:01  0:00:10 1597k
 25 18.3M   25 4751k    0     0  1848k      0  0:00:10  0:00:02  0:00:08 1848k
 38 18.3M   38 7167k    0     0  2007k      0  0:00:09  0:00:03  0:00:06 2007k
 52 18.3M   52 9871k    0     0  2158k      0  0:00:08  0:00:04  0:00:04 2159k
 68 18.3M   68 12.5M    0     0  2308k      0  0:00:08  0:00:05  0:00:03 2454k
 86 18.3M   86 15.7M    0     0  2457k      0  0:00:07  0:00:06  0:00:01 2728k
100 18.3M  100 18.3M    0     0  2575k      0  0:00:07  0:00:07 --:--:-- 2971k
==> ERROR: Integrity checks (sha1) differ in size from the source array.
Failed to build masterpdfeditor

pgoetz commented on 2023-06-29 23:45 (UTC)

Yep, I thought they would have fixed the missing license.txt file problem, but apparently not. I didn't even bother testing whether the masterpdfeditor.desktop file is there, as it doesn't change, so might as well use a local copy. Should be fixed now.

SoftExpert commented on 2023-06-29 23:18 (UTC)

5.9.50-4 aborts because of missing license.txt

==> Starting package()...
install: cannot stat 'license.txt': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

thibaultmol commented on 2023-04-05 15:12 (UTC)

Email sent to masterpdfeditor users that might be good to know for the maintainer: *Please note, it changes the naming scheme of Linux packages. Before, Linux package with -qt5.x86_64 postfix has required Qt 5.9. Now, the package with this postfix (namely, master-pdf-editor-5.9.40-qt5.x86_64.deb) requires Qt 5.15. Legacy package with Qt 5.9 explicitly named (master-pdf-editor-5.9.40-qt5.9.x86_64.deb) is also available for older systems.

pgoetz commented on 2023-03-14 03:29 (UTC)

Added both masterpdfeditor5.desktop and license.txt to the local AUR build for now. Missing files reported upstream.

pgoetz commented on 2023-03-14 02:33 (UTC)

It looks like the masterpdfeditor.desktop file got lost again. Checking to see how to mitigate...

pgoetz commented on 2023-03-11 16:48 (UTC)

Thanks for the heads up! I don't see it on the Code Industry website yet, but will package as soon as it's available.

Code-Industry commented on 2023-03-11 15:20 (UTC) (edited on 2023-03-11 15:39 (UTC) by Code-Industry)

Just about to release version 5.9.4 based on Qt 5.9.15. All packages will be available via the same links, so you can download relevant builds on the website: https://code-industry.net/free-pdf-editor/

Note, that while Qt version is updated, main links remain same.

sharpjs commented on 2022-10-27 02:16 (UTC)

Version 5.9.06 installed, launched, opened, edited, and saved a PDF.

diff --git a/PKGBUILD b/PKGBUILD
index 419a348..2a8c893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8 +8 @@ pkgname=masterpdfeditor
-pkgver=5.8.70
+pkgver=5.9.06
@@ -16 +16 @@ source_x86_64=("https://code-industry.net/public/master-pdf-editor-${pkgver}-qt5
-sha1sums_x86_64=('aea701b1e6251d62411f19993f9540e455f2c79c')
+sha1sums_x86_64=('e850a804fd3d93d06956747e19c864e066719c6d')

m8D2 commented on 2022-06-20 19:07 (UTC)

@pgoetz Thanks! I just tried your PKGBUILD with changes to:

pkgver=5.8.46
...
arch=('aarch64' 'x86_64')
..
source_aarch64=("https://code-industry.net/public/master-pdf-editor-${pkgver}-qt5.arm64.tar.gz")
...
sha1sums_aarch64=('ceaa2f83cc54cc32b86b0b2aefe92227c439768d')

And it worked just fine on a 2020 Macbook Air M1 running Asahi linux (based on Archlinux Arm).

But one caveat: the official ARM build is of an older version (v5.8.46) than the x86 build (v5.8.63), which makes it a little bit difficult to update both if catering mostly to the x86 users.

So I guess no need to change anything, instead, I'll spin up an aarch64 aur package when I have time maybe this weekend.

Anyway, thank you very much for maintaining this package and have a nice one!