Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40215 - media-libs/corona-1.0.2 (New Package)
Summary: media-libs/corona-1.0.2 (New Package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://corona.sourceforge.net/
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-02-02 12:58 UTC by Sven Wegener
Modified: 2010-09-24 18:04 UTC (History)
1 user (show)

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


Attachments
corona-1.0.2.ebuild (corona-1.0.2.ebuild,745 bytes, text/plain)
2004-02-02 13:00 UTC, Sven Wegener
Details
corona-1.0.2-r1.ebuild (corona-1.0.2-r1.ebuild,746 bytes, text/plain)
2007-05-03 23:40 UTC, z_en_coder
Details
corona-1.0.2-r2-memcpy.patch (corona-1.0.2-r2-memcpy.patch,616 bytes, patch)
2010-09-24 18:03 UTC, Jeffrey Malone
Details | Diff
corona-1.0.2-r2.ebuild (corona-1.0.2-r2.ebuild,862 bytes, text/plain)
2010-09-24 18:04 UTC, Jeffrey Malone
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Wegener gentoo-dev 2004-02-02 12:58:42 UTC
Hi,

corona is an image reading/writing library for c++

Depends on media-libs/libpng and media-libs/jpeg via USE flag

Sven
Comment 1 Sven Wegener gentoo-dev 2004-02-02 13:00:01 UTC
Created attachment 24828 [details]
corona-1.0.2.ebuild
Comment 2 z_en_coder 2007-05-03 23:40:50 UTC
Created attachment 118105 [details]
corona-1.0.2-r1.ebuild
Comment 3 z_en_coder 2007-05-03 23:43:05 UTC
Comment on attachment 118105 [details]
corona-1.0.2-r1.ebuild

Changed virtual/glibc with sys-libs/glibc.
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-12-29 18:53:27 UTC
(this is an automated message based on filtering criteria that matched this bug)

Hello, The Gentoo Team would like to firstly thank you for your ebuild
submission. We also apologize for not being able to accomendate you on a timely
manor. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The sunrise
overlay[1] is a overlay for Gentoo which we allow trusted users to commit to and
all users can have ebuilds reviewed by Gentoo devs for entry into the overlay.
So, the sunrise team is suggesting that you look into this and submit your
ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. We
anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2009-12-15 22:38:00 UTC
Upstream has not seen any new release since 2003, and the mailing lists are defunct.

This bug has not seen any comments since 2007. 

Suggest resolving as WONTFIX.
Comment 6 Jeffrey Malone 2010-09-24 18:03:09 UTC
Created attachment 248540 [details, diff]
corona-1.0.2-r2-memcpy.patch

Here's an incredibly simple patch for corona that adds string.h to two cpp files so they have memcpy().
Without this, corona fails to compile for me.
Also bumped to -r2 for this.
Comment 7 Jeffrey Malone 2010-09-24 18:04:00 UTC
Created attachment 248541 [details]
corona-1.0.2-r2.ebuild

Modified ebuild to include the memcpy patch and add ~amd64 as a keyword.