aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/povray/povray_3.6.1+3.7.0-beta25b.bb
blob: 5ca797cef6d6a2ed3f155c340c320751e0938007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
DESCRIPTION = "The Persistence of Vision Raytracer is a high-quality, totally free tool for creating stunning three-dimensional graphics. "
HOMEPAGE = "http://www.povray.org"
SECTION = "console/graphics"
LICENSE = "povray"
DEPENDS = "virtual/libx11 boost zlib jpeg libpng tiff"

PR = "r1"

#We apply a patch that subverts the checks for jpeg, zlib, png and tiff because we know OE has the required versions, but it is still a hack.
SRC_URI = "http://www.povray.org/redirect/www.povray.org/beta/source/povray-src-3.7.0.beta.25b.tar.bz2 \
           file://configure-cross-hack.patch;patch=1 \
	   file://gcc43.diff;patch=1 \
	   "

S = "${WORKDIR}/povray-3.7.0.beta.25b"

inherit autotools pkgconfig

EXTRA_OECONF = " --with-boost-thread=boost_thread-mt \
                 --x-includes=${STAGING_INCDIR} \
                 --disable-vsnprintf-check \
                 COMPILED_BY=${MAINTAINER} "

FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -O3 -ftree-vectorize  -ffast-math -fno-math-errno "

PACKAGES += "${PN}-scenes ${PN}-ini ${PN}-icons ${PN}-scripts ${PN}-includes"

PACKAGE_ARCH_${PN}-doc = "all"

PACKAGE_ARCH_${PN}-scenes = "all"
FILES_${PN}-scenes = "${datadir}/povray-3.7/scenes"

PACKAGE_ARCH_${PN}-ini = "all"
FILES_${PN}-ini = "${datadir}/povray-3.7/ini"

PACKAGE_ARCH_${PN}-icons = "all"
FILES_${PN}-icons = "${datadir}/povray-3.7/icons"

PACKAGE_ARCH_${PN}-scripts = "all"
FILES_${PN}-scripts = "${datadir}/povray-3.7/scripts"

PACKAGE_ARCH_${PN}-includes = "all"
FILES_${PN}-includes = "${datadir}/povray-3.7/include"