Age | Commit message (Collapse) | Author |
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
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>
|
|
(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>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Be more flexible on native package's version.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Complete .gitignore.
Relax version dependency on native package.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Sync with dav1d package for makedepends.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Add a .gitignore file
Make sure system's architure package is already installed.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
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>
|
|
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>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Missing .asc file in the repo. Will need to be updated once available.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
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>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
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>
|
|
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>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|