[Bug 3345] Review request: kodi - Media center

RPM Fusion Bugzilla noreply at rpmfusion.org
Mon Dec 29 09:42:54 CET 2014


https://bugzilla.rpmfusion.org/show_bug.cgi?id=3345

--- Comment #19 from Jonathan Dieter <jdieter at gmail.com> 2014-12-29 09:42:54 CET ---
(In reply to comment #17)
> (In reply to comment #13)
> > The Kodi build system expects the autotools files to be present even if we're
> > not compiling them. I'd rather not patch the autotools files as these will
> > constantly change. This is different from the past (pre-Kodi) where we could
> > drop the code.
> 
> You can do something like:
> 
> find path/to/bundled/dep -name "*.c" -exec rm -f {} \;
> find path/to/bundled/dep -name "*.h" -exec rm -f {} \;
> 
> in %prep to nuke the source files but leave the autocrap.  This shouldn't break
> the build, but it will leave the reviewer confident that these bundled
> libraries are not used. :-)

Michael, it would nice if you implemented this, but I'm not going to call it a
requirement.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the rpmfusion-developers mailing list