Skip to content
Snippets Groups Projects
Commit 1c75cd32 authored by DWwanghao's avatar DWwanghao
Browse files

community/*: enable on loongarch64

parent 1aea1bf7
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !77198. Comments created here will be created in the context of that merge request.
...@@ -5,8 +5,8 @@ pkgver=2024.2 ...@@ -5,8 +5,8 @@ pkgver=2024.2
pkgrel=0 pkgrel=0
pkgdesc="Plays music, and nothing else" pkgdesc="Plays music, and nothing else"
url="https://gitlab.gnome.org/World/amberol" url="https://gitlab.gnome.org/World/amberol"
# s390x, loongarch64: fails to build # s390x: fails to build
arch="all !s390x !loongarch64" arch="all !s390x"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
depends=" depends="
gst-libav gst-libav
......
...@@ -6,7 +6,7 @@ pkgrel=0 ...@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="High quality system independent, portable, open source libm implementation" pkgdesc="High quality system independent, portable, open source libm implementation"
url="https://openlibm.org/" url="https://openlibm.org/"
# riscv64 is not supported upstream # riscv64 is not supported upstream
arch="all !s390x !riscv64 !loongarch64" arch="all !s390x !riscv64"
license="MIT AND BSD-2-Clause AND ISC AND LGPL-2.1-or-later" license="MIT AND BSD-2-Clause AND ISC AND LGPL-2.1-or-later"
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
source="openlibm-$pkgver.tar.gz::https://github.com/JuliaLang/openlibm/archive/v$pkgver.tar.gz source="openlibm-$pkgver.tar.gz::https://github.com/JuliaLang/openlibm/archive/v$pkgver.tar.gz
......
...@@ -7,8 +7,8 @@ pkgrel=9 ...@@ -7,8 +7,8 @@ pkgrel=9
pkgdesc="OpenSMTPD filter integration for Rspamd" pkgdesc="OpenSMTPD filter integration for Rspamd"
url="https://github.com/poolpOrg/filter-rspamd" url="https://github.com/poolpOrg/filter-rspamd"
license="ISC" license="ISC"
# s390x, loongarch64: blocked by opensmtpd -> libressl # s390x: blocked by opensmtpd -> libressl
arch="all !s390x !loongarch64" arch="all !s390x"
options="!check" # No test suite options="!check" # No test suite
depends="opensmtpd" depends="opensmtpd"
makedepends="go" makedepends="go"
......
...@@ -7,8 +7,8 @@ pkgrel=13 ...@@ -7,8 +7,8 @@ pkgrel=13
pkgdesc="OpenSMTPD senderscore filter" pkgdesc="OpenSMTPD senderscore filter"
url="https://github.com/poolpOrg/filter-senderscore" url="https://github.com/poolpOrg/filter-senderscore"
license="ISC" license="ISC"
# s390x, loongarch64: blocked by opensmtpd -> libressl # s390x: blocked by opensmtpd -> libressl
arch="all !s390x !loongarch64" arch="all !s390x"
options="!check" # No test suite options="!check" # No test suite
depends="opensmtpd" depends="opensmtpd"
makedepends="go" makedepends="go"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment