[MacPorts] #18286: mlt framework port
MacPorts
noreply at macports.org
Tue Feb 10 15:07:36 PST 2009
#18286: mlt framework port
--------------------------+-------------------------------------------------
Reporter: jm@… | Owner: macports-tickets@…
Type: enhancement | Status: new
Priority: Normal | Milestone: Port Submissions
Component: ports | Version: 1.7.0
Keywords: | Port: mlt
--------------------------+-------------------------------------------------
Comment(by dan@…):
Here is what is working for me including with sox and jack; ffmpeg-devel
does not build for me.
I made a change recently in MLT SVN to fix qimage module compilation on OS
X.
{{{
--- /Users/ddennedy/Desktop/Portfile.5 2009-02-10 15:02:20.000000000
-0800
+++ multimedia/mlt/Portfile 2009-02-10 15:03:23.000000000 -0800
@@ -3,7 +3,7 @@
PortSystem 1.0.0
name mlt
-version 20090210
+version 20090210-1
categories multimedia
maintainers jmpoure \
poure.com:jm
@@ -30,9 +30,8 @@
depends_lib port:atk \
port:frei0r-plugins \
port:jack \
- port:ffmpeg-devel \
+ port:ffmpeg \
port:gtk2 \
- port:kdesdk4 \
port:libdv \
port:libsamplerate \
port:libvorbis \
@@ -42,14 +41,12 @@
configure.args --enable-gpl \
--qimage-libdir=/opt/local/libexec/qt4-mac/lib \
--qimage-
includedir=/opt/local/libexec/qt4-mac/include/Qt \
- --kde-libdir=/opt/local/lib/kde4 \
- --kde-includedir=/opt/local/include \
--avformat-swscale
-configure.pkg_config_path ${prefix}/lib/pkgconfig
+configure.pkg_config_path
${prefix}/lib/pkgconfig:${prefix}/libexec/qt4-mac/lib/pkgconfig
configure.pkg_config ${prefix}/bin/pkg-config
configure.cflags-append "-I${prefix}/include"
+configure.cflags-append "-I${prefix}/libexec/qt4-mac/include"
configure.ldflags-append "-L${prefix}/lib"
-build.env CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}""
-
+build.env CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}"
}}}
--
Ticket URL: <http://trac.macports.org/ticket/18286#comment:12>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list