ChangeLog

# ChangeLog for media-gfx/monica
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/monica/ChangeLog,v 1.1 2007/11/15 09:11:33 robbat2 Exp $

*monica-3.6 (15 Nov 2007)

15 Nov 2007; Robin H. Johnson
+files/monica-3.6-makefile-cleanup.patch, +metadata.xml,
+monica-3.6.ebuild:
Add a small gamma correction tool to the tree. Initial ebuild by Robin H.
Johnson .

Manifest

AUX monica-3.6-makefile-cleanup.patch 907 RMD160 16c86b04e867e013378e4ab97ad68d64fad30e8f SHA1 e4fe19abdcf80ca1399cb1f9dfd2bfbb522e50f7 SHA256 cb4ac6b098360ffc8a4f926b2b8624d69257d074e5115fbb62e8a1207d9a309b
DIST monica-3.6.tar.bz2 17212 RMD160 1a3b7e2e67e053f9685d79930914f18f85b4901e SHA1 173cdedd9896c844fc20e96884bb2d129ac88fd8 SHA256 2a15c13a0b431a524038e6403ae215cd500d4b17647e828c116273060f06517e
EBUILD monica-3.6.ebuild 765 RMD160 00ad10454d4d13aef2c7105a8e1c8bf880d5076e SHA1 2bfacf33df9503bf0bb4e45af07614182c459c53 SHA256 d385ebbe72bd987a45e39111ab88932aac88849d32db21a4665ee8c462003914
MISC ChangeLog 476 RMD160 2990be55b79bf3053a48658e9eaa9d75aeb1b501 SHA1 fe7cf8571ef125db1680dc1f79fdf27bffe29ad1 SHA256 eed4b89c77501a056610a1bf3ef46d07ffff4a2fd0236fd795c7c2cf927b3b73
MISC metadata.xml 564 RMD160 c8630285b83ffe9b491e4d9c1ffbce1cfd894a3c SHA1 88f799567e1e90aff693b0c7c4b4dc1a1c5e22d5 SHA256 4af92ba2a39099129b66238de03d66f29ac91429f3dcde353d1e1a6827cf8200

files

metadata.xml




no-herd

robbat2@gentoo.org


Monica is a Monitor Calibration Tool.
An easy way to get respectable color rendetion on your screen. Especially
important to get a reasonable overall gamma setting, to make sure the basic
"brightness" of your screen jibes with what others see... (the Internet sRGB
standard gamma of 2.2)

monica-3.6.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/monica/monica-3.6.ebuild,v 1.1 2007/11/15 09:11:33 robbat2 Exp $

inherit eutils

DESCRIPTION="Monica is a Monitor Calibration Tool"
HOMEPAGE="http://www.pcbypaul.com/software/monica.html"
SRC_URI="http://www.pcbypaul.com/software/dl/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""
DEPEND="x11-libs/fltk"
RDEPEND="x11-apps/xgamma
${DEPEND}"

src_unpack() {
unpack ${A}
epatch "${FILESDIR}"/${P}-makefile-cleanup.patch
cd "${S}"
make clean
}

src_compile() {
emake CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
}

src_install() {
dobin monica
dodoc AUTHORS ChangeLog NEWS README
}