From: "Julian Ospald (hasufell)" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/irrlicht: irrlicht-1.8-r2.ebuild ChangeLog
Date: Wed, 6 Mar 2013 18:47:09 +0000 (UTC) [thread overview]
Message-ID: <20130306184709.217F02171D@flycatcher.gentoo.org> (raw)
hasufell 13/03/06 18:47:09
Modified: ChangeLog
Added: irrlicht-1.8-r2.ebuild
Log:
fix missing linkage (nonfatal for the build though, but breaks consumers)
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.63 dev-games/irrlicht/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 6 Mar 2013 18:01:46 -0000 1.62
+++ ChangeLog 6 Mar 2013 18:47:08 -0000 1.63
@@ -1,6 +1,12 @@
# ChangeLog for dev-games/irrlicht
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.62 2013/03/06 18:01:46 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.63 2013/03/06 18:47:08 hasufell Exp $
+
+*irrlicht-1.8-r2 (06 Mar 2013)
+
+ 06 Mar 2013; Julian Ospald <hasufell@gentoo.org> +irrlicht-1.8-r2.ebuild,
+ +files/irrlicht-1.8-r2-gentoo.patch:
+ fix missing linkage (nonfatal for the build though, but breaks consumers)
*irrlicht-1.8-r1 (06 Mar 2013)
1.1 dev-games/irrlicht/irrlicht-1.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8-r2.ebuild?rev=1.1&content-type=text/plain
Index: irrlicht-1.8-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8-r2.ebuild,v 1.1 2013/03/06 18:47:08 hasufell Exp $
EAPI=5
inherit eutils multilib toolchain-funcs
DESCRIPTION="open source high performance realtime 3D engine written in C++"
HOMEPAGE="http://irrlicht.sourceforge.net/"
SRC_URI="mirror://sourceforge/irrlicht/${P}.zip"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug doc"
RDEPEND="virtual/jpeg
media-libs/libpng:0
app-arch/bzip2
sys-libs/zlib
virtual/opengl
x11-libs/libX11
x11-libs/libXxf86vm"
DEPEND="${RDEPEND}
app-arch/unzip
x11-proto/xproto
x11-proto/xf86vidmodeproto"
S=${WORKDIR}/${P}/source/Irrlicht
src_prepare() {
cd "${WORKDIR}"/${P} || die
edos2unix include/IrrCompileConfig.h
epatch \
"${FILESDIR}"/${PF}-gentoo.patch \
"${FILESDIR}"/${P}-config.patch \
"${FILESDIR}"/${P}-demoMake.patch
sed -i \
-e 's:\.\./\.\./media:../media:g' \
$(grep -rl '\.\./\.\./media' examples) \
|| die 'sed failed'
}
src_compile() {
tc-export CXX CC AR
emake NDEBUG=$(usex debug "" "1") sharedlib staticlib
}
src_install() {
cd "${WORKDIR}"/${P} || die
dolib.a lib/Linux/libIrrlicht.a
dolib.so lib/Linux/libIrrlicht.so*
# create library symlinks
dosym libIrrlicht.so.1.8.0 /usr/$(get_libdir)/libIrrlicht.so.1.8
dosym libIrrlicht.so.1.8.0 /usr/$(get_libdir)/libIrrlicht.so
insinto /usr/include/${PN}
doins include/*
dodoc changes.txt readme.txt
if use doc ; then
insinto /usr/share/doc/${PF}
doins -r examples media
fi
}
next reply other threads:[~2013-03-06 18:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-06 18:47 Julian Ospald (hasufell) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-03-07 17:15 [gentoo-commits] gentoo-x86 commit in dev-games/irrlicht: irrlicht-1.8-r2.ebuild ChangeLog Julian Ospald (hasufell)
2013-03-07 18:02 Agostino Sarubbo (ago)
2013-03-07 18:05 Agostino Sarubbo (ago)
2013-03-08 0:00 Vicente Olivert Riera (vincent)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130306184709.217F02171D@flycatcher.gentoo.org \
--to=hasufell@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox