Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 526992 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- kodi-14.0.ebuild    2015-01-30 23:06:03.122856633 -0500
0
++ kodi-14.0-use.ebuild        2015-01-30 23:12:45.505826154 -0500
Lines 42-48 Link Here
42
LICENSE="GPL-2"
42
LICENSE="GPL-2"
43
SLOT="0"
43
SLOT="0"
44
KEYWORDS="~x86 ~amd64"
44
KEYWORDS="~x86 ~amd64"
45
IUSE="airplay alsa altivec avahi bluetooth bluray caps cec css debug +fishbmc gles goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio pvr +rsxs rtmp +samba +sdl cpu_flags_x86_sse cpu_flags_x86_sse2 sftp test udisks upnp upower +usb vaapi vdpau webserver +X +xrandr"
45
IUSE="airplay alsa altivec avahi bluetooth bluray caps cec css debug +fishbmc gles goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio pvr +rsxs rtmp +samba +sdl sse sse2 sftp test udisks upnp upower +usb vaapi vdpau webserver +X +xrandr"
46
REQUIRED_USE="
46
REQUIRED_USE="
47
       pvr? ( mysql )
47
       pvr? ( mysql )
48
       rsxs? ( X )
48
       rsxs? ( X )
Lines 175-182 Link Here
175
175
176
       local squish #290564
176
       local squish #290564
177
       use altivec && squish="-DSQUISH_USE_ALTIVEC=1 -maltivec"
177
       use altivec && squish="-DSQUISH_USE_ALTIVEC=1 -maltivec"
178
       use cpu_flags_x86_sse && squish="-DSQUISH_USE_SSE=1 -msse"
178
       use sse && squish="-DSQUISH_USE_SSE=1 -msse"
179
       use cpu_flags_x86_sse2 && squish="-DSQUISH_USE_SSE=2 -msse2"
179
       use sse2 && squish="-DSQUISH_USE_SSE=2 -msse2"
180
       sed -i \
180
       sed -i \
181
               -e '/^CXXFLAGS/{s:-D[^=]*=.::;s:-m[[:alnum:]]*::}' \
181
               -e '/^CXXFLAGS/{s:-D[^=]*=.::;s:-m[[:alnum:]]*::}' \
182
               -e "1iCXXFLAGS += ${squish}" \
182
               -e "1iCXXFLAGS += ${squish}" \

Return to bug 526992