Search Criteria
Package Details: dislocker-git 0.7.3.r37.g845e20c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dislocker-git.git (read-only, click to copy) |
---|---|
Package Base: | dislocker-git |
Description: | FUSE driver to read/write Windows' BitLocker-ed volumes |
Upstream URL: | https://github.com/Aorimn/dislocker |
Licenses: | GPL2 |
Conflicts: | dislocker |
Provides: | dislocker |
Submitter: | K5HV |
Maintainer: | agowa |
Last Packager: | agowa |
Votes: | 9 |
Popularity: | 0.000086 |
First Submitted: | 2016-01-11 19:19 (UTC) |
Last Updated: | 2024-01-15 01:27 (UTC) |
Dependencies (6)
- fuse (fuse2)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- ruby
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ntfs-3g (ntfsprogs-ntfs3AUR) (optional) – NTFS file system support
Latest Comments
snakeroot commented on 2025-04-14 15:48 (UTC)
dislocker upstream file https://github.com/Aorimn/dislocker/blob/master/CMakeLists.txt sets the minimum cmake version to 2.6 ("cmake_minimum_required (VERSION 2.6)"). Using cmake 4.0.1, this causes a build failure.
Adding the additional parameter "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" to the cmake invocation in the PKGBUILD's "build()" function results in the package building.
MarsSeed commented on 2023-10-23 20:16 (UTC)
This should depend on
mbedtls
, not on its abandoned, outdated duplicate, 'aur-mbedtls'.pino commented on 2023-06-20 23:04 (UTC)
Include this line in the BUILDPKG's build() function and will do the trick
sed -i 's/^#include "mbedtls\/config.h"/#include "mbedtls\/mbedtls_config.h"/;s/# define SHA256(input, len, output) mbedtls_sha256_ret(input, len, output, 0)/# define SHA256(input, len, output) mbedtls_sha256(input, len, output, 0)/' include/dislocker/ssl_bindings.h
korimitsu commented on 2023-05-07 11:56 (UTC)
Still fails:
korimitsu commented on 2023-04-23 18:20 (UTC)
Fails to build:
korimitsu commented on 2022-11-25 06:40 (UTC)
Please add to PKGBUILD: