[41643] trunk/dports/audio
devans at macports.org
devans at macports.org
Fri Nov 7 17:44:29 PST 2008
Revision: 41643
http://trac.macports.org/changeset/41643
Author: devans at macports.org
Date: 2008-11-07 17:44:28 -0800 (Fri, 07 Nov 2008)
Log Message:
-----------
new port libmp4v2: a library to read and manipulate mp4 container format without the patent issues of mpeg4ip.
Added Paths:
-----------
trunk/dports/audio/libmp4v2/
trunk/dports/audio/libmp4v2/Portfile
Added: trunk/dports/audio/libmp4v2/Portfile
===================================================================
--- trunk/dports/audio/libmp4v2/Portfile (rev 0)
+++ trunk/dports/audio/libmp4v2/Portfile 2008-11-08 01:44:28 UTC (rev 41643)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name libmp4v2
+version 1.5.0.1
+categories audio
+maintainers devans openmaintainer
+description A library to read and manipulate mp4 container format.
+
+long_description \
+ A library to read and manipulate mp4 container format, derived from mpeg4ip \
+ but free from the patent issues associated with that package.
+
+homepage http://resare.com/libmp4v2
+platforms darwin
+
+master_sites ${homepage}/dist/
+
+checksums md5 90eb2b0940ebe02ef81b7a60530beaee \
+ sha1 9da592f6dbc403009bc2845f105024089ec03cf0 \
+ rmd160 85199f8107a9eb75d457441582c4c58bf013b5a2
+
+use_bzip2 yes
+
+configure.args --mandir=${prefix}/share/man
+
+#patchfiles patch-Makefile.in.diff
+
+#depends_build port:pkgconfig
+
+#depends_lib port:gtk2
+
+livecheck.check regex
+livecheck.url ${master_sites}
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
+
Property changes on: trunk/dports/audio/libmp4v2/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081107/d679b965/attachment.html>
More information about the macports-changes
mailing list