mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 21:26:58 +02:00
43 lines
1.1 KiB
Text
43 lines
1.1 KiB
Text
# Contributor: Angelo Verlain <hey@vixalien.com>
|
|
maintainer="Angelo Verlain <hey@vixalien.com>"
|
|
pkgname=elementary-videos
|
|
pkgver=8.0.1
|
|
pkgrel=0
|
|
pkgdesc="Videos app designed for elementary OS"
|
|
url="https://github.com/elementary/videos"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
makedepends="
|
|
granite7-dev
|
|
gstreamer-dev
|
|
gst-plugins-base-dev
|
|
gtk4.0-dev
|
|
libadwaita-dev
|
|
meson
|
|
vala
|
|
"
|
|
subpackages="$pkgname-lang"
|
|
source="
|
|
$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz
|
|
fix-null-terminated-array.patch
|
|
"
|
|
|
|
builddir="$srcdir/videos-$pkgver"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
ea3b06073bc44189f1bc327d605edda1b99487e666eedaa04d8cd167e76022dd85212abcfd9c70130657faa227811a41a3f673661866554a6cd85dcd876910c4 elementary-videos-8.0.1.tar.gz
|
|
edd3a8526c192505ed5c2b60209dab3d89c2595c94f8d61db1944abdfe4142775a8a04c01a672389906f10bc5ab6dcb4e475d74b41f8b34368b1c75befaf01dc fix-null-terminated-array.patch
|
|
"
|