[43903] trunk/dports/audio

devans at macports.org devans at macports.org
Tue Dec 16 17:08:13 PST 2008


Revision: 43903
          http://trac.macports.org/changeset/43903
Author:   devans at macports.org
Date:     2008-12-16 17:08:12 -0800 (Tue, 16 Dec 2008)
Log Message:
-----------
mpeg4ip: take maintainership, restore port deleted in r43479 less files provided by port libmp4v2 and add libmp4v2 as a run-time dependency. Disable livecheck as this project is no longer under development / being maintained. See #17651.

Added Paths:
-----------
    trunk/dports/audio/mpeg4ip/
    trunk/dports/audio/mpeg4ip/Portfile
    trunk/dports/audio/mpeg4ip/files/
    trunk/dports/audio/mpeg4ip/files/patch-bootstrap.diff

Added: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile	                        (rev 0)
+++ trunk/dports/audio/mpeg4ip/Portfile	2008-12-17 01:08:12 UTC (rev 43903)
@@ -0,0 +1,74 @@
+# -*- 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            mpeg4ip
+version         1.5.0.1
+revision        1
+categories      audio
+platforms       darwin
+maintainers     devans openmaintainer
+homepage        http://mpeg4ip.sf.net/
+description     Mpeg4 library and tools from mpeg4ip
+
+long_description \
+    The MPEG4IP project provides a standards-based system for encoding, \
+    streaming, and playing encoded audio, video and text.
+
+master_sites    sourceforge
+                
+checksums       md5 f53b06c62e914ab724bda9d9af041e08 \
+                sha1 1271de695ed65284d9c39aa91bf26c5494603fd3 \
+                rmd160 fee5c21c17a470e6de349e07d233a1eb46b2064a
+
+depends_build   port:libtool \
+                port:automake \
+                port:autoconf
+
+depends_lib     port:libsdl
+
+depends_run     lib:libmp4v2:libmp4v2
+
+patchfiles      patch-bootstrap.diff
+
+configure.cmd   ./bootstrap \
+                --disable-player \
+                --mandir=${prefix}/share/man
+
+post-configure {
+    if {[variant_isset universal]} {
+        reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool
+    }
+}
+
+#
+# delete files from destroot that conflict with port libmp4v2
+#
+
+post-destroot {
+    file delete -force \
+        ${destroot}${prefix}/bin/mp4art \
+        ${destroot}${prefix}/bin/mp4dump \
+        ${destroot}${prefix}/bin/mp4extract \
+        ${destroot}${prefix}/bin/mp4info \
+        ${destroot}${prefix}/bin/mp4tags \
+        ${destroot}${prefix}/bin/mp4trackdump \
+        ${destroot}${prefix}/include/mp4.h \
+        ${destroot}${prefix}/lib/libmp4v2.0.0.0.dylib \
+        ${destroot}${prefix}/lib/libmp4v2.0.dylib \
+        ${destroot}${prefix}/lib/libmp4v2.a \
+        ${destroot}${prefix}/lib/libmp4v2.dylib \
+        ${destroot}${prefix}/lib/libmp4v2.la \
+        ${destroot}${prefix}/share/man/manm/api.mpt \
+        ${destroot}${prefix}/share/man/man3
+   file mkdir ${destroot}${prefix}/share/man/man3
+}
+
+build.target
+
+#
+# disable livecheck as this code is no longer under development / being maintained.
+#
+
+livecheck.check none


Property changes on: trunk/dports/audio/mpeg4ip/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/audio/mpeg4ip/files/patch-bootstrap.diff
===================================================================
--- trunk/dports/audio/mpeg4ip/files/patch-bootstrap.diff	                        (rev 0)
+++ trunk/dports/audio/mpeg4ip/files/patch-bootstrap.diff	2008-12-17 01:08:12 UTC (rev 43903)
@@ -0,0 +1,11 @@
+--- bootstrap.orig	2005-05-06 23:51:39.000000000 +0200
++++ bootstrap		2005-09-27 21:46:02.000000000 +0200
+@@ -9,7 +9,7 @@
+ if glibtool --version > /dev/null 2> /dev/null
+     then 
+     libtool=glibtool
+-    if libtoolize --version > /dev/null
++    if glibtoolize --version > /dev/null
+ 	then
+ 	echo "Found link for libtoolize"
+     else 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081216/28417bb0/attachment.html>


More information about the macports-changes mailing list