From patchwork Mon Apr 26 12:31:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4222 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FTPQg52q6z3yBR for ; Mon, 26 Apr 2021 12:31:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FTPQg1qNTz1YQ; Mon, 26 Apr 2021 12:31:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FTPQg1pQvz2yNd; Mon, 26 Apr 2021 12:31:39 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FTPQf4WmJz2xXr for ; Mon, 26 Apr 2021 12:31:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FTPQf0DXPztW; Mon, 26 Apr 2021 12:31:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619440298; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=upn6WJuRFL22L0fzCIvMaQ/HrAyNv3+iOAyTnMmjbPs=; b=gh2OviQBb+ejAvqkeZLIIpdYu2sOx/vfNhWXPI4ia03PyvTGOTOqIv4Qx1LP89jE9Ssbni 8DoUhta+eAQwRkcA44QkL6VtLMt/tKYW0GcRnxH06QiqH/8p0W3eMfnwiwaVuyjwj+IOhW fBStFumR24xhCtK7wz5riQlbN29f78x6xZxklwaZ2l9kBbl2p81q7z00Eyf/TtnbBY3eaC Syg7USEnX568zBRjbAJa+kxsl4Ox9yhJ8a0Ss4GXWbCX60CiRfBaWSk4SDeJiEVPnHtLP0 efeHvIdmDncVWhy3qAdqmmImGJwl67LlZfckOgqUQNXqc9Vu85aWu0HHst0J+w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619440298; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=upn6WJuRFL22L0fzCIvMaQ/HrAyNv3+iOAyTnMmjbPs=; b=GabO9gAwTOth9hYkaiBD9+/mJT2tSwquB6s4BRxI1JWo5AQ1pcq1OHR/gPU/QH9ZHLJ2aM +xEDWZ0yGAHgIqBw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libdvbpsi: Update to 1.3.3 Date: Mon, 26 Apr 2021 14:31:35 +0200 Message-Id: <20210426123135.3783353-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 --- config/rootfiles/packages/libdvbpsi | 11 +++++++++-- lfs/libdvbpsi | 6 +++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/libdvbpsi b/config/rootfiles/packages/libdvbpsi index b7b07730e..5fdf15e17 100644 --- a/config/rootfiles/packages/libdvbpsi +++ b/config/rootfiles/packages/libdvbpsi @@ -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 diff --git a/lfs/libdvbpsi b/lfs/libdvbpsi index 5d7c4ebf4..511303c65 100644 --- a/lfs/libdvbpsi +++ b/lfs/libdvbpsi @@ -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)