Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256970 - [new package] media-libs/artoolkit-2.72.1
Summary: [new package] media-libs/artoolkit-2.72.1
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 262631
  Show dependency tree
 
Reported: 2009-01-30 19:19 UTC by DaggyStyle
Modified: 2021-02-06 11:03 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
the third release of the ebuild (ARToolKit-2.72.1-r3.ebuild,4.13 KB, text/plain)
2009-01-30 19:19 UTC, DaggyStyle
Details
new ebuild (ARToolKit-2.72.1-r3.ebuild,4.18 KB, text/plain)
2009-01-31 14:59 UTC, DaggyStyle
Details
media-libs/ARToolKit/ARToolKit-2.72.1-r3.ebuild (ARToolKit-2.72.1-r3.ebuild,4.12 KB, text/plain)
2009-03-16 08:09 UTC, Account removed
Details
another fix (ARToolKit-2.72.1-r3.ebuild,4.09 KB, text/plain)
2009-03-16 08:16 UTC, DaggyStyle
Details
media-libs/ARToolKit/ARToolKit-2.72.1-r3.ebuild (ARToolKit-2.72.1-r3.ebuild,4.00 KB, text/plain)
2009-03-16 09:10 UTC, Account removed
Details
The error I get when emerging this package (error.txt,10.53 KB, text/plain)
2009-03-17 13:27 UTC, tinusvl
Details
support for more drivers were added (ARToolKit-2.72.1-r4.ebuild,4.13 KB, text/plain)
2009-05-15 07:31 UTC, DaggyStyle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description DaggyStyle 2009-01-30 19:19:16 UTC
ARToolKit is a cross platform opensource C++ library that allows motion capture using your computer, a webcam and a print from your printer, the project's homepage and source code can be found at http://www.hitl.washington.edu/artoolkit/

Reproducible: Always
Comment 1 DaggyStyle 2009-01-30 19:19:40 UTC
Created attachment 180303 [details]
the third release of the ebuild
Comment 2 DaggyStyle 2009-01-31 14:59:21 UTC
Created attachment 180417 [details]
new ebuild

made small adjustment for the eyetoy (V4L + jpeg), unmerge the previous and install this if you have installed with the eyetoy.
Comment 3 Account removed 2009-03-14 13:08:35 UTC
thanks for the ebuild! works fine!
but do the libs really have to go into
/usr/lib"${sys}" instead of plain /usr/lib?

Comment 4 DaggyStyle 2009-03-14 18:35:31 UTC
(In reply to comment #3)
> thanks for the ebuild! works fine!
> but do the libs really have to go into
> /usr/lib"${sys}" instead of plain /usr/lib?
> 
well /usr/lib is a symlink so you're probably right, will update it when I'll get the chance
Comment 5 Account removed 2009-03-14 19:41:45 UTC
hi!
I just removed the "${sys}" and the libs go into /usr/lib.
tbh I have no idea why the 32bit/64bit check is even there, 
but I'm sure there's a reason :)
fyi I'm preparing an ebuild for a game, which requires your ebuild (and tons of others which aren't in portage too :) ), that's why I ask.
Comment 6 DaggyStyle 2009-03-14 22:07:08 UTC
(In reply to comment #5)
> hi!
> I just removed the "${sys}" and the libs go into /usr/lib.
> tbh I have no idea why the 32bit/64bit check is even there, 
> but I'm sure there's a reason :)
> fyi I'm preparing an ebuild for a game, which requires your ebuild (and tons of
> others which aren't in portage too :) ), that's why I ask.
> 

the 32/64 check is needed because there is an option which needs to be disabled when compiling a 64 bit, without disabling it, the compile will crash. this is part of the original compiling, I've didn't touched it.
Comment 7 Account removed 2009-03-15 11:06:10 UTC
ah ok, thanks for explanation!
anyway there shouldn't be a problem with installing the libs into /usr/lib,
should it?

(sry, offtopic, but any chance you know a place with an ARToolKitPlus ebuild? 
No need to build one from scratch if there's already one up somewhere. :) )
Comment 8 Account removed 2009-03-15 15:09:49 UTC
nevermind. created an artoolkitplus ebuild myself.
uploading when the other ebuilds are finished.
Comment 9 DaggyStyle 2009-03-15 21:08:34 UTC
atplus is more older then at I think
Comment 10 Account removed 2009-03-15 21:12:46 UTC
yeah, maybe. but the game requires both, so I have no option :)
Comment 11 Account removed 2009-03-16 08:09:09 UTC
Created attachment 185150 [details]
media-libs/ARToolKit/ARToolKit-2.72.1-r3.ebuild

some minor modifications to calm down repoman.
using insinto /usr/lib
Comment 12 DaggyStyle 2009-03-16 08:16:40 UTC
Created attachment 185153 [details]
another fix

the if query in the start of the install stage isn't necessary.
Comment 13 Account removed 2009-03-16 08:36:52 UTC
Comment on attachment 185150 [details]
media-libs/ARToolKit/ARToolKit-2.72.1-r3.ebuild

obsoleting my one.
you might also want  to remove
	|| ( media-libs/glut media-libs/freeglut )

as these block each other.
Comment 14 DaggyStyle 2009-03-16 08:55:00 UTC
you do need one of them installed,
Comment 15 Account removed 2009-03-16 09:01:36 UTC
(In reply to comment #14)
> you do need one of them installed,
> 

virtual/glut should be enough though.
Comment 16 Account removed 2009-03-16 09:10:58 UTC
Created attachment 185169 [details]
media-libs/ARToolKit/ARToolKit-2.72.1-r3.ebuild

removed the 
	|| ( media-libs/glut media-libs/freeglut )
line. You also didn't use my fixes for repoman in my last commit, so I added
your last modification in here too :)
Comment 17 DaggyStyle 2009-03-16 11:02:36 UTC
np, didn't saw the changes
Comment 18 tinusvl 2009-03-17 13:27:00 UTC
Created attachment 185314 [details]
The error I get when emerging this package
Comment 19 Account removed 2009-03-17 13:40:12 UTC
(In reply to comment #18)
> Created an attachment (id=185314) [edit]
> The error I get when emerging this package
> 

I probably need to upgrade your ancient kernel, as it seems to not have
linux/linkage.h
Comment 20 Account removed 2009-03-17 13:40:52 UTC
(In reply to comment #19)
> (In reply to comment #18)
> > Created an attachment (id=185314) [edit]
> > The error I get when emerging this package
> > 
> 
> I probably need to upgrade your ancient kernel, as it seems to not have
> linux/linkage.h
> 

s/I/You :) 
Comment 21 DaggyStyle 2009-05-15 07:31:03 UTC
new ebuild with support for open source ati drivers and intel driver
Comment 22 DaggyStyle 2009-05-15 07:31:48 UTC
Created attachment 191321 [details]
support for more drivers were added