# HG changeset patch # User Dominique Corbex # Date 1365322715 -7200 # Node ID 67d84441050f88e41ffde2351b6d0c97a6e0b126 # Parent 905a4079900be50a864fc35019251e47efb2b990 Up: emotion (1.7.5) diff -r 905a4079900b -r 67d84441050f emotion/receipt --- a/emotion/receipt Sun Apr 07 10:17:03 2013 +0200 +++ b/emotion/receipt Sun Apr 07 10:18:35 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="emotion" -VERSION="1.7.1" +VERSION="1.7.5" CATEGORY="x-window" SHORT_DESC="E17 Emotion is a video (and audio) codec playback library." MAINTAINER="pankso@slitaz.org" @@ -17,10 +17,13 @@ # Rules to configure and make the package. compile_rules() { - cd $src - sed -i 's|.*driver_class.get_.*|//&|' src/modules/xine/emotion_xine_vo_out.c + CFLAGS="$CFLAGS -fvisibility=hidden" + LDFLAGS="$LDFLAGS -fvisibility=hidden" + export LDFLAGS + sed -i 's|.*driver_class.get_.*|//&|' src/modules/xine/emotion_xine_vo_out.c ./configure \ --disable-gstreamer \ + --disable-emotion-test \ $CONFIGURE_ARGS && make && make install }