diff --git a/game/misc/gcompris/actions.py b/game/misc/gcompris/actions.py
old mode 100644
new mode 100755
index ddd7354bfe..d5fbe423af
--- a/game/misc/gcompris/actions.py
+++ b/game/misc/gcompris/actions.py
@@ -10,8 +10,12 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
+ shelltools.system("sed -i 's|gstreamer-0.10|gstreamer-1.0|g' configure")
+ shelltools.system("sed -i 's|gstreamer-0.10|gstreamer-1.0|g' configure.ac")
shelltools.system("sed -i -e 's/$GNUCHESS/gcompris-gnuchess/' configure")
- autotools.configure("--prefix=/usr")
+
+ shelltools.export("LDFLAGS", "%s -lgmodule-2.0" % get.LDFLAGS())
+ autotools.configure("--prefix=/usr --enable-py-build-only")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -21,4 +25,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "INSTALL")
\ No newline at end of file
+ pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "INSTALL")
diff --git a/game/misc/gcompris/pspec.xml b/game/misc/gcompris/pspec.xml
index 7a694f1a06..a94bc95e08 100755
--- a/game/misc/gcompris/pspec.xml
+++ b/game/misc/gcompris/pspec.xml
@@ -14,15 +14,24 @@
GCompris is an educational software suite comprising of numerous activities for children aged 2 to 10. Some of the activities are game orientated, but nonetheless still educational.
http://gcompris.net/download/gtk/src/gcompris-17.05.tar.bz2
+ gawk
intltool
+ texinfo
+ gettext-devel
+ texi2html
gtk2-devel
+ glib2-devel
+ gnome-common
+ sqlite-devel
+ libX11-devel
+ python-devel
librsvg-devel
libxml2-devel
- glib2-devel
- texinfo
- texi2html
+ freetype-devel
+ fontconfig-devel
gstreamer-devel
- sqlite-devel
+ python-gtk-devel
+ python-cairo-devel
@@ -35,9 +44,12 @@
glib2
pango
sqlite
+ libX11
librsvg
libxml2
+ freetype
gstreamer
+ fontconfig
gdk-pixbuf
@@ -60,7 +72,7 @@
- 2018-09-14
+ 2018-10-09
17.05
Rebuild New T.
Mustafa Cinasal