Re: [x264] Update x264 to 0.152 and switch asm compiler from yasm to nasm

2018-01-04 Thread Sérgio Basto
Hi,

Thanks for the feedback 

On Wed, 2018-01-03 at 21:56 +0100, Nicolas Chauvet wrote:
> 2018-01-02 12:08 GMT+01:00 Sérgio Basto :
> > On Mon, 2018-01-01 at 22:32 +0100, Dominik 'Rathann' Mierzejewski
> > wrote:
> > > Hi, Sérgio.
> > > Happy New Year!
> 
> > > On Sunday, 31 December 2017 at 21:27, Sérgio Basto wrote:
> > > [...]
> > > > The mass rebuild is finished , I had many unexpected problems
> > > > ...
> > > 
> > > Could you describe those problems?
> 
> The rebuild have been pushed, please report any issue in f28.
> 
> Thanks a lot sergio for handling the update. It went rather good.
> Probably more because you have been lucky than because everything was
> tested in advance.
> But at least the job is done.
> 
> (just a little thing: you need to un-bootstrap x264 at least).

oops 

> 
> [...]
> > 4 - libquicktime, found out that we have lots of new
> > commits since 2012
> >  (date of latest release ) , I used "git cvsimport" to exemplify it
> > better [5]
> 
> I don't think one should ever spend time on this package.

Why ? libquicktime have any replacement ? , I'm interested in
libquicktime because cinelerra ( https://cinelerra-cv.org/ ) , that was
using a pre-libquicktime, if libquicktime have a better replacement I'd
like explore it . 

Best regards,
-- 
Sérgio M. B.
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: [x264] Update x264 to 0.152 and switch asm compiler from yasm to nasm

2018-01-03 Thread Nicolas Chauvet
2018-01-02 12:08 GMT+01:00 Sérgio Basto :
> On Mon, 2018-01-01 at 22:32 +0100, Dominik 'Rathann' Mierzejewski
> wrote:
>> Hi, Sérgio.
>> Happy New Year!
>>
>> On Sunday, 31 December 2017 at 21:27, Sérgio Basto wrote:
>> [...]
>> > The mass rebuild is finished , I had many unexpected problems ...
>>
>> Could you describe those problems?

The rebuild have been pushed, please report any issue in f28.

Thanks a lot sergio for handling the update. It went rather good.
Probably more because you have been lucky than because everything was
tested in advance.
But at least the job is done.

(just a little thing: you need to un-bootstrap x264 at least).

[...]
> 4 - libquicktime, found out that we have lots of new commits since 2012
>  (date of latest release ) , I used "git cvsimport" to exemplify it
> better [5]
I don't think one should ever spend time on this package.


-- 
-

Nicolas (kwizart)
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: [x264] Update x264 to 0.152 and switch asm compiler from yasm to nasm

2018-01-02 Thread Sérgio Basto
On Mon, 2018-01-01 at 22:32 +0100, Dominik 'Rathann' Mierzejewski
wrote:
> Hi, Sérgio.
> Happy New Year!
> 
> On Sunday, 31 December 2017 at 21:27, Sérgio Basto wrote:
> [...]
> > The mass rebuild is finished , I had many unexpected problems ...
> 
> Could you describe those problems?

1 - x265 failed to build, quick fix for arm builds [1] , I think I
should report it upstream.

2 - gstreamer-plugins-ugly.git gtkdoc-mktmp removed from gtk-doc [2]
and the fix [3] 

3 - mythtv, also failed to build , the work (more than just a fix) [4]

4 - libquicktime, found out that we have lots of new commits since 2012
 (date of latest release ) , I used "git cvsimport" to exemplify it
better [5]

[1]
https://pkgs.rpmfusion.org/cgit/free/x265.git/commit/?id=fd9b4d23ced757
a2655f71c51d9e50f0dfbf648c

[2]
https://bodhi.fedoraproject.org/updates/gtk-doc-1.26-1.fc27

[3]
https://pkgs.rpmfusion.org/cgit/free/gstreamer-plugins-ugly.git/commit/
?id=867f9c9fd3c0aec021f22069102ac262b9afa05b

[4] 
https://pkgs.rpmfusion.org/cgit/free/mythtv.git/commit/?id=cbe3ef59d962
59570cdcc0afd71872d260dcc302

[5]
https://github.com/sergiomb2/libquicktime/compare/1.2.4...master

> Regards,
> Dominik
-- 
Sérgio M. B.
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: [x264] Update x264 to 0.152 and switch asm compiler from yasm to nasm

2017-12-31 Thread Sérgio Basto
On Sat, 2017-12-30 at 20:50 +, Sérgio Basto wrote:
> On Sat, 2017-12-30 at 21:47 +0100, Dominik 'Rathann' Mierzejewski
> wrote:
> > Hi, Sérgio.
> > 
> > On Saturday, 30 December 2017 at 20:09, Sérgio M. Basto wrote:
> > [...]
> > > diff --git a/x264.spec b/x264.spec
> > > index 8534184..0aae91f 100644
> > > --- a/x264.spec
> > > +++ b/x264.spec
> > 
> > [...]
> > > @@ -30,8 +30,8 @@
> > >  
> > >  Summary: H264/AVC video streams encoder
> > >  Name: x264
> > > -Version: 0.%{api}
> > > -Release: 22%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
> > > +Version: 0.152
> > > +Release: 1%{?dist}
> > 
> > Is there a good reason why you changed the macro usage into a
> > literal
> > number?
> 
> No, my / rpmdev-bumpspec mistake , going to fix now. 
> Thanks

The mass rebuild is finished , I had many unexpected problems ...

Happy new year 

> 
> > Regards,
> > Dominik
-- 
Sérgio M. B.
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org