devel/qtscriptgenerator : switch from GOOGLE_CODE to USE_GITHUB
In r422140 devel/qtscriptgenerator was marked BROKEN, as GOOGLE_CODE
has gone swimming with the fishes.
The project is available on github via qt-labs projects [1] which seems
reasonably official.
The only difference in the distfile created by this, is that the Copyright
holder changes from 'nokia' to 'digia'.
[1] https://github.com/qt-labs/qtscriptgenerator
Approved by: mat (mentor)
PR: 212789
(Only the first 10 of 31 ports in this commit are shown above. )
Update KDE related ports:
databases/akonadi to 1.7.2
devel/libdbusmenu-qt to 0.9.2
devel/qtscriptgenerator to 0.2.0
multimedia/phonon to 4.6.0
multimedia/phonon-gstreamer to 4.6.0
multimedia/phonon-vlc to 0.5.0
sysutils/qzeitgeist to 0.8.0
- Update to Git snapshot (0.1.0.20101126) to fix build with Qt 4.7.
- Make Phonon support optional and enable it by default.
Approved by: maintainer, implicit
Qt Script Generator is a tool that generates Qt bindings for Qt Script.
With the generated bindings you get access to substantial portions
of the Qt API from within Qt Script.
Qt is a cross-platform application framework for desktop and embedded
development. It includes an intuitive API and a rich C++ class
library, integrated tools for GUI development and internationalization,
and support for Java? and C++ development.
WWW: http://qtscriptgenerator.googlecode.com
Submitted by: Mina R Waheeb <syncer at gmail.com>