qt: move gstreamer phonon backend to qt-plugin-gstreamer pkg
This commit is contained in:
parent
7fd2e9f55f
commit
694e6118d8
4 changed files with 32 additions and 2 deletions
15
srcpkgs/qt/qt-plugin-gstreamer.template
Normal file
15
srcpkgs/qt/qt-plugin-gstreamer.template
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue