diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-21 17:10:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-21 17:10:30 +0000 |
commit | 9e70cc52abd9a9b16d06df46432de6875a659129 (patch) | |
tree | 01bcd8e8bde3c7d3a2a43f84e0247d3e5ebb3a8b /media-libs | |
parent | Convert to multilib. (diff) | |
download | gentoo-2-9e70cc52abd9a9b16d06df46432de6875a659129.tar.gz gentoo-2-9e70cc52abd9a9b16d06df46432de6875a659129.tar.bz2 gentoo-2-9e70cc52abd9a9b16d06df46432de6875a659129.zip |
Convert to multilib.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/freeglut/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/freeglut/freeglut-2.8.1-r1.ebuild | 36 |
2 files changed, 42 insertions, 1 deletions
diff --git a/media-libs/freeglut/ChangeLog b/media-libs/freeglut/ChangeLog index e346012a6cde..b6276f55279a 100644 --- a/media-libs/freeglut/ChangeLog +++ b/media-libs/freeglut/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/freeglut # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.97 2013/04/20 20:48:50 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.98 2013/09/21 17:10:30 mgorny Exp $ + +*freeglut-2.8.1-r1 (21 Sep 2013) + + 21 Sep 2013; Michał Górny <mgorny@gentoo.org> +freeglut-2.8.1-r1.ebuild: + Convert to multilib. *freeglut-2.8.1 (20 Apr 2013) diff --git a/media-libs/freeglut/freeglut-2.8.1-r1.ebuild b/media-libs/freeglut/freeglut-2.8.1-r1.ebuild new file mode 100644 index 000000000000..2450cfca4c2b --- /dev/null +++ b/media-libs/freeglut/freeglut-2.8.1-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.8.1-r1.ebuild,v 1.1 2013/09/21 17:10:30 mgorny Exp $ + +EAPI=5 +inherit autotools-multilib + +DESCRIPTION="A completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library" +HOMEPAGE="http://freeglut.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="debug static-libs" + +RDEPEND="virtual/glu[${MULTILIB_USEDEP}] + virtual/opengl[${MULTILIB_USEDEP}] + x11-libs/libX11[${MULTILIB_USEDEP}] + x11-libs/libXext[${MULTILIB_USEDEP}] + >=x11-libs/libXi-1.3[${MULTILIB_USEDEP}] + x11-libs/libXrandr[${MULTILIB_USEDEP}] + x11-libs/libXxf86vm[${MULTILIB_USEDEP}] + abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )" +DEPEND="${RDEPEND} + virtual/pkgconfig + x11-proto/inputproto[${MULTILIB_USEDEP}] + x11-proto/xproto[${MULTILIB_USEDEP}]" + +PATCHES=( + # Please read the comments in the patch before thinking about dropping it + # yet again... + "${FILESDIR}"/${PN}-2.4.0-bsd-usb-joystick.patch +) + +HTML_DOCS=( doc/. ) |