| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
| |
[13076/17694] CC obj/third_party/ffmpeg/ffmpeg_internal/autorename_libavutil_cpu.o
FAILED: obj/third_party/ffmpeg/ffmpeg_internal/autorename_libavutil_cpu.o
/usr/bin/gcc -MMD -MF obj/third_party/ffmpeg/ffmpeg_internal/autorename_libavutil_cpu.o.d -DHAVE_AV_CONFIG_H -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -DFF_API_CONVERGENCE_DURATION=0 -D_ISOC99_SOURCE -D_LARGEFILE_SOURCE -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DNO_TCMALLOC -DDISABLE_NACL -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../3rdparty/chromium/third_party/ffmpeg/chromium/config/Chromium/linux/ia32 -I../../3rdparty/chromium/third_party/ffmpeg -I../../3rdparty/chromium/third_party/ffmpeg/compat/atomics/gcc -Igen -I../../3rdparty/chromium -I../../3rdparty/chromium/third_party/opus/src/include -fPIC -fomit-frame-pointer -Wno-deprecated-declarations -w -std=c99 -pthread -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -funwind-tables -fPIC -pipe -pthread -m32 -msse2 -mfpmath=sse -mmmx -g0 -fvisibility=hidden -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fno-ident -fdata-sections -ffunction-sections -c ../../3rdparty/chromium/third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c -o obj/third_party/ffmpeg/ffmpeg_internal/autorename_libavutil_cpu.o
In file included from ../../3rdparty/chromium/third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c:2:0:
../../3rdparty/chromium/third_party/ffmpeg/libavutil/cpu.c:47:24: fatal error: sys/sysctl.h: No such file or directory
#include <sys/sysctl.h>
^
compilation terminated.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fixes CVE-2018-1115
See https://www.postgresql.org/about/news/1851/
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes problem introduced in commit 4a66978dd949d571fdd984d800b3121c3a1a297f.
When user upgrades openvpn package, but (s)he has never modified
/etc/conf.d/openvpn file, apk automatically updates it and so sets openvpn
to the client mode. I forgot to this case and wrongly assumed that existing
config is always preserved.
BTW, the previoud change was based on
https://github.com/OpenRC/openrc/blob/master/support/init.d.examples/openvpn.in.
Ref #8875 (https://bugs.alpinelinux.org/issues/8875)
|
|
|
|
|
| |
we no longer support the linux-hardened kernel so we remove it and all
the 3rdparty kernel modules.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
never got it working and we got grub working
|
| |
|
|
|
|
|
|
|
|
| |
Neither the Adelie PPC team or the IBM PPC team have any interest in using yaboot
to boot on PPC/PPC64/PPC64LE machines, and there's no point keeping this around
since it's broken anyway.
On those ports, we always use grub2.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes build error on 32 bit
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
we need wayland-scanner which is provided by wayland-dev
|
|
|
|
|
| |
glx support for libva was splitted to separate apkbuild due to circular
dependency: libva -> mesa -> libva
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit a3c4a8231132752282df46c181eb1144158c3c11.
|
|
|
|
|
|
| |
removing obnam from aports as the project is retired[1]
[1] - https://blog.liw.fi/posts/2017/08/13/retiring_obnam/
|
|
|
|
| |
libva depends on mesa so we remove libva to avoid circular dependency
|
| |
|
| |
|
|
|
|
|
|
| |
in accordance with commit 4f8b36b3d0a8bf9034f433465a276b5658292b76
* musl related patches combined in one file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Clarify license
* Fix typo related with enabling vulkan drivers
* Add subpackages for ati and intel vulkan drivers
* Enable vc4 on aarch64
* Enable vaapi drivers, include them into corresponding mesa-dri packages
* Re-arrange configure options for easy reading
* --disable-asm and --enable_glx_rts options enabled on x86 only.
* x86 build fails during packaging if asm enabled (TEXTREL)
* since mesa has its own method to detect cross-compile environment, asm should not be disabled globally.
* Remove -j1 from package()
* Modernize APKBUILD
|
| |
|
|
|
|
|
|
| |
perl-yaml-xs was renamed to perl-yaml-libyaml in commit
f5d37694d5b94bf203bdb131c181d19f50f33872. Adjust depends
accordingly.
|
| |
|