Skip to content
Open
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
11 changes: 10 additions & 1 deletion pkgbuilds/intel-ipu7-camera/.omarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"source": "local"
"source": "local",
"release_ring": "fast",
"rebuild_on": [
"jsoncpp"
],
"rebuilt_against": {
"x86_64": {
"jsoncpp": "1.9.6-3"
}
}
}
4 changes: 2 additions & 2 deletions pkgbuilds/intel-ipu7-camera/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=intel-ipu7-camera
pkgver=1.0.5
pkgrel=1
pkgrel=2
pkgdesc="Intel IPU7 MIPI camera stack for Hurrican/Performance (OV08X40 + hardware ISP)"
arch=('x86_64')
url="https://github.com/TsaiGaggery/hurrican_omarchy_enabling"
Expand All @@ -16,7 +16,7 @@ depends=(
'gst-plugins-base'
'gst-plugins-good'
'gst-plugins-bad'
'jsoncpp'
'libjsoncpp.so'
'libdrm'
)
makedepends=(
Expand Down