Search Criteria
Package Details: meh-git 0.3.27.g426bd3d-1
Git Clone URL: | https://aur.archlinux.org/meh-git.git (read-only, click to copy) |
---|---|
Package Base: | meh-git |
Description: | A minimal image viewer using raw XLib. |
Upstream URL: | http://www.johnhawthorn.com/meh/ |
Licenses: | |
Conflicts: | |
Submitter: | andreas_baumann |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 17 |
Popularity: | 0.000010 |
First Submitted: | 2013-08-02 15:10 |
Last Updated: | 2016-01-11 22:00 |
Dependencies (5)
- giflib
- libjpeg (libjpeg-droppatch, mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git, libjpeg-turbo)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libxext (libxext-git)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-fftw, imagemagick-full, imagemagick-full-git) (optional)
Latest Comments
shuall commented on 2015-10-10 19:54
was missing the (less than useful) manpage.
Here's a fixed package, in case meh ever get's changed, it could be better to use their install directive.
package() {
cd $srcdir/$_gitname
make PREFIX=/usr DESTDIR=$pkgdir install
# install -D -m 755 meh $pkgdir/usr/bin/meh
install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
haawda commented on 2014-06-17 21:42
giflib 5.1 introduces a new API, so this PKGBUILD needed an adjustment.
andreas_baumann commented on 2013-08-02 15:11
Note, the git root points to a fork on Github for the time being,
git@github.com:andreasbaumann/meh.git.
This should be changed ASAP when the main git repo has a fixed version.