diff --git a/multimedia/editor/devedeNG/actions.py b/multimedia/editor/devedeNG/actions.py index db6a22b442..72d9353307 100644 --- a/multimedia/editor/devedeNG/actions.py +++ b/multimedia/editor/devedeNG/actions.py @@ -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") diff --git a/multimedia/editor/devedeNG/files/desktop.patch b/multimedia/editor/devedeNG/files/desktop.patch deleted file mode 100644 index 1b39c9df99..0000000000 --- a/multimedia/editor/devedeNG/files/desktop.patch +++ /dev/null @@ -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; diff --git a/multimedia/editor/devedeNG/files/devede-16.png b/multimedia/editor/devedeNG/files/devede-16.png deleted file mode 100644 index da752bed8d..0000000000 Binary files a/multimedia/editor/devedeNG/files/devede-16.png and /dev/null differ diff --git a/multimedia/editor/devedeNG/files/devede-32.png b/multimedia/editor/devedeNG/files/devede-32.png deleted file mode 100644 index ed94963078..0000000000 Binary files a/multimedia/editor/devedeNG/files/devede-32.png and /dev/null differ diff --git a/multimedia/editor/devedeNG/files/devede-48.png b/multimedia/editor/devedeNG/files/devede-48.png deleted file mode 100644 index 079fde8403..0000000000 Binary files a/multimedia/editor/devedeNG/files/devede-48.png and /dev/null differ diff --git a/multimedia/editor/devedeNG/pspec.xml b/multimedia/editor/devedeNG/pspec.xml index 020b80271e..213a2036fd 100644 --- a/multimedia/editor/devedeNG/pspec.xml +++ b/multimedia/editor/devedeNG/pspec.xml @@ -12,19 +12,17 @@ multimedia.editor devede app:gui - Graphical frontend to create video DVDs/(S)VCDs - 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. - https://gitlab.com/rastersoft/devedeng/-/archive/4.17.0/devedeng-4.17.0.tar.bz2 + Graphical frontend to create video DVDs/(S)VCDs. + 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. + https://gitlab.com/rastersoft/devedeng/-/archive/4.21.0/devedeng-4.21.0.tar.bz2 - gtk3-devel - ffmpeg-devel - gettext-devel - python3-devel + python3-build + python3-wheel + python3-installer + python3-setuptools-gettext - + @@ -34,11 +32,9 @@ cleaner, which will allow to add new features in the future. gtk3 ffmpeg cdrkit - python3 mplayer vcdimager dvdauthor - python3-cairo python3-urllib3 python3-setuptools @@ -49,16 +45,17 @@ cleaner, which will allow to add new features in the future. /usr/lib /usr/share /usr/share/doc - /usr/share/man/man1 - + + 2025-02-09 + 4.21.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + 2023-11-03 4.17.0