mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
community/plasma-camera: upgrade to 2.0.0
This commit is contained in:
parent
1f17d2ce64
commit
5c67dc1c8f
1 changed files with 8 additions and 5 deletions
|
@ -4,9 +4,8 @@
|
|||
# The group tag is just to easily find this APKBUILD by some scripts for automation
|
||||
# group=kde-other
|
||||
pkgname=plasma-camera
|
||||
pkgver=1.0_git20240819
|
||||
pkgver=2.0.0
|
||||
pkgrel=0
|
||||
_commit="73de8e63ed969595cc70ce88686e3458aa997da0"
|
||||
pkgdesc="Camera application for Plasma Mobile"
|
||||
# armhf blocked by kirigami
|
||||
arch="all !armhf"
|
||||
|
@ -16,22 +15,26 @@ depends="
|
|||
gst-plugins-bad
|
||||
gst-plugins-good
|
||||
kirigami
|
||||
libcamera
|
||||
qt6-qtmultimedia
|
||||
qt6-qtsensors
|
||||
"
|
||||
makedepends="
|
||||
extra-cmake-modules
|
||||
kcoreaddons-dev
|
||||
ki18n-dev
|
||||
kirigami-dev
|
||||
libcamera-dev
|
||||
qt6-qtbase-dev
|
||||
qt6-qtdeclarative-dev
|
||||
qt6-qtmultimedia-dev
|
||||
qt6-qtsensors-dev
|
||||
qt6-qtsvg-dev
|
||||
samurai
|
||||
"
|
||||
checkdepends="appstream"
|
||||
subpackages="$pkgname-lang"
|
||||
source="https://invent.kde.org/plasma-mobile/plasma-camera/-/archive/$_commit/plasma-camera-$_commit.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$_commit"
|
||||
source="https://download.kde.org/stable/plasma-camera/plasma-camera-$pkgver.tar.xz"
|
||||
|
||||
build() {
|
||||
cmake -B build -G Ninja \
|
||||
|
@ -50,5 +53,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
47c94fa9890bbb9399d820b1e1a125af974cecbd38394d2619f9fb86918a9b28e56238f3f3c3116d529fd134d1307741bec29ed213a247d36e1418efbe4e6ff1 plasma-camera-73de8e63ed969595cc70ce88686e3458aa997da0.tar.gz
|
||||
679265300fdd26e7478fcc4ff27e0fe721d6bb1f9a260962354b8e0165d76be922dd6be9526c2e5a3c30f2772482699338500ddf1efe5be50cc1b69404778259 plasma-camera-2.0.0.tar.xz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue