package/multimedia: move multimedia libraries out

Move multimedia libraries ouf of the Audio and Video category into the
Libraries/Multimedia one.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias
2012-04-30 03:48:15 +00:00
committed by Peter Korsgaard
parent 33f454bbef
commit 84d589a963
19 changed files with 11 additions and 8 deletions

15
package/libmms/Config.in Normal file
View File

@@ -0,0 +1,15 @@
config BR2_PACKAGE_LIBMMS
bool "libmms"
depends on BR2_USE_WCHAR # 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 requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR

14
package/libmms/libmms.mk Normal file
View File

@@ -0,0 +1,14 @@
#############################################################
#
# libmms
#
#############################################################
LIBMMS_VERSION = 0.6.2
LIBMMS_SOURCE = libmms-$(LIBMMS_VERSION).tar.gz
LIBMMS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libmms
LIBMMS_INSTALL_STAGING = YES
LIBMMS_DEPENDENCIES = host-pkg-config libglib2
$(eval $(call AUTOTARGETS))