+2012-09-23 mosu
+New 1.4.0 version:
+ - Add new elements CueDuration, CueRelativePosition
+ - This release is not binary compatible to 1.4.0 due to the dependancy on libEBML 1.3.0 which is not
+ binary compatible to its predecessor.
+
2011-09-23 robux4/mosu
New 1.3.0 version:
- initialize all data members
+libmatroska (1.4.0-1) precise; urgency=low
+
+ * New version.
+
+ -- Moritz Bunkus <moritz@bunkus.org> Sat, 22 Sep 2012 22:23:38 +0000
+
libmatroska (1.3.0-1) natty; urgency=low
* New version.
Source: libmatroska
Priority: optional
Maintainer: Moritz Bunkus <moritz@bunkus.org>
-Build-Depends: debhelper (>> 3.0.0), libebml-dev (>= 1.0.0-1)
+Build-Depends: debhelper (>> 3.0.0), libebml-dev (>= 1.3.0-1)
Standards-Version: 3.5.8
Section: libs
Package: libmatroska-dev
Section: libdevel
Architecture: any
-Depends: libebml-dev (>= 1.0.0-1)
+Depends: libebml-dev (>= 1.3.0-1)
Description: an extensible open standard Audio/Video container format
Matroska is aiming to become the standard of Multimedia
Container Formats one day. It is based on EBML (Extensible Binary
# Names\r
LIBRARY=libmatroska.a\r
LIBRARY_SO=libmatroska.so\r
-LIBRARY_SO_VER=libmatroska.so.5\r
+LIBRARY_SO_VER=libmatroska.so.6\r
\r
# source-files\r
sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))\r
# SPEC file for (at least) Fedora Core 1, 2, 3
Name: libmatroska
-Version: 1.3.0
+Version: 1.4.0
Release: 1
License: LGPL
Summary: Matroska Video Container
Name: libmatroska
URL: http://dl.matroska.org/downloads/libmatroska/
-Version: 1.3.0
+Version: 1.4.0
Release: 1
Summary: library to deal with matroska files.
License: LGPL
START_LIBMATROSKA_NAMESPACE
-#define LIBMATROSKA_VERSION 0x010300
+#define LIBMATROSKA_VERSION 0x010400
extern const std::string KaxCodeVersion;
extern const std::string KaxCodeDate;
START_LIBMATROSKA_NAMESPACE
-const std::string KaxCodeVersion = "1.3.0";
+const std::string KaxCodeVersion = "1.4.0";
const std::string KaxCodeDate = __TIMESTAMP__;
END_LIBMATROSKA_NAMESPACE