mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
graphics/cario: Update to 1.17.4
Differential Revision: https://reviews.freebsd.org/D29793
This commit is contained in:
parent
57d1c31a5e
commit
dbca720cde
3 changed files with 14 additions and 12 deletions
|
@ -1,12 +1,14 @@
|
||||||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||||
|
|
||||||
PORTNAME= cairo
|
PORTNAME= cairo
|
||||||
PORTVERSION= 1.16.0 # update to 1.17.2 causes problems, see bug#249290
|
DISTVERSION= 1.17.4
|
||||||
PORTEPOCH= 3
|
PORTEPOCH= 3
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://cairographics.org/releases/ \
|
MASTER_SITES= https://cairographics.org/releases/ \
|
||||||
http://cairographics.org/snapshots/
|
https://cairographics.org/snapshots/
|
||||||
|
|
||||||
|
PATCH_SITES= https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/commit/
|
||||||
|
PATCHFILES= ebbaebdec12878836fc84d31c59ee324e67abc05.patch:-p1 # cairo-script-interpreter.pc
|
||||||
|
|
||||||
MAINTAINER= desktop@FreeBSD.org
|
MAINTAINER= desktop@FreeBSD.org
|
||||||
COMMENT= Vector graphics library with cross-device output support
|
COMMENT= Vector graphics library with cross-device output support
|
||||||
|
@ -22,7 +24,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||||
|
|
||||||
PORTSCOUT= skipv:5c-1.1,5c-1.2,5c-1.5
|
PORTSCOUT= skipv:5c-1.1,5c-1.2,5c-1.5
|
||||||
|
|
||||||
USES= cpe gnome libtool pathfix pkgconfig tar:xz xorg
|
USES= autoreconf cpe gnome libtool pathfix pkgconfig tar:xz xorg
|
||||||
CPE_VENDOR= cairographics
|
CPE_VENDOR= cairographics
|
||||||
USE_XORG= pixman
|
USE_XORG= pixman
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -71,7 +73,7 @@ MIPS_BUILD_DEPENDS= ${LOCALBASE}/include/atomic_ops.h:devel/libatomic_ops
|
||||||
MIPS_USES= localbase
|
MIPS_USES= localbase
|
||||||
MIPS_CONFIGURE_ENV= cairo_cv_atomic_primitives="libatomic-ops"
|
MIPS_CONFIGURE_ENV= cairo_cv_atomic_primitives="libatomic-ops"
|
||||||
|
|
||||||
PLIST_SUB+= LIBVER=2.11600.0
|
PLIST_SUB+= LIBVER=2.11704.0
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/strings/s/ - / -a /' \
|
@${REINPLACE_CMD} -e '/strings/s/ - / -a /' \
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
TIMESTAMP = 1542402739
|
TIMESTAMP = 1618524411
|
||||||
SHA256 (cairo-1.16.0.tar.xz) = 5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331
|
SHA256 (cairo-1.17.4.tar.xz) = 74b24c1ed436bbe87499179a3b27c43f4143b8676d8ad237a6fa787401959705
|
||||||
SIZE (cairo-1.16.0.tar.xz) = 41997432
|
SIZE (cairo-1.17.4.tar.xz) = 41834076
|
||||||
|
SHA256 (ebbaebdec12878836fc84d31c59ee324e67abc05.patch) = 8b8f19ed74def2d663942fe596206ae21e4186fddf5c51097cb31ab6941cc6c8
|
||||||
|
SIZE (ebbaebdec12878836fc84d31c59ee324e67abc05.patch) = 4272
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
%%GLIB%%bin/cairo-sphinx
|
|
||||||
bin/cairo-trace
|
bin/cairo-trace
|
||||||
include/cairo/cairo-deprecated.h
|
include/cairo/cairo-deprecated.h
|
||||||
include/cairo/cairo-features.h
|
include/cairo/cairo-features.h
|
||||||
|
@ -18,8 +17,6 @@ include/cairo/cairo-version.h
|
||||||
include/cairo/cairo.h
|
include/cairo/cairo.h
|
||||||
lib/cairo/cairo-fdr.a
|
lib/cairo/cairo-fdr.a
|
||||||
lib/cairo/cairo-fdr.so
|
lib/cairo/cairo-fdr.so
|
||||||
%%GLIB%%lib/cairo/cairo-sphinx.a
|
|
||||||
%%GLIB%%lib/cairo/cairo-sphinx.so
|
|
||||||
lib/cairo/libcairo-trace.a
|
lib/cairo/libcairo-trace.a
|
||||||
lib/cairo/libcairo-trace.so
|
lib/cairo/libcairo-trace.so
|
||||||
%%GLIB%%lib/libcairo-gobject.a
|
%%GLIB%%lib/libcairo-gobject.a
|
||||||
|
@ -45,6 +42,7 @@ libdata/pkgconfig/cairo-pdf.pc
|
||||||
libdata/pkgconfig/cairo-png.pc
|
libdata/pkgconfig/cairo-png.pc
|
||||||
libdata/pkgconfig/cairo-ps.pc
|
libdata/pkgconfig/cairo-ps.pc
|
||||||
libdata/pkgconfig/cairo-script.pc
|
libdata/pkgconfig/cairo-script.pc
|
||||||
|
libdata/pkgconfig/cairo-script-interpreter.pc
|
||||||
libdata/pkgconfig/cairo-svg.pc
|
libdata/pkgconfig/cairo-svg.pc
|
||||||
libdata/pkgconfig/cairo-tee.pc
|
libdata/pkgconfig/cairo-tee.pc
|
||||||
%%XCB%%libdata/pkgconfig/cairo-xcb-shm.pc
|
%%XCB%%libdata/pkgconfig/cairo-xcb-shm.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue