Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 447246 | Differences between
and this patch

Collapse All | Expand All

(-)a/oyranos-0.9.4.ebuild (-2 / +9 lines)
Lines 9-21 Link Here
9
DESCRIPTION="colour management system allowing to share various settings across applications and services"
9
DESCRIPTION="colour management system allowing to share various settings across applications and services"
10
HOMEPAGE="http://www.oyranos.org/"
10
HOMEPAGE="http://www.oyranos.org/"
11
SRC_URI="mirror://sourceforge/oyranos/Oyranos/Oyranos%200.4/${P}.tar.bz2"
11
SRC_URI="mirror://sourceforge/oyranos/Oyranos/Oyranos%200.4/${P}.tar.bz2"
12
if [[ ${PV} == "9999" ]] ; then
13
        EGIT_REPO_URI="git://www.oyranos.org/git/oyranos"
14
        inherit git-2
15
        SRC_URI=""
16
else
17
        SRC_URI="mirror://sourceforge/oyranos/Oyranos/Oyranos%200.4/${P}.tar.bz2"
18
fi
12
19
13
LICENSE="BSD"
20
LICENSE="BSD"
14
SLOT="0"
21
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
22
KEYWORDS="~amd64 ~x86"
16
IUSE="X cairo cups doc exif fltk qt4 raw test"
23
IUSE="X cairo cups doc exif fltk qt4 raw test"
17
24
18
RDEPEND=">=app-admin/elektra-0.8.3-r1
25
RDEPEND="=app-admin/elektra-0.7.1-r3
19
	dev-libs/libxml2
26
	dev-libs/libxml2
20
	dev-libs/yajl
27
	dev-libs/yajl
21
	media-gfx/exiv2
28
	media-gfx/exiv2
Lines 41-47 Link Here
41
48
42
#RESTRICT="test"
49
#RESTRICT="test"
43
50
44
CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindFltk FindElektra FindXcm FindCUPS"
51
CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindFltk FindXcm FindCUPS"
45
52
46
src_prepare() {
53
src_prepare() {
47
	epatch "${FILESDIR}/${P}"-buildsystem.patch
54
	epatch "${FILESDIR}/${P}"-buildsystem.patch

Return to bug 447246