Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 283332 - media-libs/libgphoto2-2.4.7 ignores bonjour useflag
Summary: media-libs/libgphoto2-2.4.7 ignores bonjour useflag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-31 14:13 UTC by Dmitry Karasik
Modified: 2010-01-07 00:29 UTC (History)
1 user (show)

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 Dmitry Karasik 2009-08-31 14:13:08 UTC
Whether you enable or disable that useflag, bonjour is always disabled.

The problem is in libgphoto2_port/configure.ac:164:
with_bonjour=no

This overrides the value passed on the command line to configure.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-01-07 00:29:37 UTC
+*libgphoto2-2.4.7-r2 (07 Jan 2010)
+
+  07 Jan 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  libgphoto2-2.4.3.ebuild, -libgphoto2-2.4.4.ebuild,
+  -libgphoto2-2.4.5.ebuild, +libgphoto2-2.4.7-r2.ebuild,
+  +files/libgphoto2-2.4.7-extra-dist.patch,
+  +files/libgphoto2-2.4.7-no-test-build.patch,
+  +files/libgphoto2-2.4.7-respect-bonjour.patch:
+  Fix USE=bonjour behavior, bug #283332. Do not build tests if not needed,
+  bug #226241. Add examples USE flag. Remove unwanted files for
+  /usr/share/doc. Clean up old revisions.

For some odd reason I though this code worked perfectly fine in other configure.ac.

Fixed in 2.4.7-r2. Thanks for reporting.