Commit graph

38 commits

Author SHA1 Message Date
jperkin
9f28a7016a Add 'c' to USE_LANGUAGES, fixes configure tests on Darwin. 2016-03-03 12:59:49 +00:00
wiz
73ecf6df7b Update libmatroska to 1.4.4:
* Released v1.4.4.

        * KaxInternalBlock::ReadData(): Fixed an invalid memory
        access. When reading a block group or a simple block that uses
        EBML lacing the frame sizes indicated in the lacing weren't
        checked against the available number of bytes. If the indicated
        frame size was bigger than the whole block's size the parser would
        read beyond the end of the buffer resulting in a heap information
        leak.
2015-10-25 09:49:18 +00:00
wiz
ba8390f960 Update libmatroska to 1.4.3:
2015-10-17  Moritz Bunkus  <moritz@bunkus.org>

        * Released v1.4.3.

2015-05-02  Daniel Winzen  <d@winzen4.de>

        * all: a couple of optimizations in the main library and a memory
        leak fix in the tests

2015-02-01  Jan Engelhardt  <jengelh@inai.de>

        * build system: fix linking against libEBML
2015-10-21 08:41:41 +00:00
wiz
a527090fa9 Remove c from USE_LANGUAGES, this is C++ source code. 2015-01-23 10:12:44 +00:00
pho
f401d7a502 Add 'c' to USE_LANGUAGES
Otherwise the configure script fails with:
  PKGSRC-WARNING: Something is trying to run the c compiler,
  PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.

The package still don't build because of an upstream problem in Makefile.am, but it is a separate issue.
2015-01-22 12:57:27 +00:00
wiz
85b00ebf8d Update to 1.4.2:
2015-01-04  Moritz Bunkus  <moritz@bunkus.org>

        * Released v1.4.2.

2014-12-21  Moritz Bunkus  <moritz@bunkus.org>

        * build system: switched the build system from hand-crafted
        Makefiles to an autoconf/automake-based system. A pkg-config file
        will be installed as well; its name is »libmatroska«. Based on a
        similar patch for libEBML by Jan Engelhardt <jengelh@inai.de>.

2014-12-20  Moritz Bunkus  <moritz@bunkus.org>

        * KaxBlock::ReadData(): fixed several instances of unchecked
        memory access leading to invalid memory access/segmentation faults
        with invalid or broken data inside block groups/simple blocks.

2014-12-19  Moritz Bunkus  <moritz@bunkus.org>

        * KaxBlock::ReadInternalHead(): fixed a off-by-one buffer overflow
        if with EBML lacing and exactly one frame in the lace.
2015-01-04 23:24:45 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e219a9513a Fix library installation, broken during update.
Bump PKGREVISION.
2013-10-06 14:13:10 +00:00
wiz
c3734427f2 Update to 1.4.1:
New 1.4.1 version:
    - 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
2013-10-04 20:58:44 +00:00
drochner
4ba591dec7 update to 1.4.0
changes:
several new elements that were added to the Matroska specifications:
CueDuration, CueRelativePosition, ChapterStringUID, VideoAlphaMode
and DefaultDecodedFieldDuration
2013-04-12 13:36:56 +00:00
asau
a19397ba81 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
drochner
b5af1f28de update to 1.3.0
changes: cleanup and minor fixes

pkgsrc note: according to the ChangeLog, this version is not binary
compatible to older versions -> ABI_DEPENDS bumped
2011-10-07 19:04:46 +00:00
adam
1b1f98d00f Fix patching on Mac OSX; fix installing the library; fix some pkglint issues 2011-03-18 12:42:13 +00:00
apb
321ae773d4 libmatroska does not build with libebml-0.7.8, so bump a dependency from
0.7.7nb1 to 0.8.  There's a note in the libmatroska Changelog about
using macros defined in libebml-0.8.0, so I used that version number in
the dependency, but I tested only against libebml-1.0.0.
2011-02-23 15:41:48 +00:00
drochner
645d01f614 update to 1.1.0
changes:
-API extensions and cleanup
-bugfixes
2011-02-14 19:00:45 +00:00
drochner
f0ffc39c2c update to 1.0.0
changes:
-API extensions
-bugfixes

pkgsrc note: while the changelog doesn't tell details, there seems
to be an ABI incompatibility to the previous version. Bump the
bl3 dependency.
2010-07-08 18:46:45 +00:00
drochner
cc2ff5d6ea libtoolize and build shared libraries,
this will make it usable in dynamically loaded plugins,
bump PKGREVISION
2007-11-14 18:20:05 +00:00
heinz
fb1ad237eb Added support for installation to DESTDIR. Approved by salo@. 2007-07-01 20:23:19 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
salo
76fc88b028 Update to version 0.8.0
Changes:
- support for reading extra features of SimpleBlock
- bugfixes
2005-12-11 17:58:49 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
rillig
abb79d8bb3 Normalized BUILD_DIRS. 2005-11-04 18:53:28 +00:00
grant
49cf4442e6 nuke ONLY_FOR_COMPILER .. newer versions of these packages build fine
with at least icc and sunpro.
2005-08-20 14:12:19 +00:00
grant
a09bdd7e27 libmatroska builds fine with icc 2005-08-03 03:22:05 +00:00
salo
c26e9236cf Update to version 0.7.7
Changes include fixes to the build system for MacOS X, slightly improved
handling of the maximum size to read and other small fixes.
2005-05-30 16:31:40 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
salo
a6394a2974 Update to version 0.7.6
Changes:
- add a couple of new elements
- address some other minor issues
2005-04-18 00:57:21 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
salo
a1ea6973ac Update to version 0.7.5
Changes:

- fix the segment family UID
- no more TrackAngle and new TrackTranslate elements
- rename ChapterLink* to ChapterTranslate*
- add KaxChapterLinkEditionUID
- fix the KaxSegmentFamily flags
- added KaxSegmentFamily, KaxChapterLink, KaxChapterLinkCodec and
  KaxChapterLinkID
- Move all of the (re-)activated Matroska v1 elements out of "#if == 2"
  blocks.
- support for KaxMaxBlockAdditionID and fix default values
- BlockAdditions is in Matroska 1 now
- added the button track type
- Use malloc() and free() instead of new[] and delete[] where the lib might
  deal with pointers that have been allocated by the app, or where the app
  has allocated the memory. Reason: new[]ed memory cannot be realloc()ed.
- remove support for the gap flag in the Block
- add almost automatic handling of SilentTracks
- added KaxTrackFlagForced
- added KaxTrackAngle and various fixes
- TrackOverlay is now multiple
- added KaxClusterSilentTracks and KaxClusterSilentTrackNumber
2005-02-17 10:52:46 +00:00
salo
682492402a Updated to 0.7.4
Changes:

- EditionProcessed has a default value (0) according to the specs.
- KaxEditionManaged becomes KaxEditionProcessed and mandatory
  KaxEditionManagedPrivate becomes KaxChapterManagedPrivate
- no more automatic OutputSamplingFrequency default value
- add support for KaxChapterProcessCommand and KaxEditionManagedPrivate
- The ValidateSize function is neither needed nor correct (probably copy
  & paste from somewhere). Integers of all sizes are accepted as in all
  the other UID cases.
- allow DLL building with MSVC7 (not compatible with the MinGW DLLs)
- KaxTagTargetTypeValue default to 50
- TargetTypeValue is no longer mandatory
- Fixed the wrong element names.
- add KaxTagTargetTypeValue as in the specs
- add KaxChapterPhysicalEquiv as in the new specs
- add KaxChapterProcess and KaxChapterProcessTime
- add the new PixelCropXXX elements
- added KaxEditionFlagDefault and KaxEditionManaged
- add the new TargetType element in tags
- Set the default value for KaxTagLangue to "und" complying with
  the specs.
2004-10-14 17:04:35 +00:00
salo
316e7df52c Update to version 0.7.3.
Changes:
- remove patch-aa, it has been merged upstream

0.7.3:
======
- add KaxEditionFlagDefault, KaxEditionManaged, TargetType, TagLanguage,
  TagDefault, EditionFlagHidden
- rename the new KaxTagLanguage to KaxTagLangue
- misc small bugfixes

0.7.2:
======
- chapters/tags: add an edition UID and clean the code according to the specs
- mingw32: Proper description for the SHARED option. Make building the lib
           statically the default just like it is for libembl.
2004-08-23 23:19:52 +00:00
salo
63496419ba Update to version 0.7.1.
Changes:

- use bzip2 distribution tarball

0.7.1:
======
- KaxClusterPosition is already in use and therefore a v1 element
- various cosmetic changes to Makefile and build system itself
2004-07-27 04:14:56 +00:00
salo
96a5e36e55 PKGREVISION++
- do not define MATROSKA_VERSION=2 anymore.  it's not needed for mplayer
  any longer and no other application needs it.  per discussion with Moritz
  Bunkus.
- add test target, do not build tests as a part of normal build
- i can as well add myself as MAINTAINER..
2004-07-20 23:53:12 +00:00
salo
ca4a80a988 Pass CXXFLAGS and LDFLAGS to Makefile, usa more buildlink variables.
Allow both overwrite and pkgviews installation.
Based on patch sent by Joachim Kuebart via PR pkg/25752.
2004-05-31 09:50:35 +00:00
grant
324b06d2b1 libmatroska needs the GNU C++ compiler. 2004-05-16 09:49:14 +00:00
salo
acdff7bfd8 Updated to version 0.7.0.
Changes:

- Switch to LGPL license
- Update the copyright years
- Fix minor things in test examples
- Fix a problem when MATROSKA_VERSION is set to 2
- Fix for partial XipH lacing reading
- Handle MATROSKA_VERSION to enable/disable some future additions
- No more new elements for sample accurate seeking
- Added code that allows libmatroska to be built as a DLL on Windows.
- Updated the MinGW build system.
- No more StdInclude
- Add support for SampleScale and BlockSamples
2004-05-05 15:57:17 +00:00
grant
c11ca8fa53 USE_LANGUAGES=c++ 2004-04-17 16:49:49 +00:00
salo
513a57a744 Initial import of libmatroska-0.6.3: Extensible open standard Audio/Video
container format library.

Matroska aims to become THE Standard of Multimedia Container Formats.
It was derived from a project called MCF, but differentiates from it
significantly.  It is based on EBML (Extensible Binary Meta Language),
a binary derivative of XML.

Matroska is designed with the future in mind. It incorporates features
you would expect from a modern container format, like:

- Streamable over internet (HTTP and RTP)
- Fast seeking in the file
- High error recovery
- Menus (like DVDs have)
- Chapter entries
- Selectable subtitle streams
- Selectable audio streams
- Modularly extendable

From pkgsrc-wip, submitted by Sergey Svishchev.
2004-04-07 12:52:16 +00:00