Files
main/multimedia/plugin/goom/pspec.xml
T

58 lines
2.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>goom</Name>
<Homepage>https://sourceforge.net/projects/goom</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<Icon>goom</Icon>
<PartOf>multimedia</PartOf>
<Summary>Shared library part of the Goom visualization plugin</Summary>
<Description>Goom is an audio visualizer that can run on almost every platform</Description>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<!-- <Dependency>xmms-devel</Dependency> needs glib1 -->
</BuildDependencies>
<Archive sha1sum="4856b86aadc67676c473a4664c5281bc05df278d" type="targz">mirrors://sourceforge/goom/goom2k4/0/goom-2k4-0-src.tar.gz</Archive>
</Source>
<Package>
<Name>goom</Name>
<Summary>Cool visual effects</Summary>
<RuntimeDependencies>
<Dependency>glibc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/libgoom2.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>goom-devel</Name>
<Summary>Development headers for goom</Summary>
<RuntimeDependencies>
<Dependency>goom</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="config">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2005-02-07</Date>
<Version>2004.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>