wok-current annotate emotion/receipt @ rev 14414
emotion: update deps+bdeps
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Apr 23 19:17:08 2013 +0200 (2013-04-23) |
parents | 16faa1f83ea9 |
children | 8a8fa8de9fb1 |
rev | line source |
---|---|
pankso@264 | 1 # SliTaz package receipt. |
pankso@264 | 2 |
pankso@264 | 3 PACKAGE="emotion" |
domcox@14327 | 4 VERSION="1.7.6" |
pankso@271 | 5 CATEGORY="x-window" |
pankso@13643 | 6 SHORT_DESC="E17 Emotion is a video (and audio) codec playback library." |
pankso@264 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@9791 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@9791 | 9 WEB_SITE="http://www.enlightenment.org/" |
pankso@13643 | 10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" |
domcox@14414 | 11 TAGS="e enlightenment efl" |
pankso@9791 | 12 |
domcox@14414 | 13 DEPENDS="edje eio xine-lib" |
domcox@14414 | 14 BUILD_DEPENDS="edje-dev eio-dev xine-lib-dev" |
pankso@264 | 15 |
pankso@264 | 16 # Rules to configure and make the package. |
pankso@264 | 17 compile_rules() |
pankso@264 | 18 { |
domcox@14306 | 19 CFLAGS="$CFLAGS -fvisibility=hidden" |
domcox@14306 | 20 LDFLAGS="$LDFLAGS -fvisibility=hidden" |
domcox@14306 | 21 export LDFLAGS |
domcox@14306 | 22 sed -i 's|.*driver_class.get_.*|//&|' src/modules/xine/emotion_xine_vo_out.c |
pankso@13643 | 23 ./configure \ |
pankso@2917 | 24 --disable-gstreamer \ |
domcox@14306 | 25 --disable-emotion-test \ |
pankso@2917 | 26 $CONFIGURE_ARGS && |
pankso@10621 | 27 make && make install |
pankso@264 | 28 } |
pankso@264 | 29 |
pankso@264 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@264 | 31 genpkg_rules() |
pankso@264 | 32 { |
pankso@13643 | 33 mkdir -p $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0 \ |
pankso@13643 | 34 $fs/usr/lib/emotion |
pankso@13643 | 35 cp -a $install/usr/share $fs/usr |
domcox@14414 | 36 # cp -a $install/usr/bin $fs/usr |
pankso@13643 | 37 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@13643 | 38 cp -a $install/usr/lib/emotion/*.so $fs/usr/lib/emotion |
pankso@13643 | 39 cp -a $install/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.so \ |
gokhlayeh@8594 | 40 $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0 |
pankso@264 | 41 } |