First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 13909
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Robbins (RETIRED) <drobbins@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: guillaume Schmid <gschmid@chello.fr>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 13909 depends on: Show dependency tree
Bug 13909 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-01-14 07:28 0000
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 From Daniel Robbins (RETIRED) 2003-01-14 10:41:04 0000 -------
Added to cvs. You should see the new paragui within the hour. Thanks for
reporting this issue :)

------- Comment #2 From Chris Gianelloni (RETIRED) 2005-10-31 07:19:00 0000 -------
I apologise for this bugspam, but I wish to close this product, so I need to
move all the bugs.

First Last Prev Next    No search results available      Search page      Enter new bug