applications-19.12.3
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kwayland</Dependency>
|
||||
<Dependency>libepoxy</Dependency>
|
||||
<Dependency>pipewire</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("CFLAGS", "%s -Wformat" % get.CFLAGS())
|
||||
mesontools.configure("-D docs=true")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
#shelltools.cd("..")
|
||||
pisitools.dodoc("LICENSE", "COPYING", "NEWS", "README*")
|
||||
@@ -0,0 +1,88 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pipewire</Name>
|
||||
<Homepage>https://pipewire.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Server and user space API to deal with multimedia pipelines</Summary>
|
||||
<Description>Server and user space API to deal with multimedia pipelines</Description>
|
||||
<Archive sha1sum="09aa4f74c7d28e88f3e1fd9302b84f32d650a0b4" type="targz">https://github.com/PipeWire/pipewire/archive/0.3.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>valgrind</Dependency>
|
||||
<Dependency>sbc-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>vulkan-devel</Dependency>
|
||||
<Dependency>vulkan-headers</Dependency>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>libsndfile-devel</Dependency>
|
||||
<Dependency>bluez-libs-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
<Dependency>jack-audio-connection-kit-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>pipewire.patch</Patch>
|
||||
<Patch level="1">pipewire.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pipewire</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>sbc</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>eudev</Dependency>
|
||||
<Dependency>vulkan</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>libsndfile</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
<Dependency>jack-audio-connection-kit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>pipewire-devel</Name>
|
||||
<Summary>Development files for pipewire</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">pipewire</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-03-30</Date>
|
||||
<Version>0.3.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pipewire</Name>
|
||||
<Summary xml:lang="tr">Server and user space API to deal with multimedia pipelines</Summary>
|
||||
<Description xml:lang="tr">Server and user space API to deal with multimedia pipelines</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+237888
-236660
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
7f39f40322b3c1b1d5837fdc309982473ea0a171
|
||||
0138927001dc8bbfb925e328091f603470139e39
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
d6750ae3b79d63d3c14f975211d824f1686c7e52
|
||||
4c93d639dd9afd2b44ffafc5aa0600056378d104
|
||||
Reference in New Issue
Block a user