Thank you @allencch! I'm still trying to clean this package up from the last maintainer, as many things have changed.
Search Criteria
Package Details: xnviewmp 1.8.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xnviewmp.git (read-only, click to copy) |
---|---|
Package Base: | xnviewmp |
Description: | An efficient multimedia viewer, browser and converter. |
Upstream URL: | https://www.xnview.com/en/xnviewmp/ |
Keywords: | graphics |
Licenses: | custom |
Submitter: | oliwer |
Maintainer: | Corax |
Last Packager: | Corax |
Votes: | 315 |
Popularity: | 3.40 |
First Submitted: | 2008-07-25 19:01 (UTC) |
Last Updated: | 2025-02-15 20:58 (UTC) |
Dependencies (2)
- qt5-multimedia
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (optional) – support for moving files to trash
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 27 Next › Last »
Gryffyn commented on 2015-10-28 12:31 (UTC)
allencch commented on 2015-10-28 11:18 (UTC)
@Gryffyn, there are some changes required for the PKGBUILD,
Line 38, install -m755 "${bname}" "${pkgdir}/usr/bin/${bname}"
And add one more line
ln -s /usr/bin/XnView "${pkgdir}/usr/bin/xnviewmp"
Because the xnviewmp.desktop file will call the "xnviewmp" instead of "XnView".
Besides that, I found the xnview.tgz does not contain the webp.so, rwz_sdk.so, openjp2.so, and ilmimf.so plugins.
So, I created another PKGBUILD based on forum http://newsgroup.xnview.com/viewtopic.php?f=82&t=32303
The PKGBUILD is available here http://pastebin.com/raw.php?i=A145tfQy
willemw commented on 2015-10-28 10:54 (UTC)
==> Starting package()...
install: cannot create regular file ‘/usr/bin/XnView’: Permission denied
==> ERROR: A failure occurred in package().
Aborting...
Fix: change line to:
install -m755 "${bname}" "${pkgdir}/usr/bin/${bname}"
Gryffyn commented on 2015-10-28 08:03 (UTC)
Updated to replacement binary, added libxslt as requested by vinibali.
tastyminerals commented on 2015-10-10 19:30 (UTC)
first segmentation fault, then after I replaced the binary using the link from @baldr I get: xnviewmp: error while loading shared libraries: libQt5MultimediaWidgets.so.5: cannot open shared object file: No such file or directory
vinibali commented on 2015-10-09 18:58 (UTC)
please add the libxslt as dependency.
allencch commented on 2015-10-03 13:16 (UTC)
@baldr, Thank you. That works.
baldr1 commented on 2015-10-02 18:30 (UTC)
please consider this link:
http://newsgroup.xnview.com/viewtopic.php?f=82&t=32190&sid=ef8200677c42d5040fafa32a6064e2a3
jooch commented on 2015-09-29 14:08 (UTC)
Same problem on x86-64:
XNVIEW restoreGeometry before : 640 480
/usr/bin/xnviewmp: regel 5: 7318 Segmentatiefout (geheugendump gemaakt) "$dirname"/XnView "$@"
Running the binary directly gives the following error:
./XnView
This application failed to start because it could not find or load the Qt platform plugin "xcb".
AFAIK i have all the xcb plugins installed, guess it must be a wrong setup somewhere?
Pinned Comments
Corax commented on 2017-01-21 15:34 (UTC) (edited on 2017-02-12 19:23 (UTC) by Corax)
Corax commented on 2017-01-20 21:49 (UTC) (edited on 2023-10-30 20:39 (UTC) by Corax)
If makepkg fails because the checksum is incorrect, please flag the package out-of-date and I will update the PKGBUILD.
The PKGBUILD now references the latest versioned archive, as a result of which it should keep working if a new version is released. However, upstream sometimes updates released archives in place, in which case the checksum will fail and a manual intervention is required.