XnViewMP 0.50 is out.
http://newsgroup.xnview.com/viewtopic.php?f=60&t=25892
Search Criteria
Package Details: xnviewmp 1.8.2-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: | 310 |
Popularity: | 2.92 |
First Submitted: | 2008-07-25 19:01 (UTC) |
Last Updated: | 2024-10-19 21:05 (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 .. 20 21 22 23 24 25 26 27 Next › Last »
fuchs24 commented on 2012-06-11 11:28 (UTC)
speps commented on 2012-05-10 21:37 (UTC)
xnview now provides bin32-xnview, merging
allencch commented on 2011-07-13 11:26 (UTC)
It requires xorg-fonts-100dpi
And need to add FontPath to xorg.conf
<deleted-account> commented on 2011-06-23 23:01 (UTC)
Here's the fix: http://newsgroup.xnview.com/viewtopic.php?f=60&t=21669&start=0 we need to extract there libs http://download.xnview.com/XnViewMP-linux-extralib64.tgz to /usr/share/xnviewmp/lib
Also, the xnviewmp.desktop needs to be fixed. Here's a working version:
[Desktop Entry]
Encoding=UTF-8
Terminal=0
Exec=/usr/bin/xnviewmp
Icon=/usr/share/xnviewmp/xnview.png
Type=Application
Categories=Graphics;
StartupNotify=true
Name=XnView Multi Platform
GenericName=XnViewMP
<deleted-account> commented on 2011-06-23 22:28 (UTC)
I'm not able to run this on x64:
Here's the crashlog: http://pastebin.com/5caT56hY
<deleted-account> commented on 2011-04-09 11:41 (UTC)
I disowned this package. I still don't have arch installed and hopefully someone will adopt it.
netawater commented on 2011-04-09 05:03 (UTC)
pkgname=xnviewmp
pkgver=035
pkgrel=1
pkgdesc="An efficient image viewer, browser and converter (beta release)."
arch=('i686' 'x86_64')
url="http://newsgroup.xnview.com/viewforum.php?f=60"
license=('unknown')
[ "$CARCH" = "i686" ] && depends=('glib2' 'libpng' 'expat') &&
source=('http://download.xnview.com/XnViewMP-linux.tgz') &&
md5sums=('fc97b438a0b5fa1c1884fa205d6b479b')
[ "$CARCH" = "x86_64" ] && depends=('lib32-glib2' 'lib32-libpng' 'lib32-expat') &&
source=('http://download.xnview.com/XnViewMP-linux-x64.tgz') &&
md5sums=('5ba4a8f3786aa3e0be8a442d0fbd708b')
build() {
cd ${srcdir}
cd XnViewMP-${pkgver}
install -d ${startdir}/pkg/usr/share/xnviewmp
cp -R * ${startdir}/pkg/usr/share/xnviewmp
install -Dm 644 XnView.desktop ${pkgdir}/usr/share/applications/xnviewmp.desktop || return 1
install -d ${pkgdir}/usr/bin/
cd ${pkgdir}/usr/bin/
ln -s ../share/xnviewmp/xnview.sh xnviewmp || return 1
}
Please use this PKGBUILD, I have tested in my machine, and I can't test x86-64
Besides, symbolic link solution for xnviewmp maybe not good, hope you have a better solution
<deleted-account> commented on 2011-01-28 21:12 (UTC)
I don't have my Archlinux machine these days, so if anyone is willing to post a valid PKGBUILD using the new 32 and 64bit installers, I'd gladly submit it.
anonymous_user commented on 2011-01-27 02:41 (UTC)
0.35 is out.
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.