Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 211837

Summary: Version bump: games-emulation/ps2emu-cdvdiso-0.7
Product: Gentoo Linux Reporter: James Le Cuirot <chewi>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED OBSOLETE    
Severity: enhancement CC: esigra, ghutzl, jstein, mziab, russ
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.pcsx2.net
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 141626    
Attachments: ps2emu-cdvdiso-0.7.ebuild
ps2emu-cdvdiso-0.7.ebuild
ps2emu-cdvdiso-0.7.ebuild
ps2emu-cdvdiso-9999.ebuild

Description James Le Cuirot gentoo-dev 2008-02-28 21:47:17 UTC
Here's a new version of this plugin. This ebuild also makes use of SourceForge and doesn't require unrar to unpack, unlike the current ebuild.
Comment 1 James Le Cuirot gentoo-dev 2008-02-28 21:47:39 UTC
Created attachment 144901 [details]
ps2emu-cdvdiso-0.7.ebuild
Comment 2 Michał Ziąbkowski 2008-03-01 15:26:48 UTC
There is a minor CFLAGS problem, easily corrected by changing "CFLAGS =" to "CFLAGS +=". Attaching updated ebuild.
Comment 3 Michał Ziąbkowski 2008-03-01 15:27:30 UTC
Created attachment 145010 [details]
ps2emu-cdvdiso-0.7.ebuild
Comment 4 James Le Cuirot gentoo-dev 2008-03-02 11:05:47 UTC
Created attachment 145074 [details]
ps2emu-cdvdiso-0.7.ebuild

Good call. Best kill off that -g too.
Comment 5 Russell Harmon 2008-06-10 04:31:20 UTC
Created attachment 156189 [details]
ps2emu-cdvdiso-9999.ebuild
Comment 6 Michał Ziąbkowski 2008-06-10 12:21:01 UTC
Russell: x11-libs/gtk+-1.2.5 seems a bit off. I'm quite certain it compiles just fine with gtk+-2. Don't have any version of gtk+-1.* here, but it compiles and works just fine. Personally, I think there's no sense in depending on a deprecated version of gtk, especially since it's not really needed. Just my opinion.
Comment 7 James Le Cuirot gentoo-dev 2008-06-10 12:34:28 UTC
There were some plugins that hadn't been ported to GTK2 yet and I didn't notice at first since it wasn't immediately obvious. The GTK1 plugins won't work with the GTK2 version of the emulator so don't bother with them at all. I don't think this was one of them though.
Comment 8 Michał Ziąbkowski 2008-06-10 12:42:25 UTC
Actually, I was able to port ps2emu-usblinuz and ps2emu-fwlinuz to gtk+-2. Those are the only plugins depending on gtk+-1.x I'm aware of.

Unless I'm missing something, with these plugins it's usually enough to replace gtk-config with pkg-config gtk+-2.0 and GTK_WINDOW_DIALOG with GTK_WINDOW_TOPLEVEL.
Comment 9 Russell Harmon 2008-08-09 22:08:14 UTC
I finally got not lazy and made an overlay. You can fetch it with:
layman -o http://github.com/eatnumber1/pcsx2-overlay/tree/master%2Flayman-local.cfg?raw=true -a pcsx2-overlay

This is where I will be commiting all my changes from now on. I will not be posting any more ebuilds here. I will still however use this as a semi-bugtracker, so report problems here.