| Bug#: 93652 | Product: Gentoo Linux | Version: 2005.0 | Platform: All |
| OS/Version: Other | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: liquidx@gentoo.org | Reported By: dirtyepic@gentoo.org | |
| Component: Applications | |||
| URL: | |||
| Summary: gphoto2: jpeg support is disabled unless aalib USE flag is set | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2005-05-23 01:51 0000 | |||
| Description: | Opened: 2005-05-23 01:51 0000 |
from gphoto2-2.1.5.ebuild:
use aalib \
&& myconf="${myconf} --with-jpeg-prefix=/usr" \
|| myconf="${myconf} --without-aalib --without-jpeg"
use jpeg \
&& myconf="${myconf} --with-exif-prefix=/usr" \
|| myconf="${myconf} --without-exif"
i understand that aalib requires jpeg, but doesn't jpeg require jpeg as well?
Gnome herd, please use the exif use flag to toggle exif support, as everyone else does.
fixed in libgphoto2 and gphoto2. now using exif rather than jpeg.