Age | Commit message (Collapse) | Author |
|
the .so dependency uses the 32 bit package if available
but makepkg doesn't complain if only the 64 bit package is available.
Only in the build step there is a message x264 not found.
So we use lib32-libx264 for the general package and libx264.so
for the versioned dependency in the binary package.
|
|
also re-add lib32-libxv as requested by namcap
|
|
as done for the 64 bit package
|
|
The .so dependencies are automatically converted
to (32 bit) versioned dependencies for the binary package.
This means an update of lib32-libx264 might break lib32-ffmpeg.
The user should use the -d flag and rebuild lib32-ffmpeg with -f.
|
|
|
|
|
|
The header files are in the ffmpeg package.
|
|
|
|
found with namcap, also present in ffmpeg package
|
|
|
|
|
|
This version will be submitted to AUR.
|
|
This is the version posted by me on gist yesterday.
|
|
|