Next | Query returned 67 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2015-01-23 11:12:44 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove c from USE_LANGUAGES, this is C++ source code.
   2015-01-22 15:43:19 by Masatake Daimon | Files touched by this commit (2)
Log message:
Fix linkage failure of libmatroska due to missing -lebml flag.
This seems to be an actual issue only on non-ELF platforms.

Pull request sent and merged to the upstream:
https://github.com/Matroska-Org/libmatroska/pull/5
   2015-01-22 13:57:27 by Masatake Daimon | Files touched by this commit (1)
Log message:
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-06 15:59:19 by Thomas Klausner | Files touched by this commit (7) | Package updated
Log message:
The last updates of libebml and libmatroska, despite only being X.Y.Z ->
X.Y.Z+1 updates, bumped the shared library major versions.

Do recursive bump for that.
   2015-01-05 09:33:10 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
Add missing pc file to PLIST. Ride update.
   2015-01-05 00:24:45 by Thomas Klausner | Files touched by this commit (3)
Log message:
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.
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2013-10-06 16:13:10 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Fix library installation, broken during update.
Bump PKGREVISION.
   2013-10-04 22:58:44 by Thomas Klausner | Files touched by this commit (3)
Log message:
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-04-12 15:36:56 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 1.4.0
changes:
several new elements that were added to the Matroska specifications:
CueDuration, CueRelativePosition, ChapterStringUID, VideoAlphaMode
and DefaultDecodedFieldDuration

Next | Query returned 67 messages, browsing 21 to 30 | Previous