From 6086e8e59e152556fb1172812e1cf8ac08107a3b Mon Sep 17 00:00:00 2001 From: Sergio Costas Date: Sat, 18 Jan 2025 22:50:12 +0100 Subject: [PATCH] Version 4.20.0 --- HISTORY.md | 4 ++++ debian/control | 16 ++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 debian/control diff --git a/HISTORY.md b/HISTORY.md index 3be498c..a5acee0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..db54738 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: devedeng +Maintainer: Raster Software Vigo (Sergio Costas) +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. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index fca5108..8c3cb1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, ]