Search Criteria
Package Details: tkimg 2.0.0-1
Package Actions
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-10-02 00:32 (UTC) |
Dependencies (7)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- tcl (tcl-fossilAUR, tcl84AUR)
- tcllibAUR
- tk (tk-fossilAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
Required by (9)
- core (optional)
- core-git
- drakon-editor
- imgtools (optional)
- mcu8051ide
- mdliveview
- scid (optional)
- therion
- tksqlite (optional)
Latest Comments
1 2 Next › Last »
meanjollies commented on 2024-10-23 23:17 (UTC)
Hey @remcycles! I'm not able to reproduce that, unfortunately. It builds successfully in a clean environment for me. I can confirm that the
-DTcl_Size=int
option is getting passed in. Would you happen to have any flags set anywhere that might be causing this?remcycles commented on 2024-10-23 22:36 (UTC)
gcc is failing with
<command-line>: error: two or more data types in declaration specifiers
.I've narrowed it down to the
-DTcl_Size=int
option. I don't know the proper fix here. I do knowTcl_Size
is a new Tcl 9.0 feature. Strangely, if I completely remove that option, or define it to something other than a built-in type (like my initials,-DTcl_Size=rjf
), then the zlib Makefile compiles successfully with gcc 14.2.1.Here's the end of my log:
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.
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 (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)
Morn commented on 2015-09-10 15:48 (UTC)
Morn commented on 2015-09-10 15:38 (UTC)
1 2 Next › Last »