53 Commits

Author SHA256 Message Date
fe15ae8ed3 Accepting request 1251728 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1251728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=24
2025-03-11 19:43:51 +00:00
ff74fb0501 libkate 0.4.3
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=75
2025-03-10 09:53:18 +00:00
eb3223e12b Accepting request 1154098 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1154098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=23
2024-03-03 19:19:20 +00:00
5f0e8a9d57 Accepting request 1153507 from home:pgajdos:l
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1153507
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=73
2024-03-01 15:05:07 +00:00
f805e51c41 Accepting request 784191 from multimedia:libs
- Fix build wihtout python2 again, if any py interpreter is found
  it tries to build with it (here it is pulled by doxygen)

OBS-URL: https://build.opensuse.org/request/show/784191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=22
2020-03-26 23:21:40 +00:00
Tomáš Chvátal
a69980b822 - Fix build wihtout python2 again, if any py interpreter is found
it tries to build with it (here it is pulled by doxygen)

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=71
2020-03-12 08:30:31 +00:00
7a064e6381 Accepting request 706254 from multimedia:libs
- Remove a strange test that fails with LTO (boo#1136670):
  * disable-namespace-test.patch

OBS-URL: https://build.opensuse.org/request/show/706254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=21
2019-06-12 11:03:19 +00:00
Tomáš Chvátal
9eb201f77c OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=69 2019-05-29 09:12:04 +00:00
Tomáš Chvátal
23db18de67 - Remove a strange test that fails with LTO (boo#1136670):
* disable-namespace-test.patch

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=68
2019-05-29 09:11:15 +00:00
Tomáš Chvátal
f6f3d5b455 Accepting request 706183 from home:marxin:branches:multimedia:libs
- Remove a strange test that fails with LTO (boo#1136670).

OBS-URL: https://build.opensuse.org/request/show/706183
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=67
2019-05-29 08:41:55 +00:00
708935fac3 Accepting request 573703 from multimedia:libs
Allow Leap:42.3 to build again

OBS-URL: https://build.opensuse.org/request/show/573703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=20
2018-02-08 13:09:50 +00:00
3b8e3090b9 Accepting request 573699 from home:plater
Allow Leap:42.3 to build by defining %python2_sitearch to python_sitearch.
Use %license on license file.
- Mention baselibs.conf
- Make python2 dependency conditional bsc#1076407
- Remove few path based requires/etc
- Conflict properly with older libkate in order to allow migration
  and not clash with liboggkate1 library
- Tell doxygen not to include timestamps to help build-compare

OBS-URL: https://build.opensuse.org/request/show/573699
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=65
2018-02-07 12:56:46 +00:00
626191dda9 Accepting request 573698 from home:plater
Use python2_sitearch for compiled python files.
Allow Leap:42.3 to build by defining %python2_sitearch to python_sitearch.
Use %license on license file.
- Mention baselibs.conf
- Make python2 dependency conditional bsc#1076407
- Remove few path based requires/etc
- Conflict properly with older libkate in order to allow migration
  and not clash with liboggkate1 library
- Tell doxygen not to include timestamps to help build-compare 
- Renamed kate-tools to libkate-tools.
- patch license to follow spdx.org standard
- fix rename of sub packages
- Update to 0.4.1 and added download service.
- Split liboggkate into it's own package and updated baselibs.conf.
- Renamed katedj python-katedj in line with python naming policy.
- Upstream changes since 0.3.8 :
  *update bitstream and shared library versioning missed from 0.4.0
  *timed and object metadata support
  *fix various precision issues with large timestamps
  *fix KateDJ editor with newer versions of wxPython
  *katedec now tries to avoid escaping non ASCII glyphs
  *misc error handling improvements/fixes
  *misc build and documentation fixes
- fix typos
- Really removed "Other uncritical OpenSource License" from all the
  license fields and retained BSD3c.
- Removed "Other uncritical OpenSource License" from the license
  field and retained BSD3c.
- added 32bit compatibility libraries
- properly escaped commented macro (fix for RPMLINT warning)
- Updated python-wxWidgets name.
- run make check
- fix -devel package dependencies
- katedj can only be noarch on openSUSE >= 1130. RPM in older
  versions does not support mixed arch packages.
- Fix build on openSUSE 11.1 by defining the python_site* macros.
- Make katedj noarch.
- Add Requires for various oggz tools to katedj.
- Use fdupes.
- Add python-base BuildRequires to build KateDJ, and create a
  katedj subpackage.
- Rename kate-utils to libkate-tools.
- Install the API documentation at a more standard place.
- Clean up spec file for Factory inclusion.
- Update to version 0.3.8:
  + various build fixes
  + KateDJ can now decode to LRC and SRT formats
  + add a missing check for memory allocation failure
  + fix a bug in SRT output when decoding more than one stream at a
    time
  + flush output so live encoding/decoding is possible without
    delay
  + katalyzer improvements in page/hole tracking
  + tools now recognize long options --help and --version
  + kateenc now adds an ENCODER comment by default
- Drop kate-png14.patch, upstream included.
- Update to 0.3.7:
  + new encoding functions to specify timing in granule rate units
  + fix SRT timing precision problems
  + new -M option to kateenc to allow HTML-like markup in SRT files
  + allow the last event in an SRT file to not be followed by an
    empty line
- Added kate-png14.patch to fix build with libpng 1.4.
- Update to 0.3.4
  + fix canvas size encoding/decoding on big endian hosts
- Update to 0.3.3
  + recognize old oggz tools names in configure
  + remove unnecessary shebangs from python source
- Update to 0.3.2
  + increased robustness against corrupt/malicious streams
  + misc build and compatibility tweaks
  + fix py-compile invokation and older oggz tools names

OBS-URL: https://build.opensuse.org/request/show/573698
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=64
2018-02-07 12:49:07 +00:00
Tomáš Chvátal
b37aae9f84 - Mention baselibs.conf
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=63
2018-02-07 12:13:53 +00:00
Tomáš Chvátal
52d446bae3 Accepting request 573685 from home:scarabeus_iv:branches:multimedia:libs
- Make python2 dependency conditional bsc#1076407
- Remove few path based requires/etc
- Conflict properly with older libkate in order to allow migration
  and not clash with liboggkate1 library

OBS-URL: https://build.opensuse.org/request/show/573685
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=62
2018-02-07 12:07:38 +00:00
Stephan Kulow
a4c1d37fab Accepting request 235726 from multimedia:libs
- Tell doxygen not to include timestamps to help build-compare (forwarded request 235611 from plater)

OBS-URL: https://build.opensuse.org/request/show/235726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=18
2014-06-01 16:58:20 +00:00
df8eeef960 Accepting request 235611 from home:elvigia:branches:multimedia:libs
- Tell doxygen not to include timestamps to help build-compare

OBS-URL: https://build.opensuse.org/request/show/235611
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=60
2014-05-29 04:24:39 +00:00
Stephan Kulow
89894584be Accepting request 108014 from multimedia:libs
Removed service, I see the supersede box

OBS-URL: https://build.opensuse.org/request/show/108014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=14
2012-03-06 12:38:21 +00:00
63313b3914 Accepting request 107985 from home:plater
removed service

OBS-URL: https://build.opensuse.org/request/show/107985
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=58
2012-03-05 14:04:21 +00:00
86f6377be6 Accepting request 107926 from home:plater
Renamed kate-tools to libkate-tools

OBS-URL: https://build.opensuse.org/request/show/107926
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=57
2012-03-04 14:44:19 +00:00
508f62f6e8 Accepting request 107769 from home:plater
Fix license field to follow spdx.org and get .changes back in sync

OBS-URL: https://build.opensuse.org/request/show/107769
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=56
2012-03-02 11:06:27 +00:00
d4a8222f41 Accepting request 106320 from home:plater
Fix license field to follow spdx.org

OBS-URL: https://build.opensuse.org/request/show/106320
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=55
2012-02-21 13:24:28 +00:00
Sascha Peilicke
83f7ff6b8e Accepting request 84711 from multimedia:libs
- fix rename of sub packages

- Update to 0.4.1 and added download service.
- Split liboggkate into it's own package and updated baselibs.conf.
- Renamed katedj python-katedj in line with python naming policy.
- Upstream changes since 0.3.8 :
  *update bitstream and shared library versioning missed from 0.4.0
  *timed and object metadata support
  *fix various precision issues with large timestamps
  *fix KateDJ editor with newer versions of wxPython
  *katedec now tries to avoid escaping non ASCII glyphs
  *misc error handling improvements/fixes
  *misc build and documentation fixes

OBS-URL: https://build.opensuse.org/request/show/84711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=12
2011-09-26 08:35:23 +00:00
Stephan Kulow
b54cf057b9 - fix rename of sub packages
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=52
2011-09-25 06:13:25 +00:00
Stephan Kulow
4f2e3862d5 remove old stuff
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=51
2011-09-24 19:44:10 +00:00
Stephan Kulow
0025ad94bc OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=50 2011-09-24 19:43:49 +00:00
Stephan Kulow
1d314d6ebf fix service file to run locally only
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=49
2011-09-24 19:38:11 +00:00
5a4192ef53 trigger service run
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=46
2011-09-23 15:25:56 +00:00
5d6ad80f9a Accepting request 84633 from home:plater
OBS-URL: https://build.opensuse.org/request/show/84633
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=45
2011-09-23 15:24:52 +00:00
3ec3ab8e5b Accepting request 84624 from home:plater
Update to 0.4.1 Split off liboggkate1 from libkate1 and renamed katedj to python-katedj
+ added source service.

OBS-URL: https://build.opensuse.org/request/show/84624
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=43
2011-09-23 15:18:48 +00:00
fb75695c50 trigger service run
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=42
2011-09-23 15:15:27 +00:00
3ccd7047da Accepting request 84629 from home:plater
I don't know why I keep on thinking source services work properly. Removed the recompression bit, it doesn't work in mmlibs

OBS-URL: https://build.opensuse.org/request/show/84629
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=41
2011-09-23 15:14:46 +00:00
ac03ea7e77 Accepting request 84625 from home:plater
Update to 0.4.1 + split off liboggkate1 + renamed katedj to python-katedj to respect python naming

OBS-URL: https://build.opensuse.org/request/show/84625
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=24
2011-09-23 14:56:44 +00:00
Lars Vogdt
1f64aee36a Accepting request 82438 from multimedia:libs
- fix typos

OBS-URL: https://build.opensuse.org/request/show/82438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=11
2011-09-19 19:12:30 +00:00
Stephan Kulow
1236ef8303 - fix typos
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=21
2011-09-16 12:49:53 +00:00
f8f9e8ccbf Accepting request 72483 from home:aturrini:branches:multimedia:libs
Fixed typos in descriptions of libkate.spec

OBS-URL: https://build.opensuse.org/request/show/72483
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=20
2011-06-02 19:00:56 +00:00
Sascha Peilicke
f9178cdca3 Autobuild autoformatter for 68854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=10
2011-05-20 13:07:47 +00:00
OBS User buildservice-autocommit
32b5f2a95e Updating link to change in openSUSE:Factory/libkate revision 10.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=49fb46d0a49dcf1ead504ce412d3bb26
2011-05-20 13:07:47 +00:00
Sascha Peilicke
c8b770d0ec Accepting request 68854 from multimedia:libs
- Really removed "Other uncritical OpenSource License" from all the 
  license fields and retained BSD3c. (forwarded request 68839 from jnweiger)

OBS-URL: https://build.opensuse.org/request/show/68854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=9
2011-05-20 13:07:33 +00:00
7e088832af Accepting request 68839 from home:jnweiger:branches:multimedia:libs
- Really removed "Other uncritical OpenSource License" from all the 
  license fields and retained BSD3c.

OBS-URL: https://build.opensuse.org/request/show/68839
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=18
2011-04-29 16:42:37 +00:00
38f99534e6 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=17 2011-04-29 11:50:42 +00:00
34c5df580a Accepting request 68587 from home:plater
Fixed license

OBS-URL: https://build.opensuse.org/request/show/68587
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=16
2011-04-27 14:13:22 +00:00
585e7c39c0 Accepting request 67561 from home:TheBlackCat
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/67561
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=15
2011-04-15 19:29:15 +00:00
6da421c93d Autobuild autoformatter for 58571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=7
2011-01-18 00:09:46 +00:00
ab4d120f48 Accepting request 58571 from multimedia:libs
Accepted submit request 58571 from user plater

OBS-URL: https://build.opensuse.org/request/show/58571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=6
2011-01-18 00:09:35 +00:00
2dec819609 Accepting request 58509 from home:sbrabec:branches:X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/58509
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=13
2011-01-17 17:16:54 +00:00
a5b2d19c70 Autobuild autoformatter for 55388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=5
2010-12-10 16:39:17 +00:00
OBS User buildservice-autocommit
367a9adaf2 Updating link to change in openSUSE:Factory/libkate revision 5.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=e51d5e68cb4a8c07b89fdc960c5260d6
2010-12-10 16:39:17 +00:00
567896bf6b Accepting request 55388 from multimedia:libs
Accepted submit request 55388 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/55388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkate?expand=0&rev=4
2010-12-10 16:39:12 +00:00
Cristian Rodríguez
3f1302c10c Accepting request 55387 from home:elvigia:branches:multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/55387
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libkate?expand=0&rev=11
2010-12-09 14:47:11 +00:00