Author: pebender
Date: Wed May 27 10:04:10 2009
New Revision: 4838

Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/qt/qt4/Makefile

Log:
- 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/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Wed May 27  
10:04:10 2009
@@ -1,7 +1,7 @@
  MiniMyth Changelog

   
--------------------------------------------------------------------------------
-Changes since 66 (2009-05-26):
+Changes since 66 (2009-05-27):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082 and
@@ -150,6 +150,9 @@
      - 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.
+    - 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.

  Removed packages
      Removed nvidia/nvidia-180.44.

Modified: trunk/gar-minimyth/script/qt/qt4/Makefile
==============================================================================
--- trunk/gar-minimyth/script/qt/qt4/Makefile   (original)
+++ trunk/gar-minimyth/script/qt/qt4/Makefile   Wed May 27 10:04:10 2009
@@ -11,7 +11,7 @@
  define BLURB
  endef

-DEPENDS   = lang/c lang/c++ db/mysql lib/freetype lib/fontconfig  
lib/libjpeg lib/libmng lib/libpng lib/libtiff lib/openssl lib/zlib xorg/xorg
+DEPENDS   = lang/c lang/c++ db/mysql lib/dbus lib/freetype lib/fontconfig  
lib/libjpeg lib/libmng lib/libpng lib/libtiff lib/openssl lib/zlib xorg/xorg
  BUILDDEPS = devel/bison devel/flex

  PWD := $(shell pwd)
@@ -21,6 +21,7 @@
  INSTALL_SCRIPTS   = $(WORKSRC)/Makefile

  CONFIGURE_ARGS = \
+       -v \
        -prefix $(qt4prefix) \
        -hostprefix $(DESTDIR)$(qt4prefix) \
        -bindir $(qt4bindir) \
@@ -39,7 +40,7 @@
        -plugin-sql-mysql -mysql_config $(DESTDIR)$(bindir)/mysql_config \
        -no-nis \
        -no-pch \
-       -no-qdbus \
+       -dbus-linked \
        -no-cups \
        -largefile \
        -stl \
@@ -72,7 +73,8 @@
        LD_LIBRARY_PATH="$(PWD)/$(WORKSRC)/lib:$(LD_LIBRARY_PATH)"
  else
  CONFIGURE_ARGS += \
-       -xplatform $(PLATFORM_GARHOST_NAME)
+       -xplatform $(PLATFORM_GARHOST_NAME) \
+       -force-pkg-config
  endif

  GAR_EXTRA_CONF += devel/gcc/package-api.mk devel/glibc/package-api.mk

--~--~---------~--~----~------------~-------~--~----~
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