Hello , TBH I don't know if libquicktime is required for anything , or if we already have a better replacement . But if we still need it for something , maybe is a good time to update it But I found out that libquicktime, we have lots of new commits since 2012 (date of latest release ) , I used "git cvsimport" to exemplify it better [1], and how I got it [2]
[1] https://github.com/sergiomb2/libquicktime/compare/1.2.4...master [2] cvs -d:pserver:[email protected]:/cvsroot/libquicktime login cvs -z3 -d:pserver:[email protected]:/cvsroot/libquicktime co -P libquicktime cd libquicktime git cvsimport -v git remote add origin [email protected]:sergiomb2/libquicktime.git git push -u origin master On Thu, 2018-01-18 at 03:39 +0100, Leigh Scott wrote: > commit 5525ef86578fcb3c64751d1ea24f129646bdd6f8 > Author: leigh123linux <[email protected]> > Date: Thu Jan 18 02:39:04 2018 +0000 > > libquicktime is FTBFS with ffmpep-3.5 > > mlt-freeworld.spec | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > --- > diff --git a/mlt-freeworld.spec b/mlt-freeworld.spec > index 97f232c..25a9db6 100644 > --- a/mlt-freeworld.spec > +++ b/mlt-freeworld.spec > @@ -37,7 +37,8 @@ BuildRequires: libexif-devel > BuildRequires: fftw-devel > BuildRequires: pulseaudio-libs-devel > BuildRequires: ffmpeg-devel > -BuildRequires: libquicktime-devel > +# libquicktime is FTBFS with ffmpep-3.5 > +#BuildRequires: libquicktime-devel > BuildRequires: xine-lib-devel > BuildRequires: alsa-lib-devel > BuildRequires: movit-devel > @@ -108,6 +109,7 @@ find %{buildroot} -type d -empty -delete > %changelog > * Thu Jan 18 2018 Leigh Scott <[email protected]> - > 6.5.0-0.7.20171213gitea973eb > - Rebuilt for ffmpeg-3.5 git > +- libquicktime is FTBFS with ffmpep-3.5 > > * Sun Dec 24 2017 Sérgio Basto <[email protected]> - 6.5.0- > 0.6.20171213gitea973eb > - Update snapshot > _______________________________________________ > rpmfusion-commits mailing list -- [email protected] > rg > To unsubscribe send an email to [email protected] > on.org -- Sérgio M. B. _______________________________________________ rpmfusion-developers mailing list -- [email protected] To unsubscribe send an email to [email protected]
