Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!77334
community/mauikit-imagetools: enable on loongarch64
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
community/mauikit-imagetools: enable on loongarch64
benpicco/aports:lommunity/mauikit-imagetools-loongarch64
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
benpicco
requested to merge
benpicco/aports:lommunity/mauikit-imagetools-loongarch64
into
master
3 months ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
This is no longer blocked by OpenCV
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
379b25b5
1 commit,
3 months ago
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
community/mauikit-imagetools/APKBUILD
+
1
−
2
Options
@@ -7,8 +7,7 @@ pkgrel=0
pkgdesc
=
"MauiKit Image Tools Components"
# armhf blocked by extra-cmake-modules
# s390x, armhf, x86, ppc64le blocked by tesseract-ocr
# loongarch64: blocked by opencv
arch
=
"all !armhf !s390x !x86 !ppc64le !loongarch64"
arch
=
"all !armhf !s390x !x86 !ppc64le"
url
=
"https://mauikit.org/"
license
=
"GPL-2.0-or-later"
depends
=
"
Loading