12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gaupol</Name>
- <Homepage>https://otsaloma.io/gaupol/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-3</License>
- <IsA>app:gui</IsA>
- <PartOf>multimedia.editor</PartOf>
- <Summary>Editor for text-based subtitle files.</Summary>
- <Description>
- Gaupol is an editor for text-based subtitle files. It supports multiple subtitle file formats and provides means of creating, editing and translating subtitles and timing subtitles to match video.
- </Description>
- <Archive sha1sum="9c668feebacdfc07fa341dace6d6ea8b41174cd8" type="targz">https://github.com/otsaloma/gaupol/archive/refs/tags/1.13.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-pygobject3-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>gaupol</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>gspell</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>iso-codes</Dependency>
- <Dependency>gst-libav</Dependency>
- <Dependency>mpv-player</Dependency>
- <Dependency>python3-cairo</Dependency>
- <Dependency>python3-chardet</Dependency>
- <Dependency>gst-plugins-bad</Dependency>
- <Dependency>gst-plugins-base</Dependency>
- <Dependency>gst-plugins-ugly</Dependency>
- <Dependency>gst-plugins-good</Dependency>
- <Dependency>python3-pygobject3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2023-11-03</Date>
- <Version>1.13</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2023-01-24</Date>
- <Version>1.12</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2022-05-14</Date>
- <Version>1.11</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-11-04</Date>
- <Version>1.10.1</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|