Search Criteria
Package Details: jpeginfo 1.6.1-2
Git Clone URL: | https://aur.archlinux.org/jpeginfo.git (read-only) |
---|---|
Package Base: | jpeginfo |
Description: | Jpeg information utility |
Upstream URL: | http://www.kokkonen.net/tjko/projects.html |
Licenses: | |
Submitter: | herve |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 16 |
Popularity: | 0.080396 |
First Submitted: | 2009-02-09 17:47 |
Last Updated: | 2015-06-08 22:30 |
Dependencies (1)
- libjpeg (mozjpeg-git, mozjpeg, libjpeg-droppatch, libjpeg-turbo)
Latest Comments
jonnor commented on 2015-02-23 22:47
Updated with fix for libjpeg-turbo and missing package() step. Leaving orphaned as I don't intend to maintain this
herve commented on 2014-11-22 12:11
Sorry for the delay, notifications went to a mailbox I forgot about.
Feel free to adopt it.
herve commented on 2014-11-22 12:10
Feel free to adopt it.
oriba commented on 2014-10-27 11:44
To get a feedback on my issue I will flag it out of date, even though it maybe is up to date.
The PKGBUILD does not contain a valid email add5ress, I would guess...
"# Contributor: Your Name <youremail@domain.com>" looks like a joke.
oriba commented on 2014-07-29 19:21
With libjpeg-turbo (which is, what pacman has as default),
the program does not compile.
"Cannot find jpeglib.h You need libjpeg v6 (or later)."
Installed lib: extra/libjpeg-turbo 1.3.1-1
Also another message is given by makepkg:
==> WARNING: Using a PKGBUILD without a package() function is deprecated.
Can you please fix both issues?!
Muhaha commented on 2014-06-05 22:44
I was not able compile unless, I added
unset CPPFLAGS
before exec the configure file
CPPFLAGS was set to "-D_FORTIFY_SOURCE=2".
I am not sure what it does, but it seams to work fine without.
Muhaha commented on 2014-06-05 22:43
I was not able compile unless, I added
unset CPPFLAGS
before exec the configure file
CPPFLAGS was set to "-D_FORTIFY_SOURCE=2".
I am not sure what it does, not it seams to work fine without