Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288176 - pqiv-0.10 version bump
Summary: pqiv-0.10 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Samuli Suominen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-08 10:56 UTC by Phillip Berndt
Modified: 2009-10-16 17:21 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 Phillip Berndt 2009-10-08 10:56:18 UTC
Please create an ebuild for pqiv-0.10. Copying 0.9's ebuild should do the job.

URL: http://www.pberndt.com/raw/Programme/Linux/pqiv/_download/pqiv-0.10.tbz

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-10-08 12:01:27 UTC
will do, today
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-10-08 12:02:45 UTC
Phillip, I've noticed qiv got a release too... what do you think about reintroducing it to tree? Of course it doesn't mean pqiv should be removed, no probs with it :)
Comment 3 Phillip Berndt 2009-10-08 14:57:48 UTC
Yes, thanks to Peter deWachter who ported it to imlib 2 when Debian's package maintainers planned to drop support for qiv as well.

No objections, the new release works great here. If you reintroduce it, you should either use the --binary-name configure flag to name the binary pqiv (this is what Debian does) or mark qiv<->pqiv as blockers. I guess renaming the binary would confuse people so the latter is probably a better idea?!
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-10-09 07:54:31 UTC
OK, 0.10 in portage but noticed one problem in Makefile. Where it says $(CFLAGS) it should have $(LDFLAGS) $(CFLAGS), otherwise the environment's flags are not respected, such as LDFLAGS="-Wl,--as-needed".

Please fix this for next version. I've worked this around in the ebuild by setting CFLAGS="${LDFLAGS} ${CFLAGS}" for now.
Comment 5 Phillip Berndt 2009-10-10 10:53:45 UTC
Martin Väth informed me of a bug in environment-variable-processing which can lead to a segfault, so here's another version (sorry). I added $(LDFLAGS) to this version's Makefile:

http://www.pberndt.com/raw/Programme/Linux/pqiv/_download/pqiv-0.10.1.tbz
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2009-10-16 17:21:11 UTC
done, thanks