blob: 2b4f9f21a9a2bd3313f93dcbe0d50161f8ee1ede (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = live-photo-conv
pkgdesc = A cross-platform tool to process live photos of Google Android
pkgver = 0.2.6
pkgrel = 1
url = https://github.com/wszqkzqk/live-photo-conv
arch = x86_64
arch = aarch64
arch = riscv64
arch = loong64
license = LGPL-2.1-or-later
makedepends = vala
makedepends = meson
makedepends = git
makedepends = gobject-introspection
depends = glib2
depends = libgexiv2
depends = gstreamer
depends = gst-plugins-base-libs
depends = gst-plugins-good
depends = gst-plugins-bad
depends = gdk-pixbuf2
optdepends = ffmpeg: FFmpeg backend to convert internal video of a live photo to static pictures
optdepends = libavif: Support to save as .avif with GStreamer and GdkPixbuf backend
optdepends = libheif: Support to save photos as .heif, .heic, and .avif with GStreamer and GdkPixbuf backend
optdepends = libjxl: Support to save photos as .jxl with GStreamer and GdkPixbuf backend
optdepends = webp-pixbuf-loader: Support to save photos as .webp with GStreamer and GdkPixbuf backend
source = git+https://github.com/wszqkzqk/live-photo-conv.git#tag=0.2.6
sha256sums = 661f0ad537aa86f9acdac03ee1a1aa200df9c20be04a27efcde9e287a769b544
pkgname = live-photo-conv
|