Import libmms-0.4:

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.
ok ajacoutot@
This commit is contained in:
landry 2009-10-14 13:46:48 +00:00
parent fa7822ef2f
commit 21a0e25512
5 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/14 13:46:48 landry Exp $
COMMENT = library for parsing mms:// and mmsh:// type network streams
DISTNAME = libmms-0.4
CATEGORIES = multimedia net
SHARED_LIBS = mms 0.0 #0.2
HOMEPAGE = https://launchpad.net/libmms
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://launchpad.net/libmms/trunk/0.4/+download/
CONFIGURE_STYLE=gnu
MODULES = devel/gettext
USE_LIBTOOL = Yes
LIB_DEPENDS = glib-2.0::devel/glib2
WANTLIB = pcre
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (libmms-0.4.tar.gz) = SmgagVGG/ia7GwLM6lf7dQ==
RMD160 (libmms-0.4.tar.gz) = X8yc3dULgvDzfi8htvnNUew3Bvg=
SHA1 (libmms-0.4.tar.gz) = MB3/J9sXQu6raZ1vdhmgXNew2KQ=
SHA256 (libmms-0.4.tar.gz) = bQHQSuWCTrd8puigZ2r1U8xIa4fq6seS8TPqM2/m2H8=
SIZE (libmms-0.4.tar.gz) = 367690

View File

@ -0,0 +1,6 @@
LibMMS is 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. If you need streaming functionality,
look for other protocol, such as RT(S)P. MMS is legacy thing, being
closed with no specs and abandoned even by its creator, the Microsoft Corp.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/10/14 13:46:48 landry Exp $
@lib lib/libmms.so.${LIBmms_VERSION}

View File

@ -0,0 +1,13 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/10/14 13:46:48 landry Exp $
%%SHARED%%
include/libmms/
include/libmms/bswap.h
include/libmms/mms.h
include/libmms/mms_config.h
include/libmms/mmsh.h
include/libmms/mmsio.h
include/libmms/mmsx.h
lib/libmms.a
lib/libmms.la
lib/pkgconfig/
lib/pkgconfig/libmms.pc