Move all to deprecated folder.
This commit is contained in:
18
deprecated/firmware/buildroot/package/libmms/Config.in
Normal file
18
deprecated/firmware/buildroot/package/libmms/Config.in
Normal file
@@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_LIBMMS
|
||||
bool "libmms"
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
help
|
||||
LibMMS is a common library for parsing mms:// and mmsh://
|
||||
type network streams. These are commonly used to stream
|
||||
Windows Media Video content over the web. LibMMS itself is
|
||||
only for receiving MMS stream, it doesn't handle sending at
|
||||
all.
|
||||
|
||||
http://launchpad.net/libmms
|
||||
|
||||
comment "libmms needs a toolchain w/ wchar, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
deprecated/firmware/buildroot/package/libmms/libmms.hash
Normal file
2
deprecated/firmware/buildroot/package/libmms/libmms.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 01931b62172d7d7050fc9ef9b1b64162f3b6e9f6cc4415170192a32a0b7ea432 libmms-0.6.2.tar.gz
|
||||
14
deprecated/firmware/buildroot/package/libmms/libmms.mk
Normal file
14
deprecated/firmware/buildroot/package/libmms/libmms.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# libmms
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBMMS_VERSION = 0.6.2
|
||||
LIBMMS_SITE = http://downloads.sourceforge.net/project/libmms/libmms/$(LIBMMS_VERSION)
|
||||
LIBMMS_INSTALL_STAGING = YES
|
||||
LIBMMS_DEPENDENCIES = host-pkgconf libglib2
|
||||
LIBMMS_LICENSE = LGPLv2.1+
|
||||
LIBMMS_LICENSE_FILES = COPYING.LIB
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user