Search Criteria
Package Details: pixieditor 2.1.0.23-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pixieditor.git (read-only, click to copy) |
|---|---|
| Package Base: | pixieditor |
| Description: | All-in-one solution for 2D image editing |
| Upstream URL: | https://pixieditor.net |
| Licenses: | LGPL-3.0-or-later |
| Submitter: | vitaliikuzhdin |
| Maintainer: | None |
| Last Packager: | vitaliikuzhdin |
| Votes: | 4 |
| Popularity: | 0.004333 |
| First Submitted: | 2025-08-02 08:49 (UTC) |
| Last Updated: | 2026-04-30 19:20 (UTC) |
Dependencies (6)
- dotnet-runtime-8.0 (dotnet-runtime-8.0-binAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, ffmpeg-decklinkAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-full-llvmAUR, ffmpeg-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR, xdg-utils-gitAUR)
- dotnet-sdk-8.0-binAUR (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
vitaliikuzhdin commented on 2026-07-03 08:22 (UTC)
@AlieeLinux, the build has been failing for a while now due to the SDK being too new. I don't know much about .NET to provide an immediate fix and I currently don't have enough time to research it from scratch. I've made the
PKGBUILDquite flexible so if it gets fixed by upstream in the future and I don't pick it back up, you can just bump the version and push the update.AlieeLinux commented on 2026-07-01 15:30 (UTC)
no way this got orphaned
vitaliikuzhdin commented on 2026-05-23 17:49 (UTC) (edited on 2026-05-23 17:51 (UTC) by vitaliikuzhdin)
It currently fails to build hence my lack of update. If I recall correctly, this has happened before and was caused by the .NET SDK being too new. Let's wait a bit and see how it goes.
vitaliikuzhdin commented on 2025-08-16 10:04 (UTC)
@Arimil, the reason is that I can't request something like
makedepends=('dotnet-sdk-8.0>=405'). The next best option ismakedepends=('dotnet-sdk>=8.0.18.sdk405'), whichdotnet-sdk-9.0technically satisfies. Maybe I should notify the maintainer of the Arch .NET packages to consider altering the provides, but I'm not sure they would change something already so stable.Arimil commented on 2025-08-15 23:51 (UTC) (edited on 2025-08-15 23:53 (UTC) by Arimil)
Odd, I see this has the dotnet-sdk-8.0 as a dependency but when I go to install it, it tries to install dotnet-sdk-9.0.8, and fails with the error mentioned below.
Funnily enough I also have dotnet-sdk-8.0 installed, just not at exactly 8.0.405.
vitaliikuzhdin commented on 2025-08-04 06:27 (UTC)
@twelvedogs, please install
dotnet-sdk-8.0-binfrom the AUR.twelvedogs commented on 2025-08-03 22:24 (UTC) (edited on 2025-08-03 22:25 (UTC) by twelvedogs)