gst-* ver. bump
This commit is contained in:
@@ -4,20 +4,21 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
autotools.configure("--with-package-name='PisiLinux gstreamer-plugins-good package' \
|
||||
--with-package-origin='http://www.pisilinux.org' \
|
||||
--disable-qt")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
mesontools.configure("-Dpackage-name='PisiLinux gstreamer-plugins-good package' \
|
||||
-Dpackage-origin='https://www.pisilinux.org' \
|
||||
-Dqt5=disabled")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "README", "RELEASE")
|
||||
pisitools.dodoc("README", "COPYING", "AUTHORS", "NEWS")
|
||||
|
||||
Reference in New Issue
Block a user