unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: 01/01: gnu: Add gst-libav.
       [not found] ` <E1YgYZS-0002yu-0Y@vcs.savannah.gnu.org>
@ 2015-04-13 13:14   ` Mark H Weaver
  2015-04-13 15:56     ` 宋文武
  0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2015-04-13 13:14 UTC (permalink / raw)
  To: guix-devel

宋文武 <iyzsong@gmail.com> writes:

> commit 1b922590d758e458ce4f9abd3d1694045bcccb58
> Author: 宋文武 <iyzsong@gmail.com>
> Date:   Fri Apr 10 21:01:10 2015 +0800
>
>     gnu: Add gst-libav.
>     
>     * gnu/packages/gstreamer.scm (gst-libav): New variable.

Can we add gst-ffmpeg and remove gst-libav?  It seems that ffmpeg has
won out in the ffmpeg/libav fork.

  https://lwn.net/Articles/607591/

Also, can we make it use the system ffmpeg library that we already have
instead of a bundled copy?  It would be good to avoid code duplication
for several reasons.  Code duplication means more memory use in the
system, and more importantly, it means multiple copies of the software
to patch when investigating and applying security updates or build fixes
for Guix, fixes for non-Intel platforms, etc.  As the person who seems
to be doing almost all of the work on non-Intel platforms and most of
the security updates, I'd strongly prefer to minimize that workload.

What do you think?

      Mark

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

* Re: 01/01: gnu: Add gst-libav.
  2015-04-13 13:14   ` 01/01: gnu: Add gst-libav Mark H Weaver
@ 2015-04-13 15:56     ` 宋文武
  2015-04-14 14:14       ` Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: 宋文武 @ 2015-04-13 15:56 UTC (permalink / raw)
  To: Mark H Weaver, guix-devel

Mark H Weaver <mhw@netris.org> writes:

> 宋文武 <iyzsong@gmail.com> writes:
>
>> commit 1b922590d758e458ce4f9abd3d1694045bcccb58
>> Author: 宋文武 <iyzsong@gmail.com>
>> Date:   Fri Apr 10 21:01:10 2015 +0800
>>
>>     gnu: Add gst-libav.
>>     
>>     * gnu/packages/gstreamer.scm (gst-libav): New variable.
>
> Can we add gst-ffmpeg and remove gst-libav?  It seems that ffmpeg has
> won out in the ffmpeg/libav fork.
It seems to me that GStreamer choose libav over ffmpeg when made the
1.0 release.  That is why there are:
  gst-ffmpeg-0.10.x
  gst-libav-1.x
>
>   https://lwn.net/Articles/607591/
>
> Also, can we make it use the system ffmpeg library that we already have
> instead of a bundled copy?  It would be good to avoid code duplication
> for several reasons.  Code duplication means more memory use in the
> system, and more importantly, it means multiple copies of the software
> to patch when investigating and applying security updates or build fixes
> for Guix, fixes for non-Intel platforms, etc.  As the person who seems
> to be doing almost all of the work on non-Intel platforms and most of
> the security updates, I'd strongly prefer to minimize that workload.
I Agree.
>
> What do you think?
I quick tested gst-libav linked with ffmpeg from Guix,
it does seem work fine, but may need more testing or some
confirm from upstream.

I think it's great to use system ffmpeg, if no problem occurs,
or we can use system libav (to be packaged) in Guix instead.
>
>       Mark

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

* Re: 01/01: gnu: Add gst-libav.
  2015-04-13 15:56     ` 宋文武
@ 2015-04-14 14:14       ` Mark H Weaver
  2015-04-15 19:58         ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2015-04-14 14:14 UTC (permalink / raw)
  To: 宋文武; +Cc: guix-devel

宋文武 <iyzsong@gmail.com> writes:

> Mark H Weaver <mhw@netris.org> writes:
>
>> 宋文武 <iyzsong@gmail.com> writes:
>>
>>> commit 1b922590d758e458ce4f9abd3d1694045bcccb58
>>> Author: 宋文武 <iyzsong@gmail.com>
>>> Date:   Fri Apr 10 21:01:10 2015 +0800
>>>
>>>     gnu: Add gst-libav.
>>>     
>>>     * gnu/packages/gstreamer.scm (gst-libav): New variable.
>>
>> Can we add gst-ffmpeg and remove gst-libav?  It seems that ffmpeg has
>> won out in the ffmpeg/libav fork.
> It seems to me that GStreamer choose libav over ffmpeg when made the
> 1.0 release.  That is why there are:
>   gst-ffmpeg-0.10.x
>   gst-libav-1.x

Indeed, you are right.

>>
>>   https://lwn.net/Articles/607591/
>>
>> Also, can we make it use the system ffmpeg library that we already have
>> instead of a bundled copy?  It would be good to avoid code duplication
>> for several reasons.  Code duplication means more memory use in the
>> system, and more importantly, it means multiple copies of the software
>> to patch when investigating and applying security updates or build fixes
>> for Guix, fixes for non-Intel platforms, etc.  As the person who seems
>> to be doing almost all of the work on non-Intel platforms and most of
>> the security updates, I'd strongly prefer to minimize that workload.
> I Agree.
>>
>> What do you think?
> I quick tested gst-libav linked with ffmpeg from Guix,
> it does seem work fine, but may need more testing or some
> confirm from upstream.
>
> I think it's great to use system ffmpeg, if no problem occurs,

Sounds good to me.  In another thread you reported that it seems to work
with our system ffmpeg and provided a patch, so I'm quite happy with
this result.

> or we can use system libav (to be packaged) in Guix instead.

I would very much prefer to have just one of ffmpeg/libav in Guix, for
all the reasons given above against code duplication.

     Thanks!
       Mark

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

* Re: 01/01: gnu: Add gst-libav.
  2015-04-14 14:14       ` Mark H Weaver
@ 2015-04-15 19:58         ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2015-04-15 19:58 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel

Mark H Weaver <mhw@netris.org> skribis:

> I would very much prefer to have just one of ffmpeg/libav in Guix, for
> all the reasons given above against code duplication.

Agreed.

Ludo’.

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

end of thread, other threads:[~2015-04-15 19:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20150410130205.11406.56090@vcs.savannah.gnu.org>
     [not found] ` <E1YgYZS-0002yu-0Y@vcs.savannah.gnu.org>
2015-04-13 13:14   ` 01/01: gnu: Add gst-libav Mark H Weaver
2015-04-13 15:56     ` 宋文武
2015-04-14 14:14       ` Mark H Weaver
2015-04-15 19:58         ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).