[Slackbuilds-users] was Updates - 20100102 - mlt
Larry Hajali
larryhaja at gmail.com
Sat Jan 2 17:42:49 UTC 2010
On my own copy of mlt.SlackBuild I use the $QT4DIR variable for the
qimage* configure variable. Also SLKCFLAGS are ignored if passed to
configure. I had to pass CFLAGS="$SLKCFLAGS" to make for gcc and g++
to use the SLKCFLAGS. Here is my above mentioned parameters.
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--enable-gpl \
--disable-debug \
--qimage-libdir=${QT4DIR}/qt/lib \
--qimage-includedir=${QT4DIR}/qt/include \
--avformat-swscale \
--luma-compress \
--enable-motion-est
CFLAGS="$SLKCFLAGS" make
--Larry
On Sat, Jan 2, 2010 at 8:35 AM, Matteo Bernardini
<matteo.bernardini at sns.it> wrote:
> I think (just included) mlt need a fix: it builds into /usr/lib, regardless
> of ARCH, and it looks like an include for qimage is pointing to
> /usr/include/qt4.
> I changed
>
> ./configure \
> --prefix=/usr \
> --enable-gpl \
> --qimage-libdir=/usr/lib \
> --qimage-includedir=/usr/include/qt4 \
>
> with
>
> ./configure \
> --prefix=/usr \
> --libdir=/usr/lib$LIBDIRSUFFIX \
> --enable-gpl \
> --qimage-libdir=/usr/lib$LIBDIRSUFFIX \
> --qimage-includedir=/usr/lib$LIBDIRSUFFIX/qt/include \
>
> Matteo
>
>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - http://slackbuilds.org/faq/
>
>
More information about the SlackBuilds-users
mailing list