Package Details: xnviewmp 1.7.1-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: 301
Popularity: 5.97
First Submitted: 2008-07-25 19:01 (UTC)
Last Updated: 2024-04-09 18:52 (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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 26 Next › Last »

not_anonymous commented on 2015-01-19 17:59 (UTC)

- Here's some (self-explanatory) corrections - I used namcap (Yes namcap can be wrong or over-report.) and pactree ... and these are the *valid* things that could be corrected - (I also bumped the pkgrel to make things easier.) $ cat diff.PKGBUILD --- PKGBUILD 2014-12-19 23:26:16.000000000 -0700 +++ PKGBUILD 2015-01-19 10:27:20.060450631 -0700 @@ -9 +9 @@ -pkgrel=1 +pkgrel=2 @@ -15 +15 @@ -depends=('glib2' 'expat' 'libpng12' 'gstreamer0.10-base' 'desktop-file-utils') +depends=('libpng12' 'gstreamer0.10-base' 'phonon-qt4' 'qtwebkit') @@ -31,0 +32,4 @@ +prepare() { + rm -rf "${srcdir}/XnView/AddOn/.fr-uOM3gq/" + rm -rf "${srcdir}/XnView/AddOn/.fr-umBezy/" +}

aspirogrammer commented on 2014-12-19 13:10 (UTC)

md5sum in case of x64 should be change, more specifically, corresponding lines in PKGBUILD should be: if [ "$CARCH" = 'x86_64' ]; then source=("XnViewMP-linux-x64-${pkgver}.tgz::http://download.xnview.com/XnViewMP-linux-x64.tgz" "xnviewmp.desktop") md5sums=('1e3ffc900abf13795f148156d7796c72' '24f44d5a881b94daf48775213a57e4ec') fi

CyberWolf2k14 commented on 2014-12-06 21:16 (UTC)

Please ignore previous about v0.71, I am kind of having on eof those days where my mind is "trying" to go like 5 different directions at once, NOT fun.

CyberWolf2k14 commented on 2014-12-06 21:15 (UTC)

@x33a: I have NEVER tinkered with anything to do withe packages..EVER. I leave that up to those who definitely have FAR more experience than I do. I just posted here to let someone know that there was definitely an MD5sum problem with this package. I use the package because I really like it, so woul like it updated. On that, I hope maintainer know it is now up to v0.71, right?

x33a commented on 2014-12-06 04:40 (UTC)

@ CyberWolf2k14, you know that you can always modify your local copy of PKGBUILD, right?

CyberWolf2k14 commented on 2014-12-05 21:38 (UTC)

Just tried to install/update XnViewMP to v0.70 in Manjaro via AUR, and it fails the MD5 check. Please correct soonest as I really would like to be able to update. Thanks.

JoZ3 commented on 2014-12-05 13:25 (UTC)

Hi, wrong md5sums for XnViewMP-linux-x64.tgz is the correct 4cf73c452890d3ee479fa036f50658e5

pdcalado commented on 2014-10-23 09:12 (UTC)

Hi guys, Does anybody have any problems with the thumbnails for video files? XnviewMP will not show thumbnails for any of my mp4 files, even though I have all the required packages mentioned above, plus ffmpegthumbnailer (I have thumbnails for videos working in thunar). Thanks in advance folks

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