Package Details: oyranos 0.9.6-1

Git Clone URL: https://aur.archlinux.org/oyranos.git (read-only, click to copy)
Package Base: oyranos
Description: A Colour Management System (CMS) on operating system level.
Upstream URL: http://oyranos.org/
Licenses: MIT
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 20
Popularity: 0.000000
First Submitted: 2011-01-02 09:31 (UTC)
Last Updated: 2017-11-18 19:49 (UTC)

Latest Comments

« First ‹ Previous 1 2

<deleted-account> commented on 2012-11-05 18:57 (UTC)

Src package for version 0.9.0 is here: http://www.milan-knizek.net/tmp/oyranos-0.9.0-1.src.tar.gz Pls update.

justin.kueser commented on 2012-05-16 21:35 (UTC)

To get kolor-manager-git building, append --libdir=/usr/lib to configure.

<deleted-account> commented on 2012-05-02 20:33 (UTC)

@Teld Great job!!! now I can build oyranos and kolor-manager-git Thanks

<deleted-account> commented on 2012-05-02 20:16 (UTC)

Well, at april 3rd gcc got bumped from 4.6 to 4.7. It adheres more strict to the c++11 standard. In this case extra spaces are needed to concatenate strings. With an extra patch and updated PKGBUILD it builds fine again. I did not test it however; I just checked if oyranos-config-fltk starts up: http://pastebin.com/ynSvYwF3

ptrr commented on 2012-05-02 05:33 (UTC)

Please add netpbm and fltk in dependencies. However, it still fails to compile qcmsevents.cpp: ... g++ -I. -fopenmp -march=x86-64 -mtune=generic -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DPIC -Wno-overlength-strings -I/usr/include/oyranos -I/usr/include/oyranos/alpha/object -I/usr/include -I/tmp/yaourt-tmp-peeter/aur-oyranos/src/oyranos-0.4.0 -I../ -I/tmp/yaourt-tmp-peeter/aur-oyranos/src/oyranos-0.4.0/API_generated/ -Wall -g -pedantic -O0 -std=c++98 -DQT_SHARED -I/usr/include/QtGui -I/usr/include/QtCore -O2 -std=c++0x -I/usr/include/QtGui -I/usr/include/QtCore -c -o xcmsevents/qcmsevents.o /tmp/yaourt-tmp-peeter/aur-oyranos/src/oyranos-0.4.0/examples/xcmsevents/qcmsevents.cpp /tmp/yaourt-tmp-peeter/aur-oyranos/src/oyranos-0.4.0/examples/xcmsevents/qcmsevents.cpp: In member function ‘void QcmseDialog::log(const char*, int)’: /tmp/yaourt-tmp-peeter/aur-oyranos/src/oyranos-0.4.0/examples/xcmsevents/qcmsevents.cpp:121:48: error: unable to find string literal operator ‘operator"" XCM_COLOR_DESKTOP’ /tmp/yaourt-tmp-peeter/aur-oyranos/src/oyranos-0.4.0/examples/xcmsevents/qcmsevents.cpp:122:48: error: unable to find string literal operator ‘operator"" XCM_COLOR_DESKTOP’ make[2]: [xcmsevents/qcmsevents.o] Error 1 (ignored) ...

<deleted-account> commented on 2012-04-12 19:23 (UTC)

I can't build: make[1]: Leaving directory `/tmp/yaourt-tmp-veleno77/aur-oyranos/src/oyranos-0.4.0/examples' install -p -m 755 examples/xcmsevents/qcmsevents "/tmp/yaourt-tmp-veleno77/aur-oyranos/pkg/usr/bin" install: impossibile eseguire stat di "examples/xcmsevents/qcmsevents": File o directory non esistente make: *** [install] Errore 1 ==> ERRORE: Si è verificato un errore in build().

<deleted-account> commented on 2012-03-11 12:52 (UTC)

I have a working build for Oyranos 0.4.0: - I installed yajl1 (https://aur.archlinux.org/packages.php?ID=48500) - I built version 0.5.0 of libXcm (https://aur.archlinux.org/packages.php?ID=44984) - I had to apply several patches. These and the PKGBUILD are in http://pastebin.com/GWYnfEZ4. I hope that the makefile.in.patch can be copied correctly. makefile.in is a file with very long lines and these might get mangled by pastebin. Info for the curious of mind: - configure_tests.patch strips off superfluous options. These are generated by 'fltk-config --ldflags' and confuse the linker. - makefile.in.patch. I had a previous install of Oyranos and during the build of 'examples' the linker tried to link against the installed old Oyranos library and failed miserably. It appears that the search order of the library directories was incorrect. It is hard to see but search for 'LIBS='. - oyranos_file.cpp.patch. Just a correction of the correct include.

KlavKalashj commented on 2011-12-11 15:56 (UTC)

Does not build for me even with "unset LDFLAGS": Generating file index... Generating file member index... Generating example index... finalizing index lists... finished... `/tmp/yaourt-tmp-oscar/aur-oyranos/src/oyranos-0.3.2/oyranos_logo.png' -> `doc_alpha/html/oyranos_logo.png' echo ... Documentation done ... Documentation done ==> ERROR: A failure occurred in build().

wanderxjtu commented on 2011-12-11 13:52 (UTC)

Add line "unset LDFLAGS" before "configure" line in PKGBUILD please, or it may not compile.

<deleted-account> commented on 2011-02-01 13:26 (UTC)

oyranos depends on icc_examin which depends on oyranos which depends on icc_examin which... With the current PKGBUILDs there is no way to install these both packages.