diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2013-02-07 23:14:45 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2013-02-07 23:14:45 +0000 |
commit | 82ac4ff4482c94c122b7bc2d3c66214c7ccd6a9b (patch) | |
tree | 3e1816ddc6cd3fa66202b357f16c54887bdf6c6b /dev-games/openscenegraph | |
parent | Remove unused long names for Creative Commons licenses. (diff) | |
download | gentoo-2-82ac4ff4482c94c122b7bc2d3c66214c7ccd6a9b.tar.gz gentoo-2-82ac4ff4482c94c122b7bc2d3c66214c7ccd6a9b.tar.bz2 gentoo-2-82ac4ff4482c94c122b7bc2d3c66214c7ccd6a9b.zip |
Build shared libs exclusively, bug 448050. Remove related pkg_postinst message.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key B1E955DB)
Diffstat (limited to 'dev-games/openscenegraph')
-rw-r--r-- | dev-games/openscenegraph/ChangeLog | 10 | ||||
-rw-r--r-- | dev-games/openscenegraph/openscenegraph-3.0.1-r1.ebuild (renamed from dev-games/openscenegraph/openscenegraph-3.0.1.ebuild) | 17 |
2 files changed, 12 insertions, 15 deletions
diff --git a/dev-games/openscenegraph/ChangeLog b/dev-games/openscenegraph/ChangeLog index f7db6863411e..97692f527858 100644 --- a/dev-games/openscenegraph/ChangeLog +++ b/dev-games/openscenegraph/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-games/openscenegraph -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/ChangeLog,v 1.51 2012/07/14 16:22:56 reavertm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/ChangeLog,v 1.52 2013/02/07 23:14:45 reavertm Exp $ + +*openscenegraph-3.0.1-r1 (07 Feb 2013) + + 07 Feb 2013; Maciej Mrozowski <reavertm@gentoo.org> + -openscenegraph-3.0.1.ebuild, +openscenegraph-3.0.1-r1.ebuild: + Build shared libs exclusively, bug 448050. 14 Jul 2012; Maciej Mrozowski <reavertm@gentoo.org> -files/openscenegraph-2.8.3-cmake.patch, diff --git a/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild b/dev-games/openscenegraph/openscenegraph-3.0.1-r1.ebuild index 91004525b302..c1a499fa7355 100644 --- a/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild +++ b/dev-games/openscenegraph/openscenegraph-3.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild,v 1.8 2012/07/10 04:51:17 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/openscenegraph-3.0.1-r1.ebuild,v 1.1 2013/02/07 23:14:45 reavertm Exp $ EAPI=3 @@ -17,8 +17,7 @@ LICENSE="wxWinLL-3 LGPL-2.1" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="curl debug doc examples ffmpeg fltk fox gdal gif glut gtk itk jpeg jpeg2k -openexr openinventor osgapps pdf png qt4 sdl static-libs svg tiff truetype vnc -wxwidgets xine xrandr zlib" +openexr openinventor osgapps pdf png qt4 sdl svg tiff truetype vnc wxwidgets xine xrandr zlib" # NOTE: OpenAL (support missing) # TODO: COLLADA, FBX, OpenVRML, Performer, DCMTK @@ -98,6 +97,7 @@ src_configure() { append-cppflags -D__STDC_CONSTANT_MACROS mycmakeargs=( + -DDYNAMIC_OPENSCENEGRAPH=ON -DWITH_OpenAL=OFF # Commented out in buildsystem -DGENTOO_DOCDIR="/usr/share/doc/${PF}" $(cmake-utils_use_with curl) @@ -119,7 +119,6 @@ src_configure() { $(cmake-utils_use_with pdf Poppler-glib) $(cmake-utils_use_with png) $(cmake-utils_use_with qt4) - $(cmake-utils_use !static-libs DYNAMIC_OPENSCENEGRAPH) $(cmake-utils_use_with sdl) $(cmake-utils_use_with svg rsvg) $(cmake-utils_use_with tiff) @@ -137,11 +136,3 @@ src_compile() { cmake-utils_src_compile use doc && cmake-utils_src_compile doc_openscenegraph doc_openthreads } - -pkg_postinst() { - if has_version 'dev-games/simgear'; then - ewarn "dev-games/simgear has been detected and may need to be rebuilt now." - ewarn "Please run the following:" - ewarn " # emerge -1 dev-games/simgear" - fi -} |