<br><br>On Tuesday, July 20, 2021, Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">@Phyllis<br>
I saw that in the last git you implemented some Andrew patches. Can I<br>
know what exactly they are so I can save myself something? I'm<br>
applying them one by one and it's taking me a lot of time....</blockquote><div><br></div><div><br></div><div>I think you can apply ALL of them by saying 'git am path_to_dir_with_patches/*.patch' (so, * will be expanded to all patch names) </div><div>but before you better to say 'git rest --hard first_few_symbols in commit you are reseting to' (be sure to backup all interesting changes in tree) and if any patchs fails to apply (because they already applied in main three) there hopefully will be helpful message saying you can use git am --skip.. </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
@Andrew<br>
I can't download your ffmpeg and libaom tarballs. Can I download them<br>
from their websites? Do you have a direct address?<br>
</blockquote><div><br></div><div>ow. </div><div><br></div><div>try </div><div><br></div><div><a href="https://ffmpeg.org/download.html">https://ffmpeg.org/download.html</a> - > xz tarball for 4.4</div><div>and you can try to unpack src rpm from </div><div><a href="https://packages.altlinux.org/en/sisyphus/srpms/libaom/rpms">https://packages.altlinux.org/en/sisyphus/srpms/libaom/rpms</a></div><div><br></div><div>but it will give you different directory structure compared to one assumed by cingg's buildsystem... </div><div><br></div><div>there was official google source but ironically I can't download from it due to restrictions? </div><div><a href="https://storage.googleapis.com/aom-releases/libaom-3.1.1.tar.gz">https://storage.googleapis.com/aom-releases/libaom-3.1.1.tar.gz</a></div><div><br></div><div>note you might want to repack this as xz .. and rename libaom patch accordingly. build a bit slow here so I might not have tested source by end of this day... </div><div><br></div><div><br></div>