summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-02-08 19:23:44 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-02-08 19:23:44 +0000
commit4bd3731981eb0ff6553d9f13fbb49bf0c78d6382 (patch)
treedcc5475ad288bbde8ed7228350eff72276827b5c /dev-games/vamos
parentAdded patch that removes updater from meteor, therefore a revision bump to me... (diff)
downloadgentoo-2-4bd3731981eb0ff6553d9f13fbb49bf0c78d6382.tar.gz
gentoo-2-4bd3731981eb0ff6553d9f13fbb49bf0c78d6382.tar.bz2
gentoo-2-4bd3731981eb0ff6553d9f13fbb49bf0c78d6382.zip
version bump
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-games/vamos')
-rw-r--r--dev-games/vamos/ChangeLog9
-rw-r--r--dev-games/vamos/files/vamos-0.7.0-as-needed.patch5
-rw-r--r--dev-games/vamos/files/vamos-0.7.1-as-needed.patch11
-rw-r--r--dev-games/vamos/files/vamos-0.7.1-gcc46.patch10
-rw-r--r--dev-games/vamos/vamos-0.7.1.ebuild45
5 files changed, 76 insertions, 4 deletions
diff --git a/dev-games/vamos/ChangeLog b/dev-games/vamos/ChangeLog
index a59248bfc81c..2e973c5fd645 100644
--- a/dev-games/vamos/ChangeLog
+++ b/dev-games/vamos/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-games/vamos
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.21 2013/01/18 18:17:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.22 2013/02/08 19:23:44 mr_bones_ Exp $
+
+*vamos-0.7.1 (08 Feb 2013)
+
+ 08 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/vamos-0.7.1-as-needed.patch, +files/vamos-0.7.1-gcc46.patch,
+ +vamos-0.7.1.ebuild, files/vamos-0.7.0-as-needed.patch:
+ version bump
18 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
-files/vamos-0.6.2-as-needed.patch, -files/vamos-0.6.2-libpng15.patch,
diff --git a/dev-games/vamos/files/vamos-0.7.0-as-needed.patch b/dev-games/vamos/files/vamos-0.7.0-as-needed.patch
index 002248fe89c4..868e9318cae8 100644
--- a/dev-games/vamos/files/vamos-0.7.0-as-needed.patch
+++ b/dev-games/vamos/files/vamos-0.7.0-as-needed.patch
@@ -1,6 +1,5 @@
-diff -ru vamos-0.7.0.orig/media/Makefile.in vamos-0.7.0/media/Makefile.in
---- vamos-0.7.0.orig/media/Makefile.in 2012-01-14 20:09:15.000000000 -0500
-+++ vamos-0.7.0/media/Makefile.in 2012-11-13 22:05:07.029327654 -0500
+--- vamos-0.7.0.orig/media/Makefile.in
++++ vamos-0.7.0/media/Makefile.in
@@ -71,7 +71,7 @@
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"
diff --git a/dev-games/vamos/files/vamos-0.7.1-as-needed.patch b/dev-games/vamos/files/vamos-0.7.1-as-needed.patch
new file mode 100644
index 000000000000..868e9318cae8
--- /dev/null
+++ b/dev-games/vamos/files/vamos-0.7.1-as-needed.patch
@@ -0,0 +1,11 @@
+--- vamos-0.7.0.orig/media/Makefile.in
++++ vamos-0.7.0/media/Makefile.in
+@@ -71,7 +71,7 @@
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"
+ LTLIBRARIES = $(lib_LTLIBRARIES)
+-libvamos_media_la_LIBADD =
++libvamos_media_la_LIBADD = ../geometry/libvamos-geometry.la
+ am_libvamos_media_la_OBJECTS = Ac3d.lo Sample.lo Texture_Image.lo \
+ XML_Parser.lo
+ libvamos_media_la_OBJECTS = $(am_libvamos_media_la_OBJECTS)
diff --git a/dev-games/vamos/files/vamos-0.7.1-gcc46.patch b/dev-games/vamos/files/vamos-0.7.1-gcc46.patch
new file mode 100644
index 000000000000..bf2ec3c6f6aa
--- /dev/null
+++ b/dev-games/vamos/files/vamos-0.7.1-gcc46.patch
@@ -0,0 +1,10 @@
+--- vamos-0.7.1.orig/geometry/Parameter.h
++++ vamos-0.7.1/geometry/Parameter.h
+@@ -21,6 +21,7 @@
+ #define PARAMETER_H
+
+ #include <vector>
++#include <cstddef>
+
+ /// A container for numbers passed from the command line.
+ namespace Vamos_Geometry
diff --git a/dev-games/vamos/vamos-0.7.1.ebuild b/dev-games/vamos/vamos-0.7.1.ebuild
new file mode 100644
index 000000000000..9d10a06faf60
--- /dev/null
+++ b/dev-games/vamos/vamos-0.7.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild,v 1.1 2013/02/08 19:23:44 mr_bones_ Exp $
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION="an automotive simulation framework"
+HOMEPAGE="http://vamos.sourceforge.net/"
+SRC_URI="mirror://sourceforge/vamos/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="virtual/opengl
+ virtual/glu
+ media-libs/freeglut
+ media-libs/libpng:0
+ media-libs/libsdl[joystick,video]
+ media-libs/openal
+ media-libs/freealut"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_prepare() {
+ epatch \
+ "${FILESDIR}"/${P}-as-needed.patch \
+ "${FILESDIR}"/${P}-gcc46.patch
+}
+
+src_configure() {
+ econf \
+ --disable-unit-tests \
+ $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ dobin caelum/.libs/caelum
+ newdoc caelum/README README.caelum
+ dodoc AUTHORS ChangeLog README TODO
+ prune_libtool_files
+}