mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
Update to 1.10.0
This commit is contained in:
parent
f1a96ac4bc
commit
b1e59772ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520302
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= graphene
|
||||
PORTVERSION= 1.8.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.10.0
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1530384036
|
||||
SHA256 (graphene-1.8.2.tar.xz) = b3fcf20996e57b1f4df3941caac10f143bb29890a42f7a65407cd19271fc89f7
|
||||
SIZE (graphene-1.8.2.tar.xz) = 127436
|
||||
TIMESTAMP = 1576559670
|
||||
SHA256 (graphene-1.10.0.tar.xz) = 406d97f51dd4ca61e91f84666a00c3e976d3e667cd248b76d92fdb35ce876499
|
||||
SIZE (graphene-1.10.0.tar.xz) = 289452
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- src/bench/graphene-bench-utils.c.orig 2018-12-04 11:34:21 UTC
|
||||
+++ src/bench/graphene-bench-utils.c
|
||||
@@ -271,7 +271,7 @@ graphene_bench_print_results (const char *impl,
|
||||
{
|
||||
const char *d_unit, *round_unit, *iter_unit;
|
||||
double d = format_time (elapsed, &d_unit);
|
||||
- double round = format_time (avg, &round_unit);
|
||||
+ double my_round = format_time (avg, &round_unit);
|
||||
double iter = format_time (avg / bench_unit_rounds, &iter_unit);
|
||||
|
||||
switch (bench_output)
|
||||
@@ -283,7 +283,7 @@ graphene_bench_print_results (const char *impl,
|
||||
" Per iteration: %.6f %s\n",
|
||||
path, (gint64) (num_rounds * bench_unit_rounds), impl,
|
||||
d, d_unit, num_rounds,
|
||||
- round, round_unit, bench_unit_rounds,
|
||||
+ my_round, round_unit, bench_unit_rounds,
|
||||
iter, iter_unit);
|
||||
break;
|
||||
|
@ -27,7 +27,7 @@ lib/girepository-1.0/Graphene-1.0.typelib
|
||||
lib/graphene-1.0/include/graphene-config.h
|
||||
lib/libgraphene-1.0.so
|
||||
lib/libgraphene-1.0.so.0
|
||||
lib/libgraphene-1.0.so.0.800.2
|
||||
lib/libgraphene-1.0.so.0.1000.0
|
||||
libdata/pkgconfig/graphene-1.0.pc
|
||||
libdata/pkgconfig/graphene-gobject-1.0.pc
|
||||
share/gir-1.0/Graphene-1.0.gir
|
||||
|
Loading…
Reference in New Issue
Block a user