diff --git a/gegl-0.4.18-arm.patch b/gegl-0.4.18-arm.patch deleted file mode 100644 index cefc9ce..0000000 --- a/gegl-0.4.18-arm.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gegl-0.4.18/meson.build.orig 2019-11-09 17:53:43.415651813 +0100 -+++ gegl-0.4.18/meson.build 2019-11-09 17:53:53.834989898 +0100 -@@ -89,7 +89,7 @@ - config.set10('ARCH_PPC', true) - config.set10('ARCH_PPC64', true) - else -- error('Unknown host architecture') -+ warning('Unknown host architecture') - endif - - ################################################################################ diff --git a/libgegl-0.1.8-ffmpeg.patch b/libgegl-0.1.8-ffmpeg.patch deleted file mode 100644 index b4156d7..0000000 --- a/libgegl-0.1.8-ffmpeg.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- gegl-0.1.8.orig/operations/workshop/external/ff-save.c 2012-02-11 15:53:58.347480007 +0100 -+++ gegl-0.1.8/operations/workshop/external/ff-save.c 2012-02-11 15:55:57.422072494 +0100 -@@ -455,7 +455,7 @@ - p->audio_outbuf_size, p->samples); - - pkt.pts = c->coded_frame->pts; -- pkt.flags |= PKT_FLAG_KEY; -+ pkt.flags |= AV_PKT_FLAG_KEY; - pkt.stream_index = st->index; - pkt.data = p->audio_outbuf; - -@@ -496,7 +496,7 @@ - - c = st->codec; - c->codec_id = codec_id; -- c->codec_type = CODEC_TYPE_VIDEO; -+ c->codec_type = AVMEDIA_TYPE_VIDEO; - - /* put sample propeters */ - c->bit_rate = op->bitrate; -@@ -689,7 +689,7 @@ - AVPacket pkt; - av_init_packet (&pkt); - -- pkt.flags |= PKT_FLAG_KEY; -+ pkt.flags |= AV_PKT_FLAG_KEY; - pkt.stream_index = st->index; - pkt.data = (uint8_t *) picture_ptr; - pkt.size = sizeof (AVPicture); -@@ -712,7 +712,7 @@ - - pkt.pts = c->coded_frame->pts; - if (c->coded_frame->key_frame) -- pkt.flags |= PKT_FLAG_KEY; -+ pkt.flags |= AV_PKT_FLAG_KEY; - pkt.stream_index = st->index; - pkt.data = p->video_outbuf; - pkt.size = out_size; diff --git a/libgegl-0.1.8-fix_build.patch b/libgegl-0.1.8-fix_build.patch deleted file mode 100644 index 951b2bf..0000000 --- a/libgegl-0.1.8-fix_build.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 60c5abed6c97559ac75d8550e29e5e1c425fb733 Mon Sep 17 00:00:00 2001 -From: Øyvind Kolås -Date: Wed, 04 Jan 2012 04:52:23 +0000 -Subject: build: add GEGL-0.1.deps to EXTRA_DIST - ---- -diff --git a/gegl/Makefile.am b/gegl/Makefile.am -index 3d3605f..02a540e 100644 ---- a/gegl/Makefile.am -+++ b/gegl/Makefile.am -@@ -138,6 +138,8 @@ vapi_DATA = \ - - endif # HAVE_VALA - -+EXTRA_DIST = gegl-@GEGL_API_VERSION@.deps -+ - endif # HAVE_INTROSPECTION - - # --- -cgit v0.9.0.2 -diff -Nru gegl-0.1.8.orig/gegl/gegl-0.1.deps gegl-0.1.8/gegl/gegl-0.1.deps ---- gegl-0.1.8.orig/gegl/gegl-0.1.deps 1970-01-01 01:00:00.000000000 +0100 -+++ gegl-0.1.8/gegl/gegl-0.1.deps 2012-01-05 19:58:45.593314031 +0100 -@@ -0,0 +1 @@ -+babl-0.1 diff --git a/libgegl-0.2.0-liblua-5.2.patch b/libgegl-0.2.0-liblua-5.2.patch deleted file mode 100644 index 42afe73..0000000 --- a/libgegl-0.2.0-liblua-5.2.patch +++ /dev/null @@ -1,269 +0,0 @@ - - - - - commit a5b601502d3293966994911cfcab6a0eb0d68e41 Author: Vincent Untz <vuntz@gno - Pastebin.com - - - - - - - - - - - - - - - - -
- - - -
-
-
-
-
- -
-
- -
-
-
-
-
-
-
-
- Guest -
-
-

Untitled

-
By: a guest on Nov 19th, 2012  |  syntax: None  |  size: 1.26 KB  |  hits: 3  |  expires: in 58 min
-
download  |  raw  |  embed  |  report abuse
-
-
- - -
-
-
- - - - Copied -
-
  1. commit a5b601502d3293966994911cfcab6a0eb0d68e41
  2. -
  3. Author: Vincent Untz <vuntz@gnome.org>
  4. -
  5. Date:   Wed Jan 11 09:52:25 2012 +0100
  6. -
  7.  
  8. -
  9.     Fix build with lua 5.2 by not using API deprecated in 5.1 already
  10. -
  11.    
  12. -
  13.     https://bugzilla.gnome.org/show_bug.cgi?id=667675
  14. -
  15.  
  16. -
  17. diff --git a/operations/workshop/external/gluas.c b/operations/workshop/external/gluas.c
  18. -
  19. index 536f1d9..dbcc362 100644
  20. -
  21. --- a/operations/workshop/external/gluas.c
  22. -
  23. +++ b/operations/workshop/external/gluas.c
  24. -
  25. @@ -97,7 +97,7 @@ static int l_progress  (lua_State * lua);
  26. -
  27.  static int l_flush     (lua_State * lua);
  28. -
  29.  static int l_print     (lua_State * lua);
  30. -
  31.  
  32. -
  33. -static const luaL_reg gluas_functions[] =
  34. -
  35. +static const luaL_Reg gluas_functions[] =
  36. -
  37.  {
  38. -
  39.      {"set_rgba",    l_set_rgba},
  40. -
  41.      {"get_rgba",    l_get_rgba},
  42. -
  43. @@ -122,7 +122,7 @@ static const luaL_reg gluas_functions[] =
  44. -
  45.  };
  46. -
  47.  static void
  48. -
  49.  register_functions (lua_State      *L,
  50. -
  51. -                    const luaL_reg *l)
  52. -
  53. +                    const luaL_Reg *l)
  54. -
  55.  {
  56. -
  57.    for (;l->name; l++)
  58. -
  59.      lua_register (L, l->name, l->func);
  60. -
  61. @@ -146,7 +146,7 @@ drawable_lua_process (GeglOperation       *op,
  62. -
  63.      lua_State *L;
  64. -
  65.      Priv p;
  66. -
  67.  
  68. -
  69. -    L = lua_open ();
  70. -
  71. +    L = luaL_newstate ();
  72. -
  73.      luaL_openlibs (L);
  74. -
  75.  
  76. -
  77.      register_functions (L, gluas_functions);
  78. -
-
-
- create a new version of this paste - RAW Paste Data -
-
-
- -
-
- - - -
-
-
- -
-
-
- - - - - \ No newline at end of file diff --git a/libgegl-0.4.30-libopenexr-3.1.1.patch b/libgegl-0.4.30-libopenexr-3.1.1.patch deleted file mode 100644 index 6c5a415..0000000 --- a/libgegl-0.4.30-libopenexr-3.1.1.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/operations/external/exr-save.cc b/operations/external/exr-save.cc -index 1e8c09d96..87abed511 100644 ---- a/operations/external/exr-save.cc -+++ b/operations/external/exr-save.cc -@@ -45,6 +45,7 @@ extern "C" { - #include - #include - #include -+#include - #include "ImathRandom.h" - - diff --git a/libgegl-0.4.8-upstream-openexr-2.3.0.patch b/libgegl-0.4.8-upstream-openexr-2.3.0.patch deleted file mode 100644 index 2edfc00..0000000 --- a/libgegl-0.4.8-upstream-openexr-2.3.0.patch +++ /dev/null @@ -1,46 +0,0 @@ -From c1c3541caab485384087bbbcf1c83ef2d5bd4d43 Mon Sep 17 00:00:00 2001 -From: Hussam Al-Tayeb -Date: Wed, 22 Aug 2018 14:55:31 +0200 -Subject: [PATCH] exr-save: avoid hard-coding Imath_2_2 name space - ---- - operations/external/exr-save.cc | 16 ++++++++-------- - 1 file changed, 8 insertions(+), 8 deletions(-) - -diff --git a/operations/external/exr-save.cc b/operations/external/exr-save.cc -index b2032046c..018e5d9af 100644 ---- a/operations/external/exr-save.cc -+++ b/operations/external/exr-save.cc -@@ -145,10 +145,10 @@ write_tiled_exr (const float *pixels, - &blue[0], &blue[1], - NULL, NULL, NULL); - { -- Imf::Chromaticities c1 (Imath_2_2::V2f(red[0],red[1]), -- Imath_2_2::V2f(green[0],green[1]), -- Imath_2_2::V2f(blue[0],blue[1]), -- Imath_2_2::V2f(wp[0],wp[1])); -+ Imf::Chromaticities c1 (Imath::V2f(red[0],red[1]), -+ Imath::V2f(green[0],green[1]), -+ Imath::V2f(blue[0],blue[1]), -+ Imath::V2f(wp[0],wp[1])); - Imf::addChromaticities (header, c1); - } - } -@@ -184,10 +184,10 @@ write_scanline_exr (const float *pixels, - &green[0], &green[1], - &blue[0], &blue[1], - NULL, NULL, NULL); -- Imf::Chromaticities c1 (Imath_2_2::V2f(red[0],red[1]), -- Imath_2_2::V2f(green[0],green[1]), -- Imath_2_2::V2f(blue[0],blue[1]), -- Imath_2_2::V2f(wp[0],wp[1])); -+ Imf::Chromaticities c1 (Imath::V2f(red[0],red[1]), -+ Imath::V2f(green[0],green[1]), -+ Imath::V2f(blue[0],blue[1]), -+ Imath::V2f(wp[0],wp[1])); - Imf::addChromaticities (header, c1); - } - --- -2.18.1 - diff --git a/libgegl.spec b/libgegl.spec index d2e44a1..be64503 100644 --- a/libgegl.spec +++ b/libgegl.spec @@ -2,8 +2,8 @@ %define apiver %{majver} Name: libgegl -Version: 0.4.46 -Release: 2mamba +Version: 0.4.48 +Release: 1mamba Summary: GEGL (Generic Graphics Library) is a graph based image processing framework. Group: System/Libraries Vendor: openmamba @@ -11,12 +11,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://gegl.org/ Source: http://download.gimp.org/pub/gegl/%{majver}/gegl-%{version}.tar.xz -Patch0: %{name}-0.1.8-fix_build.patch -Patch1: %{name}-0.1.8-ffmpeg.patch -Patch2: libgegl-0.2.0-liblua-5.2.patch -Patch3: libgegl-0.4.8-upstream-openexr-2.3.0.patch -Patch4: gegl-0.4.18-arm.patch -Patch5: libgegl-0.4.30-libopenexr-3.1.1.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -94,7 +88,6 @@ Obsoletes: %{name}-api < 0.4.30 %setup -q -n gegl-%{version} #-D -T #:<< _EOF -#%patch5 -p1 # workaround for a libtool error mkdir -p operations/workshop/external/lib @@ -158,7 +151,6 @@ install -d %{buildroot}%{_datadir}/pixmaps %files -f gegl-%{apiver}.lang %defattr(-,root,root) -#%{_bindir}/gcut %{_bindir}/gegl %{_bindir}/gegl-* %{_libdir}/libgegl-%{apiver}.so.* @@ -193,13 +185,16 @@ install -d %{buildroot}%{_datadir}/pixmaps %{_libdir}/pkgconfig/gegl-*%{apiver}.pc #%ifarch x86_64 aarch64 -#%files apidocs -#%defattr(-,root,root) -#%dir %{_datadir}/gtk-doc/html/gegl -#%{_datadir}/gtk-doc/html/gegl/* +%files apidocs +%defattr(-,root,root) +%dir %{_docdir}/gegl-%{apiver} +%{_docdir}/gegl-%{apiver}/* #%endif %changelog +* Mon Feb 12 2024 Automatic Build System 0.4.48-1mamba +- automatic version update by autodist + * Sat Oct 21 2023 Automatic Build System 0.4.46-2mamba - rebuilt by autoport with build requirements: libsuitesparse-devel>=7.2.2-1mamba