bootstrap.

This commit is contained in:
4fury-c3440d8
2020-09-27 15:34:22 +03:00
parent 8f3b41d5fe
commit 8ae04f6860
3 changed files with 6 additions and 23 deletions
+2 -2
View File
@@ -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")
+3 -20
View File
@@ -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.
+1 -1
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ktageditor</Name>