diff options
-rw-r--r-- | community/cheese/APKBUILD | 4 | ||||
-rw-r--r-- | community/gst-editing-services/APKBUILD | 3 | ||||
-rw-r--r-- | community/gtk4.0/APKBUILD | 4 | ||||
-rw-r--r-- | community/nheko/APKBUILD | 3 | ||||
-rw-r--r-- | community/peek/APKBUILD | 3 | ||||
-rw-r--r-- | community/plasma-camera/APKBUILD | 3 | ||||
-rw-r--r-- | community/webkit2gtk/APKBUILD | 3 |
7 files changed, 8 insertions, 15 deletions
diff --git a/community/cheese/APKBUILD b/community/cheese/APKBUILD index 21ee56d516f..c40c60ddfd0 100644 --- a/community/cheese/APKBUILD +++ b/community/cheese/APKBUILD @@ -5,8 +5,8 @@ pkgver=3.38.0 pkgrel=1 pkgdesc="Take photos and videos with your webcam" url="https://wiki.gnome.org/Apps/Cheese" -# mips64 and riscv64 blocked by gst-plugins-bad -arch="all !mips64 !riscv64" +# s390x blocked by gnome-desktop +arch="all !s390x" license="GPL-2.0-or-later" depends="gsettings-desktop-schemas" makedepends=" diff --git a/community/gst-editing-services/APKBUILD b/community/gst-editing-services/APKBUILD index 8bed0bb6647..72e64a7c2dd 100644 --- a/community/gst-editing-services/APKBUILD +++ b/community/gst-editing-services/APKBUILD @@ -6,8 +6,7 @@ pkgrel=0 pkgdesc="GStreamer Editing Services Library" url="https://gstreamer.freedesktop.org" # s390x blocked by 7 failing tests -# mips64 and riscv64 blocked by librsvg -> gst-plugins-bad -arch="all !s390x !mips64 !riscv64" +arch="all !s390x" license="LGPL-2.0-or-later" makedepends="gstreamer-dev gtk-doc python3 gobject-introspection-dev py3-gobject3-dev glib-dev gst-plugins-good gst-plugins-bad-dev gst-plugins-base-dev diff --git a/community/gtk4.0/APKBUILD b/community/gtk4.0/APKBUILD index f10ce509b21..361f477fef4 100644 --- a/community/gtk4.0/APKBUILD +++ b/community/gtk4.0/APKBUILD @@ -6,9 +6,7 @@ pkgrel=0 pkgdesc="The GTK Toolkit (v4)" url="https://www.gtk.org/" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall" -# mips64 blocked by ilmbase -# s390x blocked by polkit -> colord -arch="all !mips64 !s390x !riscv64" +arch="all !mips !mips64 !s390x !riscv64" # blocked by polkit -> colord options="!check" # Test suite is known to fail upstream license="LGPL-2.1-or-later" subpackages="$pkgname-demo $pkgname-dev $pkgname-doc $pkgname-lang $pkgname-dbg" diff --git a/community/nheko/APKBUILD b/community/nheko/APKBUILD index af6295c8802..af542c5e818 100644 --- a/community/nheko/APKBUILD +++ b/community/nheko/APKBUILD @@ -7,8 +7,7 @@ pkgrel=6 pkgdesc="Qt5-based client for Matrix protocol" url="https://github.com/Nheko-Reborn/nheko/releases" # armhf blocked by qt5-qtmultimedia -# mips64 and riscv64 blocked by gst-plugins-bad -arch="all !armhf !mips64 !riscv64" +arch="all !armhf" license="GPL-3.0-or-later" options="!check" # no test suite depends=" diff --git a/community/peek/APKBUILD b/community/peek/APKBUILD index 7585a5e7780..313fee663cf 100644 --- a/community/peek/APKBUILD +++ b/community/peek/APKBUILD @@ -5,8 +5,7 @@ pkgver=1.5.1 pkgrel=1 pkgdesc="Simple animated GIF screen recorder with an easy to use interface" url="https://github.com/phw/peek" -# mips64 and riscv64 blocked by gst-plugins-bad -arch="all !mips64 !riscv64" +arch="all" license="GPL-3.0-or-later" depends="ffmpeg gst-plugins-good gst-plugins-bad" makedepends="meson gtk+3.0-dev gettext-dev vala txt2man keybinder3-dev" diff --git a/community/plasma-camera/APKBUILD b/community/plasma-camera/APKBUILD index 1a5ee0e70a0..4cf337e6a7c 100644 --- a/community/plasma-camera/APKBUILD +++ b/community/plasma-camera/APKBUILD @@ -6,8 +6,7 @@ pkgrel=0 _commit="78c2e161c31b07be15f67c53bb556c3100a956b6" pkgdesc="Camera application for Plasma Mobile" # armhf blocked by qt5-qtdeclarative -# mips64 and riscv64 blocked by gst-plugins-bad -arch="all !armhf !mips64 !riscv64" +arch="all !armhf" url="https://invent.kde.org/plasma-mobile/plasma-camera" license="GPL-3.0-or-later AND BSD-3-Clause" depends=" diff --git a/community/webkit2gtk/APKBUILD b/community/webkit2gtk/APKBUILD index 59de2a01259..a0680bdc671 100644 --- a/community/webkit2gtk/APKBUILD +++ b/community/webkit2gtk/APKBUILD @@ -7,8 +7,7 @@ pkgver=2.34.1 pkgrel=0 pkgdesc="Portable web rendering engine WebKit for GTK+" url="https://webkitgtk.org/" -# mips64 and riscv64 blocked by gst-plugins-bad -arch="all !mips64 !riscv64" +arch="all" license="LGPL-2.0-or-later AND BSD-2-Clause" depends="bubblewrap xdg-dbus-proxy dbus:org.freedesktop.Secrets" makedepends=" |