wok-6.x rev 16894
qt4-phonon: typo
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Jul 14 14:48:01 2014 +0300 (2014-07-14) |
parents | 07ceb2680132 |
children | 5a8e7bf8a873 |
files | qt4-phonon/receipt |
line diff
1.1 --- a/qt4-phonon/receipt Mon Jul 14 14:37:30 2014 +0300 1.2 +++ b/qt4-phonon/receipt Mon Jul 14 14:48:01 2014 +0300 1.3 @@ -11,12 +11,13 @@ 1.4 1.5 DEPENDS="glib zlib gcc-lib-base" 1.6 BUILD_DEPENDS="libQtPlugins" 1.7 +SUGGESTED="gst-plugins-good" 1.8 1.9 # Rules to gen a SliTaz package suitable for Tazpkg. 1.10 genpkg_rules() 1.11 { 1.12 mkdir -p $fs/usr/lib 1.13 cp -a $install/usr/lib/libphonon.so* $fs/usr/lib 1.14 - mkdir -p $fs/usr/lib/qt/plugins/phonon_backend/libphonon_gstreamer.so 1.15 + mkdir -p $fs/usr/lib/qt/plugins/phonon_backend 1.16 cp -a $install/usr/lib/qt/plugins/phonon_backend/libphonon_gstreamer.so $fs/usr/lib/qt/plugins/phonon_backend/libphonon_gstreamer.so 1.17 }