[60853] trunk/dports/multimedia
jameskyle at macports.org
jameskyle at macports.org
Wed Nov 25 09:28:51 PST 2009
Revision: 60853
http://trac.macports.org/changeset/60853
Author: jameskyle at macports.org
Date: 2009-11-25 09:28:47 -0800 (Wed, 25 Nov 2009)
Log Message:
-----------
Development version of the mp4v2 library. Trunk accurately reports the artworkCount, a known issue with the stable release.
Added Paths:
-----------
trunk/dports/multimedia/mp4v2-dev/
trunk/dports/multimedia/mp4v2-dev/Portfile
Added: trunk/dports/multimedia/mp4v2-dev/Portfile
===================================================================
--- trunk/dports/multimedia/mp4v2-dev/Portfile (rev 0)
+++ trunk/dports/multimedia/mp4v2-dev/Portfile 2009-11-25 17:28:47 UTC (rev 60853)
@@ -0,0 +1,34 @@
+# -*- 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 mp4v2-dev
+version r355
+categories multimedia
+maintainers jameskyle
+
+description Read, create, and modify mp4 files.
+long_description The mp4v2 library provides an API to create and modify mp4 \
+ files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. \
+ mp4v2 used to be part of the mpeg4ip library.
+
+homepage http://code.google.com/p/mp4v2/
+platforms darwin
+
+distname mp4v2-trunk-${version}
+master_sites googlecode:mp4v2
+
+depends_build port:help2man
+
+use_bzip2 yes
+
+checksums md5 38a753e936df5ef4c2f7de3d16f440f6 \
+ sha1 18a10807c5a05e0361e77d126599f8717ad7c8f5 \
+ rmd160 cc942dd7f20bb943cccfd9443694ebbd63558818
+
+configure.args-append --disable-debug \
+
+variant universal {
+ configure.args-append --disable-gch
+}
Property changes on: trunk/dports/multimedia/mp4v2-dev/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/20091125/87a39dc5/attachment.html>
More information about the macports-changes
mailing list