xmw         14/07/30 22:59:45

  Modified:             ChangeLog
  Added:                oyranos-0.9.5.ebuild
  Removed:              oyranos-0.9.1-r2.ebuild oyranos-0.9.4-r1.ebuild
  Log:
  Version bump (bug 497138, thanks  Andreas Sturmlechner), drop old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.25                 media-libs/oyranos/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/oyranos/ChangeLog?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/oyranos/ChangeLog?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/oyranos/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/oyranos/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   22 Jun 2014 20:51:53 -0000      1.24
+++ ChangeLog   30 Jul 2014 22:59:45 -0000      1.25
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/oyranos
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/oyranos/ChangeLog,v 1.24 
2014/06/22 20:51:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/oyranos/ChangeLog,v 1.25 
2014/07/30 22:59:45 xmw Exp $
+
+*oyranos-0.9.5 (30 Jul 2014)
+
+  30 Jul 2014; Michael Weber <[email protected]>
+  +files/oyranos-0.9.5-buildsystem-r1.patch, +oyranos-0.9.5.ebuild,
+  -oyranos-0.9.1-r2.ebuild, -oyranos-0.9.4-r1.ebuild:
+  Version bump (bug 497138, thanks  Andreas Sturmlechner), drop old.
 
   22 Jun 2014; Michał Górny <[email protected]> oyranos-0.9.4-r2.ebuild:
   Fix doc install.



1.1                  media-libs/oyranos/oyranos-0.9.5.ebuild

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

Index: oyranos-0.9.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/oyranos/oyranos-0.9.5.ebuild,v 
1.1 2014/07/30 22:59:45 xmw Exp $

EAPI=5

inherit eutils flag-o-matic cmake-utils cmake-multilib

DESCRIPTION="colour management system allowing to share various settings across 
applications and services"
HOMEPAGE="http://www.oyranos.org/";
if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://www.${PN}.org/git/${PN}"
        inherit git-2
        KEYWORDS=""
else
        
SRC_URI="mirror://sourceforge/oyranos/Oyranos/Oyranos%200.9/${P}.tar.bz2"
        KEYWORDS="~amd64 ~x86"
fi

LICENSE="BSD"
SLOT="0"
IUSE="X cairo cups doc exif fltk qt4 raw test"

RDEPEND="
        || (
                =app-admin/elektra-0.7*:0[${MULTILIB_USEDEP}]
                >=app-admin/elektra-0.8.4:0[${MULTILIB_USEDEP}]
        )
        >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
        >=dev-libs/yajl-2.0.4-r1[${MULTILIB_USEDEP}]
        media-libs/icc-profiles-basiccolor-printing2009
        media-libs/icc-profiles-openicc
        || (
                >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}]
                >=media-libs/lcms-1.19-r1:0[${MULTILIB_USEDEP}]
        )
        >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}]
        >=media-libs/libXcm-0.5.3[${MULTILIB_USEDEP}]
        cairo? ( >=x11-libs/cairo-1.12.14-r4[${MULTILIB_USEDEP}] )
        cups? ( >=net-print/cups-1.7.1-r1[${MULTILIB_USEDEP}] )
        exif? ( >=media-gfx/exiv2-0.23-r2[${MULTILIB_USEDEP}] )
        fltk? ( x11-libs/fltk:1 )
        qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 )
        raw? ( >=media-libs/libraw-0.15.4[${MULTILIB_USEDEP}] )
        X? ( >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
                >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}]
                >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}]
                >=x11-libs/libXinerama-1.1.3[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
        doc? (
                app-doc/doxygen
                media-gfx/graphviz
        )"

DOCS="AUTHORS ChangeLog README"
RESTRICT="test"

MULTILIB_CHOST_TOOLS=(
        /usr/bin/oyranos-config
)
MULTILIB_WRAPPED_HEADERS=(
        /usr/include/oyranos/oyranos_version.h
)

CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindFltk FindXcm 
FindCUPS"

src_prepare() {
        einfo remove bundled libs
        rm -rf elektra* yajl || die

        epatch "${FILESDIR}/${PN}"-0.9.5-buildsystem-r1.patch

        if use fltk ; then
                #src/examples does not include fltk flags
                append-cflags $(fltk-config --cflags)
                append-cxxflags $(fltk-config --cxxflags)
        fi

        cmake-utils_src_prepare
}

multilib_src_configure() {
        local libdir=$(get_libdir)
        local mycmakeargs=(
                -DLIB_SUFFIX=${libdir#lib}

                $(usex cairo -DWANT_CAIRO=1 "")
                $(usex cups -DWANT_CUPS=1 "")
                $(usex doc -DWANT_HTML=1 "")
                $(usex exif -DWANT_EXIV2=1 "")
                $(usex raw -DWANT_LIBRAW=1 "")
                $(usex X -DWANT_X11=1 "")

                # only used in programs
                $(multilib_native_usex fltk -DWANT_FLTK=1 "")
                $(multilib_native_usex qt4 -DWANT_QT4=1 "")
        )

        cmake-utils_src_configure
}




Reply via email to