123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>spice</Name>
- <Homepage>https://www.spice-space.org/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>LGPL2.1</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Simple Protocol for Independent Computing Environments</Summary>
- <Description>SPICE is a remote display system built for virtual environments which
- allows you to view a computing 'desktop' environment not only on the
- machine where it is running, but from anywhere on the Internet and
- from a wide variety of machine architectures.</Description>
- <Archive sha1sum="c3816cf76e6214d71924e48e329e3ebbce42296b" type="tarbz2">https://www.spice-space.org/download/releases/spice-server/spice-0.15.2.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>asciidoc</Dependency>
- <Dependency>lz4-devel</Dependency>
- <Dependency>orc-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>python3-six</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>pixman-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>libopus-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>spice-protocol</Dependency>
- <Dependency>libcacard-devel</Dependency>
- <Dependency>gstreamer-devel</Dependency>
- <Dependency>autoconf-archive</Dependency>
- <Dependency>cyrus-sasl-devel</Dependency>
- <Dependency>python3-pyparsing</Dependency>
- <Dependency>libjpeg-turbo-devel</Dependency>
- <Dependency>gst-plugins-base-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>spice</Name>
- <Summary>Simple Protocol for Independent Computing Environments</Summary>
- <RuntimeDependencies>
- <Dependency>lz4</Dependency>
- <Dependency>orc</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>pixman</Dependency>
- <Dependency>libopus</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>libcacard</Dependency>
- <Dependency>gstreamer</Dependency>
- <Dependency>cyrus-sasl</Dependency>
- <Dependency>libjpeg-turbo</Dependency>
- <Dependency>spice-protocol</Dependency>
- <Dependency>gst-plugins-base</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libspice-server.so*</Path>
- <Path fileType="doc">/usr/share/doc/</Path>
- </Files>
- </Package>
- <Package>
- <Name>spice-devel</Name>
- <Summary>Development files for spice</Summary>
- <RuntimeDependencies>
- <Dependency>glib2-devel</Dependency>
- <Dependency>pixman-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>spice-protocol</Dependency>
- <Dependency>libcacard-devel</Dependency>
- <Dependency release="current">spice</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/spice-server</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2024-12-18</Date>
- <Version>0.15.2</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2023-11-03</Date>
- <Version>0.15.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-02-10</Date>
- <Version>0.15.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|