1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name cinelerra-cv |
---|
7 | version 20091115 |
---|
8 | categories multimedia |
---|
9 | maintainers snc openmaintainer |
---|
10 | description advanced non-linear video editor and compositor |
---|
11 | long_description ${description} |
---|
12 | homepage http://cinelerra.org |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | depends_build port:a52dec port:faac port:faad2 port:fftw port:lame \ |
---|
16 | port:libtool |
---|
17 | depends_lib port:libsndfile port:libvorbis port:libogg port:libpng \ |
---|
18 | port:libjpeg port:libtiff port:esound port:freetype \ |
---|
19 | port:mjpegtools port:openexr port:x264 |
---|
20 | |
---|
21 | master_sites macports |
---|
22 | use_7z yes |
---|
23 | use_autoreconf yes |
---|
24 | |
---|
25 | checksums md5 c122a58eeddb70f601992d1802f87b18 \ |
---|
26 | sha1 7418392a732bf7345853d514a45715a2e0e55ca8 \ |
---|
27 | rmd160 a4e9f324213e7510ba650362cd651b77e955d103 |
---|
28 | |
---|
29 | if {${os.major} > 9} { |
---|
30 | configure.args-append --enable-mmx --without-pic |
---|
31 | } |
---|