Search found 25 matches

by Falco
Mon Mar 18, 2024 6:39 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 27
Views: 32772

Re: Install MakeMKV on Fedora

Hi Cariost Sure your comment is helpful. I explained the way to use my script in the first text in my topic. But sorry probably I was not enough explicit. My script repeat all the tasks you found in the URL I shared and in Makemkv documentation. I will try to be more smart in my explain. - First ste...
by Falco
Thu Jan 04, 2024 7:31 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 27
Views: 32772

Re: Install MakeMKV on Fedora

Great feedback Geolaw, I'm moved by your message ! :oops: I'm really happy to have been helpful through this ansible playbook . :P Geolaw, I hope you will easy migrate your scripts to an ansible playbook, because this is a really nice tool to deploy simple or complex architectures, I'm Fan about it....
by Falco
Fri Nov 24, 2023 6:09 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 27
Views: 32772

Re: Install MakeMKV on Fedora

I don't use rpm2cpio in my script. My Ansible script download all necessary tools, libraries and sources to compile makemkv binaries. Just like you did "by hand". That's it and nothing more !! I am surprised too by Skamansam message. :shock: I really don't know why Skamansam posted this me...
by Falco
Thu Nov 23, 2023 6:10 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 27
Views: 32772

Re: Install MakeMKV on Fedora

Hi MrPenguin
The idea behind my script is to help rookie or experienced users to install MakeMKV and/or HandBrake by compiling easily.
Did you tried to use my ansible script to compile, maybe for testing in a virtual machine for example ?
Just to know. :)
by Falco
Wed Nov 22, 2023 6:22 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 27
Views: 32772

Re: Install MakeMKV on Fedora

Hi Guys
Tested, yesterday evening, on Fedora 39 (x86_64) new fresh installation and it works fine. :D
Please, let some feedbacks.
BR
by Falco
Fri Aug 18, 2023 5:57 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 27
Views: 32772

Re: Install MakeMKV on Fedora

Please guys give some feedbacks.
This script is bad/good idea, it is working well or not ?
I know some people cloned the git, thanks to Github reports, but that's it :(
by Falco
Fri Jun 02, 2023 3:30 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 27
Views: 32772

Re: Install MakeMKV on Fedora

Hi Skamansam Thx for your feedback I am a bit surprised by your issue :shock: I did not face any issue during install from scratch with Fed37 or Fed38 and no issue when I upgraded from Fed37 to Fed38. All the libs you are talking about are linked to the Makemkv compile that I am not responsible. My ...
by Falco
Sat May 13, 2023 4:47 pm
Forum: MakeMKV for Linux
Topic: FIX for "undefined reference to 'av_mallocz_array"
Replies: 9
Views: 11313

Re: FIX for "undefined reference to 'av_mallocz_array"

Thank you a lot for this really interesting answer. In that case, I will modify my code with it.
by Falco
Fri May 05, 2023 5:21 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 27
Views: 32772

Re: Install MakeMKV on Fedora

Only one person who was curious to test ?
Please guys give some feedback.
This script is bad/good idea, it is working well or not.
I know some people cloned it, because of Github reports, but I have no more details :(
by Falco
Sun Apr 23, 2023 11:53 am
Forum: MakeMKV for Linux
Topic: FIX for "undefined reference to 'av_mallocz_array"
Replies: 9
Views: 11313

Re: FIX for "undefined reference to 'av_mallocz_array"

Ahah, too cool !
But guys, which is the best value in that case: "av_calloc" or "av_malloc_array" ?
by Falco
Fri Apr 21, 2023 6:55 pm
Forum: MakeMKV for Linux
Topic: FIX for "undefined reference to 'av_mallocz_array"
Replies: 9
Views: 11313

Re: FIX for "undefined reference to 'av_mallocz_array"

Same on Fedora Linux fresh installation
Thx nrk666 for your trick to solve this issue.
I posted your correction on my post too,
viewtopic.php?f=3&t=30126&p=135117#p135117
by Falco
Fri Apr 21, 2023 6:52 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 27
Views: 32772

Re: Install MakeMKV on Fedora

On a new fresh installation of Fedora 38 on my computer, I faced this issue too. https://forum.makemkv.com/forum/viewtopic.php?f=3&p=132993 I implemented the correction by replacing the value "av_mallocz_array" with "av_calloc" as nrk666 informed us, and it works fine. Thx a ...
by Falco
Wed Apr 19, 2023 5:32 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 27
Views: 32772

Re: Install MakeMKV on Fedora

Today I finished to rewrite the code to be more Ansible documentation compliant.
Role libdvdcss is good too now :D
by Falco
Thu Mar 30, 2023 4:14 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 27
Views: 32772

Re: Install MakeMKV on Fedora

It sounds good, thx for your feedback Stefan1. Like I said, if you need to upgrade into the future version 1.17.4 for example, you will just need to - Rename this binary /usr/bin/makemkv - Modify the myvars.yml file - And Replay only the makemkv role. Example: sudo mv /usr/bin/makemkv /usr/bin/makem...
by Falco
Thu Mar 30, 2023 7:15 am
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 27
Views: 32772

Re: Install MakeMKV on Fedora

Code "role => makemkv" updated this morning to take care about your architecture x32bits or x64bits. :wink: :D
[Cleaned now]
Don't forget to "git pull" or re-clone the repository.