| Bug#: 121398 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: enhancement | Priority: P2 |
| Resolution: FIXED | Assigned To: beandog@gentoo.org | Reported By: jesse@wingnet.net | |
| Component: Ebuilds | |||
| URL: http://oss.wischip.com/ | |||
| Summary: wis-go7007-linux-0.9.7.ebuild (new package) | |||
| Keywords: EBUILD | |||
| Status Whiteboard: | |||
| Opened: 2006-02-02 22:24 0000 | |||
| Description: | Opened: 2006-02-02 22:24 0000 |
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?