Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: meson-focal-deb #4483

Merged
merged 3 commits into from
Sep 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ makedeb-deb
mangohud
mcontrolcenter-bin
megasync-deb
meson-focal-deb
micro
microsoft-edge-beta-deb
microsoft-edge-dev-deb
Expand Down
7 changes: 6 additions & 1 deletion packages/libcamera-git/libcamera-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name="libcamera-git"
gives="libcamera"
pkgver="0.1.0"
url="https://git.libcamera.org/libcamera/libcamera.git"
makedepends=("build-essential" "meson" "ninja-build" "pkg-config" "libyaml-dev" "python3-yaml" "python3-ply" "python3-jinja2" "libssl-dev" "openssl" "libdw-dev" "libunwind-dev" "libudev-dev" "python3-sphinx" "doxygen" "graphviz" "texlive-latex-extra" "libgstreamer1.0-dev" "libgstreamer-plugins-base1.0-dev" "libdrm-dev" "libjpeg-dev" "libsdl2-dev" "libexif-dev" "qtbase5-dev" "libqt5core5a" "libqt5gui5" "libqt5widgets5" "qttools5-dev-tools" "libtiff-dev" "liblttng-ust-dev" "python3-jinja2" "lttng-tools")
if [[ "$(lsb_release -cs)" == "focal" ]]; then
pacdeps=("meson-focal-deb")
else
MESON="meson"
fi
makedepends=("build-essential" "${MESON}" "ninja-build" "pkg-config" "libyaml-dev" "python3-yaml" "python3-ply" "python3-jinja2" "libssl-dev" "openssl" "libdw-dev" "libunwind-dev" "libudev-dev" "python3-sphinx" "doxygen" "graphviz" "texlive-latex-extra" "libgstreamer1.0-dev" "libgstreamer-plugins-base1.0-dev" "libdrm-dev" "libjpeg-dev" "libsdl2-dev" "libexif-dev" "qtbase5-dev" "libqt5core5a" "libqt5gui5" "libqt5widgets5" "qttools5-dev-tools" "libtiff-dev" "liblttng-ust-dev" "python3-jinja2" "lttng-tools")
maintainer="Oren Klopfer <[email protected]>"
pkgdesc="Open source camera stack and framework"
pkgver() {
Expand Down
9 changes: 9 additions & 0 deletions packages/meson-focal-deb/meson-focal-deb.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name="meson-focal-deb"
pkgver="0.61.2"
gives="meson"
url="https://github.com/oklopfer/debs/raw/master/meson-focal/${gives}_${pkgver}-1_all.deb"
hash="d9c97eac0a3573a98db98a7e56e043968da8ad7908c31f6b16daa19febd28e9b"
maintainer="Oren Klopfer <[email protected]>"
pkgdesc="Special built meson for compiling on focal"
arch=('any')
incompatible=("ubuntu:20.10" "ubuntu:21.04" "ubuntu:21.10" "ubuntu:22.04" "ubuntu:22.10" "ubuntu:23.04" "ubuntu:23.10" "ubuntu:devel" "debian:*")
Loading