Package Details: xnviewmp 1.7.2-1

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: 303
Popularity: 2.82
First Submitted: 2008-07-25 19:01 (UTC)
Last Updated: 2024-06-07 17:35 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Pinned Comments

Corax commented on 2017-01-21 15:34 (UTC) (edited on 2017-02-12 19:23 (UTC) by Corax)

I have created a new package: xnviewmp-system-libs. This is exactly the same build, except that the bundled Qt/icu libs are removed. Please try it if you want to use XnView without the bundled libs, and discuss any issue related to this configuration here: https://aur.archlinux.org/packages/xnviewmp-system-libs/. Do keep in mind that this is an experimental package though, and things may break when I try to fix other things...

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.

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 27 Next › Last »

Lynx commented on 2014-10-14 15:45 (UTC)

Please change -R option to -a. With non-default umask it creating problems with permissions. --- /tmp/PKGBUILD 2014-10-14 18:49:15.043670499 +0400 +++ /tmp/PKGBUILD.new 2014-10-14 18:41:18.083510804 +0400 @@ -35,10 +35,11 @@ install -d -m755 "${pkgdir}/usr/bin" install -d -m755 "${pkgdir}/usr/share/applications" - cp -R "${srcdir}/XnView"/* "${pkgdir}/opt/${pkgname}" + cp -a "${srcdir}/XnView"/* "${pkgdir}/opt/${pkgname}" + chmod ugo-x "${pkgdir}/opt/${pkgname}"/{xnview.png,xnview_2.png} ln -s "/opt/${pkgname}/xnview.sh" "${pkgdir}/usr/bin/${pkgname}" - cp "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop" + install -m644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop" install -D -m644 "${srcdir}/XnView/license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } Also png files for some reason have execution permissions i don't think it needed.

Nothing4You commented on 2014-10-13 08:33 (UTC)

@G-man this is Arch Linux, not Manjaro

G-man commented on 2014-10-11 11:12 (UTC)

Got the update information in my update manager of Manjaro today. Update failed with this messages: failed to commit transaction (conflicting files): xnviewmp: /opt/xnviewmp/AddOn/lib/Image/ExifTool/Lytro.pm exists in filesystem xnviewmp: /opt/xnviewmp/AddOn/lib/Image/ExifTool/Nintendo.pm exists in filesystem xnviewmp: /opt/xnviewmp/AddOn/lib/Image/ExifTool/Palm.pm exists in filesystem Deleted those files manually, repeated update, OK-done.

simon-nicholls commented on 2014-09-19 15:04 (UTC)

To get file associations working correctly (e.g. open image from Finder in XnViewMP), I had to modify the Desktop Entry to `Exec=xnviewmp %u`, as per: https://wiki.archlinux.org/index.php/default_applications#Applications_don.27t_appear_in_the_Open_With..._context_menu_.28of_a_file_manager.29

Alister.Hood commented on 2014-09-12 01:37 (UTC)

Any chance you could do something like this, so aur helpers don't give an error and make the user manually delete the "source" whenever there is a new version?: source=('XnViewMP-linux-0.68.tgz::http://download.xnview.com/XnViewMP-linux.tgz')

mytbk commented on 2014-05-24 01:38 (UTC)

recheck the md5sums and update the package

dotmagic commented on 2014-05-23 19:05 (UTC)

Agree with melTraX.... The md5sum for XnViewMP-linux.tgz 32 bit is: 57cf3b9387f1b8cf6f199d54477fe8d0 Please update package

MelTraX commented on 2014-05-20 12:57 (UTC)

It's highly unlikely that XnViewMP-linux.tgz and XnViewMP-linux-x64.tgz have the same checksum as stated in the PKGBUILD. Strangely enough both checksums are different now (for me at least): 76c157c2644a6ac1ed75be92e2adeb62 xnviewmp.desktop 57cf3b9387f1b8cf6f199d54477fe8d0 XnViewMP-linux.tgz 059baf72c2557f7dd4eab8e7d6eeb417 XnViewMP-linux-x64.tgz It's still version 0.68 though.

johneb47 commented on 2014-05-20 05:41 (UTC)

mytbk small mod to help this programme work correctly. 2nd line of /opt/xnview.sh should read: dirname="/opt/xnviewmp" rather than dirname="$(dirname "$(readlink -e "$0")")" because when you run the xnviewmp command from /usr/bin $dirname=/usr . This means that xnviewmp uses all the system libraries rather than the packaged ones.

JoZ3 commented on 2014-05-16 16:52 (UTC)

solved!!! thanks