wok rev 14677

emotion: Up to 1.7.7
author Dominique Corbex <domcox@slitaz.org>
date Thu Jun 06 22:08:46 2013 +0200 (2013-06-06)
parents 1270b75a1114
children baf4d84844c4
files emotion/receipt
line diff
     1.1 --- a/emotion/receipt	Thu Jun 06 22:08:35 2013 +0200
     1.2 +++ b/emotion/receipt	Thu Jun 06 22:08:46 2013 +0200
     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 \