Ren'Py 7 breaks backward compatibility so I make this package, feel free to take it.
I'll try to find a way to make renpy in official repo could live with this one (now I place it into conflicts array) if I have time, and I'll appreciate it if anyone can hint me about that ;)
(And please notice, in this package I split renpy data files and base libs, i.e. the way I used back in the original aur renpy packages I maintained :p
The purpose is to make it easier for those who want to set up 3rd party repos, since users of those repos only needs to update base libs when there's any change that make it necessary to rebuild package :)
Pinned Comments
eclairevoyant commented on 2022-12-24 22:53 (UTC) (edited on 2022-12-24 22:57 (UTC) by eclairevoyant)
You don't need to uninstall anything. Just build in a clean chroot like all packages are supposed to built.
avcodec_decode_audio4
is defined inffmpeg4.4
so you have to build this package in an environment (such as a chroot) that hasffmpeg4.4
and notffmpeg
installed. Hence, a clean chroot (so thatffmpeg4.4
will be pulled in automatically).