babl: update to 0.1.78.
This commit is contained in:
parent
f4be83c7ca
commit
4a30d95656
|
@ -1,31 +0,0 @@
|
||||||
Source: https://gitlab.gnome.org/GNOME/babl/issues/24#note_712527
|
|
||||||
|
|
||||||
--- babl/babl-fish-path.c
|
|
||||||
+++ babl/babl-fish-path.c
|
|
||||||
@@ -404,7 +404,7 @@ alias_conversion (Babl *babl,
|
|
||||||
(void*)conv->source, (void*)space),
|
|
||||||
babl_remodel_with_space (
|
|
||||||
(void*)conv->destination, (void*)space),
|
|
||||||
- "linear", conv->function,
|
|
||||||
+ "linear", conv->function.linear,
|
|
||||||
NULL);
|
|
||||||
break;
|
|
||||||
case BABL_CONVERSION_PLANAR:
|
|
||||||
@@ -413,7 +413,7 @@ alias_conversion (Babl *babl,
|
|
||||||
(void*)conv->source, (void*)space),
|
|
||||||
babl_remodel_with_space (
|
|
||||||
(void*)conv->destination, (void*)space),
|
|
||||||
- "planar", conv->function,
|
|
||||||
+ "planar", conv->function.planar,
|
|
||||||
NULL);
|
|
||||||
break;
|
|
||||||
case BABL_CONVERSION_PLANE:
|
|
||||||
@@ -422,7 +422,7 @@ alias_conversion (Babl *babl,
|
|
||||||
(void*)conv->source, (void*)space),
|
|
||||||
babl_remodel_with_space (
|
|
||||||
(void*)conv->destination, (void*)space),
|
|
||||||
- "plane", conv->function,
|
|
||||||
+ "plane", conv->function.plane,
|
|
||||||
NULL);
|
|
||||||
break;
|
|
||||||
default:
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'babl'
|
# Template file for 'babl'
|
||||||
pkgname=babl
|
pkgname=babl
|
||||||
version=0.1.74
|
version=0.1.78
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper=gir
|
build_helper=gir
|
||||||
|
@ -13,7 +13,7 @@ license="LGPL-3.0-only"
|
||||||
homepage="http://gegl.org/babl/"
|
homepage="http://gegl.org/babl/"
|
||||||
changelog="https://raw.githubusercontent.com/GNOME/babl/master/NEWS"
|
changelog="https://raw.githubusercontent.com/GNOME/babl/master/NEWS"
|
||||||
distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.xz"
|
distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.xz"
|
||||||
checksum=9a710b6950da37ada94cd9e2046cbce26de12473da32a7b79b7d1432fc66ce0e
|
checksum=17d5493633bff5585d9f375bc4df5925157cd1c70ccd7c22a635be75c172523a
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*) ;;
|
x86_64*|i686*) ;;
|
||||||
|
|
Loading…
Reference in New Issue