Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 670193 Details for
Bug 752741
media-gfx/exact-image: migrate to lua eclasses
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
exact-image-1.0.2.ebuild migrated to lua.eclass
exact-image-1.0.2-r100.ebuild (text/plain), 2.64 KB, created by
Marek Szuba (RETIRED)
on 2020-11-06 14:43:54 UTC
(
hide
)
Description:
exact-image-1.0.2.ebuild migrated to lua.eclass
Filename:
MIME Type:
Creator:
Marek Szuba (RETIRED)
Created:
2020-11-06 14:43:54 UTC
Size:
2.64 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >LUA_COMPAT=( lua5-{1..4} ) > >inherit eutils lua multilib toolchain-funcs > >DESCRIPTION="A fast, modern and generic image processing library" >HOMEPAGE="http://www.exactcode.de/site/open_source/exactimage/" >SRC_URI="http://dl.exactcode.de/oss/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="expat jpeg lua openexr php perl png ruby swig tiff truetype X" > >REQUIRED_USE="lua? ( swig ${LUA_REQUIRED_USE} )" > >RDEPEND="x11-libs/agg[truetype] > sys-libs/zlib > expat? ( dev-libs/expat ) > jpeg? ( virtual/jpeg ) > lua? ( ${LUA_DEPS} ) > openexr? ( media-libs/openexr ) > php? ( dev-lang/php:* ) > perl? ( dev-lang/perl ) > png? ( >=media-libs/libpng-1.2.43 ) > ruby? ( dev-lang/ruby:* ) > tiff? ( media-libs/tiff ) > truetype? ( >=media-libs/freetype-2 ) > X? ( > x11-libs/libXext > x11-libs/libXt > x11-libs/libICE > x11-libs/libSM > )" >DEPEND="${RDEPEND} > virtual/pkgconfig > swig? ( dev-lang/swig )" > >PATCHES=( > "${FILESDIR}"/${P}-gcc6.patch > "${FILESDIR}"/${P}-g++.patch > "${FILESDIR}"/${P}-dcraw.patch > "${FILESDIR}"/${P}-php.patch >) > >src_prepare() { > default > > # Respect user CFLAGS/CXXFLAGS. > sed -i \ > -e '/C\(XX\)\?FLAGS =/s/-O2//' \ > -e "\$aCFLAGS += ${CFLAGS}\nCXXFLAGS += ${CXXFLAGS}" \ > Makefile || die > > # Show commands. Use qualified CC/CXX. > sed -i \ > -e '/^Q =/d' \ > -e '/^\t@echo /d' \ > -e "\$aCC:=$(tc-getCC)\nCXX:=$(tc-getCXX)" \ > build/bottom.make || die > > # The copied string fits exactly. Use memcpy to reflect that a null > # terminator is not needed. > sed -i \ > -e 's/strcpy(\([^,]*\)\(,["a-zA-Z -]*\))/memcpy(\1\2, sizeof(\1))/' \ > codecs/tga.cc || die >} > >src_configure() { > # evas -> enlightenment overlay > # bardecode -> protected by custom license > # libungif -> not supported anymore > # python -> allegedly not python3, but python2 only > > # Upstream configure can only handle one Lua implementation at a time, > # we'll handle the module ourselves. > ./configure \ > --prefix=/usr \ > --libdir=/usr/$(get_libdir) \ > $(use_with X x11) \ > $(use_with truetype freetype) \ > --without-evas \ > $(use_with jpeg libjpeg) \ > $(use_with tiff libtiff) \ > $(use_with png libpng) \ > --without-libgif \ > --without-jasper \ > $(use_with openexr) \ > $(use_with expat) \ > --without-lcms \ > --without-bardecode \ > --without-lua \ > $(use_with swig) \ > --without-python \ > $(use_with perl) \ > --without-python \ > $(use_with php) \ > $(use_with ruby) || die >} > >src_compile() { > default > if use lua; then > lua_foreach_impl emake -f api/lua/Makefile > fi >} > >src_install() { > default > if use lua; then > lua_foreach_impl emake -f api/lua/Makefile install > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 752741
: 670193