public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] unmasking USE="system-ffmpeg" for stable www-client/chromium ebuilds
@ 2013-07-26 16:22 "Paweł Hajdan, Jr."
  2013-07-26 16:50 ` Diego Elio Pettenò
  0 siblings, 1 reply; 7+ messages in thread
From: "Paweł Hajdan, Jr." @ 2013-07-26 16:22 UTC (permalink / raw
  To: gentoo-dev

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

Currently USE="system-ffmpeg" is masked for stable www-client/chromium
ebuilds. However, recently a new enough media-libs/ffmpeg has been
stabilized, making it possible to use system ffmpeg in stable.

I'd like to make the change close to a new version of chromium being
stabilized so that less rebuilds would be triggered.

Here is how the dependency looks like:

	system-ffmpeg? ( || (
		>=media-video/ffmpeg-1.0:=[opus]
		>=media-video/libav-9.5:=[opus]
	) )

I know there are some controversies around ffmpeg/libav, and I wouldn't
like to go into that. I prefer to ask first and have a discussion before
rather than surprising people badly.

Please let me know what you think about this idea (unmasking
USE="system-ffmpeg" for stable chromium ebuilds).

Paweł


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 203 bytes --]

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

* Re: [gentoo-dev] unmasking USE="system-ffmpeg" for stable www-client/chromium ebuilds
  2013-07-26 16:22 [gentoo-dev] unmasking USE="system-ffmpeg" for stable www-client/chromium ebuilds "Paweł Hajdan, Jr."
@ 2013-07-26 16:50 ` Diego Elio Pettenò
  2013-07-26 16:55   ` "Paweł Hajdan, Jr."
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Diego Elio Pettenò @ 2013-07-26 16:50 UTC (permalink / raw
  To: gentoo-dev@lists.gentoo.org

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

Does this still allow me to use libav? If not I'd like to veto it.

Diego Elio Pettenò — Flameeyes
flameeyes@flameeyes.eu — http://blog.flameeyes.eu/


On Fri, Jul 26, 2013 at 5:22 PM, "Paweł Hajdan, Jr."
<phajdan.jr@gentoo.org>wrote:

> Currently USE="system-ffmpeg" is masked for stable www-client/chromium
> ebuilds. However, recently a new enough media-libs/ffmpeg has been
> stabilized, making it possible to use system ffmpeg in stable.
>
> I'd like to make the change close to a new version of chromium being
> stabilized so that less rebuilds would be triggered.
>
> Here is how the dependency looks like:
>
>         system-ffmpeg? ( || (
>                 >=media-video/ffmpeg-1.0:=[opus]
>                 >=media-video/libav-9.5:=[opus]
>         ) )
>
> I know there are some controversies around ffmpeg/libav, and I wouldn't
> like to go into that. I prefer to ask first and have a discussion before
> rather than surprising people badly.
>
> Please let me know what you think about this idea (unmasking
> USE="system-ffmpeg" for stable chromium ebuilds).
>
> Paweł
>
>

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

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

* Re: [gentoo-dev] unmasking USE="system-ffmpeg" for stable www-client/chromium ebuilds
  2013-07-26 16:50 ` Diego Elio Pettenò
@ 2013-07-26 16:55   ` "Paweł Hajdan, Jr."
  2013-07-26 16:56   ` Tomáš Chvátal
  2013-07-26 19:14   ` Alexis Ballier
  2 siblings, 0 replies; 7+ messages in thread
From: "Paweł Hajdan, Jr." @ 2013-07-26 16:55 UTC (permalink / raw
  To: gentoo-dev

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

On 7/26/13 9:50 AM, Diego Elio Pettenò wrote:
> Does this still allow me to use libav? If not I'd like to veto it.

You can still use libav - either unmask it or USE="-system-ffmpeg".

Paweł



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 203 bytes --]

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

* Re: [gentoo-dev] unmasking USE="system-ffmpeg" for stable www-client/chromium ebuilds
  2013-07-26 16:50 ` Diego Elio Pettenò
  2013-07-26 16:55   ` "Paweł Hajdan, Jr."
@ 2013-07-26 16:56   ` Tomáš Chvátal
  2013-07-26 17:00     ` Diego Elio Pettenò
  2013-07-26 19:14   ` Alexis Ballier
  2 siblings, 1 reply; 7+ messages in thread
From: Tomáš Chvátal @ 2013-07-26 16:56 UTC (permalink / raw
  To: gentoo-dev

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

2013/7/26 Diego Elio Pettenò <flameeyes@flameeyes.eu>

> Does this still allow me to use libav? If not I'd like to veto it.
>

You can use testing version.
Stable is too old, be happy I fixed all those buildcrashes so we can have
it in testing.

If you want start some tracker to get it stable tho, i would not mind, as
all my machines have it unmasked anyway.

Tom

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

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

* Re: [gentoo-dev] unmasking USE="system-ffmpeg" for stable www-client/chromium ebuilds
  2013-07-26 16:56   ` Tomáš Chvátal
@ 2013-07-26 17:00     ` Diego Elio Pettenò
  2013-07-26 19:09       ` Alexis Ballier
  0 siblings, 1 reply; 7+ messages in thread
From: Diego Elio Pettenò @ 2013-07-26 17:00 UTC (permalink / raw
  To: gentoo-dev@lists.gentoo.org

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

If you can start it I can try to get the stable tinderbox running over the
weekend.


Diego Elio Pettenò — Flameeyes
flameeyes@flameeyes.eu — http://blog.flameeyes.eu/


On Fri, Jul 26, 2013 at 5:56 PM, Tomáš Chvátal <tomas.chvatal@gmail.com>wrote:

>
> 2013/7/26 Diego Elio Pettenò <flameeyes@flameeyes.eu>
>
>> Does this still allow me to use libav? If not I'd like to veto it.
>>
>
> You can use testing version.
> Stable is too old, be happy I fixed all those buildcrashes so we can have
> it in testing.
>
> If you want start some tracker to get it stable tho, i would not mind, as
> all my machines have it unmasked anyway.
>
> Tom
>

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

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

* Re: [gentoo-dev] unmasking USE="system-ffmpeg" for stable www-client/chromium ebuilds
  2013-07-26 17:00     ` Diego Elio Pettenò
@ 2013-07-26 19:09       ` Alexis Ballier
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier @ 2013-07-26 19:09 UTC (permalink / raw
  To: gentoo-dev

On Fri, 26 Jul 2013 18:00:10 +0100
Diego Elio Pettenò <flameeyes@flameeyes.eu> wrote:

> If you can start it I can try to get the stable tinderbox running
> over the weekend.

libav-9 should be more or less ok for stable tinderbox-wise.
what is probably not ok is the planar audio formats and the tinderbox
wont catch that.

A.


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

* Re: [gentoo-dev] unmasking USE="system-ffmpeg" for stable www-client/chromium ebuilds
  2013-07-26 16:50 ` Diego Elio Pettenò
  2013-07-26 16:55   ` "Paweł Hajdan, Jr."
  2013-07-26 16:56   ` Tomáš Chvátal
@ 2013-07-26 19:14   ` Alexis Ballier
  2 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier @ 2013-07-26 19:14 UTC (permalink / raw
  To: gentoo-dev

On Fri, 26 Jul 2013 17:50:58 +0100
Diego Elio Pettenò <flameeyes@flameeyes.eu> wrote:

> Does this still allow me to use libav? If not I'd like to veto it.

As already pointed out, you only need to not enable it.
What you can veto is to have it enabled by default. Otherwise, vetoing
doesnt make any sense if nobody is going to fix it.

Alexis.


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

end of thread, other threads:[~2013-07-26 19:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-26 16:22 [gentoo-dev] unmasking USE="system-ffmpeg" for stable www-client/chromium ebuilds "Paweł Hajdan, Jr."
2013-07-26 16:50 ` Diego Elio Pettenò
2013-07-26 16:55   ` "Paweł Hajdan, Jr."
2013-07-26 16:56   ` Tomáš Chvátal
2013-07-26 17:00     ` Diego Elio Pettenò
2013-07-26 19:09       ` Alexis Ballier
2013-07-26 19:14   ` Alexis Ballier

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