This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-04-30 20:33:17 +03:00 committed by GitHub
parent 37cfcf7dd6
commit 7f630a0676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ubuntu:22.10
image: ubuntu:23.04
volumes:
- /proc:/proc
options: --privileged -it

3
debian/control vendored
View File

@ -3,9 +3,10 @@ Section: video
Priority: optional
Maintainer: John Bradley <jrb@turrettech.com>
Uploaders: Kevin Henkel <obs.goldace@gmail.com>
Build-Depends: debhelper (>= 9), cmake, ninja-build, pkg-config, clang, clang-format, build-essential, curl, ccache, git, libffmpeg-amf-dev, libavcodec-dev, libavdevice-dev, libnss3-dev, libnspr4-dev, libpipewire-0.3-dev, libavfilter-dev, libavformat-dev, libavutil-dev, libswresample-dev, libswscale-dev, libx264-dev, libcurl4-openssl-dev, libmbedtls-dev, libgl1-mesa-dev, libjansson-dev, libluajit-5.1-dev, python3-dev, libx11-dev, libxcb-randr0-dev, libxcb-shm0-dev, libxcb-xinerama0-dev, libxcb-composite0-dev, libxcomposite-dev, libxinerama-dev, libxcb1-dev, libx11-xcb-dev, libxcb-xfixes0-dev, swig, libcmocka-dev, libxss-dev, libglvnd-dev, libgles2-mesa, libgles2-mesa-dev, libwayland-dev, librist-dev, libsrt-openssl-dev, libpci-dev, qt6-base-dev, qt6-base-private-dev, libqt6svg6-dev, qt6-wayland, qt6-image-formats-plugins, libasound2-dev libfdk-aac-dev, libfontconfig-dev, libfreetype6-dev, libjack-jackd2-dev, libpulse-dev, libsndio-dev, libspeexdsp-dev, libudev-dev, libv4l-dev, libva-dev, libvlc-dev, libdrm-dev
Build-Depends: debhelper (>= 9), cdbs, cmake, git, libx11-dev, libgl1-mesa-dev | libgl-dev, libpulse-dev, libxcb-composite0-dev, libxinerama-dev, libv4l-dev, libudev-dev, libfreetype6-dev, libfontconfig-dev, qt6-base-dev, qt6-base-private-dev, libqt6svg6-dev, libx264-dev, libxcb-xinerama0-dev, libxcb-shm0-dev, libavformat-dev, libavcodec-dev, libavutil-dev, libswscale-dev, libswresample-dev, libavdevice-dev, libavfilter-dev, libfdk-aac-dev, libjack-jackd2-dev, libcurl4-openssl-dev, libspeexdsp-dev, libvlc-dev, libasound2-dev, libluajit-5.1-dev, python3-dev, swig, libmbedtls-dev, pkg-config, libxcb-randr0-dev, libxcb-xfixes0-dev, libx11-xcb-dev, libxcb1-dev, libjansson-dev, libnss3-dev, libxtst-dev, libatspi2.0-dev, libatk-bridge2.0-dev, libatk1.0-dev, libgtk2.0-dev, libgtkglext1-dev, libxss-dev, linux-generic, v4l2loopback-dkms, libwayland-dev, libpci-dev, libdrm-dev, libpipewire-0.3-dev, librist-dev, libsrt-openssl-dev, libva-dev, libuuid1, nlohmann-json3-dev, libwebsocketpp-dev, libasio-dev, libffmpeg-amf-dev
Homepage: http://obsproject.org
Package: obs-studio
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, qt6-wayland, qt6-qpa-plugins, obs-gstreamer-vaapi-plugin, obs-gamecapture-plugin

View File

@ -5,7 +5,7 @@ dpkg-sig --sign builder ./output/*.deb
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/*.deb
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/