Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pixz package #2369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

pixz package #2369

wants to merge 1 commit into from

Conversation

fshp
Copy link

@fshp fshp commented Mar 13, 2021

The original PKGBUILD was taken from the archlinux with small changes

@Biswa96
Copy link
Member

Biswa96 commented Mar 13, 2021

Do you want this as a msys2 package? Then the program will depend on msys2 DLL (fork of cygwin).

@1480c1
Copy link
Contributor

1480c1 commented Mar 13, 2021

Considering the support windows patch, I would assume MINGW-packages would be a better location

@fshp
Copy link
Author

fshp commented Mar 13, 2021

By bad.
I first compiled the package with a mingw. And a patch was required.
But for the msys the patch is not needed.
I think the option without patches is better. Or pure exe is better?

pixz/PKGBUILD Outdated Show resolved Hide resolved
pixz/PKGBUILD Outdated Show resolved Hide resolved
pixz/PKGBUILD Outdated Show resolved Hide resolved
@1480c1
Copy link
Contributor

1480c1 commented Mar 13, 2021

I think the option without patches is better. Or pure exe is better?

If it compiles fine and works as expected without patch, then without patch is fine

The original PKGBUILD was taken from the archlinux
@lazka lazka added the new-package Pull request which adds new package(s) label Mar 18, 2021
@lazka
Copy link
Member

lazka commented Jun 28, 2022

I tried to build this with mingw. Only one function for detecting the core count needed patching, but the resulting binary produces corrupt xz archives.

@fshp
Copy link
Author

fshp commented Jun 28, 2022

Try the latest pixz version

@lazka
Copy link
Member

lazka commented Jun 28, 2022

I tried git master. but maybe I missed something..

@goyalyashpal
Copy link

pixz (https://man.archlinux.org/man/pixz.1)

NAME
pixz - parallel, indexed xz compressor

DESCRIPTION
pixz compresses and decompresses files using multiple processors. If the input looks like a tar(1) archive, it also creates an index of all the files in the archive. This allows the extraction of only a small segment of the tarball, without needing to decompress the entire archive.

hmm, nice 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-package Pull request which adds new package(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants