wok diff emotion/receipt @ rev 14056

Add: tazinst-gui (3.90)
author Dominique Corbex <domcox@slitaz.org>
date Wed Feb 20 09:41:19 2013 +0100 (2013-02-20)
parents e042e287b664
children 67d84441050f
line diff
     1.1 --- a/emotion/receipt	Mon Jul 09 19:08:45 2012 +0200
     1.2 +++ b/emotion/receipt	Wed Feb 20 09:41:19 2013 +0100
     1.3 @@ -1,27 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="emotion"
     1.7 -VERSION="55225"
     1.8 +VERSION="1.7.1"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="E17 emotion libs."
    1.11 +SHORT_DESC="E17 Emotion is a 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="svn|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE"
    1.16 -BRANCH="$VERSION"
    1.17 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.18  
    1.19 -DEPENDS="eina eet evas ecore edje xine-lib"
    1.20 -BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev xine-lib-dev \
    1.21 -subversion libtool jpeg-dev expat-dev libpng-dev"
    1.22 +DEPENDS="eina eet evas ecore edje xine-lib eio"
    1.23 +BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev eio-dev \
    1.24 +embryo-dev xine-lib-dev jpeg-dev expat expat-dev libpng-dev lua5.1-dev \
    1.25 +jpeg-dev expat-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30  	cd $src
    1.31  	sed -i 's|.*driver_class.get_.*|//&|' src/modules/xine/emotion_xine_vo_out.c 
    1.32 -	./autogen.sh \
    1.33 -		--prefix=/usr \
    1.34 -		--mandir=/usr/share/man \
    1.35 +	./configure \
    1.36  		--disable-gstreamer \
    1.37  		$CONFIGURE_ARGS &&
    1.38  	make && make install
    1.39 @@ -30,11 +28,12 @@
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43 -	mkdir -p $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
    1.44 -	cp -a $_pkg/usr/share $fs/usr
    1.45 -	cp -a $_pkg/usr/bin $fs/usr
    1.46 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.47 -	cp -a $_pkg/usr/lib/emotion/*.so $fs/usr/lib/emotion
    1.48 -	cp -a $_pkg/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.so \
    1.49 +	mkdir -p $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0 \
    1.50 +		$fs/usr/lib/emotion
    1.51 +	cp -a $install/usr/share $fs/usr
    1.52 +	cp -a $install/usr/bin $fs/usr
    1.53 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.54 +	cp -a $install/usr/lib/emotion/*.so $fs/usr/lib/emotion
    1.55 +	cp -a $install/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.so \
    1.56  		$fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
    1.57  }