diff --git a/.github/workflows/cmake_linux_x64.yml b/.github/workflows/cmake_linux_x64.yml index fccbca94..8b1dd685 100644 --- a/.github/workflows/cmake_linux_x64.yml +++ b/.github/workflows/cmake_linux_x64.yml @@ -29,7 +29,7 @@ jobs: - name: Download Depedencies id: step4 - run: sudo apt-get install -y build-essential cmake libglu1-mesa-dev freeglut3-dev mesa-common-dev libxmu-dev libxi-dev libgl-dev libx11-dev libxft-dev libxext-dev nasm libwayland-dev libxkbcommon-dev libegl1-mesa-dev libdecor-0-dev libxrandr-dev libxxf86vm-dev libx11-xcb-dev libxcb-dri2-0-dev libxcb-glx0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libxcb-randr0-dev python3-jinja2 + run: sudo apt-get install -y build-essential autoconf cmake libglu1-mesa-dev freeglut3-dev mesa-common-dev libxmu-dev libxi-dev libgl-dev libx11-dev libxft-dev libxext-dev nasm libwayland-dev libxkbcommon-dev libegl1-mesa-dev libdecor-0-dev libxrandr-dev libxxf86vm-dev libx11-xcb-dev libxcb-dri2-0-dev libxcb-glx0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libxcb-randr0-dev python3-jinja2 - name: Cache linux vcpkg id: step5 @@ -43,6 +43,9 @@ jobs: - name: Configure CMake id: step6 + env: + CC: gcc-13 + CXX: g++-13 working-directory: ${{github.workspace}}/neo run: cmake -B ${{github.workspace}}/build --preset=linux-${{inputs.build_type}} diff --git a/neo/linux-status b/neo/linux-status index 43bdd305..9b09fcf0 100644 --- a/neo/linux-status +++ b/neo/linux-status @@ -1,215 +1 @@ -Package: vcpkg-cmake-config -Version: 2022-02-06 -Port-Version: 1 -Architecture: x64-linux -Multi-Arch: same -Abi: abb7a37f1ff83868c8d28136b9d906d97b80686ca3c250dd8d0a9dfc85cdd436 -Type: Port -Status: install ok installed - -Package: vcpkg-cmake -Version: 2023-05-04 -Architecture: x64-linux -Multi-Arch: same -Abi: 08812ebdcfbe12cf834c5127e591ac5f15fb40174d10b2fcef7a670c7aac59e2 -Type: Port -Status: install ok installed - -Package: libjpeg-turbo -Version: 2.1.5.1 -Port-Version: 2 -Depends: vcpkg-cmake, vcpkg-cmake-config -Architecture: x64-linux -Multi-Arch: same -Abi: f2d5aceeb89a81901ea9256b666caac23e2e40971219433954cfa36cb689c2b9 -Description: libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. -Type: Port -Status: install ok installed - -Package: zlib -Version: 1.2.13 -Depends: vcpkg-cmake -Architecture: x64-linux -Multi-Arch: same -Abi: 2b061b620fadbc9e514c9879f42bb23459185b2032ee58b89a727aab03eb09cb -Description: A compression library -Type: Port -Status: install ok installed - -Package: libpng -Version: 1.6.39 -Port-Version: 1 -Depends: vcpkg-cmake, vcpkg-cmake-config, zlib -Architecture: x64-linux -Multi-Arch: same -Abi: 7bb3a160f898194540f0e6cdbaa1afeff29c48fb6f0062f26c3526577710d9e4 -Description: libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files -Type: Port -Status: install ok installed - -Package: alsa -Version: 1.2.8 -Port-Version: 1 -Architecture: x64-linux -Multi-Arch: same -Abi: 1c0d406c06007dced2d0af2d1fdfeb695ad857b48de7c804bd232172c35f26f0 -Description: The Advanced Linux Sound Architecture (ALSA) - library -Type: Port -Status: install ok installed - -Package: openal-soft -Version: 1.23.1 -Depends: alsa, vcpkg-cmake, vcpkg-cmake-config -Architecture: x64-linux -Multi-Arch: same -Abi: 28415951512859b9f3bb738df3f5bc5a2e4774a0d32ccfe4c896c69251ab2433 -Description: OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API. -Type: Port -Status: install ok installed - -Package: rapidjson -Version: 2023-04-27 -Depends: vcpkg-cmake, vcpkg-cmake-config -Architecture: x64-linux -Multi-Arch: same -Abi: 002320e4be29366edf91326688a5b5bcc938d0a3b49def82741882c70019beb1 -Description: A fast JSON parser/generator for C++ with both SAX/DOM style API -Type: Port -Status: install ok installed - -Package: sdl2 -Version: 2.26.5 -Depends: vcpkg-cmake, vcpkg-cmake-config -Architecture: x64-linux -Multi-Arch: same -Abi: 2cd9aee2165bd15ef16712f7c32584120e11f95a402749bcbf07fb9f16b09fbb -Description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. -Type: Port -Default-Features: base -Status: install ok installed - -Package: sdl2 -Feature: x11 -Architecture: x64-linux -Multi-Arch: same -Description: Build with X11 support -Type: Port -Status: install ok installed - -Package: sdl2 -Feature: wayland -Architecture: x64-linux -Multi-Arch: same -Description: Build with Wayland support -Type: Port -Status: install ok installed - -Package: vcpkg-tool-meson -Version: 0.63 -Architecture: x64-linux -Multi-Arch: same -Abi: 973c4e31448fffe82b4e81dd9763f7e28ebb84b20b981ffa35f80dfdf6c76e75 -Description: Meson build system -Type: Port -Status: install ok installed - -Package: pkgconf -Version: 1.8.0 -Port-Version: 5 -Depends: vcpkg-tool-meson -Architecture: x64-linux -Multi-Arch: same -Abi: c6b838c7f0f54a34e276490b85afad7ac3ce7c1f1937cd6ff0115334ee6c58b1 -Description: pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org. -Type: Port -Status: install ok installed - -Package: vcpkg-pkgconfig-get-modules -Version: 2023-02-25 -Depends: pkgconf -Architecture: x64-linux -Multi-Arch: same -Abi: 0e243c33bf32158ccf58a2000604c2f2a3c553efb05028fbdfb7a03cc1403971 -Type: Port -Status: install ok installed - -Package: vcpkg-cmake-get-vars -Version: 2023-03-02 -Depends: vcpkg-cmake -Architecture: x64-linux -Multi-Arch: same -Abi: 2e1b27ccca86e7503c94e15b1a626e26c1d147031eda4c84e07468970d509910 -Type: Port -Status: install ok installed - -Package: ffmpeg -Version: 5.1.2 -Port-Version: 6 -Depends: vcpkg-cmake-get-vars, vcpkg-pkgconfig-get-modules -Architecture: x64-linux -Multi-Arch: same -Abi: 19ef059b728cea5db727f2adf3e34aba5231c33b73143bb421be184d8f8215c1 -Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. - FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations. -Type: Port -Default-Features: avcodec, avdevice, avfilter, avformat, swresample, swscale -Status: install ok installed - -Package: ffmpeg -Feature: avcodec -Architecture: x64-linux -Multi-Arch: same -Description: Build the avcodec library -Type: Port -Status: install ok installed - -Package: ffmpeg -Feature: avdevice -Depends: ffmpeg -Architecture: x64-linux -Multi-Arch: same -Description: Build the avdevice library -Type: Port -Status: install ok installed - -Package: ffmpeg -Feature: avfilter -Architecture: x64-linux -Multi-Arch: same -Description: Build the avfilter library -Type: Port -Status: install ok installed - -Package: ffmpeg -Feature: avformat -Depends: ffmpeg -Architecture: x64-linux -Multi-Arch: same -Description: Build the avformat library -Type: Port -Status: install ok installed - -Package: ffmpeg -Feature: swresample -Architecture: x64-linux -Multi-Arch: same -Description: Build the swresample library -Type: Port -Status: install ok installed - -Package: ffmpeg -Feature: swscale -Architecture: x64-linux -Multi-Arch: same -Description: Build the swscale library -Type: Port -Status: install ok installed - -Package: sdl2 -Feature: ibus -Architecture: x64-linux -Multi-Arch: same -Description: Build with ibus IME support -Type: Port -Status: install ok installed - +CommitId: 3508985146f1b1d248c67ead13f8f54be5b4f5da \ No newline at end of file diff --git a/neo/windows-32-bit-status b/neo/windows-32-bit-status index 7d9abd94..9b09fcf0 100644 --- a/neo/windows-32-bit-status +++ b/neo/windows-32-bit-status @@ -1,224 +1 @@ -Package: vcpkg-tool-meson -Version: 0.63 -Architecture: x64-windows -Multi-Arch: same -Abi: 39cc4c7fd22a7993bb0207e0387ccfe32678c90b5e9b0a0ce340ac4408c33cc9 -Description: Meson build system -Type: Port -Status: install ok installed - -Package: pkgconf -Version: 1.8.0 -Port-Version: 5 -Depends: vcpkg-tool-meson -Architecture: x64-windows -Multi-Arch: same -Abi: c215dca17aa99966cde23587b2d4e5401c6b2f57e630495237aedf6028f384b8 -Description: pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org. -Type: Port -Status: install ok installed - -Package: vcpkg-pkgconfig-get-modules -Version: 2023-02-25 -Depends: pkgconf -Architecture: x64-windows -Multi-Arch: same -Abi: 33172b90f02d198ccb616c0b22af6cb5bdcea427bebfcc320f4dc2389f342f63 -Type: Port -Status: install ok installed - -Package: vcpkg-cmake -Version: 2023-05-04 -Architecture: x64-windows -Multi-Arch: same -Abi: afaad394af5898d4dfe6511d77c2067e063e222c1b9b602cbddd58ced80f3a80 -Type: Port -Status: install ok installed - -Package: vcpkg-cmake-get-vars -Version: 2023-03-02 -Depends: vcpkg-cmake -Architecture: x64-windows -Multi-Arch: same -Abi: 5e41b886d6d686caad463d6846dbdaa708773f2583994dad18244a0f793469d7 -Type: Port -Status: install ok installed - -Package: ffmpeg -Version: 5.1.2 -Port-Version: 6 -Depends: vcpkg-cmake-get-vars:x64-windows, vcpkg-pkgconfig-get-modules:x64-windows -Architecture: x86-windows-static-md -Multi-Arch: same -Abi: 591db19328b2396921800de16fe4aaf01685637d0b6f5adaceeae2375f1dc1f3 -Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. - FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations. -Type: Port -Default-Features: avcodec, avdevice, avfilter, avformat, swresample, swscale -Status: install ok installed - -Package: ffmpeg -Feature: avcodec -Architecture: x86-windows-static-md -Multi-Arch: same -Description: Build the avcodec library -Type: Port -Status: install ok installed - -Package: ffmpeg -Feature: avdevice -Depends: ffmpeg -Architecture: x86-windows-static-md -Multi-Arch: same -Description: Build the avdevice library -Type: Port -Status: install ok installed - -Package: ffmpeg -Feature: avfilter -Architecture: x86-windows-static-md -Multi-Arch: same -Description: Build the avfilter library -Type: Port -Status: install ok installed - -Package: ffmpeg -Feature: avformat -Depends: ffmpeg -Architecture: x86-windows-static-md -Multi-Arch: same -Description: Build the avformat library -Type: Port -Status: install ok installed - -Package: ffmpeg -Feature: swresample -Architecture: x86-windows-static-md -Multi-Arch: same -Description: Build the swresample library -Type: Port -Status: install ok installed - -Package: ffmpeg -Feature: swscale -Architecture: x86-windows-static-md -Multi-Arch: same -Description: Build the swscale library -Type: Port -Status: install ok installed - -Package: vcpkg-cmake-config -Version: 2022-02-06 -Port-Version: 1 -Architecture: x64-windows -Multi-Arch: same -Abi: 180230f8a384d29de0322a81f45edab18eab34c222ed1aa13445c8dedb323624 -Type: Port -Status: install ok installed - -Package: egl-registry -Version: 2022-09-20 -Architecture: x86-windows-static-md -Multi-Arch: same -Abi: ee4e1fe16a439af0566fa657fd6868c2933214d40ace30d89872ae8df8f08e55 -Description: the EGL API and Extension Registry -Type: Port -Status: install ok installed - -Package: opengl-registry -Version: 2022-09-29 -Port-Version: 1 -Depends: egl-registry -Architecture: x86-windows-static-md -Multi-Arch: same -Abi: 2959ffa807ff85d0f9d3151b226cca9eac044a94506cb388a43b611466eb146f -Description: the API and Extension registries for the OpenGL family APIs -Type: Port -Status: install ok installed - -Package: opengl -Version: 2022-12-04 -Port-Version: 3 -Depends: opengl-registry -Architecture: x86-windows-static-md -Multi-Arch: same -Abi: 3bd3993275ffc9f3e3c2f3427e3a6db11f9fe3ee20099b64af0de81690a348ce -Description: Open Graphics Library (OpenGL)[3][4][5] is a cross-language, cross-platform application programming interface (API) for rendering 2D and 3D vector graphics. -Type: Port -Status: install ok installed - -Package: glew -Version: 2.2.0 -Port-Version: 3 -Depends: opengl, vcpkg-cmake:x64-windows, vcpkg-cmake-config:x64-windows -Architecture: x86-windows-static-md -Multi-Arch: same -Abi: 4076c2cc0d123975712259f8595b55b649b38ddfb880c8a693a3f565f6b791a0 -Description: The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. -Type: Port -Status: install ok installed - -Package: libjpeg-turbo -Version: 2.1.5.1 -Port-Version: 2 -Depends: vcpkg-cmake:x64-windows, vcpkg-cmake-config:x64-windows -Architecture: x86-windows-static-md -Multi-Arch: same -Abi: b2ac6cb53cc62f3e3c28e3229612dc426d37e74dbbe3bd05ec67be517eccc08d -Description: libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. -Type: Port -Status: install ok installed - -Package: zlib -Version: 1.2.13 -Depends: vcpkg-cmake:x64-windows -Architecture: x86-windows-static-md -Multi-Arch: same -Abi: 78f89e9f14068ccf49b83bcdbed33386ef09ce8b1e3cf1859722b1e49b43cca0 -Description: A compression library -Type: Port -Status: install ok installed - -Package: libpng -Version: 1.6.39 -Port-Version: 1 -Depends: vcpkg-cmake:x64-windows, vcpkg-cmake-config:x64-windows, zlib -Architecture: x86-windows-static-md -Multi-Arch: same -Abi: 0d546f8c1928e86dd43583bc4b6617165ab9e63a03cb2a42e8624cabdef34e1a -Description: libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files -Type: Port -Status: install ok installed - -Package: openal-soft -Version: 1.23.0 -Port-Version: 2 -Depends: vcpkg-cmake:x64-windows, vcpkg-cmake-config:x64-windows -Architecture: x86-windows-static-md -Multi-Arch: same -Abi: 863fbf1ef3a91eb83a3b06e80a1b720a0f6cddd35f978b2829b828cbb02b1398 -Description: OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API. -Type: Port -Status: install ok installed - -Package: rapidjson -Version: 2023-04-27 -Depends: vcpkg-cmake:x64-windows, vcpkg-cmake-config:x64-windows -Architecture: x86-windows-static-md -Multi-Arch: same -Abi: dabaf91aa89cffefa5ea3352223b11192ac560b47d8d4d75d46df5af30d5d730 -Description: A fast JSON parser/generator for C++ with both SAX/DOM style API -Type: Port -Status: install ok installed - -Package: xaudio2redist -Version: 1.2.11 -Port-Version: 1 -Architecture: x86-windows-static-md -Multi-Arch: same -Abi: 8245bdb7eef26404c052069559bb47a99b46b424df8636c5551aa3673c9c0e47 -Description: Redistributable version of XAudio 2.9 for Windows 7 SP1 or later -Type: Port -Status: purge ok not-installed - -new +CommitId: 3508985146f1b1d248c67ead13f8f54be5b4f5da \ No newline at end of file diff --git a/neo/windows-status b/neo/windows-status index d3a19ea1..9b09fcf0 100644 --- a/neo/windows-status +++ b/neo/windows-status @@ -1,327 +1 @@ -Package: vcpkg-tool-meson -Version: 0.63 -Architecture: x64-windows -Multi-Arch: same -Abi: 42cb16d06c75d1c0d656787fd37bfcd74a3caa058d5a152aeb3488bba743e2c9 -Description: Meson build system -Status: install ok installed - -Package: pkgconf -Version: 1.8.0 -Port-Version: 5 -Depends: vcpkg-tool-meson -Architecture: x64-windows -Multi-Arch: same -Abi: 38a9cb953d560cedc66347f128c683eb07b6df294bb8261a9c6660b35f273d92 -Description: pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org. -Status: install ok installed - -Package: vcpkg-pkgconfig-get-modules -Version: 2023-02-25 -Depends: pkgconf -Architecture: x64-windows -Multi-Arch: same -Abi: 31151f81026fb3ee460247670353d68fcc94df5200fe0b402dced22040423711 -Status: install ok installed - -Package: vcpkg-cmake -Version: 2023-05-04 -Architecture: x64-windows -Multi-Arch: same -Abi: ccc500d539be15766f64a5b3c43f98d41205065624fe2409e3ae89f20ae3e1fa -Status: install ok installed - -Package: vcpkg-cmake-get-vars -Version: 2023-03-02 -Depends: vcpkg-cmake -Architecture: x64-windows -Multi-Arch: same -Abi: 0456a1f787b469a1e3843039fde3ed3cc0a4e2d0c2bdbe5c8536c85bfafd3fe6 -Status: install ok installed - -Package: ffmpeg -Version: 5.1.2 -Port-Version: 6 -Depends: vcpkg-cmake-get-vars:x64-windows, vcpkg-pkgconfig-get-modules:x64-windows -Architecture: x64-windows-static-md -Multi-Arch: same -Abi: 5d4244d12bd7b345df4edc7eabb9854f5e0c543a2dfaf37c5bee12245f600ecb -Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. - FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations. -Default-Features: avcodec, avdevice, avfilter, avformat, swresample, swscale -Status: install ok installed - -Package: ffmpeg -Feature: avcodec -Architecture: x64-windows-static-md -Multi-Arch: same -Description: Build the avcodec library -Status: install ok installed - -Package: ffmpeg -Feature: avdevice -Architecture: x64-windows-static-md -Multi-Arch: same -Description: Build the avdevice library -Status: install ok installed - -Package: ffmpeg -Feature: avfilter -Architecture: x64-windows-static-md -Multi-Arch: same -Description: Build the avfilter library -Status: install ok installed - -Package: ffmpeg -Feature: avformat -Architecture: x64-windows-static-md -Multi-Arch: same -Description: Build the avformat library -Status: install ok installed - -Package: ffmpeg -Feature: swresample -Architecture: x64-windows-static-md -Multi-Arch: same -Description: Build the swresample library -Status: install ok installed - -Package: ffmpeg -Feature: swscale -Architecture: x64-windows-static-md -Multi-Arch: same -Description: Build the swscale library -Status: install ok installed - -Package: vcpkg-cmake-config -Version: 2022-02-06 -Port-Version: 1 -Architecture: x64-windows -Multi-Arch: same -Abi: ec2f0f2d337a9137283d346c01067f6c432af0f8e8e7df8351bb23d2d75c23a2 -Status: install ok installed - -Package: egl-registry -Version: 2022-09-20 -Architecture: x64-windows-static-md -Multi-Arch: same -Abi: b773ffd64d4e6ea5dc4886a8831f9faab5e2c8341f5db83bef4dfabb8ac3b6a2 -Description: the EGL API and Extension Registry -Status: install ok installed - -Package: opengl-registry -Version: 2022-09-29 -Port-Version: 1 -Depends: egl-registry -Architecture: x64-windows-static-md -Multi-Arch: same -Abi: eb61e7b3c2a5d689b4ba260582cb4e2ffe81245e2984ff2532a14335f86537d5 -Description: the API and Extension registries for the OpenGL family APIs -Status: install ok installed - -Package: opengl -Version: 2022-12-04 -Port-Version: 3 -Depends: opengl-registry -Architecture: x64-windows-static-md -Multi-Arch: same -Abi: b5a8fe4fcc03f6118807726cb4c5bccde50ad7b0bb656277c819f9078c2ad187 -Description: Open Graphics Library (OpenGL)[3][4][5] is a cross-language, cross-platform application programming interface (API) for rendering 2D and 3D vector graphics. -Status: install ok installed - -Package: glew -Version: 2.2.0 -Port-Version: 3 -Depends: opengl, vcpkg-cmake:x64-windows, vcpkg-cmake-config:x64-windows -Architecture: x64-windows-static-md -Multi-Arch: same -Abi: 810f38e0d71030b8189da6a3c57ab9a68fde7fe7c3d7add178b5bd29ac7b286a -Description: The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. -Status: install ok installed - -Package: libjpeg-turbo -Version: 2.1.5.1 -Port-Version: 2 -Depends: vcpkg-cmake:x64-windows, vcpkg-cmake-config:x64-windows -Architecture: x64-windows-static-md -Multi-Arch: same -Abi: bb3dc8501bad807fdbb25254db04c49918bb2b3eeab3055961df453705b6e17f -Description: libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. -Status: install ok installed - -Package: zlib -Version: 1.2.13 -Depends: vcpkg-cmake:x64-windows -Architecture: x64-windows-static-md -Multi-Arch: same -Abi: 564ace149dea305b7812225f7da08c5eb3062c4552db26858391f922312e9bc0 -Description: A compression library -Status: install ok installed - -Package: libpng -Version: 1.6.39 -Port-Version: 1 -Depends: vcpkg-cmake:x64-windows, vcpkg-cmake-config:x64-windows, zlib -Architecture: x64-windows-static-md -Multi-Arch: same -Abi: fee18532df355b707fa7f32c368fda95b9346b16dc4ff9913bac2db9e89d8f1b -Description: libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files -Status: install ok installed - -Package: openal-soft -Version: 1.23.1 -Depends: vcpkg-cmake:x64-windows, vcpkg-cmake-config:x64-windows -Architecture: x64-windows-static-md -Multi-Arch: same -Abi: 0a99318c9c111c41b20e54d5bd7d115919c6a7f181eb02470a85c002504c6a72 -Description: OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API. -Status: install ok installed - -Package: rapidjson -Version: 2023-04-27 -Depends: vcpkg-cmake:x64-windows, vcpkg-cmake-config:x64-windows -Architecture: x64-windows-static-md -Multi-Arch: same -Abi: ae1166787f5bad00e03fd5cfd1bf90e7de0c3b7961a505cd199089dc595bda4d -Description: A fast JSON parser/generator for C++ with both SAX/DOM style API -Status: install ok installed - -Package: ffmpeg -Version: 5.1.2 -Port-Version: 6 -Depends: vcpkg-cmake-get-vars, vcpkg-pkgconfig-get-modules -Architecture: x64-windows -Multi-Arch: same -Abi: 1df3e921a3b9920e106387cdf8d3c9a2f3a201b41d776fabc70a69d9753ed2ce -Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. - FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations. -Default-Features: avcodec, avdevice, avfilter, avformat, swresample, swscale -Status: purge ok not-installed - -Package: ffmpeg -Feature: avcodec -Architecture: x64-windows -Multi-Arch: same -Description: Build the avcodec library -Status: purge ok not-installed - -Package: ffmpeg -Feature: avdevice -Architecture: x64-windows -Multi-Arch: same -Description: Build the avdevice library -Status: purge ok not-installed - -Package: ffmpeg -Feature: avfilter -Architecture: x64-windows -Multi-Arch: same -Description: Build the avfilter library -Status: purge ok not-installed - -Package: ffmpeg -Feature: avformat -Architecture: x64-windows -Multi-Arch: same -Description: Build the avformat library -Status: purge ok not-installed - -Package: ffmpeg -Feature: swresample -Architecture: x64-windows -Multi-Arch: same -Description: Build the swresample library -Status: purge ok not-installed - -Package: ffmpeg -Feature: swscale -Architecture: x64-windows -Multi-Arch: same -Description: Build the swscale library -Status: purge ok not-installed - -Package: egl-registry -Version: 2022-09-20 -Architecture: x64-windows -Multi-Arch: same -Abi: 77cea233ba794bf977ec30042ab2ab28e8f5de58b452c3fd9de0f2c7a6ffd28e -Description: the EGL API and Extension Registry -Status: purge ok not-installed - -Package: opengl-registry -Version: 2022-09-29 -Port-Version: 1 -Depends: egl-registry -Architecture: x64-windows -Multi-Arch: same -Abi: 7c4f0e623cf9046207b756cca7b6b73c8031f5ba3ced4e31d0685701c89fb8c6 -Description: the API and Extension registries for the OpenGL family APIs -Status: purge ok not-installed - -Package: opengl -Version: 2022-12-04 -Port-Version: 3 -Depends: opengl-registry -Architecture: x64-windows -Multi-Arch: same -Abi: b16be3baca7ac9157feea732e0a9791a9ca28b4599531adb6af6f1cfa7f1b655 -Description: Open Graphics Library (OpenGL)[3][4][5] is a cross-language, cross-platform application programming interface (API) for rendering 2D and 3D vector graphics. -Status: purge ok not-installed - -Package: glew -Version: 2.2.0 -Port-Version: 3 -Depends: opengl, vcpkg-cmake, vcpkg-cmake-config -Architecture: x64-windows -Multi-Arch: same -Abi: 703a7b8d9754e711e6f394fa333157a262b73a692d2dc1de45c24c4dc815e8a4 -Description: The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. -Status: purge ok not-installed - -Package: libjpeg-turbo -Version: 2.1.5.1 -Port-Version: 2 -Depends: vcpkg-cmake, vcpkg-cmake-config -Architecture: x64-windows -Multi-Arch: same -Abi: 9bf66b9e01cc2744c0d71663aec126005d34f5e970c18ff4cdfb26677a6da978 -Description: libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. -Status: purge ok not-installed - -Package: zlib -Version: 1.2.13 -Depends: vcpkg-cmake -Architecture: x64-windows -Multi-Arch: same -Abi: 1fc7d1fd372318fbe943bf6ecebb91647c0a42ba04ef809daf9b4ea3edeb8a28 -Description: A compression library -Status: purge ok not-installed - -Package: libpng -Version: 1.6.39 -Port-Version: 1 -Depends: vcpkg-cmake, vcpkg-cmake-config, zlib -Architecture: x64-windows -Multi-Arch: same -Abi: b947209f7ee0997efd8a93727dbc48399e51bfa48de29eef4cf7e58cec5913d2 -Description: libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files -Status: purge ok not-installed - -Package: openal-soft -Version: 1.23.1 -Depends: vcpkg-cmake, vcpkg-cmake-config -Architecture: x64-windows -Multi-Arch: same -Abi: 59e710517e6178df62587a96e7a8a9d38e8cd57cc5b57e96c3095e8554c4394b -Description: OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API. -Status: purge ok not-installed - -Package: rapidjson -Version: 2023-04-27 -Depends: vcpkg-cmake, vcpkg-cmake-config -Architecture: x64-windows -Multi-Arch: same -Abi: d1f62b834c2b236795fceb7018a1f03afb640059dc52ce7149ae65ef61aa0232 -Description: A fast JSON parser/generator for C++ with both SAX/DOM style API -Status: purge ok not-installed - +CommitId: 3508985146f1b1d248c67ead13f8f54be5b4f5da \ No newline at end of file diff --git a/vcpkg b/vcpkg index 40616a5e..35089851 160000 --- a/vcpkg +++ b/vcpkg @@ -1 +1 @@ -Subproject commit 40616a5e954f7be1077ef37db3fbddbd5dcd1ca6 +Subproject commit 3508985146f1b1d248c67ead13f8f54be5b4f5da