Skip to content

Add unarr library#230

Merged
sharkwouter merged 3 commits intomasterfrom
bucanero-unarr-1
Jul 9, 2025
Merged

Add unarr library#230
sharkwouter merged 3 commits intomasterfrom
bucanero-unarr-1

Conversation

@bucanero
Copy link
Contributor

@bucanero bucanero commented Jul 9, 2025

unarr library, as mentioned in discord

@bucanero bucanero requested review from Copilot and sharkwouter July 9, 2025 18:48
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds a PKGBUILD script to compile and install the Unarr decompression library for PSP using the PSPDev toolchain.

  • Introduces unarr/PSPBUILD for PSP target packaging
  • Configures CMake with PSP toolchain and installs static libraries
  • Installs license file into PSP share directory
Comments suppressed due to low confidence (1)

unarr/PSPBUILD:27

  • [nitpick] The XTRA_OPTS array is not defined in this script; define it or remove the reference to avoid confusion.
    cmake -Wno-dev -DCMAKE_TOOLCHAIN_FILE="${PSPDEV}/psp/share/pspdev.cmake" -DCMAKE_INSTALL_PREFIX="${pkgdir}/psp" \

unarr/PSPBUILD Outdated
mkdir -p build
cd build
cmake -Wno-dev -DCMAKE_TOOLCHAIN_FILE="${PSPDEV}/psp/share/pspdev.cmake" -DCMAKE_INSTALL_PREFIX="${pkgdir}/psp" \
-DCMAKE_C_FLAGS="-Wno-error=incompatible-pointer-types" \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required for it to build? Just making sure. Otherwise this PR looks great.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @sharkwouter , I removed the line: -DCMAKE_C_FLAGS="-Wno-error=incompatible-pointer-types" \ , but not sure if you're also referring to other flags?

@sharkwouter sharkwouter merged commit b15b2d7 into master Jul 9, 2025
180 checks passed
@sharkwouter sharkwouter deleted the bucanero-unarr-1 branch July 9, 2025 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants