Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_LIBDVBPSI
bool "libdvbpsi"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
libdvbpsi is a simple library designed for decoding and
generation of MPEG TS and DVB PSI tables according to standards
ISO/IEC 13818 and ITU-T H.222.0.
http://www.videolan.org/developers/libdvbpsi.html
comment "libdvbpsi needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS

View File

@@ -0,0 +1,4 @@
# From http://download.videolan.org/pub/libdvbpsi/1.3.0/libdvbpsi-1.3.0.tar.bz2.md5
md5 2b217039a1299000c39423441f77e76a libdvbpsi-1.3.0.tar.bz2
# From http://download.videolan.org/pub/libdvbpsi/1.3.0/libdvbpsi-1.3.0.tar.bz2.sha256
sha256 a2fed1d11980662f919bbd1f29e2462719e0f6227e1a531310bd5a706db0a1fe libdvbpsi-1.3.0.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# libdvbpsi
#
################################################################################
LIBDVBPSI_VERSION = 1.3.0
LIBDVBPSI_SITE = http://download.videolan.org/pub/libdvbpsi/$(LIBDVBPSI_VERSION)
LIBDVBPSI_SOURCE = libdvbpsi-$(LIBDVBPSI_VERSION).tar.bz2
LIBDVBPSI_LICENSE = LGPLv2.1+
LIBDVBPSI_LICENSE_FILES = COPYING
LIBDVBPSI_INSTALL_STAGING = YES
$(eval $(autotools-package))