* ALL: automake rebuild.

 * ChangeLog: up to date changelog.
 * configure, configure.in: updated version.
 * libdvbpsi.spec: updated RPM configuration.
 * src/Makefile.am, src/Makefile.in: updated libtool interface.
 * misc/Makefile.am, misc/Makefile.in: added test_dr.h into distribution.
parent e8cc2c2b
......@@ -2,6 +2,50 @@
# ChangeLog for libsvbpsi #
#=========================#
0.1.1
Sat, 18 May 2002 13:30:44 +0200
* src/descriptor.h, src/descriptor.c: added a p_decoded field to the
dvbpsi_descriptor_s structure.
* src/descriptor.h, src/descriptor.c, src/tables/pmt.c: added an 's' to the
dvbpsi_DeleteDescriptors function.
* src/descriptors/dr_02.h, src/descriptors/dr_02.c: MPEG2 "video stream"
descriptor decoder and generator.
* src/descriptors/dr_03.h, src/descriptors/dr_03.c: MPEG2 "audio stream"
descriptor decoder and generator.
* src/descriptors/dr_04.h, src/descriptors/dr_04.c: MPEG2 "hierarchy"
descriptor decoder and generator.
* src/descriptors/dr_05.h, src/descriptors/dr_05.c: MPEG2 "registration"
descriptor decoder and generator.
* src/descriptors/dr_06.h, src/descriptors/dr_06.c: MPEG2 "data stream
alignment" descriptor decoder and generator.
* src/descriptors/dr_07.h, src/descriptors/dr_07.c: MPEG2 "target background
grid" descriptor decoder and generator.
* src/descriptors/dr_08.h, src/descriptors/dr_08.c: MPEG2 "video window"
descriptor decoder and generator.
* src/descriptors/dr_09.h, src/descriptors/dr_09.c: MPEG2 "conditional
access" descriptor decoder and generator.
* src/descriptors/dr_0a.h, src/descriptors/dr_0a.c: MPEG2 "ISO 639 language"
descriptor decoder and generator.
* src/descriptors/dr_0b.h, src/descriptors/dr_0b.c: MPEG2 "system clock"
descriptor decoder and generator.
* src/descriptors/dr_0c.h, src/descriptors/dr_0c.c: MPEG2 "multiplex buffer
utilization" descriptor decoder and generator.
* src/descriptors/dr_0d.h, src/descriptors/dr_0d.c: MPEG2 "copyright"
descriptor decoder and generator.
* src/descriptors/dr_0e.h, src/descriptors/dr_0e.c: MPEG2 "maximum bitrate"
descriptor decoder and generator.
* src/descriptors/dr_0f.h, src/descriptors/dr_0f.c: MPEG2 "private data
indicator" descriptor decoder and generator.
* src/descriptors/dr.h: gathers all dr_*.h headers.
* misc/dr.xml: xml brief description of each descriptor to generate
"misc/test_dr.c".
* misc/dr.dtd: DTD against which misc/dr.xml validates.
* misc/dr.xsl: stylesheet used to generate "misc/test_dr.c".
* misc/test_dr.c: generated file.
* misc/test_dr.h: macros used by misc/test_dr.c.
* doc/doxygen.cfg: up to date documentation configuration.
* configure, configure.in: fixed MacOS X compilation.
0.1.0
Wed, 3 Apr 2002 01:42:12 +0200
......
......@@ -57,8 +57,12 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = @build_alias@
build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
AS = @AS@
CC = @CC@
DLLTOOL = @DLLTOOL@
......
......@@ -957,7 +957,7 @@ fi
PACKAGE=libdvbpsi
VERSION=0.1.0
VERSION=0.1.1
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
......@@ -1977,7 +1977,7 @@ else
if { (eval echo configure:1978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
*.c | *.o | *.obj) ;;
*.$ac_ext | *.c | *.o | *.obj) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done
......
......@@ -2,7 +2,7 @@ AC_INIT(src/dvbpsi.c)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvbpsi, 0.1.0)
AM_INIT_AUTOMAKE(libdvbpsi, 0.1.1)
AM_CONFIG_HEADER(src/config.h)
#AC_CANONICAL_HOST
......
......@@ -57,8 +57,12 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = @build_alias@
build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
AS = @AS@
CC = @CC@
DLLTOOL = @DLLTOOL@
......
......@@ -57,8 +57,12 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = @build_alias@
build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
AS = @AS@
CC = @CC@
DLLTOOL = @DLLTOOL@
......
......@@ -57,8 +57,12 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = @build_alias@
build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
AS = @AS@
CC = @CC@
DLLTOOL = @DLLTOOL@
......
%define name libdvbpsi
%define version 0.1.0
%define version 0.1.1
%define release 1
%define major 0
%define major 1
%define lib_name %{name}%{major}
Summary: A library for decoding and generating MPEG 2 and DVB PSI sections.
......@@ -78,6 +78,9 @@ rm -rf %buildroot
%{_includedir}/*
%changelog
* Sat May 18 2002 Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
- 0.1.1 release.
* Mon Apr 8 2002 Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
- split into two separate packages.
......
......@@ -16,6 +16,8 @@ gen_pmt_LDFLAGS = -L../src -ldvbpsi
test_dr_SOURCES = test_dr.c
test_dr_LDFLAGS = -L../src -ldvbpsi
noinst_HEADERS = test_dr.h
EXTRA_DIST=dr.dtd dr.xml dr.xsl
test_dr.c:
......
......@@ -57,8 +57,12 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = @build_alias@
build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
AS = @AS@
CC = @CC@
DLLTOOL = @DLLTOOL@
......@@ -88,6 +92,8 @@ gen_pmt_LDFLAGS = -L../src -ldvbpsi
test_dr_SOURCES = test_dr.c
test_dr_LDFLAGS = -L../src -ldvbpsi
noinst_HEADERS = test_dr.h
EXTRA_DIST = dr.dtd dr.xml dr.xsl
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../src/config.h
......@@ -119,6 +125,8 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CF
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
HEADERS = $(noinst_HEADERS)
DIST_COMMON = Makefile.am Makefile.in
......@@ -305,7 +313,7 @@ install-am: all-am
install: install-am
uninstall-am:
uninstall: uninstall-am
all-am: Makefile $(PROGRAMS)
all-am: Makefile $(PROGRAMS) $(HEADERS)
all-redirect: all-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
......
......@@ -8,7 +8,7 @@ lib_LTLIBRARIES = libdvbpsi.la
libdvbpsi_la_SOURCES = dvbpsi.c psi.c descriptor.c
libdvbpsi_la_LIBADD = tables/lib_tables.la descriptors/lib_descriptors.la
libdvbpsi_la_LDFLAGS = -version-info 0:1:0
libdvbpsi_la_LDFLAGS = -version-info 1:0:0
noinst_HEADERS = dvbpsi_private.h
pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h
......
......@@ -56,8 +56,12 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = @build_alias@
build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
AS = @AS@
CC = @CC@
DLLTOOL = @DLLTOOL@
......@@ -81,7 +85,7 @@ lib_LTLIBRARIES = libdvbpsi.la
libdvbpsi_la_SOURCES = dvbpsi.c psi.c descriptor.c
libdvbpsi_la_LIBADD = tables/lib_tables.la descriptors/lib_descriptors.la
libdvbpsi_la_LDFLAGS = -version-info 0:1:0
libdvbpsi_la_LDFLAGS = -version-info 1:0:0
noinst_HEADERS = dvbpsi_private.h
pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h
......
......@@ -56,8 +56,12 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = @build_alias@
build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
AS = @AS@
CC = @CC@
DLLTOOL = @DLLTOOL@
......
......@@ -56,8 +56,12 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = @build_alias@
build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
AS = @AS@
CC = @CC@
DLLTOOL = @DLLTOOL@
......
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