Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258674 - app-emulation/vice-2.1 ebuild enhancement
Summary: app-emulation/vice-2.1 ebuild enhancement
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 299870
  Show dependency tree
 
Reported: 2009-02-12 05:25 UTC by groepaz
Modified: 2010-03-25 04:52 UTC (History)
0 users

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


Attachments
enhanced ebuild (vice-2.1.ebuild,2.54 KB, text/plain)
2009-02-12 05:27 UTC, groepaz
Details
updated ebuild / eapi 2 (vice-2.1.ebuild,2.68 KB, text/plain)
2009-02-13 18:43 UTC, groepaz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description groepaz 2009-02-12 05:25:30 UTC
this is a duplicate of bug 251671. i was told the headline matters so it gets processed, so here it is:

i have modified the 2.0 ebuild in the following way:

- 2.0 specific patches removed
- changed "mmap" useflag to "memmap". this configure option has nothing to do
with mmap, it enables certain monitor features in the emulator which are mostly
useful for debugging it or the software that is beeing emulated.
- added "ethernet" useflag to allow using ethernet cartridge emulation. this
requires an additional dependancy on libnet and libpcap, i don't know how to
add this properly in the ebuild. (but i can confirm it compiles fine and works
when those libs are installed)

one thing that is still missing is support for ffmpeg (which allows recording
of video/audio from the emulation) - this requires ffmpeg-0.5.1, which isn't in
portage yet.
Comment 1 groepaz 2009-02-12 05:27:10 UTC
Created attachment 181746 [details]
enhanced ebuild
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-02-12 07:56:24 UTC
Comment on attachment 181746 [details]
enhanced ebuild

This ebuild is a regression of eapi from 2 to 1.  Please  re-roll the patch against the current ebuild in portage.  Thanks.
Comment 3 groepaz 2009-02-13 18:43:15 UTC
Created attachment 181896 [details]
updated ebuild / eapi 2

please notice the additional comments in the file itself, it should not be taken as is... if someone could give some hints on how to add the required dependancies (and procedure to check for deep dependancies etc) i'll be happy to fix it myself. same for the ffmpeg thing, although i guess that would be a bit more work and has potential to screw up the entire system :)
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2010-03-25 04:52:53 UTC
vice-2.2 should be better.