Package Details: axmldec 1.2.1-2

Git Clone URL: https://aur.archlinux.org/axmldec.git (read-only, click to copy)
Package Base: axmldec
Description: Stand-alone binary AndroidManifest.xml decoder
Upstream URL: https://github.com/SelfRef/axmldec
Licenses: ISC
Submitter: yukijoou
Maintainer: yukijoou
Last Packager: yukijoou
Votes: 0
Popularity: 0.000000
First Submitted: 2024-08-02 19:17 (UTC)
Last Updated: 2025-09-20 10:26 (UTC)

Latest Comments

yukijoou commented on 2025-09-20 10:26 (UTC)

@SelfRef, thanks a lot!

package has been updated ^_^

SelfRef commented on 2025-09-18 13:20 (UTC)

@yukijoou Oh, right, I forgot about that. There it is:

https://github.com/SelfRef/axmldec/releases/tag/v1.2.1

yukijoou commented on 2025-09-17 16:40 (UTC)

@SelfRef, would you mind tagging a release, so that I can bump up the version number accordingly? Since this isn't a -git package, I'd like to track a specific version rather than the master branch!

yukijoou commented on 2025-09-17 16:33 (UTC)

@SelfRef thanks, will switch over to this!

SelfRef commented on 2025-09-16 18:28 (UTC)

@yukijoou Original repository looks abandoned. You may want to swap the repo to my fixed fork: https://github.com/SelfRef/axmldec

I'm compiling it on Arch, so I know it's working there. It doesn't require any patches or workarounds to build.

yukijoou commented on 2025-03-30 13:57 (UTC)

@dreieck, I have updated the package. This should be fixed now. Thanks for the report!

dreieck commented on 2025-03-28 21:43 (UTC)

prepare() fails in cmake call:

-- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")
CMake Error at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  By not providing "FindZLIBNG.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "ZLIBNG", but
  CMake did not find one.

  Could not find a package configuration file provided by "ZLIBNG" with any
  of the following names:

    ZLIBNGConfig.cmake
    zlibng-config.cmake

  Add the installation prefix of "ZLIBNG" to CMAKE_PREFIX_PATH or set
  "ZLIBNG_DIR" to a directory containing one of the above files.  If "ZLIBNG"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  /usr/lib/cmake/minizip-ng/minizip-ng-config.cmake:37 (find_dependency)
  CMakeLists.txt:70 (find_package)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in prepare().

zlib is installed.

Regards!