aboutsummaryrefslogtreecommitdiffstats
path: root/community/cheese/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2021-04-08 13:09:34 +0200
committerRasmus Thomsen <oss@cogitri.dev>2021-04-09 13:50:50 +0200
commitcd848fad988b04cdf765769e8635181ff2acb27a (patch)
tree9aa99980dddca7702385b025d812775471708d4c /community/cheese/APKBUILD
parent73a8de1811b5e1ea66c541413b01dd70f1bf6b1c (diff)
community/cheese: rebuild w/ vala 0.52.1
While not strictly necessary, the new vala version introduces many fixes in the codegen and also fixes things like memory leaks Also add a patch for it to build w/ vala 0.52
Diffstat (limited to 'community/cheese/APKBUILD')
-rw-r--r--community/cheese/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/cheese/APKBUILD b/community/cheese/APKBUILD
index 1a4a21a70a9..25ff165108c 100644
--- a/community/cheese/APKBUILD
+++ b/community/cheese/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=cheese
pkgver=3.38.0
-pkgrel=0
+pkgrel=1
pkgdesc="Take photos and videos with your webcam"
url="https://wiki.gnome.org/Apps/Cheese"
arch="all !mips64" # blocked by gst-plugins-bad
@@ -32,7 +32,8 @@ makedepends="
checkdepends="xvfb-run"
options="!check" # wonky tests
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-libs"
-source="https://download.gnome.org/sources/cheese/${pkgver%.*}/cheese-$pkgver.tar.xz"
+source="https://download.gnome.org/sources/cheese/${pkgver%.*}/cheese-$pkgver.tar.xz
+ 7cf6268e54620bbbe5e6e61800c50fb0cb4bea57.patch"
build() {
abuild-meson . output
@@ -43,4 +44,5 @@ package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
-sha512sums="210b50fc79a7b3a72c94163fe0dd76f7f29f576c1085c671c2c6c3b7f59ee362aec288f885a590ebfd9530534b6a6bad569c6df57874b9fcecf7e9f1ba9531ae cheese-3.38.0.tar.xz"
+sha512sums="210b50fc79a7b3a72c94163fe0dd76f7f29f576c1085c671c2c6c3b7f59ee362aec288f885a590ebfd9530534b6a6bad569c6df57874b9fcecf7e9f1ba9531ae cheese-3.38.0.tar.xz
+de93e2664331a792205c29cf893317719b182bece4185452e705cc349d48dbe46d7320a337e16d923dee4da693c07ba0542b4bc4367162212c7df549313849c2 7cf6268e54620bbbe5e6e61800c50fb0cb4bea57.patch"