| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
|
|
|
|
|
|
|
| |
As of now we're using the buildttype 'release', which produces optimized builds
but without any usable debugging info, which makes debugging crashes impossible,
even if a -dbg subpackage exists. As such we should build in the buildmode
'debugoptimized' to offer proper debug symbols.
|
| |
|
| |
|
|
|
|
| |
https://gitlab.freedesktop.org/gstreamer/orc/issues/19
|
| |
|
|
|
|
|
|
| |
ORC generates MIPS DSP Module Rev2 code which is not supported by Alpine mips* definitions.
Keep pkgrel intact since other architectures are unaffected by this change.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
make check-TESTS
make[4]: Entering directory '/home/buildozer/aports/main/orc/src/orc-0.4.28/testsuite'
make[5]: Entering directory '/home/buildozer/aports/main/orc/src/orc-0.4.28/testsuite'
PASS: test_accsadubl
PASS: test-schro
PASS: abi
PASS: test-limits
PASS: exec_parse
PASS: test_parse
PASS: perf_parse
PASS: perf_opcodes_sys
FAIL: exec_opcodes_sys
PASS: memcpy_speed
============================================================================
Testsuite summary for orc 0.4.28
============================================================================
# TOTAL: 10
# PASS: 9
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
for musl build. the changes are automatically done based on previous
build log errors, so this does not guarantee successful build, but
is a required.
|
| |
|
| |
|
| |
|
| |
|
|
The Oil Run-time Compiler
http://code.entropywave.com/projects/orc/
|