[55760] trunk/dports/audio/mpeg4ip/Portfile
snc at macports.org
snc at macports.org
Tue Aug 18 08:22:09 PDT 2009
Revision: 55760
http://trac.macports.org/changeset/55760
Author: snc at macports.org
Date: 2009-08-18 08:22:08 -0700 (Tue, 18 Aug 2009)
Log Message:
-----------
stub, ticket #19141
Modified Paths:
--------------
trunk/dports/audio/mpeg4ip/Portfile
Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile 2009-08-18 15:19:27 UTC (rev 55759)
+++ trunk/dports/audio/mpeg4ip/Portfile 2009-08-18 15:22:08 UTC (rev 55760)
@@ -5,70 +5,25 @@
name mpeg4ip
version 1.5.0.1
-revision 1
+revision 2
categories audio
platforms darwin
maintainers devans openmaintainer
homepage http://mpeg4ip.sf.net/
-description Mpeg4 library and tools from mpeg4ip
+description stub package. now installed with the mp4v2 port.
-long_description \
- The MPEG4IP project provides a standards-based system for encoding, \
- streaming, and playing encoded audio, video and text.
+long_description ${description}
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
- }
+fetch {}
+checksum {}
+extract {}
+patch {}
+build {}
+destroot {
+ xinstall -d ${destroot}${prefix}/share/doc/${name}
+ system "echo ${description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
}
-
-#
-# 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.
-#
-
+use_configure no
livecheck.check none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090818/67552569/attachment.html>
More information about the macports-changes
mailing list