Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 287353

Summary: media-libs/oyranos: new package
Product: Gentoo Linux Reporter: Michael Weber (RETIRED) <xmw>
Component: New packagesAssignee: Michael Weber (RETIRED) <xmw>
Status: RESOLVED FIXED    
Severity: enhancement CC: darkbasic, nikoli, printing
Priority: High Keywords: EBUILD, InOverlay
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: http://www.oyranos.org/
Whiteboard: sunrise-overlay
Package list:
Runtime testing required: ---
Bug Depends on: 63417    
Bug Blocks: 278375    
Attachments: oyranos-0.1.9.ebuild
adding ./ in two script invocations
oyranos-0.1.9.ebuild
oyranos-0.1.9.ebuild

Description Michael Weber (RETIRED) gentoo-dev 2009-10-02 12:35:20 UTC
Oyranos is a Colour Management System (CMS) on operating system level.

It's a dependency of current cvs media-video/cinepaint.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2009-10-02 12:39:34 UTC
Created attachment 205832 [details]
oyranos-0.1.9.ebuild

The configure script doesn't find some libs with LDFLAGS=-Wl,-O1. I have remove any LDFLAGS for econf.

The make script isn't parallel safe and emake -j1 did not override my MAKEOPT="-j8", so I've replaced it with sed 

MO=`echo -n ${MAKEOPTS} | sed -r "s:-j\s*[0-9]+::g"`
MAKEOPTS=${MO} emake || die "emake failed."
Comment 2 Michael Weber (RETIRED) gentoo-dev 2009-10-02 12:40:31 UTC
added to http://svn.xmw.de/gentoo-overlay/
Comment 3 Michael Weber (RETIRED) gentoo-dev 2009-10-02 12:43:10 UTC
Created attachment 205833 [details, diff]
adding ./ in two script invocations

The make uses the new oyranos-config, which is not yet in PATH during ebuild compile.
Comment 4 Michael Weber (RETIRED) gentoo-dev 2009-10-02 15:24:14 UTC
Created attachment 205852 [details]
oyranos-0.1.9.ebuild

removed typo from KEYWORDS
Comment 5 Michael Weber (RETIRED) gentoo-dev 2009-10-02 15:32:57 UTC
Created attachment 205854 [details]
oyranos-0.1.9.ebuild

typo in DEPENDS, sry
Comment 6 Justin Lecher (RETIRED) gentoo-dev 2009-10-02 18:07:03 UTC
Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. 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. =)

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

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 7 Michael Weber (RETIRED) gentoo-dev 2010-04-18 22:17:31 UTC
This will be in the sunrise overlay soon. You can find it at:
http://overlays.gentoo.org/proj/sunrise/browser/reviewed/media-libs/oyranos
Comment 8 darkbasic 2011-02-05 19:54:36 UTC
Is there an ebuild for oyranos-0.2, possibly with the kde use flag for kolor manager integration in system settings?
Comment 9 Michael Weber (RETIRED) gentoo-dev 2012-02-06 02:21:05 UTC
+*oyranos-0.3.2 (05 Feb 2012)
+
+  05 Feb 2012; Michael Weber <xmw@gentoo.org> +oyranos-0.3.2.ebuild,
+  +metadata.xml:
+  Initial import from sunrise (bug 287353)

finally.