mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.5.
Take maintainer, update pkg-descr.
This commit is contained in:
parent
daf1b2fd14
commit
6167636c54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249580
3 changed files with 11 additions and 14 deletions
|
@ -6,12 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= libmms
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITES= http://launchpadlibrarian.net/35014059/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= kwm@FreeBSD.org
|
||||
COMMENT= Library for parsing mms:// and mmsh:// type network streams
|
||||
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig glib20
|
||||
|
@ -19,8 +18,4 @@ USE_GETTEXT= yes
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|' \
|
||||
${WRKSRC}/src/uri.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libmms-0.4.tar.gz) = 4a681a815186fe26bb1b02ccea57fb75
|
||||
SHA256 (libmms-0.4.tar.gz) = 6d01d04ae5824eb77ca6e8a0676af553cc486b87eaeac792f133ea336fe6d87f
|
||||
SIZE (libmms-0.4.tar.gz) = 367690
|
||||
MD5 (libmms-0.5.tar.gz) = cf83053ec891f14e73a04c84d9de08ee
|
||||
SHA256 (libmms-0.5.tar.gz) = 02d9ca2b16b1517b84edb6c1c378a1f447679a831ba708a0396b30852aa6f091
|
||||
SIZE (libmms-0.5.tar.gz) = 333919
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
LibMMS Opensource licensed (LGPL) mms:// and mmsh:// (Microsoft streaming
|
||||
protocols) parsing library.
|
||||
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.
|
||||
|
||||
WWW: http://sourceforge.net/projects/libmms/
|
||||
WWW: https://launchpad.net/libmms
|
||||
|
|
Loading…
Add table
Reference in a new issue