dleyna-core,server,dbus,renderer new package

This commit is contained in:
Rmys
2022-08-11 14:07:40 +03:00
parent 0f784abd1c
commit 41501650f7
19 changed files with 354099 additions and 346160 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/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():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*")
File diff suppressed because it is too large Load Diff
+82
View File
@@ -0,0 +1,82 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>dleyna-server</Name>
<Homepage>https://github.com/phako/dleyna-server</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Library to discover, browse and manipulate Digital Media Servers</Summary>
<Icon>dleyna-server</Icon>
<Description>Dijital Medya Sunucularını keşfetmek, taramak ve işlemek için kitaplık</Description>
<Archive sha1sum="205af95f37892a4c137aaf7b22fe0c53e37c52d7" type="targz">https://github.com/phako/dleyna-server/archive/refs/tags/v0.7.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gssdp-devel</Dependency>
<Dependency>gupnp-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>gupnp-av-devel</Dependency>
<Dependency>libsoup3-devel</Dependency>
<Dependency>gupnp-dlna-devel</Dependency>
<Dependency>dleyna-core-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">e7f6419.patch</Patch>
</Patches>
</Source>
<Package>
<Name>dleyna-server</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>gssdp</Dependency>
<Dependency>gupnp</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>gupnp-av</Dependency>
<Dependency>libsoup3</Dependency>
<Dependency>gupnp-dlna</Dependency>
<Dependency>dleyna-core</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>dleyna-server-devel</Name>
<Summary>Development files for dleyna-server</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>gupnp-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>gupnp-av-devel</Dependency>
<Dependency>libsoup3-devel</Dependency>
<Dependency>gupnp-dlna-devel</Dependency>
<Dependency>dleyna-core-devel</Dependency>
<Dependency release="current">dleyna-server</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-08-11</Date>
<Version>0.7.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>dleyna-server</Name>
<Summary xml:lang="tr">Library to discover, browse and manipulate Digital Media Servers</Summary>
<Description xml:lang="tr">Dijital Medya Sunucularını keşfetmek, taramak ve işlemek için kitaplık</Description>
</Source>
</PISI>