mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
libdvbpsi: Update to 1.3.3
- Update from 1.2.0 to 1.3.3
- Update rootfile
- Ran find-dependencies - nothing found
- Changelog
Changes between 1.3.2 and 1.3.3:
* Fix regression in dvbpsi_decoder_psi_section_add() set i_last_section_number
Changes between 1.3.1 and 1.3.2:
* Fix bug in dvbpsi_decoder_psi_section_add() set i_last_section_number
* Fix bug in descriptor 0x8a that prevented it from being parsed properly
* Fix bug in descriptor 0x56 generation with multiple teletext page entries
* Fix bug in descriptor 0x41 correct maximum service count
Changes between 1.3.0 and 1.3.1:
* Fix bugs in table: EIT
* Fix test_dr
Changes between 1.2.0 and 1.3.0:
* New descriptor:
- 0x10 Smoothing Buffer
- 0x11 STD descriptor
- 0x12 IBP descriptor
- 0x1b MPEG-4 video descriptor
- 0x1c MPEG-4 audio descriptor
* Fix bugs in descriptor: 0x02, 0x0a, 0x45, 0x48, 0x50, 0x56, 0x7c
* Fix bugs in table: EIT, NIT
* Fix bugs in demux.c
* Build with mingw32
* Generate descriptors: 0x83, 0xa1
* Documentation fixes:
- tables: NIT
- descriptors: 0xa1
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
13e56021b4
commit
0a300b724e
@@ -23,8 +23,13 @@
|
||||
#usr/include/dvbpsi/dr_0d.h
|
||||
#usr/include/dvbpsi/dr_0e.h
|
||||
#usr/include/dvbpsi/dr_0f.h
|
||||
#usr/include/dvbpsi/dr_10.h
|
||||
#usr/include/dvbpsi/dr_11.h
|
||||
#usr/include/dvbpsi/dr_12.h
|
||||
#usr/include/dvbpsi/dr_13.h
|
||||
#usr/include/dvbpsi/dr_14.h
|
||||
#usr/include/dvbpsi/dr_1b.h
|
||||
#usr/include/dvbpsi/dr_1c.h
|
||||
#usr/include/dvbpsi/dr_40.h
|
||||
#usr/include/dvbpsi/dr_41.h
|
||||
#usr/include/dvbpsi/dr_42.h
|
||||
@@ -71,9 +76,11 @@
|
||||
#usr/include/dvbpsi/sdt.h
|
||||
#usr/include/dvbpsi/sis.h
|
||||
#usr/include/dvbpsi/tot.h
|
||||
#usr/include/dvbpsi/types
|
||||
#usr/include/dvbpsi/types/aac_profile.h
|
||||
#usr/lib/libdvbpsi.a
|
||||
#usr/lib/libdvbpsi.la
|
||||
usr/lib/libdvbpsi.so
|
||||
usr/lib/libdvbpsi.so.9
|
||||
usr/lib/libdvbpsi.so.9.0.0
|
||||
usr/lib/libdvbpsi.so.10
|
||||
usr/lib/libdvbpsi.so.10.0.0
|
||||
#usr/lib/pkgconfig/libdvbpsi.pc
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.2.0
|
||||
VER = 1.3.3
|
||||
|
||||
THISAPP = libdvbpsi-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = libdvbpsi
|
||||
PAK_VER = 2
|
||||
PAK_VER = 3
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 69e38e93c4db4f2a58cbd0b6f9f38228
|
||||
$(DL_FILE)_MD5 = 9b556ab08bb62a8bec61f5c1649bc9a8
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user