mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
bitstream: new package
BiTStream is a set of headers to ease processing of mpeg ts streams. It is used by dvblast. [Thomas: - add missing hash file. - add missing BITSTREAM_LICENSE_FILES information. - rewrap Config.in help text. - use lowercase name for the package in the comment header in bitstream.mk.] Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
60be5da7c9
commit
29e875313c
21
package/bitstream/bitstream.mk
Normal file
21
package/bitstream/bitstream.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# bitstream
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BITSTREAM_VERSION = 1.1
|
||||
BITSTREAM_SOURCE = bitstream-$(BITSTREAM_VERSION).tar.bz2
|
||||
BITSTREAM_SITE = https://get.videolan.org/bitstream/$(BITSTREAM_VERSION)
|
||||
BITSTREAM_LICENSE = MIT
|
||||
BITSTREAM_LICENSE_FILES = COPYING
|
||||
|
||||
# package consists of header files only
|
||||
BITSTREAM_INSTALL_STAGING = YES
|
||||
BITSTREAM_INSTALL_TARGET = NO
|
||||
|
||||
define BITSTREAM_INSTALL_STAGING_CMDS
|
||||
$(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) PREFIX=/usr install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user