Package Details: arc_unpacker-git r2428.456834ec-7

Git Clone URL: https://aur.archlinux.org/arc_unpacker-git.git (read-only, click to copy)
Package Base: arc_unpacker-git
Description: CLI tool for extracting images and sounds from visual novels.
Upstream URL: https://github.com/vn-tools/arc_unpacker
Licenses: GPL-3.0-or-later
Conflicts: arc_unpacker
Provides: arc_unpacker, arc_unpacker-git
Submitter: sebba
Maintainer: absrdspc
Last Packager: absrdspc
Votes: 5
Popularity: 0.000003
First Submitted: 2017-07-22 16:13 (UTC)
Last Updated: 2026-06-18 17:26 (UTC)

Latest Comments

1 2 Next › Last »

absrdspc commented on 2026-06-18 17:27 (UTC)

I've added the fix. All tests are passing on my machine. Thank you @zkm2fw!

WalkerM commented on 2025-12-07 18:57 (UTC)

huh, seems to still be failing. It compiles now, but there are some tests that don't work. It just shows a dump of characters beforehand, I don't really know what to make of it. Sorry to be an inconvenience!

test cases:  316 |  314 passed | 2 failed
assertions: 8740 | 8737 passed | 3 failed

zkm2fw commented on 2025-12-05 04:15 (UTC) (edited on 2025-12-27 03:02 (UTC) by zkm2fw)

fix

prepare() {
  sed -i "/^find_package(Boost/ s, system , ,g" "$srcdir/$pkgname/CMakeLists.txt"
}

https://github.com/prusa3d/PrusaSlicer/issues/14899#issuecomment-3365217679

WalkerM commented on 2025-11-20 19:39 (UTC)

Hey! Hope you've been having a good year, seems like the package broke again, the new error is:

Could not find a package configuration file provided by "boost_system"
  (requested version 1.89.0) with any of the following names:

    boost_systemConfig.cmake
    boost_system-config.cmake

  Add the installation prefix of "boost_system" to CMAKE_PREFIX_PATH or set
  "boost_system_DIR" to a directory containing one of the above files.  If
  "boost_system" provides a separate development package or SDK, be sure it
  has been installed.

Thanks in advance if you manage to fix it!

WalkerM commented on 2025-07-21 16:40 (UTC)

Thanks a lot! It's a very useful tool.

absrdspc commented on 2025-07-19 13:04 (UTC)

Build fixed, tests are passing

WalkerM commented on 2025-07-06 16:39 (UTC)

Hey! I've been trying to get the package to build without success for a bit. Seems the support for arc_unpacker's build has been removed from CMake due to old age. That's what I understand, at least:

Compatibility with CMake < 3.5 has been removed from CMake.

Does anyone has any idea on how to fix it? If I find a solution I'll be more than happy to share it.