public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-games/gigi: gigi-0.8_pre20121225.ebuild ChangeLog
@ 2012-12-25 20:25 Thomas Kahle (tomka)
  0 siblings, 0 replies; only message in thread
From: Thomas Kahle (tomka) @ 2012-12-25 20:25 UTC (permalink / raw
  To: gentoo-commits

tomka       12/12/25 20:25:18

  Modified:             ChangeLog
  Added:                gigi-0.8_pre20121225.ebuild
  Log:
  Bump to recent version
  
  (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)

Revision  Changes    Path
1.3                  dev-games/gigi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/gigi/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/gigi/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/gigi/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/gigi/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	11 Sep 2012 16:04:25 -0000	1.2
+++ ChangeLog	25 Dec 2012 20:25:18 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-games/gigi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/gigi/ChangeLog,v 1.2 2012/09/11 16:04:25 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/gigi/ChangeLog,v 1.3 2012/12/25 20:25:18 tomka Exp $
+
+*gigi-0.8_pre20121225 (25 Dec 2012)
+
+  25 Dec 2012; Thomas Kahle <tomka@gentoo.org> +gigi-0.8_pre20121225.ebuild:
+  Bump to recent version
 
   11 Sep 2012; Thomas Kahle <tomka@gentoo.org> ChangeLog:
   Bump to recent svn version and import to main tree (bug #349367)
@@ -15,4 +20,3 @@
   +files/gigi-0.8.0_pre1074-docdir.patch,
   +files/gigi-0.8.0_pre1074-libtool.patch, +metadata.xml:
   New Ebuild for bug 349367 thanks to all
-



1.1                  dev-games/gigi/gigi-0.8_pre20121225.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/gigi/gigi-0.8_pre20121225.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/gigi/gigi-0.8_pre20121225.ebuild?rev=1.1&content-type=text/plain

Index: gigi-0.8_pre20121225.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/gigi/gigi-0.8_pre20121225.ebuild,v 1.1 2012/12/25 20:25:18 tomka Exp $

EAPI=4

PYTHON_DEPEND="2"

inherit cmake-utils eutils python

DESCRIPTION="An OpenGL interface library"
HOMEPAGE="http://gigi.sourceforge.net"
SRC_URI="http://dev.gentoo.org/~tomka/files/${PF}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="devil doc eve ogre ois sdl static-libs threads"
RESTRICT="test" # fails for unknown reasons

RDEPEND="
	>=dev-libs/boost-1.47
	media-libs/freetype:2
	sys-devel/libtool
	sys-libs/zlib
	x11-libs/libX11
	virtual/opengl
	devil? ( >=media-libs/devil-1.6.1 )
	!devil? (
		media-libs/libpng:0
		media-libs/tiff:0
		virtual/jpeg
	)
	ogre? (
		>=dev-games/ogre-1.7.4[ois?]
		ois? ( dev-games/ois )
	)
	sdl? ( media-libs/libsdl )"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	doc? ( app-doc/doxygen )"
REQUIRED_USE="ois? ( ogre )"

CMAKE_USE_DIR="${S}"

# For segfaults during compile see  https://qa.mandriva.com/show_bug.cgi?id=62558"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-0.8_pre20120910-docdir.patch

	# use systems ltdl
	rm -r "${CMAKE_USE_DIR}"/libltdl || die
	epatch "${FILESDIR}"/${PN}-0.8_pre20120910-libtool.patch

	# fix devil (apply after libtool.patch)
	epatch "${FILESDIR}"/${PN}-0.8_pre20120910-devil.patch

	python_convert_shebangs 2 GG/gen_signals.py
}

src_configure() {
	# USE_DEVIL broken
	# BUILD_TUTORIALS incomplete
	local mycmakeargs=(
		-DDOCDIR=/usr/share/doc/${PF}/html
		-DRELEASE_COMPILE_FLAGS=""
		$(cmake-utils_use_use devil DEVIL)
		$(cmake-utils_use_build eve EXPERIMENTAL_EVE_SUPPORT)
		$(cmake-utils_use_build ogre OGRE_DRIVER)
		$(cmake-utils_use_build ois OGRE_OIS_PLUGIN)
		$(cmake-utils_use_build sdl SDL_DRIVER)
		$(cmake-utils_use_build doc DOCUMENTATION)
		$(cmake-utils_use_build static-libs STATIC)
		$(cmake-utils_use_build threads MULTI_THREADED)
	)

	cmake-utils_src_configure
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-25 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-25 20:25 [gentoo-commits] gentoo-x86 commit in dev-games/gigi: gigi-0.8_pre20121225.ebuild ChangeLog Thomas Kahle (tomka)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox