First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 45678
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Timothy M. Shead <tshead@k-3d.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gts-0.7.1.ebuild gts-0.7.1.ebuild (New Package) text/plain Timothy M. Shead 2004-03-24 23:37 0000 424 bytes Details
gts-0.7.3.ebuild Ebuild for version 7.3 application/octet-stream Manuel Expósito 2004-11-06 09:06 0000 285 bytes Details
gts-0.7.3.ebuild gts-0.7.3.ebuild text/plain Tim Cera 2005-08-24 17:54 0000 821 bytes Details
gts-0.7.4.ebuild Ebuild for 0.7.4 text/plain Tommie 2005-11-02 04:06 0000 767 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 45678 depends on: Show dependency tree
Bug 45678 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-03-24 23:35 0000
Please find attached the gts-0.7.1 ebuild.

GTS is the GNU Triangulated Surfaces library, a set of useful functions to deal with 3D surfaces meshed with interconnected triangles, hosted at gts.sourceforge.net.  I recommend a category of media-gfx/gts.  It depends on dev-libs/glib.

Cheers,
Tim Shead

------- Comment #1 From Timothy M. Shead 2004-03-24 23:37:23 0000 -------
Created an attachment (id=27979) [edit]
gts-0.7.1.ebuild (New Package)

------- Comment #2 From Manuel Expósito 2004-11-06 09:06:22 0000 -------
Created an attachment (id=43413) [edit]
Ebuild for version 7.3

------- Comment #3 From Tim Cera 2005-08-24 17:54:29 0000 -------
Created an attachment (id=66830) [edit]
gts-0.7.3.ebuild

Minor clean-ups and installs documentation.

------- Comment #4 From t35t0r 2005-08-25 20:12:21 0000 -------
I just created an ebuild for this, should have searched bugs first since I see
someone started already. But it's been open since 2004-03-24 and hasn't been
introduced into portage!! Anyways I think this should go into sci-libs. If you
read the description of the library at gts.sf.net and look at some of the
programs that use this library, you will see what I mean.

The entire src_unpack() function is unncessary, portage automatically makes
those calls and puts you in ${S} at src_compile.

Also this is optional but I think a separate directory should be made for gts in
/usr/include so instead of using econf use this:

src_compile() {
	./configure --prefix=${D}/usr --includedir=${D}/usr/include/gts
	emake
}

and in 

src_install() {
        dodir /usr/include/gts
        ..whatever else..
}

------- Comment #5 From Tommie 2005-11-02 04:06:15 0000 -------
Created an attachment (id=71917) [edit]
Ebuild for 0.7.4

Small changes from 0.7.3.
Now USEs doc for html-documentation and examples.
It uses the default includedir, since there are only
two headers; gts.h and gtsconfig.h.
0.7.4 has both gts-config and a pkg-config module... Don't ask me why. ;)

------- Comment #6 From Markus Dittrich 2005-11-24 08:17:20 0000 -------
Dear Timothy, Manuel, Tim, and Tommie, 
 
Thanks a lot for your work! gts-0.7.4 has just been added to portage. 

First Last Prev Next    No search results available      Search page      Enter new bug