51 Commits

Author SHA256 Message Date
a502e2c314 Accepting request 1267375 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1267375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=40
2025-04-07 15:37:27 +00:00
ac59aa9196 - Update to 1.12.2
* Removing executable permission from plain files
  * Do not inherit from std::iterator as it is deprecated in c++17
  * Use posix shell instead of bash for tests
  * fix RandomAccessSet::insert(pos, val) function for gcc-15
    and clang-19
  * fix typo in multi_iterator_coupled
  * Move away from inline global regex flag
  * modernise for c++20
- Also build without numpy on arm7l
- Add a _constraints file to avoid oom issues on PowerPC and aarch64

- Update to 1.12.1
  * Address implementation incompatibility of ptp in vigranumpy
    with numpy 2
  * Improve compatibility with compilers in 2024
- Remove unneeded _service file. `osc service mr download_files`
  does the same thing
- Spec cleanup

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=48
2025-04-06 07:48:17 +00:00
5216efdbef Accepting request 1253122 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1253122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=39
2025-03-14 22:52:49 +00:00
bbad570338 - Add BuildRequires: python3-setuptools to fix builds against
python 3.13.
- Drop python support for i586 as it won't build against
  python3.13 + numpy2 on these archs any more.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=46
2025-03-14 15:25:13 +00:00
1f8fe7e740 Accepting request 1153331 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1153331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=38
2024-02-29 20:51:27 +00:00
1b2317e0ae Accepting request 1153328 from home:tiwai:branches:multimedia:libs
- Set disabled mode in service, to be accepted for TW

OBS-URL: https://build.opensuse.org/request/show/1153328
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=44
2024-02-29 14:52:54 +00:00
804905dcfd Accepting request 1116678 from home:tiwai:branches:multimedia:libs
- Drop stale patches

OBS-URL: https://build.opensuse.org/request/show/1116678
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=43
2023-10-10 13:17:38 +00:00
623fc589cb Accepting request 1116346 from home:weatherhead99
- Bump version to new version 1.11.2
- disable patch vigra-openexr3.patch (fixed upstream)
- disable patch 0001-Add-compatibility-for-hdf5-1-12.patch (fixed upstream)
- add conditional build for numpy support (enabled by default on Tumbleweed,
  disabled on Leap as it fails for that boost_python version)
- add conditional build for LEMON support (disabled by default)

OBS-URL: https://build.opensuse.org/request/show/1116346
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=42
2023-10-09 15:56:40 +00:00
d16b3045aa Accepting request 997526 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/997526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=37
2022-08-17 16:17:04 +00:00
503795968a Accepting request 997516 from home:favogt:branches:multimedia:libs
- Drop baselibs.conf, not necessary
- Use %autosetup
- Add patch to fix build against newer hdf5 (boo#1202460):
  * 0001-Add-compatibility-for-hdf5-1-12.patch

OBS-URL: https://build.opensuse.org/request/show/997516
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=40
2022-08-17 11:41:46 +00:00
Richard Brown
85e6e077fc Accepting request 911463 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/911463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=36
2021-08-12 07:01:35 +00:00
5b8005e3b5 Accepting request 911445 from home:pgajdos:openexr3
- added patches
  https://github.com/ukoethe/vigra/issues/496
  + vigra-openexr3.patch

OBS-URL: https://build.opensuse.org/request/show/911445
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=39
2021-08-11 15:04:48 +00:00
13cf7dbf40 Accepting request 568710 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/568710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=35
2018-01-24 14:25:37 +00:00
Tomáš Chvátal
df666cfb62 Accepting request 568706 from openSUSE:Factory:Staging:O:DVD
- Remove python dependencies as we are not buliding the numpy code
  at all, as such it does not make sense to have just part of them
- Make sure develpkg requires python3-base and fix shebang on
  vigra-config

OBS-URL: https://build.opensuse.org/request/show/568706
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=37
2018-01-23 14:53:05 +00:00
c3bcd0124d Accepting request 557943 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/557943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=34
2017-12-23 11:16:41 +00:00
Tomáš Chvátal
b95612d8e1 Accepting request 557899 from home:avindra
- Version update to 1.11.1:
  * Added 3D convex hull computation and features
  * Added Random Forest version 3, inspired by LEMON's graph API,
    to simplify customization of RF variants
  * Improved hierarchical clustering
  * Minor improvements and bug fixes in code and docs.
- cleanup with spec-cleaner
- remove gcc7-Fix-parameter-of-ImagePyramid-swap.patch
  * upstreamed in 18675a51fca27b324eb4e4b49593bcee9bc4535e

OBS-URL: https://build.opensuse.org/request/show/557899
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=35
2017-12-18 07:29:34 +00:00
ca854c1144 Accepting request 481800 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/481800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=33
2017-03-31 13:00:59 +00:00
Tomáš Chvátal
606ffd04e0 Accepting request 481330 from home:marxin:branches:multimedia:libs
Fix for GCC7 compiler.

OBS-URL: https://build.opensuse.org/request/show/481330
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=33
2017-03-21 14:17:46 +00:00
3863ce75fd Accepting request 456706 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/456706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=32
2017-02-16 15:43:49 +00:00
Tomáš Chvátal
43004c5ed5 Accepting request 456436 from home:jengelh:branches:multimedia:libs
- Update RPM group. Run fdupes.

OBS-URL: https://build.opensuse.org/request/show/456436
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=31
2017-02-13 10:06:31 +00:00
c212662a13 Accepting request 454939 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/454939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=31
2017-02-10 08:45:43 +00:00
Tomáš Chvátal
1f30ecb991 Accepting request 454240 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel

OBS-URL: https://build.opensuse.org/request/show/454240
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=29
2017-02-06 11:48:48 +00:00
b0148ccee4 Accepting request 444703 from multimedia:libs
- Version update to 1.11.0:
  see http://ukoethe.github.io/vigra/doc-release/vigra/CreditsChangelog.html
  * Ported vigranumpy to Python 3.5.
  * Added Chunked arrays to store data larger than RAM as a collection
    of rectangular blocks.
  * Added vigra::ThreadPool and parallel_foreach() for portable
    algorithm parallelization based on std::thread.
  * Implemented parallel versions of Gaussian smoothing, Gaussian
    derivatives, connected components labeling, and union-find watersheds.
  * Added graph-based image analysis, e.g. agglomerative clustering
  * Included the callback mechanism described in "Impossibly Fast
    C++ Delegates" by Sergey Ryazanov (needed for agglomerative clustering).
  * Added many image registration functions.
  * Extended the collection of multi-dimensional distance transform
    algorithms by vectorial DT, boundary DT, and eccentricity transform.
  * Added skeletonizeImage(), nonLocalMean(), multi-dimensional
    integral images.
  * Added new 2D shape features based on skeletonization and the
    convex hull.
  * Additional arithmetic and algebraic functions for vigra::TinyVector.
  * Added vigra::CountingIterator.
  * Minor improvements and bug fixes in the code and documentation.

OBS-URL: https://build.opensuse.org/request/show/444703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=30
2016-12-11 12:23:55 +00:00
f067105dc4 more detailed changelogs
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=27
2016-12-07 16:09:02 +00:00
80259082aa Accepting request 441148 from home:scarabeus_iv:branches:multimedia:libs
- Version update to 1.11.0:
  * see http://ukoethe.github.io/vigra/doc-release/vigra/CreditsChangelog.html

OBS-URL: https://build.opensuse.org/request/show/441148
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=26
2016-11-28 15:41:40 +00:00
Stephan Kulow
492f703664 Accepting request 212982 from multimedia:libs
- Fix source URL

- update to version 1.10.0
  * see http://ukoethe.github.io/vigra/doc-release/vigra/CreditsChangelog.html
  * comes with tutorial as part of documentation now
- so name bump to version 5
- fixing baselibs config

OBS-URL: https://build.opensuse.org/request/show/212982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=28
2014-01-08 19:09:55 +00:00
Sascha Peilicke
2ad1f58ee7 - Fix source URL
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=24
2014-01-07 09:37:42 +00:00
Sascha Peilicke
d24bf0ba7b Accepting request 212717 from home:adrianSuSE:branches:multimedia:libs
version update

OBS-URL: https://build.opensuse.org/request/show/212717
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=23
2014-01-07 09:01:43 +00:00
Stephan Kulow
3bdaed81e1 Accepting request 177421 from multimedia:libs
- Version bump to 1.9.0
  * see http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html
- Update openexr finding and libdir target. (forwarded request 177416 from scarabeus_iv)

OBS-URL: https://build.opensuse.org/request/show/177421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=26
2013-06-05 17:37:21 +00:00
Michal Hrusecky (old before rename to _miska_)
236556e6f6 Accepting request 177416 from home:scarabeus_iv
- Version bump to 1.9.0
  * see http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html
- Update openexr finding and libdir target.

OBS-URL: https://build.opensuse.org/request/show/177416
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=21
2013-06-04 11:27:56 +00:00
Stephan Kulow
b466789855 Accepting request 134852 from multimedia:libs
- Update to version 1.8.0
  * See http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html
- Drop all the patches, fixed upstream.
- Fixed dependencies for the devel package.

- build also against libpng15
  * libpng15.patch

OBS-URL: https://build.opensuse.org/request/show/134852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=24
2012-09-23 15:11:46 +00:00
Ismail Dönmez
9ada81b877 Fix old distros
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=19
2012-09-18 12:27:55 +00:00
Ismail Dönmez
c42933834b - Update to version 1.8.0
* See http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html
- Drop all the patches, fixed upstream.
- Fixed dependencies for the devel package.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=18
2012-09-18 12:19:44 +00:00
Ismail Dönmez
83e077ddfb Accepting request 132904 from home:pgajdos:libpng15
- build also against libpng15
  * libpng15.patch

OBS-URL: https://build.opensuse.org/request/show/132904
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=17
2012-09-10 11:02:03 +00:00
Stephan Kulow
9dbb7d736f Accepting request 92708 from multimedia:libs
- add libtool as buildrequire to avoid implicit dependency (forwarded request 92641 from coolo)

OBS-URL: https://build.opensuse.org/request/show/92708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=21
2011-11-21 14:50:35 +00:00
Ismail Dönmez
eef41c9cfa Accepting request 92641 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/92641
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=15
2011-11-20 08:48:32 +00:00
Sascha Peilicke
49e5a20e86 Autobuild autoformatter for 68494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=19
2011-04-27 13:11:37 +00:00
Sascha Peilicke
17b2c0a2bf Accepting request 68494 from multimedia:libs
Accepted submit request 68494 from user coolo

OBS-URL: https://build.opensuse.org/request/show/68494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=18
2011-04-27 13:11:24 +00:00
117ee74c78 Accepting request 68279 from home:TheBlackCat:multimedia
You've been working hard, thanks

OBS-URL: https://build.opensuse.org/request/show/68279
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=13
2011-04-27 09:34:45 +00:00
21861d6b16 Autobuild autoformatter for 55386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=16
2010-12-10 16:35:10 +00:00
04590d5b04 Accepting request 55386 from multimedia:libs
Accepted submit request 55386 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/55386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=15
2010-12-10 16:35:01 +00:00
OBS User autobuild
2aa8fa06ef Accepting request 37374 from multimedia:libs
Copy from multimedia:libs/vigra based on submit request 37374 from user plater

OBS-URL: https://build.opensuse.org/request/show/37374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=12
2010-04-08 20:07:52 +00:00
OBS User autobuild
fd55782082 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=11 2010-03-18 15:34:13 +00:00
OBS User autobuild
53647f1731 Accepting request 27228 from multimedia:libs
Copy from multimedia:libs/vigra based on submit request 27228 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=10
2009-12-21 13:28:48 +00:00
OBS User unknown
4f98de9b02 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=8 2009-03-17 22:50:43 +00:00
OBS User unknown
146e47551c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=7 2008-10-14 17:27:24 +00:00
OBS User unknown
cec8ea1e95 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=5 2008-09-24 15:39:13 +00:00
OBS User unknown
c8fdc3fdfb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=4 2007-07-29 22:55:19 +00:00
OBS User unknown
5fea52cda6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=3 2007-07-27 00:13:35 +00:00
OBS User unknown
48691eded2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vigra?expand=0&rev=2 2007-04-20 14:01:10 +00:00