Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479618 - net-analyzer/wireshark-1.10.1 - add USE=gtk3
Summary: net-analyzer/wireshark-1.10.1 - add USE=gtk3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-03 09:24 UTC by Nikoli
Modified: 2013-08-04 12:05 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 Nikoli 2013-08-03 09:24:00 UTC
Seems latest release supports gtk3, please migrate ebuild to it.

https://www.wireshark.org/news/20130605.html
"Wireshark can be compiled using GTK+ 3."
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-03 13:13:54 UTC
GTK+ 2 is still the upstream default:

configure --help: --with-gtk3=[yes/no]    use GTK+ 3.0 instead of 2.0 [default=no]

so I'll be adding USE=gtk3 along with gtk2 and qt4 soonish, with gtk2 kept as the default.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-03 13:51:58 UTC
Thanks for the report. Please give =net-analyzer/wireshark-1.10.1-r1 a spin!
Comment 3 Nikoli 2013-08-03 17:39:33 UTC
r1 builds fine with gtk3, but nothing links to dev-libs/atk. Seems both USE gtk2 and gtk3 do not need it in RDEPEND.
Comment 4 Enne Eziarc 2013-08-03 23:18:24 UTC
The change to a ^^(gtk2 gtk3 qt4) USE-dependency has made it impossible to install tshark/dumpcap on a headless box.
Comment 5 Sergey Popov gentoo-dev 2013-08-04 12:05:38 UTC
(In reply to Anthony Parsons from comment #4)
> The change to a ^^(gtk2 gtk3 qt4) USE-dependency has made it impossible to
> install tshark/dumpcap on a headless box.

Fixed in bug #479692. Next time, please open a new bugreport rather then commenting on a fixed one, thanks