Coder Social home page Coder Social logo

soapux / colord Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hughsie/colord

0.0 0.0 0.0 11.37 MB

Making color management just work

License: GNU General Public License v2.0

C 97.70% Meson 1.69% Shell 0.03% SourcePawn 0.50% Python 0.08%

colord's Introduction

colord

colord is a system service that makes it easy to manage, install and generate color profiles to accurately color manage input and output devices.

This functionality is implemented as a system activated daemon called colord. Being system activated means that it's only started when the user is using a text mode or graphical tool.

What colord does:

  • Provides a DBus API for other programs to query, e.g. "Get me the profiles for device $foo" or "Create a device and assign it profile $bar"

  • Provides a persistent database backed store for device -> profile mapping.

  • Provides the session for a way to set system settings, for instance setting the display profile for all users and all sessions.

See the website for more details.

Compiling for Linux

Ensure the following packages are installed:

  • dbus-devel
  • docbook-utils
  • gettext
  • glib2-devel
  • gobject-introspection-devel
  • gtk-doc
  • intltool
  • lcms2-devel
  • libgudev1-devel
  • libgusb-devel
  • polkit-devel
  • sqlite-devel
  • systemd-devel
  • vala-tools

Then just do mkdir build && cd build && meson --prefix=/usr .. && ninja

Compiling for Microsoft Windows

  • Ensure wine is installed

  • Compile with a lot of restricted options, e.g.

    mingw64-configure
    --disable-argyllcms-sensor
    --disable-bash-completion
    --disable-polkit
    --disable-print-profiles
    --disable-sane
    --disable-session-example
    --disable-systemd
    --disable-udev
    --disable-unix
    --without-pic
    --with-systemdsystemunitdir=/tmp
    --with-udevrulesdir=/tmp && make

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.