diff options
Diffstat (limited to 'dev-tcltk/tkimg/tkimg-1.4.7.ebuild')
| -rw-r--r-- | dev-tcltk/tkimg/tkimg-1.4.7.ebuild | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/dev-tcltk/tkimg/tkimg-1.4.7.ebuild b/dev-tcltk/tkimg/tkimg-1.4.7.ebuild deleted file mode 100644 index 9b154c50ab86..000000000000 --- a/dev-tcltk/tkimg/tkimg-1.4.7.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools eutils multilib prefix toolchain-funcs virtualx - -MYP=Img-Source-$PV - -DESCRIPTION="Adds a lot of image formats to Tcl/Tk" -HOMEPAGE="https://sourceforge.net/projects/tkimg/" -SRC_URI="mirror://sourceforge/${PN}/${PN}/1.4/${PN}%20${PV}/${MYP}.tar.gz - https://dev.gentoo.org/~tupone/distfiles/${P}-patchset-1.tar.xz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="doc test static-libs" - -RDEPEND=" - dev-lang/tk:= - >=dev-tcltk/tcllib-1.11 - media-libs/tiff:0= - >=media-libs/libpng-1.6:0= - >=sys-libs/zlib-1.2.7:= - x11-libs/libX11 - virtual/jpeg:=" -DEPEND="${RDEPEND} - test? ( - x11-apps/xhost - media-fonts/font-misc-misc - media-fonts/font-cursor-misc )" - -# Fails tests -RESTRICT="test" - -S="${WORKDIR}/${MYP}" - -PATCHES=( - "${WORKDIR}"/${P}-tclconfig.patch - "${WORKDIR}"/${P}-jpeg.patch - "${WORKDIR}"/${P}-zlib.patch - "${WORKDIR}"/${P}-png.patch - "${WORKDIR}"/${P}-tiff.patch - "${FILESDIR}"/${PN}-1.4-jpeg-9.patch -) - -src_prepare() { - default - find . -name configure -delete - eautoreconf - for dir in zlib libpng libtiff libjpeg base bmp gif ico jpeg pcx pixmap png\ - ppm ps sgi sun tga tiff window xbm xpm dted raw ; do - (cd $dir; eautoreconf) - done - - find compat/{libjpeg,libpng,zlib,libtiff} -delete - - eprefixify */*.h - tc-export AR -} - -src_install() { - local l bl - - emake \ - DESTDIR="${D}" \ - INSTALL_ROOT="${D}" \ - install - - if ! use static-libs; then - find "${ED}"/usr/$(get_libdir)/ -type f -name "*\.a" -delete || die - fi - - # Make library links - for l in "${ED}"/usr/lib*/Img*/*tcl*.so; do - bl=$(basename $l) - dosym Img${PV}/${bl} /usr/$(get_libdir)/${bl} - done - - dodoc ChangeLog README Reorganization.Notes.txt changes ANNOUNCE - - if use doc; then - docompress -x usr/share/doc/${PF}/demo.tcl - dodoc demo.tcl - docinto html - dodoc -r doc/* - fi -} |
