Skip to content

Commit

Permalink
[gr-framework-git] update build/optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Nov 22, 2024
1 parent 7b556c8 commit 09e2bbc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions alarmcn/gr-framework-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ url="https://gr-framework.org"
license=("MIT")
depends=("bzip2" "cairo" "fontconfig" "freetype2" "ghostscript" "glfw"
"libjpeg-turbo" "libpng" "libtiff" "libx11" "libxft" "libxt" "pixman"
"qhull" "qt5-base" "zlib")
makedepends=("git" "cmake" "patchelf")
optdepends=("ffmpeg: video support")
"qhull" "zlib" "qt6-base" "zeromq" "xerces-c")
makedepends=("git" "cmake" "patchelf" "ffmpeg" "qt5-base")
optdepends=("ffmpeg: video support"
"qt5-base: qt5 plugin")
provides=("${pkgname%-*}=${pkgver}")
conflicts=("${pkgname%-*}")
source=("gr-framework::git+https://github.com/sciapp/gr.git#branch=develop"
Expand Down
2 changes: 1 addition & 1 deletion alarmcn/gr-framework-git/lilac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ post_build: git_pkgbuild_commit
update_on:
- source: vcs
- source: manual
manual: 1
manual: 2
7 changes: 4 additions & 3 deletions archlinuxcn/gr-framework-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ url="https://gr-framework.org"
license=("MIT")
depends=("bzip2" "cairo" "fontconfig" "freetype2" "ghostscript" "glfw"
"libjpeg-turbo" "libpng" "libtiff" "libx11" "libxft" "libxt" "pixman"
"qhull" "qt5-base" "zlib")
makedepends=("git" "cmake" "patchelf")
optdepends=("ffmpeg: video support")
"qhull" "zlib" "qt6-base" "zeromq" "xerces-c")
makedepends=("git" "cmake" "patchelf" "ffmpeg" "qt5-base")
optdepends=("ffmpeg: video support"
"qt5-base: qt5 plugin")
provides=("${pkgname%-*}=${pkgver}")
conflicts=("${pkgname%-*}")
source=("gr-framework::git+https://github.com/sciapp/gr.git#branch=develop"
Expand Down
2 changes: 1 addition & 1 deletion archlinuxcn/gr-framework-git/lilac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ post_build: git_pkgbuild_commit
update_on:
- source: vcs
- source: manual
manual: 1
manual: 2

0 comments on commit 09e2bbc

Please sign in to comment.