Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38021 - Linux device driver for SPCA50X based USB cameras (Intel PC Camera Pro)
Summary: Linux device driver for SPCA50X based USB cameras (Intel PC Camera Pro)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Patrick Kursawe (RETIRED)
URL: http://sourceforge.net/projects/spca50x/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-01-12 17:50 UTC by Marcelo Goes (RETIRED)
Modified: 2004-02-23 00:03 UTC (History)
1 user (show)

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


Attachments
the ebuild for the package (spca50x-0.30.ebuild,2.29 KB, text/plain)
2004-01-12 17:51 UTC, Marcelo Goes (RETIRED)
Details
patch for the makefile (spca50x-0.30-gentoo.patch,354 bytes, text/plain)
2004-01-12 17:52 UTC, Marcelo Goes (RETIRED)
Details
Updated ebuild, using inherit check-kernel. Changed KEYWORDS to "-* ~x86". (spca50x-0.30.ebuild,1.07 KB, text/plain)
2004-02-11 08:44 UTC, Marcelo Goes (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcelo Goes (RETIRED) gentoo-dev 2004-01-12 17:50:20 UTC
Hello,

I'm attaching an ebuild for the spca50x drivers, which enable the use of a variety of cameras, such as the Intel PC Camera Pro. Please check the project's website for a full listing of supported cameras.
These drivers only work with 2.4 kernels so far. Thus, I borrowed part of the media-video/nvidia-kernel ebuild to make it abort itself if /usr/src/linux does not point to a 2.4 kernel.
I also included a one line patch to its Makefile to avoid a problem with the syntax of link flags (LDFLAGS).

I'd suggest media-video/spca50x as a category for this package.
It depends on virtual/linux-sources to build and install the spca50x.o module properly.

Marcelo
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2004-01-12 17:51:07 UTC
Created attachment 23710 [details]
the ebuild for the package
Comment 2 Marcelo Goes (RETIRED) gentoo-dev 2004-01-12 17:52:13 UTC
Created attachment 23711 [details]
patch for the makefile
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2004-02-11 02:36:40 UTC
The kernel version checks look like copy+paste from check-kernel.eclass - could you please use "inherit check-kernel" instead?
Comment 4 Marcelo Goes (RETIRED) gentoo-dev 2004-02-11 08:44:58 UTC
Created attachment 25414 [details]
Updated ebuild, using inherit check-kernel. Changed KEYWORDS to "-* ~x86".
Comment 5 Marcelo Goes (RETIRED) gentoo-dev 2004-02-11 08:48:58 UTC
Just noticed, copyright must be updated from 2003 to 2004 too, my bad.
Comment 6 Patrick Kursawe (RETIRED) gentoo-dev 2004-02-23 00:03:26 UTC
Added with minor changes. Please make sure to use only tabs for indenting. Cut off the last part of the description since it is for many other cameras.
Thank you for the ebuild.