mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
The libXcm library is colour management helper for Xorg. It contains
a reference implementation of the X Color Management specification. It allows to attach colour regions to X windows to communicate with colour servers.
This commit is contained in:
parent
b1f3185344
commit
3a5930bc05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312284
@ -143,6 +143,7 @@
|
||||
SUBDIR += libXScrnSaver
|
||||
SUBDIR += libXTrap
|
||||
SUBDIR += libXau
|
||||
SUBDIR += libXcm
|
||||
SUBDIR += libXcomposite
|
||||
SUBDIR += libXcursor
|
||||
SUBDIR += libXdamage
|
||||
|
24
x11/libXcm/Makefile
Normal file
24
x11/libXcm/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libXcm
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF/oyranos/${PORTNAME}/${PORTNAME}-${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
|
||||
|
||||
MAINTAINER= bsam@FreeBSD.org
|
||||
COMMENT= X Colour Management Library
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
XORG_CAT= lib
|
||||
USE_PKGCONFIG= build
|
||||
USE_XORG= xfixes xmu
|
||||
|
||||
MAN3= Xcm.3 XcmDDC.3 XcmEdidParse.3 XcmEvents.3 XcolorProfile.3 \
|
||||
XcolorRegion.3 libXcm.3
|
||||
|
||||
post-patch:
|
||||
@${SED} -I.bak -e 's:{libdir}/pkgconfig:{prefix}/libdata/pkgconfig:g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/libXcm/distinfo
Normal file
2
x11/libXcm/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (xorg/lib/libXcm-0.5.2.tar.bz2) = 1ed2750e55dd3c8c9e1597de577bdc3a72d37e976979926d973ea9e3583afcd5
|
||||
SIZE (xorg/lib/libXcm-0.5.2.tar.bz2) = 301813
|
4
x11/libXcm/pkg-descr
Normal file
4
x11/libXcm/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The libXcm library is colour management helper for Xorg. It contains
|
||||
a reference implementation of the X Color Management specification.
|
||||
It allows to attach colour regions to X windows to communicate with
|
||||
colour servers.
|
13
x11/libXcm/pkg-plist
Normal file
13
x11/libXcm/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
include/X11/Xcm/Xcm.h
|
||||
include/X11/Xcm/XcmDDC.h
|
||||
include/X11/Xcm/XcmEdidParse.h
|
||||
include/X11/Xcm/XcmEvents.h
|
||||
include/X11/Xcm/XcmVersion.h
|
||||
lib/libXcm.la
|
||||
lib/libXcm.so
|
||||
lib/libXcm.so.0
|
||||
libdata/pkgconfig/xcm.pc
|
||||
share/cmake/Modules/FindXcm.cmake
|
||||
@dirrmtry share/cmake/Modules
|
||||
@dirrmtry share/cmake
|
||||
@dirrm include/X11/Xcm
|
Loading…
Reference in New Issue
Block a user