Skip to content

Commit

Permalink
add: meson-focal-deb
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer committed Aug 31, 2023
1 parent d167379 commit 2a17bf0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
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
8 changes: 8 additions & 0 deletions packages/meson-focal-deb/meson-focal-deb.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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')

0 comments on commit 2a17bf0

Please sign in to comment.