[111103] trunk/dports/multimedia

macsforever2000 at macports.org macsforever2000 at macports.org
Sun Sep 15 04:42:38 PDT 2013


Revision: 111103
          https://trac.macports.org/changeset/111103
Author:   macsforever2000 at macports.org
Date:     2013-09-15 04:42:37 -0700 (Sun, 15 Sep 2013)
Log Message:
-----------
gpac: New port. (#29854)

Added Paths:
-----------
    trunk/dports/multimedia/gpac/
    trunk/dports/multimedia/gpac/Portfile

Added: trunk/dports/multimedia/gpac/Portfile
===================================================================
--- trunk/dports/multimedia/gpac/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/gpac/Portfile	2013-09-15 11:42:37 UTC (rev 111103)
@@ -0,0 +1,52 @@
+# -*- 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                gpac
+version             0.5.0
+categories          multimedia
+platforms           darwin
+maintainers         nomaintainer
+license             LGPL-2+
+
+description         multimedia framework for research and academic purposes
+long_description    GPAC is an Open Source multimedia framework for \
+                    research and academic purposes. The project \
+                    covers different aspects of multimedia, with a \
+                    focus on presentation technologies (graphics, \
+                    animation and interactivity).
+
+homepage            http://gpac.wp.mines-telecom.fr
+master_sites        sourceforge:${name}
+
+use_zip             yes
+
+checksums           rmd160  106f589a52f147bd8f00ffced2b252f81ed3f053 \
+                    sha256  5e067850618783d3ba4d9035bcea6727855f3a87a007960ab1f0f980a552f3cb
+
+depends_lib         port:a52dec \
+                    port:faad2 \
+                    path:lib/libavcodec.dylib:ffmpeg \
+                    port:jpeg \
+                    port:libmad \
+                    port:libogg \
+                    port:libpng \
+                    path:lib/pkgconfig/sdl.pc:libsdl \
+                    port:libtheora \
+                    port:libvorbis \
+                    port:openjpeg \
+                    port:openssl \
+                    port:spidermonkey \
+                    port:xvid \
+                    port:zlib
+
+worksrcdir          gpac
+use_parallel_build  no
+
+# Fix configure execute bit
+post-extract {
+    xinstall -m 550 ${worksrcpath}/configure ${worksrcpath}
+}
+
+destroot.destdir    DESTDIR=${destroot} mandir=share/man


Property changes on: trunk/dports/multimedia/gpac/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/20130915/a6f739de/attachment.html>


More information about the macports-changes mailing list