Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34654 - Scribus 1.1.3 released, need updated ebuild
Summary: Scribus 1.1.3 released, need updated ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-28 16:27 UTC by Craig Bradney
Modified: 2003-12-01 07:25 UTC (History)
2 users (show)

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


Attachments
Tested scribus 1.1.3 ebuild. (scribus-1.1.3.ebuild,1.26 KB, text/plain)
2003-11-28 16:28 UTC, Craig Bradney
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Bradney 2003-11-28 16:27:39 UTC
Scribus 1.1.3 released. Ebuild attached. 
Note: SRC_URI has changed

export WANT_AUTOCONF_2_5=1
export WANT_AUTOMAKE=1.6


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Craig Bradney 2003-11-28 16:28:40 UTC
Created attachment 21423 [details]
Tested scribus 1.1.3 ebuild.
Comment 2 Craig Bradney 2003-11-28 16:30:43 UTC
Not sure why when you release 1.1.2 you removed the export WANT_*s but for CVS I need them. Other ebuilds have them, checked with rac re this. If it works without them, then I guess remove them. Please explain, if possible, when I'm emerging my own ebuild why I would need them, and when oneis officially released it might not?
Comment 3 Craig Bradney 2003-11-29 02:06:49 UTC
Have been chatting to spyderous re the export WANT_*s. Maybe theres a difference in some file here. I definitely get a build failure without the exports. Anyway.. I guess take them out .. should be fine.
Comment 4 Craig Bradney 2003-11-29 04:04:57 UTC
I notice the 1.1.2 ebuild has this:


src_unpack() {
        unpack ${A}
        # Fix for python-2.3 compatibility (bug #32775)
        sed -e 's:#include "scribus.h":#include <Python.h>\n#include "scribus.h":g' \
            -i scribus-1.1.2/scribus/plugins/scriptplugin/cmdvar.h
}


change the
            -i scribus-1.1.2/scribus/plugins/scriptplugin/cmdvar.h
            -i {$P}/scribus/plugins/scriptplugin/cmdvar.h
Comment 5 Craig Bradney 2003-11-29 04:06:27 UTC
I mean, add the section to my ebuild, but 
change the
            -i scribus-1.1.2/scribus/plugins/scriptplugin/cmdvar.h
to
            -i {$P}/scribus/plugins/scriptplugin/cmdvar.h
Comment 6 Donnie Berkholz (RETIRED) gentoo-dev 2003-12-01 02:17:21 UTC
Heh, you notice? I believe I pointed that fix out. =P
Comment 7 Craig Bradney 2003-12-01 02:21:05 UTC
Yes.. and you said you'd put it on the bug.. took ya time :) hehehehe. 
Comment 8 Donnie Berkholz (RETIRED) gentoo-dev 2003-12-01 02:52:01 UTC
Did I? It must've slipped my mind. I figured this was already in portage.
Comment 9 Craig Bradney 2003-12-01 02:57:36 UTC
Nope. Just sync'd. Not there.
Comment 10 Hanno Böck gentoo-dev 2003-12-01 07:25:08 UTC
ebuild added.
the autoconf/automake-stuff is not needed for release versions, because it already has it's configure/makefile.in-stuff.
The python-fix is removed, because this has been integrated upstream.