diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-03-15 16:10:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-03-15 16:10:45 +0000 |
commit | 50403c1164824b08b587a34e3bfef1a9778030db (patch) | |
tree | 6d01f4c940980da07964df3d5d33d7c7b46f40a1 /media-libs/mlt/files | |
parent | stable ppc64, bug 261797 (diff) | |
download | gentoo-2-50403c1164824b08b587a34e3bfef1a9778030db.tar.gz gentoo-2-50403c1164824b08b587a34e3bfef1a9778030db.tar.bz2 gentoo-2-50403c1164824b08b587a34e3bfef1a9778030db.zip |
Ebuild improvements by Roberto Castagnola <roberto.castagnola@gmail.com>, bug #255321 : Add qt4 yuseflag to build the qimage module with it, drop unused useflags, support for compressed lumas and kde useflag
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/mlt/files')
-rw-r--r-- | media-libs/mlt/files/mlt-0.3.6-qimage.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-libs/mlt/files/mlt-0.3.6-qimage.patch b/media-libs/mlt/files/mlt-0.3.6-qimage.patch new file mode 100644 index 000000000000..eee73bbed772 --- /dev/null +++ b/media-libs/mlt/files/mlt-0.3.6-qimage.patch @@ -0,0 +1,20 @@ +--- src/modules/qimage/configure ++++ src/modules/qimage/configure +@@ -41,7 +41,7 @@ + if [ "$KDEDIR" != "" ] + then + kde_includedir="$KDEDIR/include" +- kde_libdir="$KDEDIR" ++ kde_libdir="$KDEDIR/lib" + fi + fi + +@@ -95,7 +95,7 @@ + echo "#define USE_QT3" >> config.h + echo "USE_QT3=1" >> config.mak + echo QTCXXFLAGS=-I$qimage_includedir -I$kde_includedir -DQT_THREAD_SUPPORT >> config.mak +- echo QTLIBS=-L$qimage_libdir -L$kde_libdir/lib -lqt-mt >> config.mak ++ echo QTLIBS=-L$qimage_libdir -L$kde_libdir -lqt-mt >> config.mak + else + echo "qimage: KDE environment not found - disabling extra image formats" + echo "#define USE_QT3" >> config.h |