qt: move gstreamer phonon backend to qt-plugin-gstreamer pkg

This commit is contained in:
ojab 2012-01-14 22:33:35 +04:00
parent 7fd2e9f55f
commit 694e6118d8
4 changed files with 32 additions and 2 deletions

View file

@ -0,0 +1,15 @@
# Template file for 'qt-plugin-gstreamer'.
#
short_desc="Qt GStreamer phonon backend plugin"
long_desc="${long_desc}
This package contains a Qt phonon backend plugin for GStreamer."
do_install()
{
mkdir -p ${DESTDIR}/usr/lib/qt/plugins/phonon_backend/
mv ${SRCPKGDESTDIR}/usr/lib/qt/plugins/phonon_backend/libphonon_gstreamer.so \
${DESTDIR}/usr/lib/qt/plugins/phonon_backend
}