aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/phonon
Commit message (Collapse)AuthorAgeFilesLines
* PySide now installs its type system files.Marcelo Lira2010-06-211-0/+3
| | | | | | | | | | | | | | The pyside.pc file now has a "typesystemdir" variable pointing to the directory where the type system files are installed. Example usage: pkg-config pyside --variable=typesystemdir Also set the "PYSIDE_TYPESYSTEMS" CMake variable on libpyside/PySideConfig.cmake.in to point to the same path of pkg-config's "typesystemdir". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix cmake detection of phonon on MacOSX.Hugo Parente Lima2010-06-091-0/+5
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.araujo@openbossa.org>
* Includes the postfixes in the install target (allows debug build)Renato Filho2010-05-201-1/+1
| | | | | | | Author: Didier Raboud <didier@raboud.com> Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix Phonon.path.[sink|source]() return ownershipLauro Neto2010-05-031-0/+10
| | | | | | | Was leaking references and segfaulting on exit. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Phonon Notifier wrapper.Renato Filho2010-04-303-5/+64
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Initial bindings for phononHugo Parente Lima2010-04-292-0/+219