Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155060 - games-emulation/generator ebuild patch to remove gtk1 support
Summary: games-emulation/generator ebuild patch to remove gtk1 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-13 11:39 UTC by trefoil
Modified: 2009-01-15 16:00 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description trefoil 2006-11-13 11:39:09 UTC
Note that versions older than generator-0.35-r2 don't have an SDL display capability (GTK1 and SVGAlib only), so should probably be removed.

--- generator-0.35-r3.ebuild    2006-10-04 18:37:17.000000000 -0400
+++ generator-0.35-r4.ebuild    2006-11-13 14:32:08.000000000 -0500
@@ -11,13 +11,12 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="svga gtk sdlaudio"
+IUSE="svga sdlaudio"

 S="${WORKDIR}/${P}-cbiere-r2"

 RDEPEND="media-libs/jpeg
        media-libs/libsdl
-       gtk? ( =x11-libs/gtk+-1.2* )
        svga? ( media-libs/svgalib )"
 DEPEND="${RDEPEND}
        x86? ( dev-lang/nasm )"
@@ -34,7 +33,7 @@
                configure || die "sed configure failed"
 }

-# builds SDL by default since otherwise -svga -gtk builds nothing
+# builds SDL by default since otherwise -svga builds nothing
 src_compile() {
        local myconf mygui myguis

@@ -43,7 +42,6 @@
                || myconf="--with-cmz80"

        myguis="sdl"
-       use gtk && myguis="${myguis} gtk"
        use svga && myguis="${myguis} svgalib"

        # these are removed from configure by the sed above
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2006-12-16 01:35:46 UTC
gtk+-1 isn't going yet
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-01-15 15:59:55 UTC
bugzilla
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2009-01-15 16:00:27 UTC
no more gtk+:1 support