Search Criteria
Package Details: tkimg 1.4.13-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: | |
Submitter: | Morn |
Maintainer: | meanjollies |
Last Packager: | meanjollies |
Votes: | 18 |
Popularity: | 0.25 |
First Submitted: | 2015-08-10 15:23 |
Last Updated: | 2021-01-08 23:20 |
Dependencies (7)
- libjpeg (libjpeg-droppatch, mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git, libjpeg-turbo)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libtiff (libtiff-git, libtiff-minimal-git)
- tcl (tcl85, tcl-nothreading)
- tcllib
- tk (tk85)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
Required by (14)
- core (optional)
- core-git
- drakon-editor
- imgtools (optional)
- linuxcnc
- linuxcnc-bin
- linuxcnc-git
- linuxcnc-sim
- mcu8051ide
- mdliveview
- scid (optional)
- scid-vs-pc-svn
- therion
- tksqlite (optional)
Latest Comments
meanjollies commented on 2020-07-23 05:29
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
makepkg is failing with an error.
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.
haawda commented on 2018-04-28 09:36
I can confirm that it builds fine now.
meanjollies commented on 2018-04-28 02:08
@erk this should build successfully now.
erk commented on 2018-04-24 15:26
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
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
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
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
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?