Version 4.20.0

This commit is contained in:
Sergio Costas 2025-01-18 22:50:12 +01:00
parent 13a38f5e76
commit 6086e8e59e
3 changed files with 21 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# History of versions #
* version 4.20.0 (2025-01-18)
* Fixed FFMPEG version detection
* Fixed UI translations
* version 4.19.0 (2024-12-21)
* Migrate to TOML
* Fixed AppStream metadata (thanks to AsciiWolf)

16
debian/control vendored Normal file
View file

@ -0,0 +1,16 @@
Source: devedeng
Maintainer: Raster Software Vigo (Sergio Costas) <raster@rastersoft.com>
Standards-Version: 4.7.0.1
Homepage: https://www.rastersoft.com/programas/devede.html
Vcs-Browser: https://gitlab.com/rastersoft/devedeng
Vcs-Git: https://gitlab.com/rastersoft/devedeng.git
Package: python3-devedeng
Architecture: all
Version: 4.20.0-1
Depends: python3:any, dh-python, python3, python3-urllib3, python3-gi, python3-cairo, python3-gi-cairo, libgtk-3-0t64|libgtk-3-0, ffmpeg (>= 7:1.2.6) | libav-tools (>= 6:9.16), mplayer | mpv | vlc, dvdauthor, genisoimage, vcdimager, libvorbis0a, libvorbisfile3, python3-pkg-resources
Section: python
Priority: optional
Description: A video DVD creator
A program that allows to create video DVDs, video CDs,
China Video Discs, and other formats.

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "devedeng"
version = "4.19.0"
version = "4.20.0"
authors = [
{ name="Raster Software Vigo (Sergio Costas)", email="rastersoft@gmail.com" },
]