92 Commits

Author SHA256 Message Date
f8e485c356 Accepting request 1009315 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1009315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=52
2022-10-10 16:46:43 +00:00
23468990ac Accepting request 1009179 from home:CJ:branches:multimedia:libs
- update to 1.7.1:
  * Fix ABI compatibility: unfortunately release 1.7.0 broke ABI
    compatibility. This release restores the compatibility with
    release 1.6.3. Please use it instead of release 1.7.0. In other
    words: 1.6.3 & 1.7.1 are compatible, while 1.7.0 is compatible
    with neither 1.6.3 nor 1.7.1.

OBS-URL: https://build.opensuse.org/request/show/1009179
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=80
2022-10-10 09:16:22 +00:00
b5e47bba9e Accepting request 1008774 from home:dirkmueller:Factory
- update to 1.7.0:
  * A C++14 compliant C++ compiler is now required.
  * libEBML v1.4.3 is now required.
  * Remove Coremake project files
  * Add `KaxInternalBlock::GetRelativeTimestamp()` to access unscaled
    block timestamps.
  * Fixed problems with the generated `pkg-config` files if any of the
    installation paths are absolute.
  * Added several enums in `namespace libmatroska` for the various
    elements that are constrained to a set of options:
    `MatroskaTrackType`, `MatroskaTrackEncodingCompAlgo`,
    `MatroskaChapterTranslateCodec`, `MatroskaTrackTranslateCodec`,
    `MatroskaVideoFlagInterlaced`, `MatroskaVideoFieldOrder`,
    `MatroskaVideoStereoMode`, `MatroskaVideoAlphaMode`,
    `MatroskaVideoOldStereoMode`, `MatroskaVideoDisplayUnit`,
    `MatroskaVideoAspectRatioType`, `MatroskaVideoMatrixCoefficients`,
    `MatroskaColourChromaSitingHorz`, `MatroskaColourChromaSitingVert`,
    `MatroskaVideoRange`, `MatroskaVideoTransferCharacteristics`,
    `MatroskaVideoPrimaries`, `MatroskaVideoProjectionType`,
    `MatroskaAudioEmphasis`, `MatroskaTrackPlaneType`,
    `MatroskaContentEncodingScope`, `MatroskaContentEncodingType`,
    `MatroskaContentEncodingAlgo`, `MatroskaAESSettingsCipherMode`,
    `MatroskaContentSignatureAlgo`, `MatroskaContentSigHashAlgo`,
    `MatroskaChapterSkipType`, `MatroskaChapterProcessTime` and
    `MatroskaTargetTypeValue`.
  * Updated the semantics to the latest specifications, deprecating the
    following elements by preventing code to write them:
    `KaxClusterSilentTracks`, `KaxClusterSilentTrackNumber`,
    `KaxSlices`, `KaxReferenceFrame`, `KaxReferenceOffset`,
    `KaxReferenceTimeCode`, `KaxTrackTimecodeScale`,

OBS-URL: https://build.opensuse.org/request/show/1008774
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=79
2022-10-09 09:24:03 +00:00
Richard Brown
69335570de Accepting request 874591 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/874591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=51
2021-03-02 13:42:50 +00:00
Ferdinand Thiessen
aa3d76029a Accepting request 874579 from home:dirkmueller:Factory
- update to 1.6.3:
  * libEBML v1.4.2 is now required.
  * Added classes for new track header elements:
  "KaxFlagHearingImpaired", "KaxFlagVisualImpaired",
  "KaxFlagTextDescriptions", "KaxFlagOriginal" and
  "KaxFlagCommentary".

OBS-URL: https://build.opensuse.org/request/show/874579
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=77
2021-02-23 12:38:40 +00:00
bfef7812e6 Accepting request 826627 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/826627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=50
2020-08-15 19:15:41 +00:00
eb1535bc50 Accepting request 825663 from home:alois:branches:multimedia:libs
- Update to version 1.6.2
  * In release 1.6.1 the version number in CMakeLists.txt wasn't
    updated, affecting the installed cmake and pkgconfig files.
    The version number has been bumped to 1.6.2 in all relevant
    files now.
- Update to version 1.6.1
  * "KaxBlockAddIDValue" class: this class is no longer marked as
    "mandatory" in order to coincide with the latest
    specification.

OBS-URL: https://build.opensuse.org/request/show/825663
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=75
2020-08-14 08:05:52 +00:00
ac06d4f3d2 Accepting request 818044 from multimedia:libs
- Update to version 1.6.0
  * libEBML v1.4.0 is now required.
  * Due to breaking ABI the soname version has been bumped to 
    7.0.0.
  * Default symbol visibility is now "hidden", reducing binary 
    size.
  * Converted some things pointed out by cppcheck & clang-tidy to
    C++11.
  * Fixed a lot of issues pointed out by clang-tidy.
  * A C++11 compliant compiler is now required. Several of its
    features are now used in the source.
  * "KaxCueData" class: added "PositionSet" overrides taking
    "KaxSimpleBlock" arguments.
  * "KaxSeekHead" class: the "IndexThis" function now returns a
    pointer to the newly allocated "KaxSeek" instance.
  * "KaxBlockData" class: the "SetReferencedTimecode" function is
    now public.
  * Fixed classes for updates in the current specification:
    KaxTrackTimecodeScale (can be written again), TimeSlice,
    SliceLaceNumber, TrackAttachmentLink (these cannot be written
    anymore), KaxContentEncAlgo (it's mandatory), 
    KaxChapLanguageIETF (can occur multiple times),
    KaxFileUsedStartTime, KaxFileUsedEndTime (DivX-related
    elements, cannot be written anymore)
  * Added classes for new elements from the current 
    specification: KaxBlockAdditionMapping, KaxBlockAddIDValue, 
    KaxBlockAddIDName, KaxBlockAddIDType, KaxBlockAddIDExtraData,
    KaxContentEncAESSettings, KaxContentEncAESSettings.
  * The MATROSKA_VERSION pre-processor definition has been
    removed. You used to be able toe restrict compiling with only
    those classes for elements contained in Matroska v1, but that
    hasn't worked since 2010, so… yeah.
- Track ABI Change
- Spec cleanup

OBS-URL: https://build.opensuse.org/request/show/818044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=49
2020-07-02 21:55:42 +00:00
Ferdinand Thiessen
8ef06a0e53 Accepting request 817489 from home:alois:branches:multimedia:libs
- Update to version 1.6.0
  * libEBML v1.4.0 is now required.
  * Due to breaking ABI the soname version has been bumped to 
    7.0.0.
  * Default symbol visibility is now "hidden", reducing binary 
    size.
  * Converted some things pointed out by cppcheck & clang-tidy to
    C++11.
  * Fixed a lot of issues pointed out by clang-tidy.
  * A C++11 compliant compiler is now required. Several of its
    features are now used in the source.
  * "KaxCueData" class: added "PositionSet" overrides taking
    "KaxSimpleBlock" arguments.
  * "KaxSeekHead" class: the "IndexThis" function now returns a
    pointer to the newly allocated "KaxSeek" instance.
  * "KaxBlockData" class: the "SetReferencedTimecode" function is
    now public.
  * Fixed classes for updates in the current specification:
    KaxTrackTimecodeScale (can be written again), TimeSlice,
    SliceLaceNumber, TrackAttachmentLink (these cannot be written
    anymore), KaxContentEncAlgo (it's mandatory), 
    KaxChapLanguageIETF (can occur multiple times),
    KaxFileUsedStartTime, KaxFileUsedEndTime (DivX-related
    elements, cannot be written anymore)
  * Added classes for new elements from the current 
    specification: KaxBlockAdditionMapping, KaxBlockAddIDValue, 
    KaxBlockAddIDName, KaxBlockAddIDType, KaxBlockAddIDExtraData,
    KaxContentEncAESSettings, KaxContentEncAESSettings.
  * The MATROSKA_VERSION pre-processor definition has been
    removed. You used to be able toe restrict compiling with only
    those classes for elements contained in Matroska v1, but that
    hasn't worked since 2010, so… yeah.
- Track ABI Change
- Spec cleanup

OBS-URL: https://build.opensuse.org/request/show/817489
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=73
2020-07-01 07:36:28 +00:00
2facb7a544 Accepting request 714710 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/714710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=48
2019-07-12 09:59:27 +00:00
df46d973e7 Accepting request 714661 from home:susnux:branches:multimedia:libs
- Update to version 1.5.2:
  * Fix boo#1141027
  * KaxBlock: fixed a potential access to invalid memory due to
    invalid lace sizes read from invalid data.
  * KaxBlock: fixed a potential null pointer dereference triggerable
    by reading invalid data.

OBS-URL: https://build.opensuse.org/request/show/714661
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=71
2019-07-11 19:36:09 +00:00
616f83490c Accepting request 696465 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/696465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=47
2019-04-23 12:33:58 +00:00
3a3f5e5536 Accepting request 694766 from home:susnux:branches:multimedia:libs
- Update to 1.5.0:
  * Compatibilty with libEBML 1.3.7

OBS-URL: https://build.opensuse.org/request/show/694766
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=69
2019-04-21 09:51:45 +00:00
c0fbfa192e Accepting request 628344 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/628344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=46
2018-08-17 21:56:53 +00:00
Ismail Dönmez
839450fa8f Accepting request 628297 from home:susnux:branches:multimedia:libs
- Fixed ABI tracking with cmake macro.

OBS-URL: https://build.opensuse.org/request/show/628297
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=67
2018-08-09 07:27:16 +00:00
c2e7a87075 Accepting request 626520 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/626520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=45
2018-08-02 12:56:32 +00:00
Tomáš Chvátal
aa5126331b Accepting request 626517 from home:susnux:branches:multimedia:libs
- Update to version 1.4.9:
  * Switched to cmake.

OBS-URL: https://build.opensuse.org/request/show/626517
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=65
2018-07-30 17:56:29 +00:00
2700a2b1a8 Accepting request 585309 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/585309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=44
2018-03-20 20:50:12 +00:00
Tomáš Chvátal
e1ba1a9fbe Accepting request 585307 from home:susnux:branches:multimedia:libs
- Track ABI Change, since 1.4.7 is incompatible with lower versions.

OBS-URL: https://build.opensuse.org/request/show/585307
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=63
2018-03-10 13:46:05 +00:00
1b50501258 Accepting request 532736 from multimedia:libs
Update to version 1.4.8:
KaxBlockGroup, KaxSimpleBlock: fixed writing the block header if the track number is 128.

OBS-URL: https://build.opensuse.org/request/show/532736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=43
2017-10-13 12:08:29 +00:00
c5dd263984 Accepting request 532708 from home:Zaitor:branches:multimedia:libs
- Update to version 1.4.8:
  + KaxBlockGroup, KaxSimpleBlock: fixed writing the block header
    if the track number is 128.

OBS-URL: https://build.opensuse.org/request/show/532708
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=61
2017-10-09 10:03:07 +00:00
14cced63fd Accepting request 506394 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/506394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=42
2017-07-02 11:36:58 +00:00
742566e56b Accepting request 506321 from home:Zaitor:branches:multimedia:libs
New stable release

OBS-URL: https://build.opensuse.org/request/show/506321
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=59
2017-06-27 08:43:48 +00:00
6e056c51a4 Accepting request 414512 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/414512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=41
2016-08-03 09:37:46 +00:00
e45f4586d6 Accepting request 414505 from home:susnux:branches:multimedia:libs
Fix wrong dependency tracking.
(e.g. mkvtoolnix built against 1.4.5 will only have libmatroska6 as dependency but then will fail to start when having 1.4.4 as system library because of "undefined reference"-error this will fix this issue and keep track on this incompatible ABI change).

OBS-URL: https://build.opensuse.org/request/show/414505
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=57
2016-07-23 04:28:57 +00:00
9be4fc3c1c Accepting request 408925 from multimedia:libs
Fixed mistakes

OBS-URL: https://build.opensuse.org/request/show/408925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=40
2016-07-21 05:54:25 +00:00
cab3c05c54 Accepting request 408712 from home:jengelh:branches:multimedia:libs
- Fix messed-up FAKE_BUILDTIME call
replace misnamed soname (which would be libmatroska6) by sover (6)

OBS-URL: https://build.opensuse.org/request/show/408712
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=56
2016-07-15 18:06:51 +00:00
7d849895a0 Accepting request 408687 from home:susnux:branches:multimedia:libs
Update to new release.
Support for some new elements, required for mkvtoolnix >= 9.3.0

OBS-URL: https://build.opensuse.org/request/show/408687
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=55
2016-07-15 12:58:41 +00:00
2fb0adb0d6 Accepting request 350486 from multimedia:libs
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/350486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=39
2015-12-24 11:17:25 +00:00
2961951c80 Accepting request 349114 from home:olh:branches:multimedia:libs
- Add BuildRoot: for SLE_11

OBS-URL: https://build.opensuse.org/request/show/349114
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=53
2015-12-16 09:17:39 +00:00
Stephan Kulow
78c80165d7 Accepting request 340386 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/340386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=38
2015-10-24 08:29:33 +00:00
Ismail Dönmez
0a776bd7e1 Accepting request 340380 from home:susnux:branches:multimedia:libs
Security update to 1.4.4 because invalid memory access was found (along with libebml security issues), see also security issue fixed in libebml 1.3.3

OBS-URL: https://build.opensuse.org/request/show/340380
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=51
2015-10-22 10:28:11 +00:00
c8c4256372 Accepting request 284201 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/284201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=37
2015-02-06 09:43:22 +00:00
Ismail Dönmez
9f83a5fb2f Accepting request 284143 from home:coolo:bc
- package the changes file as its required for rebuilds

OBS-URL: https://build.opensuse.org/request/show/284143
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=49
2015-02-05 13:54:08 +00:00
Ismail Dönmez
006e566c7b Accepting request 283708 from home:jengelh:dev
- Update to new upstream release 1.4.2

OBS-URL: https://build.opensuse.org/request/show/283708
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=48
2015-02-02 12:53:52 +00:00
42b1053daf Accepting request 244165 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/244165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=35
2014-08-13 15:19:50 +00:00
Stefan Seyfried
e61069f6f8 Accepting request 243750 from home:jengelh:branches:multimedia:libs
- Add libmatroska-heed-ldflags.diff so that make places LDFLAGS
  onto the command line for generating the .so file

OBS-URL: https://build.opensuse.org/request/show/243750
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=46
2014-08-11 08:29:33 +00:00
69efa4c2b1 Accepting request 243745 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/243745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=34
2014-08-08 08:10:06 +00:00
Ismail Dönmez
73396074d5 Accepting request 243739 from home:jengelh:branches:multimedia:libs
- Set RPM groups

OBS-URL: https://build.opensuse.org/request/show/243739
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=44
2014-08-06 08:25:10 +00:00
Stephan Kulow
90c35e517b Accepting request 221971 from multimedia:libs
- Also revert fvisibility-inlines-hidden: still breaks mkvtoolnix
  on i586. (forwarded request 221919 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/221971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=33
2014-02-17 11:55:06 +00:00
Ismail Dönmez
4c329c90fc Accepting request 221919 from home:dimstar:test
- Also revert fvisibility-inlines-hidden: still breaks mkvtoolnix
  on i586.

OBS-URL: https://build.opensuse.org/request/show/221919
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=42
2014-02-12 09:17:13 +00:00
Stephan Kulow
16622e6d57 Accepting request 214147 from multimedia:libs
- Revert last change for now as it breaks mkvtoolnix which 
  uses internal symbols :-(
  keep fvisibility-inlines-hidden though (forwarded request 214121 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/214147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=32
2014-01-20 19:42:39 +00:00
Sascha Peilicke
0c45a957e6 Accepting request 214121 from home:elvigia:branches:multimedia:libs
- Revert last change for now as it breaks mkvtoolnix which 
  uses internal symbols :-(
  keep fvisibility-inlines-hidden though

OBS-URL: https://build.opensuse.org/request/show/214121
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=40
2014-01-17 08:54:58 +00:00
Stephan Kulow
8c86d2aad1 Accepting request 214090 from multimedia:libs
- Add C++ visibility support by simply reusing the win32 
  dll code for the same purpose.
- added patches:
  * matroska-visibility.patch (forwarded request 213932 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/214090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=31
2014-01-16 16:16:07 +00:00
Sascha Peilicke
65f42342e7 Accepting request 213932 from home:elvigia:branches:multimedia:libs
- Add C++ visibility support by simply reusing the win32 
  dll code for the same purpose.
- added patches:
  * matroska-visibility.patch

OBS-URL: https://build.opensuse.org/request/show/213932
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=38
2014-01-16 13:06:37 +00:00
Stephan Kulow
c28ea66929 Accepting request 205614 from multimedia:libs
Not expecting it to go to 13.1.

- Update to version 1.4.1
  * Added new elements/classes DiscardPadding, CodecDelay and
    SeekPreRoll
  * The licensing information has been cleared up/unified.
  * The Makefile now contain options for specifying the destination
    base directory during installation ("DESTDIR") and for
    specifying which library types to build ("link").
  * The libraries are built without the "-ansi" and
    "-fno-gnu-keywords" flags on Linux
  * Code cleanup
- Remove matroska-noansiflag.patch. Applied upstream.

OBS-URL: https://build.opensuse.org/request/show/205614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=30
2013-11-04 06:07:06 +00:00
Cristian Morales Vega
dd607ebcdc - Update to version 1.4.1
* Added new elements/classes DiscardPadding, CodecDelay and
    SeekPreRoll
  * The licensing information has been cleared up/unified.
  * The Makefile now contain options for specifying the destination
    base directory during installation ("DESTDIR") and for
    specifying which library types to build ("link").
  * The libraries are built without the "-ansi" and
    "-fno-gnu-keywords" flags on Linux
  * Code cleanup
- Remove matroska-noansiflag.patch. Applied upstream.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=36
2013-11-02 19:00:00 +00:00
Stephan Kulow
3f02eb8e09 Accepting request 161884 from multimedia:libs
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/161884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=28
2013-04-02 13:35:39 +00:00
Cristian Morales Vega
93fe7e0dfc Accepting request 160709 from home:Zaitor:branches:multimedia:libs
Update to ver 1.4.0, forgot to update baselib.conf

OBS-URL: https://build.opensuse.org/request/show/160709
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmatroska?expand=0&rev=34
2013-03-23 15:47:09 +00:00
Stephan Kulow
4d5730537b Accepting request 120550 from multimedia:libs
- Do not use gcc 's -ansi flag, but whatever the compiler 
  has a default. (forwarded request 120536 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/120550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmatroska?expand=0&rev=25
2012-05-10 12:32:51 +00:00