wok-current diff emotion/receipt @ rev 14885
Up: python-kiwi (1.9.29)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Wed Jul 24 18:59:52 2013 -0300 (2013-07-24) |
parents | b7bc7276d325 |
children | cbac9bfae97c |
line diff
1.1 --- a/emotion/receipt Tue Apr 23 19:17:08 2013 +0200 1.2 +++ b/emotion/receipt Wed Jul 24 18:59:52 2013 -0300 1.3 @@ -1,17 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="emotion" 1.7 -VERSION="1.7.6" 1.8 +VERSION="1.7.7" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="E17 Emotion is a video (and audio) codec playback library." 1.11 +SHORT_DESC="EFL video and audio codec playback library." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.enlightenment.org/" 1.15 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.16 TAGS="e enlightenment efl" 1.17 1.18 -DEPENDS="edje eio xine-lib" 1.19 -BUILD_DEPENDS="edje-dev eio-dev xine-lib-dev" 1.20 +DEPENDS="edje eio eeze xine-lib" 1.21 +BUILD_DEPENDS="edje-dev eio-dev eeze-dev 1.22 +xine-lib-dev" 1.23 +OPTIONAL_DEPENDS="gstreamer-dev gst-plugins-base-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 @@ -19,12 +21,12 @@ 1.28 CFLAGS="$CFLAGS -fvisibility=hidden" 1.29 LDFLAGS="$LDFLAGS -fvisibility=hidden" 1.30 export LDFLAGS 1.31 - sed -i 's|.*driver_class.get_.*|//&|' src/modules/xine/emotion_xine_vo_out.c 1.32 + 1.33 ./configure \ 1.34 - --disable-gstreamer \ 1.35 - --disable-emotion-test \ 1.36 + --disable-doc \ 1.37 + --enable-emotion-test \ 1.38 $CONFIGURE_ARGS && 1.39 - make && make install 1.40 + make $MAKEFILE && make install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 @@ -32,8 +34,8 @@ 1.45 { 1.46 mkdir -p $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0 \ 1.47 $fs/usr/lib/emotion 1.48 + cp -a $install/usr/bin $fs/usr 1.49 cp -a $install/usr/share $fs/usr 1.50 -# cp -a $install/usr/bin $fs/usr 1.51 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.52 cp -a $install/usr/lib/emotion/*.so $fs/usr/lib/emotion 1.53 cp -a $install/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.so \