diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cf8ce8..fa9a600 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/debian/control b/debian/control index 5d691c4..da4cf8a 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,10 @@ Section: video Priority: optional Maintainer: John Bradley Uploaders: Kevin Henkel -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 diff --git a/release.sh b/release.sh index ce9e316..98eac6c 100755 --- a/release.sh +++ b/release.sh @@ -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/