Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473614 - media-video/vlc: enable qt4 USE flag by default on desktop profiles
Summary: media-video/vlc: enable qt4 USE flag by default on desktop profiles
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Tom Wijsman (TomWij) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 18:52 UTC by Pacho Ramos
Modified: 2014-02-22 13:56 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 Pacho Ramos gentoo-dev 2013-06-17 18:52:41 UTC
Otherwise, when people (like me) running desktop profiles like "gnome" one,we get a VLC without any graphical interface at all, that sound undesirable for most of the users of desktop profiles

Thanks!

Reproducible: Always
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2014-02-22 13:56:12 UTC
 $ grep -r 'pulse.*qt4' | grep 2.1
vlc-2.1.2.ebuild:	png +postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba
vlc-2.1.0.ebuild:	png +postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba
vlc-2.1.1.ebuild:	png +postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba
vlc-2.1.9999.ebuild:	png +postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba

All 2.1 versions have this; looking at 2.0 though, they don't appear to have this:

 $ grep -r 'pulse.*qt4' | grep 2.0 | sort
vlc-2.0.5.ebuild:	portaudio +postproc projectm pulseaudio pvr +qt4 rtsp run-as-root samba
vlc-2.0.7.ebuild:	portaudio +postproc projectm pulseaudio pvr +qt4 rtsp run-as-root samba
vlc-2.0.8.ebuild:	png portaudio +postproc projectm pulseaudio pvr qt4 rtsp run-as-root samba
vlc-2.0.8a.ebuild:	png portaudio +postproc projectm pulseaudio pvr qt4 rtsp run-as-root samba
vlc-2.0.9.ebuild:	png portaudio +postproc projectm pulseaudio pvr qt4 rtsp run-as-root samba
vlc-2.0.9999.ebuild:	png portaudio +postproc projectm pulseaudio pvr qt4 rtsp run-as-root samba

So, I've inserted the + in those that miss it:

+  22 Feb 2014; Tom Wijsman <TomWij@gentoo.org> vlc-2.0.8.ebuild,
+  vlc-2.0.8a.ebuild, vlc-2.0.9.ebuild, vlc-2.0.9999.ebuild, vlc-9999.ebuild:
+  Enable qt4 by default on the 2.0 ebuilds that didn't have it as the default;
+  fixes bug #473614, reported by Pacho Ramos.