voyageur    15/05/07 14:54:32

  Modified:             ChangeLog
  Added:                argyllcms-1.7.0.ebuild
  Log:
  Version bump, bug #548758
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  Changes    Path
1.40                 media-gfx/argyllcms/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/ChangeLog?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/ChangeLog?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   30 Mar 2015 17:24:54 -0000      1.39
+++ ChangeLog   7 May 2015 14:54:32 -0000       1.40
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/argyllcms
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v 1.39 
2015/03/30 17:24:54 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v 1.40 
2015/05/07 14:54:32 voyageur Exp $
+
+*argyllcms-1.7.0 (07 May 2015)
+
+  07 May 2015; Bernard Cafarelli <voyag...@gentoo.org> +argyllcms-1.7.0.ebuild:
+  Version bump, bug #548758
 
 *argyllcms-1.6.3-r1 (30 Mar 2015)
 



1.1                  media-gfx/argyllcms/argyllcms-1.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/argyllcms-1.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/argyllcms-1.7.0.ebuild?rev=1.1&content-type=text/plain

Index: argyllcms-1.7.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/argyllcms-1.7.0.ebuild,v 
1.1 2015/05/07 14:54:32 voyageur Exp $

EAPI=5

inherit base flag-o-matic multiprocessing toolchain-funcs udev

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 ~hppa ~x86"
IUSE="doc"

RDEPEND="
        media-libs/tiff:0
        sys-libs/zlib
        virtual/jpeg:0
        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}"

PATCHES=(
        )

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 -ljpeg ;" >> Jamtop

        append-cflags -DUNIX -D_THREAD_SAFE

        sed \
                -e 's:CCFLAGS:CFLAGS:g' \
                -e "s:ar rusc:$(tc-getAR) rusc:g" \
                -i Jambase || die

        tc-export CC RANLIB

        jam -dx -fJambase "-j$(makeopts_jobs)" || die
}

src_install() {
        jam -dx -fJambase install || die

        rm bin/License.txt || die

        pushd bin > /dev/null
        local binname
        for binname in * ; do
                newbin ${binname} argyll-${binname}
        done
        popd > /dev/null

        use doc && dohtml doc/*

        dodoc log.txt Readme.txt ttbd.txt notes.txt

        insinto /usr/share/${PN}
        doins -r ref

        udev_dorules usb/55-Argyll.rules
}

pkg_postinst() {
        elog "If you have a Spyder2 you need to extract the firmware"
        elog "from the CVSpyder.dll of the windows driver package"
        elog "and store it as /usr/share/color/spyd2PLD.bin"
        echo
        elog "For further info on setting up instrument access read"
        elog "http://www.argyllcms.com/doc/Installing_Linux.html";
        echo
}




Reply via email to