Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi! Please find attached wis-go7007-linux-0.9.7.ebuild. wis-go7007-linux a GPL driver for Plextor's ConvertX USB2.0 PVR adaptors. These adaptors are supported by MythTV and are the only adaptors I know of that are capable of hardware Mpeg-1/2/4 encoding. They're also unique in that they're USB rather than PCI like the IVTV cards. This ebuild was tested with a PX-M402U. We already have a wiki page for these: http://gentoo-wiki.com/HARDWARE_go7007 I suggest media-tv/wis-go7007-linux. Depends on: sys-apps/coldplug sys-apps/hotplug sys-apps/fxload sys-fs/udev Jesse
Created an attachment (id=78789) [details] wis-go7007-linux-0.9.7.ebuild (New package)
- use "unpack ${A}", but in this trivial case the whole src_unpack() is superfluous - when you don't use ebuild functions/variables like in PREFIX=/usr, your base is ${ROOT}, not /
Created an attachment (id=79756) [details] wis-go7007-linux-0.9.7.ebuild update Deleted unpack section. Prepended ${ROOT} to everything that starts with '/'. Changed insinto to exeinto for gorecord binary. Is that what you meant?
In CVS, thanks Jesse