all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#41043: ffmpeg 'depends' on qtbase
@ 2020-05-03  8:41 Efraim Flashner
  2020-05-03 18:31 ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Efraim Flashner @ 2020-05-03  8:41 UTC (permalink / raw)
  To: 41043

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

qtbase seems like a rather heavy dependency for ffmpeg. After looking
through 'guix graph ffmpeg'

qtbase -> extra-cmake-modules -> fcitx -> sdl2 -> ffmpeg

What does sdl2 bring to ffmpeg?
(on a similar note, what does it bring to u-boot?)
'guix size ffmpeg'
with sdl2:    713.3 MiB
without sdl2: 699.2 MiB

https://ffmpeg.org/ffmpeg-devices.html#sdl


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#41043: ffmpeg 'depends' on qtbase
  2020-05-03  8:41 bug#41043: ffmpeg 'depends' on qtbase Efraim Flashner
@ 2020-05-03 18:31 ` Leo Famulari
  2020-05-04  7:15   ` Efraim Flashner
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2020-05-03 18:31 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 41043

On Sun, May 03, 2020 at 11:41:49AM +0300, Efraim Flashner wrote:
> qtbase seems like a rather heavy dependency for ffmpeg. After looking
> through 'guix graph ffmpeg'
> 
> qtbase -> extra-cmake-modules -> fcitx -> sdl2 -> ffmpeg
> 
> What does sdl2 bring to ffmpeg?
> (on a similar note, what does it bring to u-boot?)
> 'guix size ffmpeg'
> with sdl2:    713.3 MiB
> without sdl2: 699.2 MiB
> 
> https://ffmpeg.org/ffmpeg-devices.html#sdl

According to that page, "This output device allows one to show a video
stream in an SDL window. Only one SDL window is allowed per application,
so you can have only one instance of this output device in an
application."

Personally, I think FFmpeg is useful because it does everything. It's
supposed to be heavy. But maybe the dependency chain could be cut
earlier, if that's important.  Although, I think most systems will
include Qtbase for other reasons.




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

* bug#41043: ffmpeg 'depends' on qtbase
  2020-05-03 18:31 ` Leo Famulari
@ 2020-05-04  7:15   ` Efraim Flashner
  2020-05-05  4:10     ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Efraim Flashner @ 2020-05-04  7:15 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 41043

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

On Sun, May 03, 2020 at 02:31:35PM -0400, Leo Famulari wrote:
> On Sun, May 03, 2020 at 11:41:49AM +0300, Efraim Flashner wrote:
> > qtbase seems like a rather heavy dependency for ffmpeg. After looking
> > through 'guix graph ffmpeg'
> > 
> > qtbase -> extra-cmake-modules -> fcitx -> sdl2 -> ffmpeg
> > 
> > What does sdl2 bring to ffmpeg?
> > (on a similar note, what does it bring to u-boot?)
> > 'guix size ffmpeg'
> > with sdl2:    713.3 MiB
> > without sdl2: 699.2 MiB
> > 
> > https://ffmpeg.org/ffmpeg-devices.html#sdl
> 
> According to that page, "This output device allows one to show a video
> stream in an SDL window. Only one SDL window is allowed per application,
> so you can have only one instance of this output device in an
> application."
> 
> Personally, I think FFmpeg is useful because it does everything. It's
> supposed to be heavy. But maybe the dependency chain could be cut
> earlier, if that's important.  Although, I think most systems will
> include Qtbase for other reasons.

guix refresh -l sdl2: 355 packages
guix refresh -l ffmpeg: 154 packages
guix refresh -l qtbase: 768 packages
(with fcitx removed from sdl2)
guix refresh -l qtbase: 508

not enough to drop it into master for updates. I saw it mostly where it
comes to building on slow machines without substitutes. Since I'm
building without substitutes I'll probably make a change somewhere
locally.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#41043: ffmpeg 'depends' on qtbase
  2020-05-04  7:15   ` Efraim Flashner
@ 2020-05-05  4:10     ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2020-05-05  4:10 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 41043-done

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

On Mon, May 04, 2020 at 10:15:52AM +0300, Efraim Flashner wrote:
> not enough to drop it into master for updates. I saw it mostly where it
> comes to building on slow machines without substitutes. Since I'm
> building without substitutes I'll probably make a change somewhere
> locally.

Alright, closing

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-05-05  4:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-03  8:41 bug#41043: ffmpeg 'depends' on qtbase Efraim Flashner
2020-05-03 18:31 ` Leo Famulari
2020-05-04  7:15   ` Efraim Flashner
2020-05-05  4:10     ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.