Bug 93652 - gphoto2: jpeg support is disabled unless aalib USE flag is set
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?

------- Comment #1 From Carsten Lohrke 2005-05-23 05:19:59 0000 -------
Gnome herd, please use the exif use flag to toggle exif support, as everyone
else does.

------- Comment #2 From Alastair Tse (RETIRED) 2005-06-24 09:15:07 0000 -------
fixed in libgphoto2 and gphoto2. now using exif rather than jpeg.