Gentoo Archives: gentoo-user

From: Roy Wright <royw@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: bbgallery and template files
Date: Fri, 26 Aug 2005 21:25:03
Message-Id: 430F86DA.4030602@cisco.com
In Reply to: [gentoo-user] Re: bbgallery and template files by Harry Putnam
1 Harry Putnam wrote:
2
3 >Well according to the installed docu.. there is supposed to be:
4 >
5 >>From the `Usage' html page: (Note the last item)
6 >
7 > Now run bbgallery to create the galleries. Without any parameters it
8 > will use the following default values:
9 >
10 > * Look for images in the default directory
11 > * Create index pages with up to 25 thumbnails
12 > * Have up to five thumbnails in one row
13 > * Use Gallery as title for the index pages
14 > * Be quiet. Don't produce any output on SDTOUT
15 > * Delay pages in the slide show for 15 seconds
16 > * Create links to the meta index
17 > * Thumbnails are scalled to 100 pixels
18 > * Images are scaled to 800 pixels
19 > * Short descriptions in the index page
20 > * The default template will be used
21 >
22 >I believe my troubles are arising from the fact that a required
23 >package (Gimp::Module) is not present on my system. It appears to be
24 >the tool that creates the templates.
25 >
26 >So far I've been unsuccessfull installing it via cpan as reported in
27 >previous post.
28 >
29 >
30 >
31 emerge gimp-perl
32
33 On the templates, I think the missing "default" template is an
34 installation error.
35 I looked thru the perl script and did not see any special handling for
36 "default".
37 The $P{template} is just initialized to 'default'. On
38 http://bbgallery.sourceforge.net/templates.html, only two templates are
39 mentioned, monochrome and oldstyle. Then some instruction on how to modify
40 the templates. My guess is the author intends for you to link
41 /usr/lib/bbgallery/template/default to your preferred template. Example:
42
43 ln -s /usr/lib/bbgallery/template/default
44 /usr/lib/bbgallery/template/monochrome
45
46 In summary the ebuild is probably missing the gimp-perl dependency
47 and performing the default template link.
48
49 HTH,
50 Roy
51 --
52 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: bbgallery and template files Harry Putnam <reader@×××××××.com>
[gentoo-user] Re: bbgallery and template files Harry Putnam <reader@×××××××.com>