disable stable runner, move to edge, add fotema update
All checks were successful
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Successful in 1h5m3s
All checks were successful
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Successful in 1h5m3s
supersonic-desktop
This commit is contained in:
parent
c1568adfa2
commit
c7e81a6e15
8 changed files with 124 additions and 67 deletions
56
edge/fotema/APKBUILD
Executable file
56
edge/fotema/APKBUILD
Executable file
|
|
@ -0,0 +1,56 @@
|
|||
pkgname=fotema
|
||||
pkgver=2.0.2
|
||||
pkgrel=0
|
||||
pkgdesc="Inteligent photo gallery for Linux written in rust"
|
||||
url="https://github.com/blissd/fotema"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="ffmpeg ffmpegthumbs ffmpeg-libavutil ffmpeg-libavformat ffmpeg-libavdevice ffmpeg-libavfilter sqlite"
|
||||
makedepends="
|
||||
gnome-desktop-dev
|
||||
libadwaita-dev
|
||||
meson
|
||||
gtk4.0-dev
|
||||
gobject-introspection-dev
|
||||
desktop-file-utils
|
||||
appstream
|
||||
rust
|
||||
cargo
|
||||
openssl-dev
|
||||
pkgconf
|
||||
ffmpeg-dev
|
||||
ffmpeg-libavutil
|
||||
ffmpeg-libavformat
|
||||
ffmpeg-libavdevice
|
||||
ffmpeg-libavfilter
|
||||
clang20
|
||||
gcc
|
||||
clang20-dev
|
||||
clang20-extra-tools
|
||||
clang20-libclang
|
||||
clang20-libs
|
||||
musl-dev
|
||||
sqlite-dev
|
||||
libshumate-dev
|
||||
libadwaita-dev
|
||||
opencv-dev
|
||||
"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/blissd/fotema/archive/refs/tags/v$pkgver.tar.gz"
|
||||
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
ls -lah
|
||||
abuild-meson \
|
||||
--buildtype=release \
|
||||
. output
|
||||
meson compile -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
ls -lah
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
sha512sums="
|
||||
e86235940e45a5609e4c6984f4d36e0b050c742f0cc563d743347fc4dfeb0c2945f1b37401f00af2d216465b2118c4a57c5a6899ed4da8867b85f46f6f27eee2 fotema-2.0.2.tar.gz
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue