[arch-commits] Commit in gcompris/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Mon Jan 23 14:48:49 UTC 2017


    Date: Monday, January 23, 2017 @ 14:48:48
  Author: bgyorgy
Revision: 208567

upgpkg: gcompris 15.10-3

Use sdl_mixer instead of deprecated gstreamer0.10

Modified:
  gcompris/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-23 14:47:32 UTC (rev 208566)
+++ PKGBUILD	2017-01-23 14:48:48 UTC (rev 208567)
@@ -4,12 +4,12 @@
 
 pkgname=gcompris
 pkgver=15.10
-pkgrel=2
+pkgrel=3
 pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10"
 arch=('i686' 'x86_64')
 url="http://gcompris.net/"
 license=('GPL3')
-depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
+depends=('pygtk' 'librsvg' 'sdl_mixer')
 optdepends=('gnucap: for computer simulation within the electricity activity'
             'tuxpaint: for the painting activity')
 makedepends=('texinfo' 'texi2html' 'intltool')
@@ -25,8 +25,8 @@
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr
-  make
+  ./configure --prefix=/usr --enable-sdlmixer
+  make LDFLAGS+=" -lgmodule-2.0"
 }
 
 package() {



More information about the arch-commits mailing list