summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-25Update to 1.4.0Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2023-10-12Update to 1.3.0Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2023-06-11Update to 1.2.1Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2023-05-09Update to 1.2.0Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2022-05-20Upgrade to 1.0.0Alexandre Demers
Add dav1d-test-data if we ever need it, but disable it. We bet on the native package to make the tests. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2022-01-07Add a workaround for Meson's underscore detection ↵Alexandre Demers
(c6a08b3aa1ee99dade53e5e32033bc1d14455a22) While I didn't have any issue personally, a issue reported by Nocifer may be fixed by it. This fix should be included in the next dav1d release, so this is a workaround for the time being. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2021-09-07Update to 0.9.2Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2021-08-09Update to 0.9.1Alexandre Demers
Be more flexible on native package's version. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2021-05-28Update to 0.9.0Alexandre Demers
Complete .gitignore. Relax version dependency on native package. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2021-03-05Update to 0.8.2Alexandre Demers
Sync with dav1d package for makedepends. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
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>