Package Details: woeusb-ng 0.2.12-3

Git Clone URL: https://aur.archlinux.org/woeusb-ng.git (read-only, click to copy)
Package Base: woeusb-ng
Description: Simple tool that enable you to create your own usb stick with Windows installer.
Upstream URL: https://github.com/WoeUSB/WoeUSB-ng
Keywords: Windows WoeUSB WoeUSB-ng
Licenses: GPL3
Conflicts: woeusb, woeusb-git
Provides: woeusb
Submitter: Waxy
Maintainer: barbuk
Last Packager: barbuk
Votes: 178
Popularity: 1.46
First Submitted: 2020-07-24 20:28 (UTC)
Last Updated: 2023-06-10 12:07 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

barbuk commented on 2023-06-10 12:07 (UTC)

https://archlinux.org/packages/extra/x86_64/ntfs-3g/ provides ntfsprogs. So the change is minor and can remove a hard Dependency on ntfs-3g.

barbuk commented on 2023-06-10 11:36 (UTC) (edited on 2023-06-10 11:36 (UTC) by barbuk)

The ntfsprogs are part of the ntfs-3g package: https://man.archlinux.org/man/ntfsprogs.8.en

Is this to support packages like https://aur.archlinux.org/packages/ntfsprogs-ntfs3 ?

<deleted-account> commented on 2023-06-10 10:57 (UTC)

Could you please remove the dependency on ntfs-3g and add ntfsprogs instead?

barbuk commented on 2023-05-26 07:04 (UTC)

Thanks for the feedback.

For information, I followed the archwiki for the new python build: https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)

The new version add the missing python-setuptools build dep and fixes the PKGBUILD following @silverbluep comment.

silverbluep commented on 2023-05-25 17:38 (UTC)

python-setuptools is required for build, you removed from makedepends but it doesn't build otherwise.

Also; your changes to the PKGBUILD with strings are lacking quotation marks; while redundant quatation marks makes the PKGBUILD much more readible, and more secure to vulnerabilities for arbitrary code execution.

Zhao_Zuohong commented on 2021-12-04 05:45 (UTC)

I don't know much about the package woeusb-ng itself, but for NTFS, there is a new solution: the ntfs3 driver from paragon, which has been merged into linux >= 5.15.

Waxy commented on 2021-12-03 17:00 (UTC)

As windows 10 images are now much bigger than 4GB, it needs ntfs, but from previews comments I assume that there is now different solution for it than ntfs-3g?

D3SOX commented on 2021-12-03 16:04 (UTC)

Can ntfs-3g be made an optional dependency for Linux >= 5.15 or is it a hard dependency of the program?

Zhao_Zuohong commented on 2021-08-05 04:44 (UTC) (edited on 2021-08-05 04:45 (UTC) by Zhao_Zuohong)

Can WoeUSB-ng make use of ntfs3-dkms package? (link)