[arch-commits] Commit in gcompris-data/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Mon Jan 23 15:02:27 UTC 2017
Date: Monday, January 23, 2017 @ 15:02:26
Author: bgyorgy
Revision: 208571
upgpkg: gcompris-data 15.10-2
Use sdl_mixer instead of deprecated gstreamer0.10
Modified:
gcompris-data/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-23 14:57:11 UTC (rev 208570)
+++ PKGBUILD 2017-01-23 15:02:26 UTC (rev 208571)
@@ -10,7 +10,7 @@
url="http://gcompris.net/"
license=('GPL3')
makedepends=('texinfo' 'texi2html' 'intltool' 'pygtk' 'librsvg'
- 'gstreamer0.10-base-plugins')
+ 'sdl_mixer')
source=(http://gcompris.net/download/gtk/src/gcompris-$pkgver.tar.bz2)
sha256sums=('6aba73e2a1db0f50d43a40ee1a4a2b9d62a96e68542971b555c9debd8f50fc38')
@@ -17,8 +17,8 @@
build() {
cd "$srcdir/gcompris-$pkgver"
- ./configure --prefix=/usr
- make
+ ./configure --prefix=/usr --enable-sdlmixer
+ make LDFLAGS+=" -lgmodule-2.0"
}
package() {
More information about the arch-commits
mailing list