diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-14 20:08:11 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-14 20:08:11 +0100 |
commit | 1549320315a64dd1016c40f1d2dcc36b28275fd9 (patch) | |
tree | 97d9e87f9d6e67640c014fcb1f5a1bd4a3afb439 /packages/qt4 | |
parent | 61fdebce76692886f088057c22d24a92e720144a (diff) |
qt4: alsa package phonon and phonon-backends
Diffstat (limited to 'packages/qt4')
-rw-r--r-- | packages/qt4/qt4-x11-free_4.4.3.bb | 2 | ||||
-rw-r--r-- | packages/qt4/qt_packaging.inc | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/packages/qt4/qt4-x11-free_4.4.3.bb b/packages/qt4/qt4-x11-free_4.4.3.bb index af46f4734a..1d5f924bc0 100644 --- a/packages/qt4/qt4-x11-free_4.4.3.bb +++ b/packages/qt4/qt4-x11-free_4.4.3.bb @@ -1,5 +1,5 @@ require qt4-x11-free.inc -PR = "r2" +PR = "r3" SRC_URI += " \ file://0002-fix-resinit-declaration.patch;patch=1 \ diff --git a/packages/qt4/qt_packaging.inc b/packages/qt4/qt_packaging.inc index 9dc7669984..4e8bbf6c16 100644 --- a/packages/qt4/qt_packaging.inc +++ b/packages/qt4/qt_packaging.inc @@ -3,7 +3,7 @@ NONDEV_PACKAGES += "${QT_BASE_LIB}core4 ${QT_BASE_LIB}gui4 ${QT_BASE_LIB}network ${QT_BASE_LIB}designer4 ${QT_BASE_LIB}designercomponents4 \ ${QT_BASE_LIB}3support4 ${QT_BASE_LIB}assistantclient4 ${QT_BASE_LIB}script4 \ ${QT_BASE_LIB}dbus4 ${QT_BASE_LIB}opengl4 \ - ${QT_BASE_LIB}help ${QT_BASE_LIB}clucene ${QT_BASE_LIB}webkit \ + ${QT_BASE_LIB}help ${QT_BASE_LIB}clucene ${QT_BASE_LIB}webkit ${QT_BASE_LIB}phonon\ ${QT_BASE_NAME}-assistant ${QT_BASE_NAME}-common \ ${QT_BASE_NAME}-designer \ ${QT_BASE_NAME}-demos ${QT_BASE_NAME}-examples \ @@ -29,6 +29,7 @@ DEV_PACKAGES += "${QT_BASE_LIB}core4-dev \ ${QT_BASE_LIB}help-dev \ ${QT_BASE_LIB}clucene-dev \ ${QT_BASE_LIB}webkit-dev \ + ${QT_BASE_LIB}phonon-dev \ " DBG_PACKAGES += "${QT_BASE_LIB}core4-dbg \ @@ -48,6 +49,7 @@ DBG_PACKAGES += "${QT_BASE_LIB}core4-dbg \ ${QT_BASE_LIB}help-dbg \ ${QT_BASE_LIB}clucene-dbg \ ${QT_BASE_LIB}webkit-dbg \ + ${QT_BASE_LIB}phonon-dbg \ " @@ -122,6 +124,9 @@ FILES_${QT_BASE_LIB}clucene-dbg = "${libdir}/.debug/libQtCLucene*" FILES_${QT_BASE_LIB}webkit = "${libdir}/libQtWebKit${QT_LIBINFIX}.so.*" FILES_${QT_BASE_LIB}webkit-dev = "${@qt_default_dev('WebKit')}" FILES_${QT_BASE_LIB}webkit-dbg = "${libdir}/.debug/libQtWebKit*" +FILES_${QT_BASE_LIB}phonon = "${libdir}/libphonon*.so.*" +FILES_${QT_BASE_LIB}phonon-dev = "${includedir}/qt4/phonon ${libdir}/libphonon.* ${libdir}/pkgconfig/phonon.pc" +FILES_${QT_BASE_LIB}phonon-dbg = "${libdir}/.debug/libphonon*" FILES_${QT_BASE_NAME}-assistant = "${bindir}/*assistant*" FILES_${QT_BASE_NAME}-designer = "${bindir}/*designer*" @@ -183,6 +188,7 @@ python populate_packages_prepend() { qtopia_split('sqldrivers', 'sqldriver', '^libq(.*)\.so$') qtopia_split('script', 'script', '^libqtscript(.*)\.so$') qtopia_split('styles', 'style', '^libq(.*)\.so$') + qtopia_split('phonon_backend', 'phonon-backend', '^libphonon_(.*)\.so$') } |