Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210340 - media-gfx/qtpfsgui-1.9.0 is missing amd64-keyword, but compiles and runs fine
Summary: media-gfx/qtpfsgui-1.9.0 is missing amd64-keyword, but compiles and runs fine
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on:
Blocks:
 
Reported: 2008-02-16 10:13 UTC by Martin 'Douglas' Schuster
Modified: 2008-03-21 13:58 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 Martin 'Douglas' Schuster 2008-02-16 10:13:37 UTC
after
echo "media-gfx/qtpfsgui x86" >> /etc/portage/package.keywords
I was able to emerge and use qtpfsgui w/o any problems.

(only thing that needed a little hacking was getting align_image_stack: You need to checkout the current trunk of hugin as documented in the FAQ, just 'make' (no 'make install'),
src/tools/align_image_stack /usr/local/bin/align_image_stack.orig
cat > /usr/local/bin/align_image_stack
#!/bin/sh
if [ "x$1" = "x-a" ]; then
   shift
   /usr/local/bin/align_image_stack.orig -a aligned_ $@
else
   /usr/local/bin/align_image_stack.orig $@
fi
^d
chmod 755 align_image_stack

(sorry for the ugly hack :)

(But this is a general problem, not amd64-specific)

Reproducible: Always

Steps to Reproduce:
Comment 1 Martin 'Douglas' Schuster 2008-02-16 10:14:57 UTC
(In reply to comment #0)
> src/tools/align_image_stack /usr/local/bin/align_image_stack.orig
That should be
cp src/tools/align_image_stack /usr/local/bin/align_image_stack.orig
Comment 2 Markus Meier gentoo-dev 2008-03-21 13:58:40 UTC
~amd64 keyword added. The align_image_stack will be added, once a new hugin release/beta whatever is released.