mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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.rshlibs
Normal file
15
srcpkgs/qt/qt-plugin-gstreamer.rshlibs
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
libgstreamer-0.10.so.0
|
||||||
|
libgobject-2.0.so.0
|
||||||
|
libgstinterfaces-0.10.so.0
|
||||||
|
libgstvideo-0.10.so.0
|
||||||
|
libgstbase-0.10.so.0
|
||||||
|
libgstaudio-0.10.so.0
|
||||||
|
libphonon.so.4
|
||||||
|
libglib-2.0.so.0
|
||||||
|
libQtOpenGL.so.4
|
||||||
|
libQtGui.so.4
|
||||||
|
libQtCore.so.4
|
||||||
|
libGL.so.1
|
||||||
|
libstdc++.so.6
|
||||||
|
libgcc_s.so.1
|
||||||
|
libc.so.6
|
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
|
||||||
|
}
|
|
@ -35,5 +35,4 @@ libgstbase-0.10.so.0
|
||||||
libgstreamer-0.10.so.0
|
libgstreamer-0.10.so.0
|
||||||
libpulse-mainloop-glib.so.0
|
libpulse-mainloop-glib.so.0
|
||||||
libpulse.so.0
|
libpulse.so.0
|
||||||
libgstaudio-0.10.so.0
|
|
||||||
libtiff.so.5
|
libtiff.so.5
|
||||||
|
|
|
@ -5,7 +5,7 @@ _distname=qt-everywhere-opensource-src
|
||||||
wrksrc=${_distname}-${version}
|
wrksrc=${_distname}-${version}
|
||||||
homepage="http://qt.nokia.com/"
|
homepage="http://qt.nokia.com/"
|
||||||
distfiles="ftp://ftp.qt.nokia.com/qt/source/${_distname}-$version.tar.gz"
|
distfiles="ftp://ftp.qt.nokia.com/qt/source/${_distname}-$version.tar.gz"
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="A cross-platform application and UI framework"
|
short_desc="A cross-platform application and UI framework"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3, LGPL-2.1"
|
license="GPL-3, LGPL-2.1"
|
||||||
|
@ -17,6 +17,7 @@ long_desc="
|
||||||
subpackages="qt-plugin-pgsql qt-plugin-mysql qt-plugin-sqlite qt-demos"
|
subpackages="qt-plugin-pgsql qt-plugin-mysql qt-plugin-sqlite qt-demos"
|
||||||
subpackages="${subpackages} qt-docs qt-qmake qt-qtconfig"
|
subpackages="${subpackages} qt-docs qt-qmake qt-qtconfig"
|
||||||
subpackages="${subpackages} qt-designer qt-devel qt-devel-tools"
|
subpackages="${subpackages} qt-designer qt-devel qt-devel-tools"
|
||||||
|
subpackages="${subpackages} qt-plugin-gstreamer"
|
||||||
|
|
||||||
# XXX Missing dependencies: unixodbc and cups.
|
# XXX Missing dependencies: unixodbc and cups.
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
|
|
Loading…
Add table
Reference in a new issue