diff --git a/multimedia/editor/dvdauthor/actions.py b/multimedia/editor/dvdauthor/actions.py index 8d993972a6..214150a4bf 100644 --- a/multimedia/editor/dvdauthor/actions.py +++ b/multimedia/editor/dvdauthor/actions.py @@ -4,7 +4,7 @@ # 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 shelltools +from pisi.actionsapi import shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get @@ -14,7 +14,7 @@ WorkDir = "dvdauthor" def setup(): # disable ImageMagick, use GraphicsMagick #shelltools.export("MAGICKCONFIG", "/bin/true") - autotools.autoreconf("-fiv") + shelltools.system("./bootstrap") autotools.configure("--disable-rpath \ --with-graphicsmagick \ --enable-default-video-format=NTSC") diff --git a/multimedia/editor/ktageditor/actions.py b/multimedia/editor/ktageditor/actions.py index 2cf5f940ef..14a0452853 100644 --- a/multimedia/editor/ktageditor/actions.py +++ b/multimedia/editor/ktageditor/actions.py @@ -1,13 +1,10 @@ #!/usr/bin/python # -*- coding: utf-8 -*- +# # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/copyleft/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import qt5 -#from pisi.actionsapi import pisitools - -# if pisi can't find source directory, see /var/pisi/ktageditor/work/ and: -# WorkDir="ktageditor-"+ get.srcVERSION() +"/sub_project_dir/" +from pisi.actionsapi import pisitools, qt5 def setup(): qt5.configure() @@ -18,17 +15,3 @@ def build(): def install(): qt5.install() -# Take a look at the source folder for these file as documentation. -# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "README") - -# If there is no install rule for a runnable binary, you can -# install it to binary directory. -# pisitools.dobin("ktageditor") - -# You can use these as variables, they will replace GUI values before build. -# Package Name : ktageditor -# Version : 0.2.0 -# Summary : KTag Editor is an Audio tag editor developed in Qt5 framework. - -# For more information, you can look at the Actions API -# from the Help menu and toolbar. diff --git a/multimedia/editor/ktageditor/pspec.xml b/multimedia/editor/ktageditor/pspec.xml index 9681385cc5..af06ca8cf6 100644 --- a/multimedia/editor/ktageditor/pspec.xml +++ b/multimedia/editor/ktageditor/pspec.xml @@ -1,5 +1,5 @@ - + ktageditor