Package Details: tkimg 1.4.16-1

Git Clone URL: https://aur.archlinux.org/tkimg.git (read-only, click to copy)
Package Base: tkimg
Description: Provides the handling of several image formats beyond the standard formats in Tk
Upstream URL: https://wiki.tcl-lang.org/page/Img
Keywords: tk
Licenses: TCL
Submitter: Morn
Maintainer: meanjollies
Last Packager: meanjollies
Votes: 18
Popularity: 0.000000
First Submitted: 2015-08-10 15:23 (UTC)
Last Updated: 2024-01-31 02:36 (UTC)

Latest Comments

meanjollies commented on 2020-07-23 05:29 (UTC)

I believe that issue was just transitory, as I can pull the upstream source successfully. It's unfortunate that projects are still hosted using Sourceforge at all.

dhoodlum commented on 2020-07-22 02:09 (UTC)

makepkg is failing with an error.

curl: (22) The requested URL returned error: 404 
==> ERROR: Failure while downloading https://downloads.sourceforge.net/tkimg/Img-1.4.11-Source.tar.gz

I was able to work around this error by downloading the package manually, and modifying the PKGBUILD to be something like the following, then restarted the build.

source=("file:///home/user/Downloads/Img-1.4.11-Source.tar.gz")

haawda commented on 2018-04-28 09:36 (UTC)

I can confirm that it builds fine now.

meanjollies commented on 2018-04-28 02:08 (UTC)

@erk this should build successfully now.

erk commented on 2018-04-24 15:26 (UTC)

Does not compile errors with: gcc -shared -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -pipe -O2 -fomit-frame-pointer -DNDEBUG -Wall -Wwrite-strings -fPIC -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,--export-dynamic -o libtkimgpixmap1.4.2.so pixmap.o pixmapUnix.o -L/home/erk/aur/tkimg/src/tkimg1.4/base -ltkimgstub1.4.2 -lX11 -L/home/erk/aur/tkimg/src/tkimg1.4/base -ltkimgstub1.4.2 -lX11 -lXss -lXext -lXft -lfontconfig -lpthread -ldl -lz -lpthread -lieee -lm -L/usr/lib -ltclstub8.6 -L/usr/lib -ltkstub8.6 /usr/bin/ld: could not find -lieee collect2: error: ld returned exit code 1

blacktav commented on 2015-09-19 22:59 (UTC)

Yes scid_vs_pc. I can confirm your latest version of scid_vs_pc installs fine without tkimg. Good job! Thanks

Morn commented on 2015-09-10 15:48 (UTC)

OK, I've disowned this package as I only adopted this for scid_vs_pc in the first place. If someone knows how to fix this build, feel free to adopt.

Morn commented on 2015-09-10 15:38 (UTC)

I could reproduce a build problem after I wiped pkg and src; but for me it stops while building jdmerge.o. So yes, it looks like tkimg is definitely broken on Arch right now. What are you installing this for, scid_vs_pc? Because I think scid_vs_pc no longer needs tkimg with the latest tcl version.

blacktav commented on 2015-09-10 10:17 (UTC)

Build fails when linking libtifftcl3.9.4.so with tif_codec.o:(.data.rel+0x118): undefined reference to `TIFFInitJBIG' and similar Is our current libtiff4 too recent perhaps?