Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30328 - Scribus development ebuild behind.
Summary: Scribus development ebuild behind.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-10-04 08:39 UTC by Craig Bradney
Modified: 2003-11-02 03:17 UTC (History)
0 users

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


Attachments
Working ebuild file (scribus-1.1.1.ebuild,1.14 KB, text/plain)
2003-10-04 08:41 UTC, Craig Bradney
Details
Working 1.1.2 ebuild (scribus-1.1.2.ebuild,1.20 KB, text/plain)
2003-10-31 04:47 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-10-04 08:39:16 UTC
Need Scribus 1.1.1 development version ebuild.
Comment 1 Craig Bradney 2003-10-04 08:41:06 UTC
Created attachment 18744 [details]
Working ebuild file
Comment 2 Joel Hill (RETIRED) gentoo-dev 2003-10-05 13:06:59 UTC
they announced it on there website 
2003:10:05 Scribus 1.1.1 released.
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2003-10-07 18:05:22 UTC
And scribus-scripting-0.5.2 accordingly.
Comment 4 Hanno Böck gentoo-dev 2003-10-11 06:48:08 UTC
scribus-1.1.1 and scribus-scripting-0.5.2 added.
Comment 5 Craig Bradney 2003-10-31 04:46:21 UTC
Scribus 1.1.2 has been released today.
I have now joined the developer group and am testing daily on Gentoo with
Scribus CVS.
I will attached a working ebuild for 1.1.2, although there is now the requirement
that gcc 3.0+ is used and this is not in the ebuild (3.2+ is recommended).
Although this is still a developer release it is the best for anyone new
to it to install. It is the most stable, has the most features and if much
much faster than previous versions.
Comment 6 Craig Bradney 2003-10-31 04:47:21 UTC
Created attachment 20011 [details]
Working 1.1.2 ebuild
Comment 7 Craig Bradney 2003-10-31 04:48:30 UTC
From Scribus 1.1.2 onwards, the scripting plugin is in the main package and
therefore the scripting ebuild will no longer be needed at some point.
Comment 8 Carsten Lohrke (RETIRED) gentoo-dev 2003-10-31 16:05:37 UTC
Why don't you add

>=sys-devel/gcc-3.2
!media-plugins/scribus-scripting

as dependencies to the ebuild then?
Comment 9 Craig Bradney 2003-10-31 16:19:05 UTC
Because for me i have the dependancies and I never installed the plugin seperately
and as there are a few gcc ebuilds and I wasnt sure what to select, esp as
the Scribus dependancy is not 3.2, but 3.0 as a minimum. Hence, I left this
as a comment only for the ebuild maintainer.

The !media-plugins/scribus-scripting should be in there as you say.
Comment 10 Hanno Böck gentoo-dev 2003-11-02 02:55:14 UTC
Added the ebuild. I removed the autoconf/automake-stuff from your ebuild,
because it is not needed.
Added a dependency to >=gcc-3.0.0 and !media-plugins/scribus-scripting.

For future releases, please don't reopen old bugs, but create a new one saying
"scribus version x.y is out".
Comment 11 Craig Bradney 2003-11-02 03:17:10 UTC
The automake, autoconf stuff was there because it *requires* those two versions
to build. Actually, autoconf 2.5+ and automake 1.6+.

Without those it wouldnt build here. I normally have to set them in env when
doing the make -f Makefile.dist and for make. Putting that within the ebuild
made the ebuild also work properly.