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

Bug 231729

Summary: [media-libs/cimg] C++ toolkit for image processing
Product: Gentoo Linux Reporter: achaw <achaw.ar>
Component: New packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: enhancement CC: graphics+disabled, marat.buharov, orzel
Priority: Normal Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 231731    
Attachments: CImg 1.2.9 ebuild
CImg 1.2.9 ebuild - Licence corrected
CImg-1.3.9 - New Licence correction
CImg-1.3.4
CImg-1.4.9.ebuild

Description achaw 2008-07-13 23:35:34 UTC
The CImg Library is an open-source C++ toolkit for image processing.

Reproducible: Always
Comment 1 achaw 2008-07-13 23:36:19 UTC
Created attachment 160294 [details]
CImg 1.2.9 ebuild
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2008-07-14 05:13:10 UTC
note cimg is licenced under either CeCILL or CeCILL-C

http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.txt

LICENSE="|| ( CeCILL CeCILL-C )"
Comment 3 achaw 2008-07-14 22:29:35 UTC
Created attachment 160395 [details]
CImg 1.2.9 ebuild - Licence corrected
Comment 4 achaw 2008-07-14 22:30:03 UTC
(In reply to comment #2)
> note cimg is licenced under either CeCILL or CeCILL-C
> 
> http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
> http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.txt
> 
> LICENSE="|| ( CeCILL CeCILL-C )"
> 

Corrected, thanks.
Comment 5 Ryan Hill (RETIRED) gentoo-dev 2008-07-15 00:01:29 UTC
agh, i just noticed we have CeCILL in the tree already, as CeCILL-2, so you were right.  it would be:

LICENSE="|| ( CeCILL-2 CeCILL-C )"

don't worry about submitting a new ebuild, it's a very simple change. ;)
Comment 6 Ryan Hill (RETIRED) gentoo-dev 2008-07-15 00:18:25 UTC
i kinda wish this was distributed with wxcam, being a single header file, but it's not, and a few other distros have it as a seperate package as well.  Graphics team, any interest in maintaining this?  Seems pretty simple.
Comment 7 achaw 2008-07-15 01:51:50 UTC
Comment on attachment 160395 [details]
CImg 1.2.9 ebuild - Licence corrected

><HTML><HEAD/><BODY><PRE># Copyright 1999-2008 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>DESCRIPTION="The CImg Library is an open-source C++ toolkit for image processing."
>HOMEPAGE="http://cimg.sourceforge.net/"
>SRC_URI="http://ufpr.dl.sourceforge.net/sourceforge/cimg/${P}.tar.gz"
>
>
>LICENSE="|| ( CeCILL-2 CeCILL-C )"
>SLOT="0"
>KEYWORDS="~x86"
>IUSE=""
>
>RDEPEND=""
>
>DEPEND="${RDEPEND}"
>
>
>src_compile() {
>	einfo "no need to compile"
>}
>
>src_install( ) {
>	
>	insinto /usr/include/
>	doins "${S}"/CImg.h
>	dodoc README.txt CHANGES.txt
>}
>
>
>
></PRE></BODY></HTML>
Comment 8 achaw 2008-07-15 01:55:23 UTC
(In reply to comment #6)
> i kinda wish this was distributed with wxcam, being a single header file, but
> it's not, and a few other distros have it as a seperate package as well. 
> Graphics team, any interest in maintaining this?  Seems pretty simple.
> 

Yep, Also is almost usseles do an ebuild for a single header file, but...we depend of portage. 
Comment 9 achaw 2008-07-15 01:57:15 UTC
Created attachment 160408 [details]
CImg-1.3.9 - New Licence correction
Comment 10 Radek Tříška 2010-06-08 14:43:55 UTC
Created attachment 234531 [details]
CImg-1.3.4

CImg-1.3.4
Comment 11 Peter Volkov (RETIRED) gentoo-dev 2011-08-11 10:20:50 UTC
*** Bug 373601 has been marked as a duplicate of this bug. ***
Comment 12 MaratIK 2011-08-11 10:24:27 UTC
Created attachment 282903 [details]
CImg-1.4.9.ebuild
Comment 13 Peter Volkov (RETIRED) gentoo-dev 2011-08-11 10:29:40 UTC
media-libs/vips distributes cimg sources along with source code. So I like the idea of having this file bundled along with wxcam.
Comment 14 MaratIK 2011-08-11 10:35:18 UTC
I think cimg must be distributed alone because it is a separate library. And some developers would like to see it in /usr/include.
Comment 15 Markos Chandras (RETIRED) gentoo-dev 2012-12-09 09:32:06 UTC
Moved to tree