Commit 72b55823 authored by Christophe Massiot's avatar Christophe Massiot

* ALL: preparing for 0.1.5 release.

parent 357cbbca
...@@ -3,11 +3,16 @@ $Id$ ...@@ -3,11 +3,16 @@ $Id$
Changes between 0.1.4 and 0.1.5: Changes between 0.1.4 and 0.1.5:
-------------------------------- --------------------------------
* Windows CE port
* src/tables/eit*: EIT decoder (no generator yet) * src/tables/eit*: EIT decoder (no generator yet)
* src/tables/sdt*: SDT generator
* 0x4d/0x4e (EIT) descriptors decoders
* 0x52 (stream identifier) descriptor decoder
* 0x55 (dvb parental rating) descriptor decoder * 0x55 (dvb parental rating) descriptor decoder
* 0x56 (EBU teletext) descriptor decoder * 0x56 (EBU teletext) descriptor decoder
* fixed a segfault in the subtitles descriptor decoder * fixed a segfault in the subtitles descriptor decoder
* correctly handle duplicate packets * correctly handle duplicate packets
* correctly handle TS packets containing multiple PSI sections
Changes between 0.1.3 and 0.1.4: Changes between 0.1.3 and 0.1.4:
-------------------------------- --------------------------------
......
...@@ -4,7 +4,7 @@ AC_PREREQ(2.50) ...@@ -4,7 +4,7 @@ AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvbpsi3, 0.1.5) AM_INIT_AUTOMAKE(libdvbpsi4, 0.1.5)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
#AC_CANONICAL_HOST #AC_CANONICAL_HOST
......
Source: libdvbpsi3 Source: libdvbpsi4
Priority: optional Priority: optional
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org> Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Build-Depends: debhelper (>= 4.0) Build-Depends: debhelper (>= 4.0)
Standards-Version: 3.6.1.0 Standards-Version: 3.6.1.0
Package: libdvbpsi3 Package: libdvbpsi4
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
...@@ -12,17 +12,17 @@ Description: library for MPEG TS and DVB PSI tables decoding and generating ...@@ -12,17 +12,17 @@ Description: library for MPEG TS and DVB PSI tables decoding and generating
libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables
decoding and generating. decoding and generating.
. .
This package contains the libdvbpsi3 runtime library. This package contains the libdvbpsi4 runtime library.
Package: libdvbpsi3-dev Package: libdvbpsi4-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libdvbpsi3 (= ${Source-Version}) Depends: libdvbpsi4 (= ${Source-Version})
Conflicts: libdvbpsi0-dev, libdvbpsi1-dev, libdvbpsi2-dev Conflicts: libdvbpsi0-dev, libdvbpsi1-dev, libdvbpsi2-dev, libdvbpsi3-dev
Description: development files for libdvbpsi3 Description: development files for libdvbpsi3
libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables
decoding and generating. decoding and generating.
. .
This package contains the header files and static library needed to This package contains the header files and static library needed to
compile applications that use libdvbpsi3. compile applications that use libdvbpsi4.
...@@ -11,7 +11,7 @@ libdvbpsi_la_SOURCES = dvbpsi.c dvbpsi_private.h \ ...@@ -11,7 +11,7 @@ libdvbpsi_la_SOURCES = dvbpsi.c dvbpsi_private.h \
$(tables_src) \ $(tables_src) \
$(descriptors_src) $(descriptors_src)
libdvbpsi_la_LDFLAGS = -version-info 3:0:0 libdvbpsi_la_LDFLAGS = -version-info 4:0:0
pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h \ pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h \
tables/pat.h tables/pmt.h tables/sdt.h tables/eit.h \ tables/pat.h tables/pmt.h tables/sdt.h tables/eit.h \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment