Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13909 - Ebuild for updating paragui (v1.0.3)
Summary: Ebuild for updating paragui (v1.0.3)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-14 07:28 UTC by guillaume Schmid
Modified: 2005-10-31 07:19 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 guillaume Schmid 2003-01-14 07:28:47 UTC
Here is a modification to the paragui-1.0.2 ebuild to update to the latest
revision 1.0.3.
I think that this update is important (for game developper amon others) because
it fixes a annoying problem with autoconf scripts (and a few bugs).
It is binary compatible with previous version.
As physicFS is masked, I used a option to configure to remove the dependancy and
use the internal physicFS.

I just tested it on my system, it seems to work and I could compile my game in
developpment.

Thank you for your attention.


----------------------------------------------------------------------------------
S=${WORKDIR}/${P}
DESCRIPTION="A cross-platform high-level application framework and GUI library"
SRC_URI="http://savannah.nongnu.org/download/paragui/stable.pkg/1.0.3/${P}.tar.gz"
HOMEPAGE="http://www.paragui.org"

SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="x86 sparc "

DEPEND=">=media-libs/libsdl-1.2.4
        >=media-libs/sdl-image-1.2.1-r1
        dev-libs/expat"

src_compile() {
        econf --enable-internalphysfs || die "configure failure"
        emake || die "Compile failure"
}

src_install() {
        make DESTDIR=${D} install || die
        dodoc AUTHORS COPYING README* RELEASENOTES.final TODO THANKS
}
--------------------------------------------------------------------------------
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2003-01-14 10:41:04 UTC
Added to cvs. You should see the new paragui within the hour. Thanks for
reporting this issue :)
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2005-10-31 07:19:00 UTC
I apologise for this bugspam, but I wish to close this product, so I need to
move all the bugs.