summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2021-01-26Update to 0.8.1Alexandre Demers
Add a .gitignore file Make sure system's architure package is already installed. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2020-06-21Split dav1d decoder (executable) from the libdav1d libraryAlexandre Demers
While we mostly don't need the executable, if someone really want the same content as what is provided by the dav1d package, allow to install it by splitting the library from the executables. This is how it is done on other distro (they go even as far as splitting the dev files found under include) Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2020-06-21Fix license warning + keep bin contentAlexandre Demers
This package is not a library only package. It contains a executable file under the bin folder. Thus, we should keep it, with the proper suffix. Otherwise, we would need to rename the package to lib32-libdav1d to make the distinction, stating that it provides lib32-dav1d. Doing so would only be partially true though, since it would be a subset of the full content. Some other distros choose to provide splitted packages to distinguish between libraries and executables / programs. When/if the package is splitted in the future to propose a library and an executable, we shall mirror this new reality. Fix a namcap warning: since the system's architecture package is required, create symlinks to the shared content. (Then again, this wouldn't be needed if the content was splitted as done in other distros, allowing to use the same content where needed). Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2020-06-21Update to 0.7.1Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2020-05-25Added .asc file now that it is availableAlexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2020-05-25Update to 0.7.0Alexandre Demers
Missing .asc file in the repo. Will need to be updated once available. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2020-05-09Rebuild against latest libplacebo and fix env variables for compilationAlexandre Demers
Meson doesn't properly use LDFLAGS for now, so revert back to using env variables for now. Remove undeed dependencies. Disable tests, we assume that if the tests are fine under the system arch package, it should be fine under 32 bit also. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2020-03-29Update to 0.6.0Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2019-12-05Update to 0.5.2 and use cross-compilation file with mesonAlexandre Demers
Use the cross-compilation file available for meson to simplify PKGBUILD. Update the library to 0.5.2. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2019-08-16Force CC and CXX to solve a compilation problemAlexandre Demers
Even when using CFLAGS and CXXFLAGS with -m32, the cpu family and cpu are not set correctly when arch-meson is called. Forcing CC and CXX solves the problem. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2019-08-15Initial commitAlexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>