public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] wine cannot compile with jpeg flag
@ 2010-03-15 15:06 Xi Shen
  2010-03-15 15:34 ` [gentoo-user] " Nikos Chantziaras
  2010-03-15 15:35 ` [gentoo-user] " Arttu V.
  0 siblings, 2 replies; 5+ messages in thread
From: Xi Shen @ 2010-03-15 15:06 UTC (permalink / raw
  To: gentoo-china, gentoo-user

hi,

i have enabled 'jpeg' flag in my /etc/make.conf, but i still cannot
compile wine with jpeg support, and i really need this feature.

the output of emerge -pv wine shows '(-jpeg)'. i think it is masked by
profile. i then created '/etc/portage/profile/package.use.force', and
putted 'app-emulation/wine jpeg' in it, but i still cannot compile
wine with jpeg support.

please help.


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] Re: wine cannot compile with jpeg flag
  2010-03-15 15:06 [gentoo-user] wine cannot compile with jpeg flag Xi Shen
@ 2010-03-15 15:34 ` Nikos Chantziaras
  2010-03-15 15:35 ` [gentoo-user] " Arttu V.
  1 sibling, 0 replies; 5+ messages in thread
From: Nikos Chantziaras @ 2010-03-15 15:34 UTC (permalink / raw
  To: gentoo-user

On 03/15/2010 05:06 PM, Xi Shen wrote:
> hi,
>
> i have enabled 'jpeg' flag in my /etc/make.conf, but i still cannot
> compile wine with jpeg support, and i really need this feature.
>
> the output of emerge -pv wine shows '(-jpeg)'. i think it is masked by
> profile. i then created '/etc/portage/profile/package.use.force', and
> putted 'app-emulation/wine jpeg' in it, but i still cannot compile
> wine with jpeg support.
>
> please help.

USE flags are unmasked in /etc/portage/profile/package.use.mask.  Put 
this in it:

   app-emulation/wine -jpeg




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] wine cannot compile with jpeg flag
  2010-03-15 15:06 [gentoo-user] wine cannot compile with jpeg flag Xi Shen
  2010-03-15 15:34 ` [gentoo-user] " Nikos Chantziaras
@ 2010-03-15 15:35 ` Arttu V.
  2010-03-15 16:03   ` Xi Shen
  1 sibling, 1 reply; 5+ messages in thread
From: Arttu V. @ 2010-03-15 15:35 UTC (permalink / raw
  To: gentoo-user

On 3/15/10, Xi Shen <davidshen84@googlemail.com> wrote:
> i have enabled 'jpeg' flag in my /etc/make.conf, but i still cannot
> compile wine with jpeg support, and i really need this feature.
>
> the output of emerge -pv wine shows '(-jpeg)'. i think it is masked by
> profile. i then created '/etc/portage/profile/package.use.force', and
> putted 'app-emulation/wine jpeg' in it, but i still cannot compile
> wine with jpeg support.

Create /etc/portage/profile/package.use.mask and type in
'app-emulation/wine -jpeg' (note the minus) to locally unmask the jpeg
flag for wine.

I don't know how good idea that is, though, as
/usr/portage/profiles/arch/amd64/package.use.mask has the following
for wine (maybe you'd better check the relevant bugs noted for jpeg
first?):

# Samuli Suominen <ssuominen@gentoo.org> (02 Feb 2009)
# esd, bug 301824
# mp3, bug 283860, 299490
# jpeg, bug 283089, 303255, 299149
# capi, 292938
# ghoto2, 286563
# scanner, 299505
# hal, 299149
app-emulation/wine capi esd gphoto2 hal jpeg mp3 scanner

-- 
Arttu V.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] wine cannot compile with jpeg flag
  2010-03-15 15:35 ` [gentoo-user] " Arttu V.
@ 2010-03-15 16:03   ` Xi Shen
  2010-03-16  5:34     ` Kaddeh
  0 siblings, 1 reply; 5+ messages in thread
From: Xi Shen @ 2010-03-15 16:03 UTC (permalink / raw
  To: gentoo-user

On Mon, Mar 15, 2010 at 11:35 PM, Arttu V. <arttuv69@gmail.com> wrote:
> Create /etc/portage/profile/package.use.mask and type in
> 'app-emulation/wine -jpeg' (note the minus) to locally unmask the jpeg
> flag for wine.
>
> I don't know how good idea that is, though, as
> /usr/portage/profiles/arch/amd64/package.use.mask has the following
> for wine (maybe you'd better check the relevant bugs noted for jpeg
> first?):
>
> # Samuli Suominen <ssuominen@gentoo.org> (02 Feb 2009)
> # esd, bug 301824
> # mp3, bug 283860, 299490
> # jpeg, bug 283089, 303255, 299149
> # capi, 292938
> # ghoto2, 286563
> # scanner, 299505
> # hal, 299149
> app-emulation/wine capi esd gphoto2 hal jpeg mp3 scanner
>

thanks a lot :) it is compiling now


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] wine cannot compile with jpeg flag
  2010-03-15 16:03   ` Xi Shen
@ 2010-03-16  5:34     ` Kaddeh
  0 siblings, 0 replies; 5+ messages in thread
From: Kaddeh @ 2010-03-16  5:34 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]

Looks like the jpeg use flag is ok to use according to bug #283089 [
http://bugs.gentoo.org/show_bug.cgi?id=283089]
It looks like it is waiting for the thumbs-up from everyone to be taken out.
I have been running with the jpeg use flag unmasked for a while and haven't
seen any issues.

Cheers

Kad

On Mon, Mar 15, 2010 at 8:03 AM, Xi Shen <davidshen84@googlemail.com> wrote:

> On Mon, Mar 15, 2010 at 11:35 PM, Arttu V. <arttuv69@gmail.com> wrote:
> > Create /etc/portage/profile/package.use.mask and type in
> > 'app-emulation/wine -jpeg' (note the minus) to locally unmask the jpeg
> > flag for wine.
> >
> > I don't know how good idea that is, though, as
> > /usr/portage/profiles/arch/amd64/package.use.mask has the following
> > for wine (maybe you'd better check the relevant bugs noted for jpeg
> > first?):
> >
> > # Samuli Suominen <ssuominen@gentoo.org> (02 Feb 2009)
> > # esd, bug 301824
> > # mp3, bug 283860, 299490
> > # jpeg, bug 283089, 303255, 299149
> > # capi, 292938
> > # ghoto2, 286563
> > # scanner, 299505
> > # hal, 299149
> > app-emulation/wine capi esd gphoto2 hal jpeg mp3 scanner
> >
>
> thanks a lot :) it is compiling now
>
>
> --
> Best Regards,
> David Shen
>
> http://twitter.com/davidshen84/
>
>

[-- Attachment #2: Type: text/html, Size: 1974 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-03-16  5:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-15 15:06 [gentoo-user] wine cannot compile with jpeg flag Xi Shen
2010-03-15 15:34 ` [gentoo-user] " Nikos Chantziaras
2010-03-15 15:35 ` [gentoo-user] " Arttu V.
2010-03-15 16:03   ` Xi Shen
2010-03-16  5:34     ` Kaddeh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox