[52103] trunk/dports/multimedia

snc at macports.org snc at macports.org
Tue Jun 9 21:28:58 PDT 2009


Revision: 52103
          http://trac.macports.org/changeset/52103
Author:   snc at macports.org
Date:     2009-06-09 21:28:58 -0700 (Tue, 09 Jun 2009)
Log Message:
-----------
created kdenlive, ticket #19897. fixed depends_run, maintainer

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

Added: trunk/dports/multimedia/kdenlive/Portfile
===================================================================
--- trunk/dports/multimedia/kdenlive/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/kdenlive/Portfile	2009-06-10 04:28:58 UTC (rev 52103)
@@ -0,0 +1,33 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           kde4 1.0
+
+name                kdenlive
+version             0.7.4
+categories          multimedia
+maintainers         poure.com:jm
+description         A non-linear video editing suite.
+long_description    Kdenlive is a non-linear video editing suite, \
+                    which supports DV, HDV and much more formats. \
+                    Kdenlive relies on the MLT video engine and \
+                    FFmpeg for video formats, thus offering a comprehensive solution.
+
+homepage            http://kdenlive.sourceforge.net/
+master_sites        sourceforge
+platforms           darwin
+checksums           md5 087e9a52099799a85d9304e575b373cb
+
+depends_lib         port:mlt \
+                    port:kdelibs4
+
+depends_run         port:cdrtools \
+                    port:dvdauthor
+
+use_bzip2           yes
+
+configure.args-append   ../${distname} \
+                    -DNO_JOGSHUTTLE=1
+
+build.env           -DNO_JOGSHUTTLE=1


Property changes on: trunk/dports/multimedia/kdenlive/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/20090609/20022d6b/attachment.html>


More information about the macports-changes mailing list