12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gsound</Name>
- <Homepage>https://gitlab.gnome.org/GNOME/gsound</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>GSound is a small library for playing system sounds.</Summary>
- <Description>GSound is a small library for playing system sounds. It's designed to be used via GObject Introspection, and is a thin wrapper around the libcanberra C library.</Description>
- <Archive sha1sum="dc3d3d33c16024eca3c898c5c0802c31807f87b7">https://download.gnome.org/sources/gsound/1.0/gsound-1.0.3.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>vala-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>libcanberra-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>gsound</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>libcanberra</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/girepository-1.0</Path>
- <Path fileType="library">/usr/lib/lib*.*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- </Files>
- </Package>
- <Package>
- <Name>gsound-devel</Name>
- <Summary>Development files for gsound</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gsound</Dependency>
- <Dependency>libcanberra-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- <Path fileType="library">/usr/share/vala</Path>
- </Files>
- </Package>
- <Package>
- <Name>gsound-docs</Name>
- <Files>
- <Path fileType="doc">/usr/share/gtk-doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2021-08-19</Date>
- <Version>1.0.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-05-28</Date>
- <Version>1.0.2</Version>
- <Comment>First release for Pisi Linux</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- </History>
- </PISI>
|