Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93652 - gphoto2: jpeg support is disabled unless aalib USE flag is set
Summary: gphoto2: jpeg support is disabled unless aalib USE flag is set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-23 01:51 UTC by Ryan Hill (RETIRED)
Modified: 2005-06-24 09:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2005-05-23 01:51:22 UTC
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 Carsten Lohrke (RETIRED) gentoo-dev 2005-05-23 05:19:59 UTC
Gnome herd, please use the exif use flag to toggle exif support, as everyone
else does.
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2005-06-24 09:15:07 UTC
fixed in libgphoto2 and gphoto2. now using exif rather than jpeg.