Package Details: opl-pc-tools-git 3.0.r1.g2da4c5c-1

Git Clone URL: https://aur.archlinux.org/opl-pc-tools-git.git (read-only, click to copy)
Package Base: opl-pc-tools-git
Description: Desktop tools for working with Open PS2 Loader storages
Upstream URL: https://github.com/brainstream/OPL-PC-Tools
Keywords: loader open opl ps2
Licenses: GPL-3.0-or-later
Submitter: howorang
Maintainer: howorang
Last Packager: howorang
Votes: 0
Popularity: 0.000000
First Submitted: 2024-06-11 17:19 (UTC)
Last Updated: 2024-06-11 17:19 (UTC)

Latest Comments

gibroule commented on 2026-05-08 09:33 (UTC)

There's an issue with during the build of the package. As it doesn't clone the git submodules by default there's an error when CMake tries to reach the lz4 dependency.

I fixed it by adding a prepare step like this :

prepare() {
    cd "$srcdir/OPL-PC-Tools"
    git submodule update --init --recursive
}

jedcooper commented on 2026-02-01 20:19 (UTC)

I can confirm this builds and runs.

itstenchy commented on 2025-12-21 13:03 (UTC)

The issue causing this package to be out of date has been fixed upstream. I can confirm the currently -git version builds and runs correctly again.

Maintainer: please consider clearing the out of date flag.