Package Details: nconvert-bin 7.221-1

Git Clone URL: https://aur.archlinux.org/nconvert-bin.git (read-only, click to copy)
Package Base: nconvert-bin
Description: Command line batch image processor and converter from XnSoft.
Upstream URL: https://www.xnview.com/en/nconvert/
Licenses: LicenseRef-custom
Conflicts: nconvert
Provides: nconvert
Submitter: dvoraksw
Maintainer: dvoraksw
Last Packager: dvoraksw
Votes: 1
Popularity: 0.000000
First Submitted: 2022-03-01 11:15 (UTC)
Last Updated: 2025-03-29 17:38 (UTC)

Latest Comments

dvoraksw commented on 2025-03-02 16:06 (UTC)

Fixed errors and changed install directory.Thank you SoftExpert for your proposal.

SoftExpert commented on 2025-02-21 05:32 (UTC)

Hello,

I propose to add a few modifications in the package to address the following issues:

  • namcap complains about the license

solved by license=('LicenseRef-custom')

  • namcap complains about dependencies

solved by depends=('libwebp' 'gcc-libs' 'glibc')

Also, I think it is better to install in the directory /opt/NConvert, also install the plugins and just add a symlink to /usr/bin/nconvert

package() {
    cd NConvert
    install -d "${pkgdir}/opt/NConvert"
    install -d "${pkgdir}/opt/NConvert/Plugins"
    install -d "${pkgdir}/usr/bin"

    install -m 755 -D nconvert "${pkgdir}/opt/NConvert/nconvert"
    install -m 644 -D license.txt "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
    install -m 644 -D {Formats.txt,Plugins.txt,ReadMe.txt,Usage.txt,WhatsNew.txt} -t "${pkgdir}/usr/share/doc/${pkgname}"
    install -m 644 Plugins/{libsharpyuv.so,libwebpdecoder.so,libwebpdemux.so,libwebpmux.so,libwebp.so,openjp2.so} -t "${pkgdir}/opt/NConvert/Plugins"

    ln -sf /opt/NConvert/nconvert "${pkgdir}/usr/bin/nconvert"
    ln -sf "./libwebp.so" "${pkgdir}/opt/NConvert/Plugins/libwebp.so.7"
}

What do you think ?

dvoraksw commented on 2025-02-19 18:14 (UTC)

Fixed.

thujone commented on 2025-02-12 13:58 (UTC)

Hello, I flagged out-of-date because the 64-bit archive was updated to 7.192 and the build fails with:

==> Validating source_x86_64 files with sha256sums...
    NConvert-linux64.tgz ... FAILED
==> ERROR: One or more files did not pass the validity check!

The new SHA256 hash is 048c3c298acab62e05ad606f9a692748ff095f9034465932557da41f76b6827a.

dvoraksw commented on 2023-05-27 11:03 (UTC)

Fixed. Thank you for your message.

eientei95 commented on 2023-05-24 03:29 (UTC)

64-bit version updated to 7.136, SHA256 is 5e8364bdc1fe61d2c37871e0591ddc2048ccf0cd8041846b433ef04f10280cba

32-bit version is still the same