Author: pebender
Date: Thu May 28 16:25:56 2009
New Revision: 4844

Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile

Log:
- Changed image build scripts so that they include the directories
   qt4/plugins/{graphicssystems|iconengines|imageformats|sqldrivers}.



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Thu May 28  
16:25:56 2009
@@ -150,6 +150,8 @@
      - Fixed devel/binutils so that it builds static libraries as well.
      - Patched kde/kdelibs so that parallel build is more reliable.
      - Added the library xserver/protocol.txt used by xorg-server 1.6.x.
+    - Changed image build scripts so that they include the directories
+      qt4/plugins/{graphicssystems|iconengines|imageformats|sqldrivers}.
      - Enabled QtDBus support in qt/qt4 so that QtWebKit.pc's Requires does  
not
        fail. I do not know why QtDBus is required by QtWebKit as QtWebKit is
        not linked to QtDBus.

Modified: trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile
==============================================================================
--- trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile       
(original)
+++ trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile       Thu May 
 
28 16:25:56 2009
@@ -184,12 +184,17 @@
        @$(call COPY_FILES, "shares", "share", $(DESTDIR), $...@~, 
$(sharedirs),  
$(MM_SHARES))
        @# Copy the QT mysql plugin needed by MythTV.
        @$(if $(filter 0.20 0.20-softpad 0.21,$(mm_MYTH_VERSION)), \
+               rm -rf   $...@~$(qt3prefix)/plugins ; \
                mkdir -p $...@~$(qt3prefix)/plugins ; \
                cp -pdR $(DESTDIR)$(qt3prefix)/plugins/sqldrivers  
$...@~$(qt3prefix)/plugins ; \
         )
        @$(if $(filter trunk,$(mm_MYTH_VERSION)), \
+               rm -rf   $...@~$(qt4prefix)/plugins ; \
                mkdir -p $...@~$(qt4prefix)/plugins ; \
-               cp -pdR $(DESTDIR)$(qt4prefix)/plugins/sqldrivers  
$...@~$(qt4prefix)/plugins ; \
+               cp -pdR $(DESTDIR)$(qt4prefix)/plugins/graphicssystems  
$...@~$(qt4prefix)/plugins ; \
+               cp -pdR $(DESTDIR)$(qt4prefix)/plugins/iconengines      
$...@~$(qt4prefix)/plugins ; \
+               cp -pdR $(DESTDIR)$(qt4prefix)/plugins/imageformats     
$...@~$(qt4prefix)/plugins ; \
+               cp -pdR $(DESTDIR)$(qt4prefix)/plugins/sqldrivers       
$...@~$(qt4prefix)/plugins ; \
         )
        @# Copy HTML files.
        @find $(top_source)/html -depth -type d \

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to