diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 921e2c9e..5ba17870 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -226,7 +226,7 @@ jobs: curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libopenmpt-dev-0.7.11-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libplacebo-dev-7.349.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libpng-dev-1.6.44-1-x86_64.pkg.tar.zst - curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsdl2-dev-2.30.8-1-x86_64.pkg.tar.zst + curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsdl2-dev-2.30.9-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsoxr-dev-0.1.3-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libspeex-dev-1.2.1-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsrt-dev-1.5.3-1-x86_64.pkg.tar.zst @@ -234,7 +234,7 @@ jobs: curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libva-dev-2.22.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvorbis_aotuv-dev-1.3.7-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvpl-dev-2023.4.0-1-x86_64.pkg.tar.zst - curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvpx-dev-1.14.1-1-x86_64.pkg.tar.zst + curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvpx-dev-1.15.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libwebp-dev-1.4.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libxml2-dev-2.13.4-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libxvid-dev-1.3.7-1-x86_64.pkg.tar.zst @@ -1137,7 +1137,7 @@ jobs: run: | curl -OL https://github.com/${{ github.repository }}/releases/download/dev/zlib-dev-2.2.2-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libogg-dev-1.3.5-1-x86_64.pkg.tar.zst - curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsdl2-dev-2.30.8-1-x86_64.pkg.tar.zst + curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsdl2-dev-2.30.9-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvorbis_aotuv-dev-1.3.7-1-x86_64.pkg.tar.zst pacman -U *.zst --noconfirm cd libopenmpt-dev; makepkg-$COMPILER -sLf @@ -1883,7 +1883,7 @@ jobs: curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libplacebo-dev-7.349.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libpng-dev-1.6.44-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsamplerate-dev-0.2.2-1-x86_64.pkg.tar.zst - curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsdl2-dev-2.30.8-1-x86_64.pkg.tar.zst + curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsdl2-dev-2.30.9-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsixel-dev-1.10.3-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsoxr-dev-0.1.3-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libspeex-dev-1.2.1-1-x86_64.pkg.tar.zst @@ -1894,7 +1894,7 @@ jobs: curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libva-dev-2.22.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvorbis_aotuv-dev-1.3.7-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvpl-dev-2023.4.0-1-x86_64.pkg.tar.zst - curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvpx-dev-1.14.1-1-x86_64.pkg.tar.zst + curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvpx-dev-1.15.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libwebp-dev-1.4.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libxml2-dev-2.13.4-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libxvid-dev-1.3.7-1-x86_64.pkg.tar.zst diff --git a/.github/workflows/ffmpeg.yml b/.github/workflows/ffmpeg.yml index b205f6cc..da1f895c 100644 --- a/.github/workflows/ffmpeg.yml +++ b/.github/workflows/ffmpeg.yml @@ -62,7 +62,7 @@ jobs: curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libopenmpt-dev-0.7.11-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libplacebo-dev-7.349.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libpng-dev-1.6.44-1-x86_64.pkg.tar.zst - curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsdl2-dev-2.30.8-1-x86_64.pkg.tar.zst + curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsdl2-dev-2.30.9-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsoxr-dev-0.1.3-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libspeex-dev-1.2.1-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsrt-dev-1.5.3-1-x86_64.pkg.tar.zst @@ -70,7 +70,7 @@ jobs: curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libva-dev-2.22.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvorbis_aotuv-dev-1.3.7-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvpl-dev-2023.4.0-1-x86_64.pkg.tar.zst - curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvpx-dev-1.14.1-1-x86_64.pkg.tar.zst + curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvpx-dev-1.15.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libwebp-dev-1.4.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libxml2-dev-2.13.4-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libxvid-dev-1.3.7-1-x86_64.pkg.tar.zst diff --git a/.github/workflows/mpv.yml b/.github/workflows/mpv.yml index 128af8b0..8b378314 100644 --- a/.github/workflows/mpv.yml +++ b/.github/workflows/mpv.yml @@ -81,7 +81,7 @@ jobs: curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libplacebo-dev-7.349.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libpng-dev-1.6.44-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsamplerate-dev-0.2.2-1-x86_64.pkg.tar.zst - curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsdl2-dev-2.30.8-1-x86_64.pkg.tar.zst + curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsdl2-dev-2.30.9-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsixel-dev-1.10.3-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libsoxr-dev-0.1.3-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libspeex-dev-1.2.1-1-x86_64.pkg.tar.zst @@ -92,7 +92,7 @@ jobs: curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libva-dev-2.22.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvorbis_aotuv-dev-1.3.7-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvpl-dev-2023.4.0-1-x86_64.pkg.tar.zst - curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvpx-dev-1.14.1-1-x86_64.pkg.tar.zst + curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libvpx-dev-1.15.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libwebp-dev-1.4.0-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libxml2-dev-2.13.4-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libxvid-dev-1.3.7-1-x86_64.pkg.tar.zst diff --git a/libsdl2-dev/PKGBUILD b/libsdl2-dev/PKGBUILD index 9be607c6..23515d94 100644 --- a/libsdl2-dev/PKGBUILD +++ b/libsdl2-dev/PKGBUILD @@ -1,5 +1,5 @@ pkgname=libsdl2-dev -pkgver=2.30.8 +pkgver=2.30.9 pkgrel=1 pkgdesc='Provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D' arch=('x86_64') diff --git a/libvpx-dev/PKGBUILD b/libvpx-dev/PKGBUILD index 1118f01c..2c59bc10 100644 --- a/libvpx-dev/PKGBUILD +++ b/libvpx-dev/PKGBUILD @@ -1,5 +1,5 @@ pkgname=libvpx-dev -pkgver=1.14.1 +pkgver=1.15.0 pkgrel=1 pkgdesc='WebM VP8/VP9 Codec SDK' arch=('x86_64')