Package Details: lib32-tkimg 1.4.14-1

Git Clone URL: https://aur.archlinux.org/lib32-tkimg.git (read-only, click to copy)
Package Base: lib32-tkimg
Description: Provides the handling of several image formats beyond the standard formats in Tk (32-bit)
Upstream URL: https://wiki.tcl-lang.org/page/Img
Keywords: tk
Licenses: BSD
Submitter: gbs
Maintainer: gbs
Last Packager: gbs
Votes: 2
Popularity: 0.000000
First Submitted: 2018-03-26 14:17 (UTC)
Last Updated: 2023-05-23 01:31 (UTC)

Latest Comments

Popolon commented on 2020-10-01 20:51 (UTC)

Git diff of PKGBUILD for v1.4.11 (works, with some Warnings on docs, for obsoletes options).

diff --git a/PKGBUILD b/PKGBUILD
index 2dd4ffc..caecbc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
 # Contributor: kotyz kotyz.king@gmail.com

pkgname=lib32-tkimg -pkgver=1.4.7 +pkgver=1.4.11 pkgrel=1 pkgdesc="This package enhances Tk, adding support for many other Image formats: BMP, XBM, XPM, GIF, PNG, JPEG, TIFF and postscript. (32-bit)" url="http://tkimg.sourceforge.net" arch=('x86_64') license=('BSD') depends=('lib32-zlib' 'lib32-libjpeg' 'lib32-libpng' 'lib32-libtiff' 'lib32-tcl' 'lib32-tk' 'tcllib') -source=(http://downloads.sourceforge.net/tkimg/${pkgver%.}/Img-Source-$pkgver.tar.gz) -sha1sums=('c8131096488f42fbb143aee41e3b4878eaa17397') +source=(http://downloads.sourceforge.net/tkimg/${pkgver%.}/Img-$pkgver-Source.tar.gz) +sha1sums=('df8a169b7d48ff2aa42ad892d028c068e5716cee')

build() { - cd "$srcdir/Img-Source-$pkgver" + cd "$srcdir/Img-$pkgver"

export CC='gcc -m32' export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' @@ -25,7 +25,7 @@ build() { }

package() { - cd "$srcdir/Img-Source-$pkgver" + cd "$srcdir/Img-$pkgver"

make INSTALL_ROOT="$pkgdir" install rm -rf "$pkgdir/usr/"{include,share}

chychino commented on 2019-04-23 05:58 (UTC)

collect2: error: ld returned 1 exit status make[1]: [Makefile:270: libtkimgpixmap1.4.7.so] Error 1 make[1]: Leaving directory '/home/zhray/.cache/yay/lib32-tkimg/src/Img-Source-1.4.7/pixmap' make: [Makefile:99: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Error making: lib32-tkimg

y6yuan commented on 2018-11-21 02:14 (UTC)

@simonsmh, after rebuilding lib32-tk from aur, solve the lieee not found issue.

gbs commented on 2018-11-19 22:59 (UTC)

I cannot reproduce either build failure. You could try rebuilding lib32-tk first to see if this solves it.

simonsmh commented on 2018-11-17 14:39 (UTC)

I got -lieee not found problem too...

binaryshadow commented on 2018-11-06 18:00 (UTC)

checking for Tk configuration... configure: error: Can't find Tk configuration definitions. Use --with-tk to specify a directory containing tkConfig.sh

In my system file tkConfig.sh place in /usr/lib32/tk8.5

evopen commented on 2018-09-20 04:58 (UTC)

I got -lieee not found problem. libieee is no longer exists in latest glibc.