[26203] trunk/dports/multimedia

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 15 12:37:41 PDT 2007


Revision: 26203
          http://trac.macosforge.org/projects/macports/changeset/26203
Author:   boeyms at macports.org
Date:     2007-06-15 12:37:40 -0700 (Fri, 15 Jun 2007)

Log Message:
-----------
multimedia/libmms:
 * Add new port.

Added Paths:
-----------
    trunk/dports/multimedia/libmms/
    trunk/dports/multimedia/libmms/Portfile
    trunk/dports/multimedia/libmms/files/
    trunk/dports/multimedia/libmms/files/patch-src__uri.c

Added: trunk/dports/multimedia/libmms/Portfile
===================================================================
--- trunk/dports/multimedia/libmms/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/libmms/Portfile	2007-06-15 19:37:40 UTC (rev 26203)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem 1.0
+name            libmms
+version         0.3
+categories      multimedia
+maintainers     boeyms at macports.org openmaintainer at macports.org
+description     Library for parsing mms:// and mmsh:// network streams
+long_description \
+    LibMMS is a common library for parsing the legacy mms:// and mmsh:// type \
+    network streams, created and now abandoned by Microsoft. These are \
+    commonly used to stream Windows Media Video content over the web. LibMMS \
+    itself is only for receiving MMS streams, it doesn't handle sending at \
+    all. If you need streaming functionality, look at other protocols, such \
+    as RT(S)P.
+homepage        http://libmms.sourceforge.net/
+platforms       darwin
+master_sites    sourceforge
+checksums       md5     1601705f38143687a575630a3f9d6a56 \
+                sha1    a0774efbc91b6bb4ba2211bc4936bbbf798ec386 \
+                rmd160  9de71af7ad5a056ce3554bdfcb5219504aa4d8e4
+patchfiles      patch-src__uri.c
+depends_lib     port:pkgconfig port:glib2 port:libiconv port:gettext
+configure.args-append \
+    --mandir=${prefix}/share/man --infodir=${prefix}/share/info


Property changes on: trunk/dports/multimedia/libmms/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/multimedia/libmms/files/patch-src__uri.c
===================================================================
--- trunk/dports/multimedia/libmms/files/patch-src__uri.c	                        (rev 0)
+++ trunk/dports/multimedia/libmms/files/patch-src__uri.c	2007-06-15 19:37:40 UTC (rev 26203)
@@ -0,0 +1,11 @@
+--- src/uri.c	2004-12-01 00:27:02.000000000 +0000
++++ src/uri.c.new	2007-06-04 22:13:26.000000000 +0000
+@@ -20,7 +20,7 @@
+ /* FIXME: #include "gnet-private.h" */
+ #include <glib.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <ctype.h>
+ 
+ #include "uri.h"


Property changes on: trunk/dports/multimedia/libmms/files/patch-src__uri.c
___________________________________________________________________
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070615/fb09a902/attachment.html


More information about the macports-changes mailing list