Version 4.20.0
This commit is contained in:
parent
13a38f5e76
commit
6086e8e59e
3 changed files with 21 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# History of versions #
|
# History of versions #
|
||||||
|
|
||||||
|
* version 4.20.0 (2025-01-18)
|
||||||
|
* Fixed FFMPEG version detection
|
||||||
|
* Fixed UI translations
|
||||||
|
|
||||||
* version 4.19.0 (2024-12-21)
|
* version 4.19.0 (2024-12-21)
|
||||||
* Migrate to TOML
|
* Migrate to TOML
|
||||||
* Fixed AppStream metadata (thanks to AsciiWolf)
|
* Fixed AppStream metadata (thanks to AsciiWolf)
|
||||||
|
|
|
||||||
16
debian/control
vendored
Normal file
16
debian/control
vendored
Normal 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.
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "devedeng"
|
name = "devedeng"
|
||||||
version = "4.19.0"
|
version = "4.20.0"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Raster Software Vigo (Sergio Costas)", email="rastersoft@gmail.com" },
|
{ name="Raster Software Vigo (Sergio Costas)", email="rastersoft@gmail.com" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue