wok rev 14306

Up: emotion (1.7.5)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:18:35 2013 +0200 (2013-04-07)
parents 905a4079900b
children 1573af168c49
files emotion/receipt
line diff
     1.1 --- a/emotion/receipt	Sun Apr 07 10:17:03 2013 +0200
     1.2 +++ b/emotion/receipt	Sun Apr 07 10:18:35 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="emotion"
     1.7 -VERSION="1.7.1"
     1.8 +VERSION="1.7.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="E17 Emotion is a video (and audio) codec playback library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,10 +17,13 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	sed -i 's|.*driver_class.get_.*|//&|' src/modules/xine/emotion_xine_vo_out.c 
    1.18 +	CFLAGS="$CFLAGS -fvisibility=hidden"
    1.19 +	LDFLAGS="$LDFLAGS -fvisibility=hidden"
    1.20 +	export LDFLAGS
    1.21 +	sed -i 's|.*driver_class.get_.*|//&|' src/modules/xine/emotion_xine_vo_out.c
    1.22  	./configure \
    1.23  		--disable-gstreamer \
    1.24 +		--disable-emotion-test \
    1.25  		$CONFIGURE_ARGS &&
    1.26  	make && make install
    1.27  }