Merge pull request #1262 from suvari/master

qt5-phonon-backend-vlc: fix build dep.
This commit is contained in:
yusuf
2016-03-23 06:09:42 +02:00
@@ -1,4 +1,3 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
@@ -19,6 +18,7 @@
<Dependency>qt5-phonon-devel</Dependency> <Dependency>qt5-phonon-devel</Dependency>
<Dependency>pulseaudio</Dependency> <Dependency>pulseaudio</Dependency>
<Dependency>vlc-devel</Dependency> <Dependency>vlc-devel</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -32,7 +32,7 @@
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path> <Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="data">/usr/share/kde4/services</Path> <Path fileType="data">/usr/share/kde4/services</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
@@ -45,6 +45,6 @@
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Stefan Gronewold(groni)</Name> <Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email> <Email>groni@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>