Hi!

David Timms wrote:

> As a beginning rpm packager for Fedora, I am wanting to package dvbcut 
> for the external livna repo. Ideally this means having my dvbcut package 
> require {buildrequire} ffmpeg {-devel} packages as they are already 
> available in livna.

That's not a good idea.

> It seems there is a whole lot 'o diff between the included ffmpeg and 
> various versions I have found packaged for Fedora {livna F7/ F8/ devel, 
> freshrpms, atrpms}.
> 
> What is the motivation / necessity of including a modified ffmpeg within 
>   the dvbcut sources ?

ffmpeg hasn't had an official release for ages, and the interface has
changed several times since then. Therefore, dvbcut uses a frozen copy.

Some people on this list also run dvbcut with the latest ffmpeg version,
but that's unsupported as far as dvbcut is concerned.

> Does the dvbcut source patch bugs in ffmpeg libraries {that could be 
> moved upstream} ?

As far as I know, it doesn't.

> Was the ffmpeg devel moving too fast {moving goalposts} ?

Worse, it was moving unexpectedly.

> What version {or cvs  or date } did the included ffmpeg originate from ?

You'll have to ask Sven for that.

> Given the developers clear understanding of the code, what would it take 
> to move back to using the {current/devel} version of ffmpeg ?

Official releases in regular intervals, and proper documentation of the
API (including all pitfalls) and, in particular, all API changes.

> It seems we would need to:
> - rename calls to some functions that have had a name change | 
> deprecation | and sometimes actual removal.
> 
> - missing defs like:
> src/streamdata.h:53: error: 'int64_t_C' was not declared in this scope

This should have been fixed by now, by defining __STDC_CONSTANT_MACROS.

-- 
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to