devedeNG, dvdauthor: ver. bump

This commit is contained in:
4fury-c3440d8
2020-09-27 15:00:55 +03:00
parent bc33c72fe7
commit 8f3b41d5fe
6 changed files with 152 additions and 21 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import get
@@ -12,9 +12,9 @@ def setup():
pythonmodules.compile(pyVer = "3")
def build():
pythonmodules.compile(pyVer="3")
pythonmodules.compile(pyVer = "3")
def install():
def install():
pythonmodules.install(pyVer = "3")
pisitools.dodoc("COPYING", "README.md")
+12 -5
View File
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>devedeNG</Name>
<Homepage>http://www.rastersoft.com/programas/devede.html</Homepage>
<Homepage>https://rastersoft.com/programas/devede.html</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
@@ -16,7 +16,7 @@
<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="9a02b56ce8da3e0c0399c7e951841e9113dbd7fe" type="targz">https://sourceforge.net/projects/pisilinux/files/source/devedeng-4.12.0.tar.gz</Archive>
<Archive sha1sum="2457f27a2ee500cf925ce1fec3101d3f25026709" type="tarbz2">https://gitlab.com/rastersoft/devedeng/-/archive/4.16.0/devedeng-4.16.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
@@ -24,7 +24,7 @@ cleaner, which will allow to add new features in the future.</Description>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">desktop.patch</Patch> -->
<!-- <Patch level="1">desktop.patch</Patch> -->
</Patches>
</Source>
@@ -51,7 +51,7 @@ cleaner, which will allow to add new features in the future.</Description>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man/man1</Path>
</Files>
<!-- <AdditionalFiles>
<!-- <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>
@@ -59,6 +59,13 @@ cleaner, which will allow to add new features in the future.</Description>
</Package>
<History>
<Update release="3">
<Date>2020-09-27</Date>
<Version>4.16.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="2">
<Date>2020-03-05</Date>
<Version>4.12.0</Version>