Commit Graph

70 Commits

Author SHA256 Message Date
1c4d93f77d Accepting request 881464 from home:dimstar:Factory
- Add 93.patch: fix build with glib 2.67.3.

  "load error: /usr/lib64/libgomp.so.1: cannot allocate memory

OBS-URL: https://build.opensuse.org/request/show/881464
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=107
2021-03-26 12:12:40 +00:00
e1ce80f010 Accepting request 859178 from home:iznogood:branches:graphics
New stable rel

OBS-URL: https://build.opensuse.org/request/show/859178
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=105
2020-12-29 14:23:23 +00:00
4d29857028 Accepting request 836056 from home:Guillaume_G:branches:graphics
- Fix build on aarch64 by pre-loading libgomp.so.1 to avoid:
  "load error: /usr/lib64/libgomp.so.1: cannot allocate memory 
  in static TLS block"

OBS-URL: https://build.opensuse.org/request/show/836056
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=103
2020-09-22 11:24:06 +00:00
e48bcfc59c Accepting request 825279 from home:iznogood:branches:graphics
New upstream release

OBS-URL: https://build.opensuse.org/request/show/825279
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=101
2020-08-10 08:18:27 +00:00
47460aac36 Tweak .changes, respect 67 char limit
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=99
2020-06-11 12:03:16 +00:00
ef82a266a9 Accepting request 813492 from home:polslinux:branches:graphics
- Update to version 0.4.24
  + Build:
    - CI creation and caching of container images for build
  + Buffer:
    - Fixed integer overflow in u32 bilinear blit scaler.
    - Changed cubic interpolation to be a bit softer, reducing induced
      moire seen in issue #167
    - Gracefully fail when running out of swap space
  + Operations:
    - Meta-operations now have an additional vfunc, update(),
      which gets invoked on property changes
    - crop: with no parameters set, infer rectangle to crop from graph.
    - crop: cropping rectangle can be implied from graph.
    - hue-chroma: avoid modifying hue/chroma of neutrals
    - dropshadow: added option for shadow growing
    - median-blur: accept negative radius values
    - rgb-clip: add parameters for specifying clipping ranges
    - vignette: new shapes, horizontal and vertical.
    - imgcmp: make max-diff property conform to gobject standard.
    - save-pixbuf: use a GObject for consumer read instead of pointer property.
    - gegl-graph: add a gegl-chain tutorial as default script.
    - border-align: place a buffer within the borders of another one.
    - pack: joins two buffers into one, with optional gap.
    - bloom: adds a glow around highlights.
    - piecewise-blend: uses a grayscale map as index into array of buffers used as LUT.
    - variable-blur: uses piecewise-blend piecewise-blend and gaussian blur to approximate blurs with per-pixel blur radius.
    - focus-blur: a vignetting blur, using variable-blur.
    - reset-origin: moves upper left of extent to 0,0
    - band-tune: parametric band equalizer for tuning frequency bands of image.

OBS-URL: https://build.opensuse.org/request/show/813492
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=98
2020-06-11 12:01:32 +00:00
d07af2c61d doh... poppler was there..
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=96
2020-02-24 10:34:00 +00:00
7b89531f55 Add pdf support and tweaks
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=95
2020-02-24 10:32:07 +00:00
b62706484e Accepting request 778714 from home:polslinux:branches:graphics
- Update to 0.4.22: 
  * Build
    - Updates to python gobject introspection tests, and made them able to look up
      babl typelib.
    - Build pdf:load again; missing since meson migration.
    - Fix OpenCL include file generation to work in non-utf8 locales.
  * Operations
    - matting-{global,levin}: fix crash when bounding boxes of input and aux differ.

OBS-URL: https://build.opensuse.org/request/show/778714
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=94
2020-02-24 10:28:35 +00:00
99f171a853 Accepting request 770097 from home:iznogood:branches:graphics
- Update to version 0.4.20:
  + Build: Improvements and refinements of meson builds and CI.
    Fixing major issues for OSX and win32.
  + Buffer:
    - Pass O_BINARY where relevant on windows, fixing crashes
      occuring when swap is used.
    - Avoid 32bit overflows in computations for gegl_buffer_set and
      gegl_buffer_get.
  + Core:
    - Avoid running more thread jobs than there are pixels to
      process.
    - Faster teardown of buffer caches when bounding box shrinks.
    - Only do in-place processing if ROI fits in input abyss.
  + Operations:
    - Improved edge handling for gegl:distance-transform.
    - gegl:crop removed workaround for incorrect in-place handling.
- Drop gegl-0.4.18_allow_unknown_arch.patch: Fixed upstream.
- No longer recommend -lang: supplements are in use.

OBS-URL: https://build.opensuse.org/request/show/770097
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=92
2020-02-05 10:31:59 +00:00
e6bbde91b7 Accepting request 744993 from home:ecsos
Add missing BuildRequires

OBS-URL: https://build.opensuse.org/request/show/744993
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=90
2019-11-03 16:49:59 +00:00
ba3408d45b Accepting request 744695 from home:iznogood:branches:graphics
Drop cmake too

OBS-URL: https://build.opensuse.org/request/show/744695
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=89
2019-11-01 09:23:50 +00:00
6d86a7c8dc Accepting request 744672 from home:iznogood:branches:graphics
- Drop unneeded libtool BuildRequires, and add
  pkgconfig(pygobject-3.0) BuildRequires: Build python-gobject
  bindings support.

OBS-URL: https://build.opensuse.org/request/show/744672
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=88
2019-11-01 08:33:27 +00:00
139ef0fa1a OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=87 2019-11-01 08:02:09 +00:00
edf53dab84 Accepting request 744608 from home:darix:branches:graphics
- Update to version 0.4.18
- switch to meson based build
- add buildrequires for tools to build documentation:
  asciidocs, gtk-doc, ruby
- switch from lua to luajit
  - no lua support anymore on ppc64 due to missing luajit
- enable workshop modules
  - new BuildRequires pkgconfig(lensfun)
- added gegl-0.4.18_allow_unknown_arch.patch:
  the old code in the configure.ac also did fallthrough. restore
  that behavior.
- drop patches no longer needed:
  0001-Extend-configure-checks-with-checks-for-SDL2.patch
  0002-Port-sdl-display-to-SDL2.patch
  0003-Port-sdl-draw-example-to-SDL2.patch
  fix_doc_installation.patch

OBS-URL: https://build.opensuse.org/request/show/744608
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=86
2019-11-01 07:07:51 +00:00
8adc4b3deb tiny tweak
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=84
2019-09-09 09:32:52 +00:00
f2540f2856 Fix https url...
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=83
2019-09-09 09:32:04 +00:00
7c0c6498a8 tweak .changes
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=82
2019-09-09 09:31:04 +00:00
59d3714a1d Accepting request 729361 from home:jubalh:branches:graphics
- bsc#1144344: Remove JPEG2000 support due to planned removal
  of jasper

OBS-URL: https://build.opensuse.org/request/show/729361
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=81
2019-09-09 09:29:49 +00:00
d7a6e5da39 Accepting request 723293 from home:iznogood:branches:graphics
Tweak previous checkin

OBS-URL: https://build.opensuse.org/request/show/723293
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=79
2019-08-14 12:20:26 +00:00
1fa7a2756e Accepting request 722945 from home:StefanBruens:branches:graphics
Port to SDL2

OBS-URL: https://build.opensuse.org/request/show/722945
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=78
2019-08-14 12:09:06 +00:00
e2895a444b tweak .changes
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=77
2019-08-04 12:11:39 +00:00
e42dacd810 Accepting request 720831 from home:StefanBruens:branches:graphics
Reduce installed build dependencies

OBS-URL: https://build.opensuse.org/request/show/720831
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=76
2019-08-04 12:09:17 +00:00
0173020cc5 Accepting request 701845 from home:iznogood:branches:graphics
- Update to version 0.4.16:
  + Buffer:
    - Swapped behavior of cubic interpolation from cubic to
      mithcell coefficients, leading to crisper results in all uses
      of the cubic sampler.
    - Use a custom allocator for tile data which aligns data and
      groups allocations in blocks - improving performance on
      windows by keeping more slack allocation memory in-process.
      On linux the opposite was needed and is achieved by using the
      GNU extension malloc_trim which permits forcing invokation of
      the glibc malloc/free allocators garbage collection function.
    - Permit tiles to be unreffed after GEGL shut-down without
      crash, which is likely when using bindings to dynamic
      languages.
    - Improved deadlock prevention in gegl_buffer_copy() when using
      copy on write.
  + Core:
    - Platform specific build fixes for both win32 and OSX.
    - Avoid in-place processing for cached nodes.
    - Indentation consitency improvements.
    - Permit more detailed specifying/overriding of OpenCL device
      through the GEGL_USE_OPENCL environment variable.
    - New call gegl_update_anim_time for applying the animation
      curves of properties.
  + Build: Added gitlab continuous integration.
  + Operations:
    - Use indirect buffer inputs on main thread during
      multi-processed processing for point-filters/composers and
      tranform base classes.
    - Smaller required/invalided ROI for map-absolute/relative when
      using nearest neighbor.
    - tiff-save and jpg-save fixed dimensions when buffer saved has
      non-zero origin.
    - Added missing descriptions of properties for cubism, mosaic,
      tile-paper, color, mantiuk06 and vignette operations.
    - ff-load fix some of the deprecation warnings.
    - ff-save avoid crashing if audio or video codec fails to
      initialize.
    - cache, parent class changed - it is no longer a point
      operations, also speed up processing and permit copy on write
      handling of tiles.
    - opacity and invert - crash for 8bpc buffers, reimplemented
      logic for (non-)associated alpha OpenCL kernel selection.
  + Tools: Drop direct dependency on exiv2 - we now only
    transiently depend on it through the gexiv2 abstraction.
  + commandline tool/gui:
    - Store per image editing chains in .gegl folder instead of
      sidecars.
    - Set window title, permit interaction with opened .lui
      documents, fixed playback of audio for opened videos - it now
      works; if the video is decoding, scaling and display is fast
      enough to leave spare cycles.
    - Support for nearest neighbor scaling of imagry; aiding video
      playback without dropping audio frames.
    - Custom collection order and per-file key-value metadata.
- Drop explicit pkgconfig(exiv2) BuildRequires following upstream
  changes.

OBS-URL: https://build.opensuse.org/request/show/701845
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=74
2019-05-31 20:24:49 +00:00
df7544acb9 Accepting request 687056 from home:iznogood:branches:graphics
- Update to version 0.4.14:
  + Core:
    - New Scratch allocator for short lived buffers.
    - Removed unneeded buffer copies in some processing code paths
      in GeglNode and GeglProcessor.
    - Add gegl_babl_variant API for getting variations on an
      existing pixel-format/encoding.
    - Expose gegl_node_is_graph().
  + GeglBuffer:
    - Compression of tile data.
    - Handle dynamically changing swap dir.
    - Improvements to mipmap damage propagation.
    - Fixes to threading race conditions.
    - Low-level tile handling more adapted to buffers creating from
      existing linear data.
    - New iterator API is now the default,
      GEGL_BUFFER_ITERATOR2_API is no longer needed.
    - CMYK/grayscale handling for scaled blits, code paths in
      samplers, serialization.
    - New default tile-cache size, 50% of RAM.
    - Initialize the first OpenCL device with IMAGE support.
    - Added gegl_parallell_ from gimp_parallell_ API to distribute
      processing for multiple cores.
  + Operations:
    - crop, added aux-pad - if connected the incoming bounding box
      determines the crop size.
    - Input-format specific processing for performance in
      watershed-transform and invert ops. CMYK handling in
      jpg-load/save, tiff-load/save, gaussian-blur, opacity, most
      composing and blending operations, text, vector-stroke, path,
      and transform operations.
    - Improved or fixed mipmap preview rendering of emboss,
      linear-gradient and radial-gradient.
    - Better ui strings/range/defaults for: distort/waves and
      dropshadow, value-propagate.
    - gaussian-blur: fix mistake in implementation of IIR Young
      blur 1d, which caused non circular halos.
    - New operation: pdf-load with build dependency on
      poppler-glib.
    - Added offset properties to pixelize filter.
    - New ops in workshop: voroni diagram, Grey Color Removal,
      spyrograph.
    - Handle mipmap rendering for linear-gradient and
      radial-gradient.
  + UI:
    - The existing microraptor-gui (immediate mode touch UI+CSS
      with cairo) image viewer that can be built as part of the
      gegl binary has been revisted, a graph/property editor has
      been added, and migration/extension to lua has begun for
      parts of the code.
    - WARNING: many parts of the UI is of exploratory proof of
      concept/alpha quality but are released since the code is part
      of the GEGL repository and important development tools both
      for creating and testing new GEGL operations as well as GEGL
      itself.
    - Some screenshots showing some the process towards the state
      and capabilties of the UI in this release can be seen at
      https://www.patreon.com/posts/24123574
    - To build with this UI the following dependencies also need to
      be satisifed, for now this is not intended to be packaged by
      distributions yet.
      . libluajit-dev
      . lua-lgi        (debian package name) upstream:
      . mmm            https://github.com/hodefoting/mmm
      . mrg            https://github.com/hodefoting/mrg
  + Features:
    - folder view.
    - resolution independent UI.
    - touch oriented navigation.
    - GIF / video playback.
    - PDF pagination.
    - goats that expose performance and capabilty issues in GEGL.
    - efficient (though not sandboxed) thumbnailing.
    - embedded simple commandline.
    - graph editor.
    - zoomable.
    - automatic, consistent graph layout.
    - autogenerated property-inspector ui.
    - visualization of color model/bitdepth through styling of
      edges.
    - live-extendable with lua code for per-operation canvas UI.
- Add pkgconfig(poppler-glib) BuildRequires: New dependency.

OBS-URL: https://build.opensuse.org/request/show/687056
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=72
2019-03-29 09:39:54 +00:00
Ismail Dönmez
52c632ef21 Accepting request 646109 from GNOME:Next
- Update to version 0.4.12:
  + GeglBuffer: Fix fix of scaled blitting, the fix from last
    release introduced scaling artifacts for all formats that are
    non-8bit.
- Changes from version 0.4.10:
  + GeglBuffer:
    - Fix integer overflow issues for u32 blit scaling code paths.
    - Reduced memory clearing overhead for temporary buffers during
      blit.
    - Round alpha component during u8 bilinear/box filtering.
    - gegl_buffer_dup now matches source buffer abyss, shift and
      tile-size more closely.
    - Added GEGL_TILE_COPY command for backends, for more efficient
      buffer duplication/copies.
    - New GeglBufferIterator API.
    - Move type-generic scaling algorithms to GeglBuffer folder,
      move opencl integration bits out of buffer.
  + Operations:
    - gif-load: new operation for decoding GIF images/animations,
      with frame delay exposed as an out-property.
    - exr-save: do not hard-code a version name space.
    - long-shadow: add 'Fading (fixed length)' style with a new
      user-defined 'Midpoint' parameter.
    - maniuk06: use double precision, permitting to work on larger
      images.
    - watershed-transform: improved description.
    - unsharp-mask: permit std-dev radius of up to 1500px (from
      300).
    - Updated all operations to use new iterator API.

OBS-URL: https://build.opensuse.org/request/show/646109
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=70
2018-11-03 08:57:35 +00:00
Ismail Dönmez
f90d56574b Accepting request 631195 from home:iznogood:branches:graphics
New upstream release, needed for new gimp rel

OBS-URL: https://build.opensuse.org/request/show/631195
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=68
2018-08-24 08:20:40 +00:00
OBS User mrdocs
e9962696f9 Accepting request 621141 from home:iznogood:branches:graphics
- Update to version 0.4.4:
  + Core:
    - Point filters with need for format conversion of input are
      now parallel.
    - Added swap-reading, swap-writing, swap-read-total and
      swap-write-total properties to GeglStats.
  + Buffer:
    - Trim tile-cache when shrinking.
    - Added reading locks to tiles further improving concurrent
      access tolerance of GeglBuffer.
  + Operations:
    - threshold: operating format changed from linear to
      perceptual.
    - unsharp-mask: add rename standard-deviation and scale
      properties to 'Radius' and 'Amount', add 'Threshold'
      property.
    - recursive-transform now supports applying multiple
      transformations simultanously.
    - Fixed integer overflow due to logic error in pixelize.
    - New operation: gegl:abs which negates negative values.
    - New operation in workshop: selective-hue-saturation.

OBS-URL: https://build.opensuse.org/request/show/621141
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=66
2018-07-05 11:47:56 +00:00
Ismail Dönmez
996f893996 Accepting request 609912 from home:iznogood
- Update to version 0.4.2:
  + Build: Abort early if autoreconf fails, remove unused bits,
    default to -Ofast as CFLAGS.
  + GeglBuffer:
    - Improve concurrency for trimming and destruction of tile
      caches. Improve cache invalidation during partial mipmap
      regeneration.
    - Do new cheap clones of buffers with new internal gegl-buffer
      backed tile-backend.
    - Do not keep cached sampler in buffer it makes cache
      invalidation hard, and for performance/threading it is better
      to create ones own samplers anyways. The old API still
      exists, though parts of it is now deprecated. The single
      special case where gegl_buffer_sample remains somewhat
      performant is with the NEAREST sampler, for all other
      samplers creating a caching sampler is better.
  + Operations:
    - operation: add GeglOperationAreaFilter::get_abyss_policy()
      vfunc Copyright notice improvements to spherize,
      color-overlay.  ff-save: implement defines handling
      compilation with ffmpeg 2.3-2.7, 4.0 compat.
    - Improved multi-threaded performance of panorama-projection
      and other transformation operations through optimizations in
      buffer and base-classes.
- Drop gegl-port-ffmpeg4.patch: Fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/609912
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=64
2018-05-17 08:26:08 +00:00
OBS User mrdocs
689ac5dceb Accepting request 605907 from home:iznogood:branches:multimedia:libs
- Add gegl-port-ffmpeg4.patch: Fix build with ffmpeg4 (bgo#795625).

OBS-URL: https://build.opensuse.org/request/show/605907
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=62
2018-05-10 22:53:13 +00:00
Ismail Dönmez
a261881deb Accepting request 605483 from home:iznogood:branches:graphics
- Add baselibs.conf, build 32-bit support.

OBS-URL: https://build.opensuse.org/request/show/605483
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=61
2018-05-09 09:32:29 +00:00
1f7413911e Accepting request 602141 from home:iznogood:branches:graphics
- Update to version 0.4.0:
  + GEGL 0.4.x is a stable release series of GEGL to have a stable
    API and ABI to go with GIMP-2.10. When the need arises to break
    API or ABI compatibility the 0.4.x series will get its own
    branch and unstable API experiments and development, 0.5.x will
    happen in master. For now though master will track the 0.4.x
    series.
  + Core: Change GeglParamSpecSeed from int to uint to match the
    value range of GeglRandom's seed.
  + Operations:
    - Ripple fixed remaining issues needed to remove legacy GIMP
      plug-in in GIMP.
    - Spherize, requrise transform and color-overlay moved out of
      workshop.
    - Ppm-load ported to GIO.
- Rename subpackages following upstreams soname bump.

OBS-URL: https://build.opensuse.org/request/show/602141
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=59
2018-04-27 23:27:10 +00:00
Ismail Dönmez
eb1429c519 Accepting request 601608 from home:fcrozat:branches:graphics
- Do not buildrequires lensfun-devel, it would be only used when
  building workshop, if Makefile was really compiling relevant
  code.

OBS-URL: https://build.opensuse.org/request/show/601608
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=58
2018-04-26 13:58:36 +00:00
Ismail Dönmez
785c844f49 Accepting request 599802 from home:iznogood:branches:graphics
- Explicitly version pkgconfig(libavcodec), pkgconfig(libavformat)
  and pkgconfig(libswscale) BuildRequires to less than the symbol
  versions provided by ffmpeg4 branch until upstream catches up.
  Currently provided by new ffmpeg3 compatability package.

OBS-URL: https://build.opensuse.org/request/show/599802
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=56
2018-04-23 07:36:45 +00:00
Ismail Dönmez
8c7cae1b1e Accepting request 597895 from home:iznogood:branches:graphics
New stable rel

OBS-URL: https://build.opensuse.org/request/show/597895
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=54
2018-04-19 08:14:01 +00:00
Ismail Dönmez
ffd34f39b2 Accepting request 592922 from home:luc14n0:branches:graphics
Add cairo and glib-2.0 BuildRequires to avoid implicit dependencies.

OBS-URL: https://build.opensuse.org/request/show/592922
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=52
2018-04-03 12:43:45 +00:00
Ismail Dönmez
b95e0da040 Accepting request 592182 from home:mrdocs:branches:graphics
- Update to 0.3.30
- Rather complex code changes, which is in NEWS file
- Now minimum build requirement for GIMP 2.10.0

OBS-URL: https://build.opensuse.org/request/show/592182
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=50
2018-03-29 08:41:10 +00:00
OBS User mrdocs
bb26fb31ac Accepting request 587684 from home:iznogood:branches:graphics
- Update to version 0.3.28:
  + New stable branch, long packaged as gegl-unstable in openSUSE,
    changes far to many to list, please see NEWS packaged in
    docs sub-package.
- Lots of BuildRequires, Requires and sub-package changes.
- Drop upstream fixed patches:
  + gegl-UF_long.patch.
  + gegl-lua52.patch.
  + gegl-0.2.0-CVE-2012-4433.patch.
  + gegl-ruby19.patch.
  + gegl-0.2.0-linker-flags.patch

OBS-URL: https://build.opensuse.org/request/show/587684
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=48
2018-03-22 02:41:16 +00:00
OBS User mrdocs
ccb1066c50 Accepting request 583838 from home:jengelh:branches:graphics
- Fix SRPM group. Update descriptions. Remove idempotent
  %if..%endif around %package.

OBS-URL: https://build.opensuse.org/request/show/583838
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=46
2018-03-08 16:05:37 +00:00
OBS User mrdocs
21d92d7c92 Accepting request 583637 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/583637
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=45
2018-03-06 22:32:16 +00:00
Ismail Dönmez
c3fe5f35a8 Accepting request 568901 from home:pgajdos
- require liberation-fonts instead of liberation2-fonts, it is dead 
  [bsc#1077375] [rh#856239]

OBS-URL: https://build.opensuse.org/request/show/568901
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=43
2018-01-24 13:11:00 +00:00
Ismail Dönmez
2d63bb907d Accepting request 563892 from GNOME:Next
- Replace liberation-fonts BuildRequires with liberation2-fonts:
  the new set works as well.

- Add gegl-0.2.0-linker-flags.patch to add -lm to linker flags.

OBS-URL: https://build.opensuse.org/request/show/563892
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=41
2018-01-16 14:36:37 +00:00
1a7e8dbc7b Set security tag.
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=39
2017-03-06 15:30:32 +00:00
b4a5bd50f0 Add bsc#789835.
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=38
2017-03-03 16:53:47 +00:00
OBS User mrdocs
d8d43653e7 Accepting request 454840 from home:Zaitor:branches:graphics
Resub, add comment about the patch

OBS-URL: https://build.opensuse.org/request/show/454840
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=36
2017-02-05 23:40:17 +00:00
Ismail Dönmez
f630e0dcf1 Accepting request 390477 from home:olh:branches:graphics
- Use pkgconfig instead of libffmpeg-devel

OBS-URL: https://build.opensuse.org/request/show/390477
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=34
2016-04-18 07:00:59 +00:00
Ismail Dönmez
62edebb583 Accepting request 356067 from home:namtrac:branches:graphics
- Add gegl-0.2.0-linker-flags.patch to add -lm to linker flags

OBS-URL: https://build.opensuse.org/request/show/356067
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=32
2016-01-26 14:12:07 +00:00
OBS User mrdocs
ba7a27a64f Accepting request 258426 from home:MargueriteSu:branches:graphics
fix build for factory w/ SuiteSparse 4.4.0

OBS-URL: https://build.opensuse.org/request/show/258426
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=30
2014-10-27 03:35:20 +00:00
Togan Muftuoglu
4a08992179 Accepting request 151121 from openSUSE:Factory:Staging:spdx
update license to new format

OBS-URL: https://build.opensuse.org/request/show/151121
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=28
2013-02-04 14:57:17 +00:00
Ismail Dönmez
84c0fef512 Accepting request 121387 from home:dimstar:branches:graphics
Fix build on Factory with ruby 1.9

OBS-URL: https://build.opensuse.org/request/show/121387
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=26
2012-05-18 11:36:55 +00:00