* [gentoo-commits] gentoo-x86 commit in media-gfx/argyllcms: argyllcms-1.3.2.ebuild ChangeLog
@ 2010-11-04 22:57 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2010-11-04 22:57 UTC (permalink / raw
To: gentoo-commits
dilfridge 10/11/04 22:57:24
Modified: ChangeLog
Added: argyllcms-1.3.2.ebuild
Log:
Version bump
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Revision Changes Path
1.6 media-gfx/argyllcms/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 15 Oct 2010 09:33:04 -0000 1.5
+++ ChangeLog 4 Nov 2010 22:57:24 -0000 1.6
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/argyllcms
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v 1.5 2010/10/15 09:33:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v 1.6 2010/11/04 22:57:24 dilfridge Exp $
+
+*argyllcms-1.3.2 (04 Nov 2010)
+
+ 04 Nov 2010; Andreas K. Huettel <dilfridge@gentoo.org>
+ +argyllcms-1.3.2.ebuild:
+ Version bump
15 Oct 2010; Markos Chandras <hwoarang@gentoo.org> argyllcms-1.3.0.ebuild:
Stable on amd64 wrt bug #340979
1.1 media-gfx/argyllcms/argyllcms-1.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/argyllcms-1.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/argyllcms-1.3.2.ebuild?rev=1.1&content-type=text/plain
Index: argyllcms-1.3.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/argyllcms-1.3.2.ebuild,v 1.1 2010/11/04 22:57:24 dilfridge Exp $
MY_P="Argyll_V${PV}"
DESCRIPTION="Open source, ICC compatible color management system"
HOMEPAGE="http://www.argyllcms.com/"
SRC_URI="http://www.argyllcms.com/${MY_P}_src.zip"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="media-libs/tiff
media-libs/jpeg
sys-libs/zlib
x11-libs/libX11
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libXxf86vm
x11-libs/libXScrnSaver"
DEPEND="${RDEPEND}
app-arch/unzip
dev-util/ftjam"
S="${WORKDIR}/${MY_P}"
src_compile() {
# Make it respect LDFLAGS
echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
# Evil hack to get --as-needed working. The build system unfortunately lists all
# the shared libraries by default on the command line _before_ the object to be built...
echo "STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau -lXdmcp -lXss -ltiff ;" >> Jamtop
local jobnumber=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }")
[ ${jobnumber} ] || jobnumber=-j1
jam -q -fJambase ${jobnumber} || die
}
src_install() {
jam -q -fJambase install || die
rm bin/License.txt || die
dobin bin/* || die
if use doc; then
dohtml doc/* || die
fi
dodoc log.txt Readme.txt ttbd.txt notes.txt || die
insinto /usr/share/${PN}/ref
doins ref/* || die
insinto /etc/udev/rules.d
doins libusb/55-Argyll.rules || die
}
pkg_postinst() {
elog
elog "If you have a Spyder2 you need to extract the firmware"
elog "from the spyder2_setup.exe (ColorVision CD)"
elog "and store it as /usr/bin/spyd2PLD.bin"
elog
elog "For further info on setting up instrument access read"
elog "http://www.argyllcms.com/doc/Installing_Linux.html"
elog
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/argyllcms: argyllcms-1.3.2.ebuild ChangeLog
@ 2010-11-08 21:26 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2010-11-08 21:26 UTC (permalink / raw
To: gentoo-commits
dilfridge 10/11/08 21:26:21
Modified: argyllcms-1.3.2.ebuild ChangeLog
Log:
Depend on virtual/jpeg
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Revision Changes Path
1.2 media-gfx/argyllcms/argyllcms-1.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/argyllcms-1.3.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/argyllcms-1.3.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/argyllcms-1.3.2.ebuild?r1=1.1&r2=1.2
Index: argyllcms-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/argyllcms-1.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- argyllcms-1.3.2.ebuild 4 Nov 2010 22:57:24 -0000 1.1
+++ argyllcms-1.3.2.ebuild 8 Nov 2010 21:26:21 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/argyllcms-1.3.2.ebuild,v 1.1 2010/11/04 22:57:24 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/argyllcms-1.3.2.ebuild,v 1.2 2010/11/08 21:26:21 dilfridge Exp $
MY_P="Argyll_V${PV}"
DESCRIPTION="Open source, ICC compatible color management system"
@@ -13,7 +13,7 @@
IUSE="doc"
RDEPEND="media-libs/tiff
- media-libs/jpeg
+ virtual/jpeg
sys-libs/zlib
x11-libs/libX11
x11-libs/libXau
1.7 media-gfx/argyllcms/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 4 Nov 2010 22:57:24 -0000 1.6
+++ ChangeLog 8 Nov 2010 21:26:21 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/argyllcms
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v 1.6 2010/11/04 22:57:24 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v 1.7 2010/11/08 21:26:21 dilfridge Exp $
+
+ 08 Nov 2010; Andreas K. Huettel <dilfridge@gentoo.org>
+ argyllcms-1.3.2.ebuild:
+ Depend on virtual/jpeg
*argyllcms-1.3.2 (04 Nov 2010)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-08 21:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08 21:26 [gentoo-commits] gentoo-x86 commit in media-gfx/argyllcms: argyllcms-1.3.2.ebuild ChangeLog Andreas HAttel (dilfridge)
-- strict thread matches above, loose matches on Subject: below --
2010-11-04 22:57 Andreas HAttel (dilfridge)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox