devedeNG-4.21.0

This commit is contained in:
uglyside
2025-02-09 14:57:01 +03:00
parent b16aecb9c7
commit d060501302
6 changed files with 18 additions and 52 deletions
+3 -11
View File
@@ -4,18 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def setup():
pythonmodules.compile(pyVer = "3")
from pisi.actionsapi import python3modules
def build():
pythonmodules.compile(pyVer = "3")
python3modules.compile(pyVer = "3")
def install():
pythonmodules.install(pyVer = "3")
pisitools.dodoc("COPYING", "README.md")
python3modules.install(pyVer = "3")
@@ -1,23 +0,0 @@
--- a/devede.desktop 2010-03-19 01:42:12.000000000 +0200
+++ b/devede.desktop 2010-03-30 18:59:35.380316987 +0300
@@ -3,17 +3,20 @@
Type=Application
Name=DeVeDe
GenericName=DVD/CD Video Creator
+GenericName[tr]=Video DVD/CD Oluşturucu
X-GNOME-FullName=DeVeDe DVD/CD Video Creator
X-GNOME-FullName[ca]=DeVeDe creador de CD/DVDs de vídeo
X-GNOME-FullName[es]=DeVeDe creador de CD/DVDs de vídeo
X-GNOME-FullName[gl]=DeVeDe creador de CD/DVDs de vídeo
X-GNOME-FullName[pl]=DeVeDe tworzenie wideo na CD/DVD
X-GNOME-FullName[it]=DeVeDe creatore di video CD/DVD
+X-GNOME-FullName[tr]=DeVeDe Video DVD/CD Oluşturucu
Comment=Allows to create video CDs and DVDs, suitable to be reproduced in home DVD players
Comment[ca]=Permet crear CDs i DVDs de vídeo, que poden reproduir-se en reproductors domèstics
Comment[es]=Permite crear video CDs y DVDs, que pueden reproducirse en reproductores domésticos
Comment[gl]=Permite crear video CDs e DVDs, que poden reproducirse en reproductores domésticos
Comment[pl]=Pozwala stworzyć wideo na płytach CD lub DVD, do otwarzania w domowych odtwarzaczach DVD
+Comment[tr]=Ev DVD oynatıcılar için uyumlu Video CD/DVD oluşturma aracı
TryExec=devede
Exec=devede
Categories=AudioVideo;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 986 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

+15 -18
View File
@@ -12,19 +12,17 @@
<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>
<Summary>Graphical frontend to create video DVDs/(S)VCDs.</Summary>
<Description>A program to create video DVDs and CDs, suitables for home players, from any number of video files, in any of the formats supported by Mplayer.</Description>
<Archive sha1sum="6159da9c5b5f23f64329e3a42f7da08e1ab1d19d" type="tarbz2">https://gitlab.com/rastersoft/devedeng/-/archive/4.21.0/devedeng-4.21.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-installer</Dependency>
<Dependency>python3-setuptools-gettext</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">desktop.patch</Patch> -->
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
@@ -34,11 +32,9 @@ cleaner, which will allow to add new features in the future.</Description>
<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>
@@ -49,16 +45,17 @@ cleaner, which will allow to add new features in the future.</Description>
<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="6">
<Date>2025-02-09</Date>
<Version>4.21.0</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2023-11-03</Date>
<Version>4.17.0</Version>