Gentoo Archives: gentoo-commits

From: "Matthew Marlow (mattm)" <mattm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/openscad: openscad-2011.12.ebuild metadata.xml ChangeLog
Date: Thu, 02 Aug 2012 02:13:14
Message-Id: 20120802021304.72B772004C@flycatcher.gentoo.org
1 mattm 12/08/02 02:13:04
2
3 Added: openscad-2011.12.ebuild metadata.xml ChangeLog
4 Log:
5 Bug 300857 - User submitted ebuild for new package openscad which is highly popular in the 3d printing community. Depends also on new package opencsg which was just added to portage. Both packages are initially masked but will enter testing arches shortly. Note that this package performs significantly better on systems with hardware accelerated opengl.
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-gfx/openscad/openscad-2011.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/openscad/openscad-2011.12.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/openscad/openscad-2011.12.ebuild?rev=1.1&content-type=text/plain
14
15 Index: openscad-2011.12.ebuild
16 ===================================================================
17 # Copyright 1999-2012 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/media-gfx/openscad/openscad-2011.12.ebuild,v 1.1 2012/08/02 02:13:04 mattm Exp $
20
21 EAPI="2"
22
23 inherit qt4-r2
24
25 DESCRIPTION="The Programmers Solid 3D CAD Modeller"
26 HOMEPAGE="http://www.openscad.org/"
27 SRC_URI="https://github.com/downloads/openscad/openscad/${P}.src.tar.gz"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 KEYWORDS=""
32 IUSE=""
33
34 CDEPEND="media-gfx/opencsg
35 sci-mathematics/cgal
36 x11-libs/qt-core
37 x11-libs/qt-gui
38 x11-libs/qt-opengl
39 dev-cpp/eigen
40 dev-libs/gmp
41 dev-libs/mpfr
42 dev-libs/boost
43 sys-libs/glibc
44 "
45 DEPEND="${CDEPEND} sys-devel/gcc"
46 RDEPEND="${CDEPEND}"
47
48 src_prepare() {
49 #Use our CFLAGS (specifically don't force x86)
50 sed -i "s/QMAKE_CXXFLAGS_RELEASE = .*//g" ${PN}.pro
51
52 sed -i "s/\/usr\/local/\/usr/g" ${PN}.pro
53 }
54
55
56
57 1.1 media-gfx/openscad/metadata.xml
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/openscad/metadata.xml?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/openscad/metadata.xml?rev=1.1&content-type=text/plain
61
62 Index: metadata.xml
63 ===================================================================
64 <?xml version="1.0" encoding="UTF-8"?>
65 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 <pkgmetadata>
67 <maintainer>
68 <email>mattm@g.o</email>
69 <name>Matthew Marlowe</name>
70 </maintainer>
71 <longdescription>
72 OpenSCAD is a software for creating solid 3D CAD objects. Unlike most free software for creating 3D models (such as the famous application Blender) it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. Thus it might be the application you are looking for when you are planning to create 3D models of machine parts but pretty sure is not what you are looking for when you are more interested in creating computer-animated movies. OpenSCAD is free software and available for Linux/UNIX, MS Windows and Mac OS X.
73 </longdescription>
74 <use>
75 </use>
76 </pkgmetadata>
77
78
79
80 1.1 media-gfx/openscad/ChangeLog
81
82 <<Binary file>>