123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>devedeNG</Name>
- <Homepage>https://rastersoft.com/programas/devede.html</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <PartOf>multimedia.editor</PartOf>
- <Icon>devede</Icon>
- <IsA>app:gui</IsA>
- <Summary>Graphical frontend to create video DVDs/(S)VCDs</Summary>
- <Description>Devede NG is a rewrite of the Devede DVD disc authoring program. This new
- code has been written from scratch, and uses Python3 and Gtk3. It is also
- cleaner, which will allow to add new features in the future.</Description>
- <Archive sha1sum="efb76bb00112ad7944d958cdec40a627cd1a20b2" type="tarbz2">https://gitlab.com/rastersoft/devedeng/-/archive/4.17.0/devedeng-4.17.0.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>ffmpeg-devel</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">desktop.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>devedeNG</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>ffmpeg</Dependency>
- <Dependency>cdrkit</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>mplayer</Dependency>
- <Dependency>vcdimager</Dependency>
- <Dependency>dvdauthor</Dependency>
- <!-- <Dependency>python-gtk</Dependency> -->
- <Dependency>python3-cairo</Dependency>
- <Dependency>python3-urllib3</Dependency>
- <Dependency>python3-setuptools</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="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man/man1</Path>
- </Files>
- <!-- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/icons/hicolor/16x16/apps/devede.png">devede-16.png</AdditionalFile>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/icons/hicolor/32x32/apps/devede.png">devede-32.png</AdditionalFile>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/icons/hicolor/48x48/apps/devede.png">devede-48.png</AdditionalFile>
- </AdditionalFiles> -->
- </Package>
- <History>
- <Update release="5">
- <Date>2023-11-03</Date>
- <Version>4.17.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="4">
- <Date>2022-08-07</Date>
- <Version>4.17.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2020-09-27</Date>
- <Version>4.16.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2020-03-05</Date>
- <Version>4.12.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2018-12-03</Date>
- <Version>4.12.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|