wok-next annotate xine-ui/receipt @ rev 15494
Up: firefox-langpack-id (17.0.10esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 17 16:29:57 2013 +0100 (2013-11-17) |
parents | 20df32ac3945 |
children | 16e9eac23bd8 |
rev | line source |
---|---|
pankso@33 | 1 # SliTaz package receipt. |
pankso@33 | 2 |
pankso@33 | 3 PACKAGE="xine-ui" |
pankso@14255 | 4 VERSION="0.99.7" |
pankso@206 | 5 CATEGORY="multimedia" |
pankso@33 | 6 SHORT_DESC="Xine media player user interface." |
pankso@33 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
pascal@11627 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
jozee@2978 | 10 WEB_SITE="http://www.xine-project.org/" |
pankso@33 | 11 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" |
pankso@33 | 12 |
pankso@12526 | 13 # Keep Xine small for Live system, we have MPlaye or VLC has big video player. |
pankso@12526 | 14 DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv xorg-libXi libpng \ |
pankso@14255 | 15 xorg-libXft xorg-libXxf86vm xorg-libXss" |
pankso@12529 | 16 BUILD_DEPENDS="xine-lib-dev xorg-dev xorg-libXv-dev xorg-libXxf86vm-dev \ |
pankso@14255 | 17 libpng-dev jpeg-dev xorg-libXss-dev" |
pankso@12526 | 18 |
pankso@33 | 19 # Rules to configure and make the package. |
pankso@33 | 20 compile_rules() |
pankso@33 | 21 { |
pankso@33 | 22 cd $src |
pankso@4519 | 23 ./configure \ |
pankso@4519 | 24 --without-curl \ |
pascal@11627 | 25 --disable-lirc \ |
pankso@4519 | 26 $CONFIGURE_ARGS && |
pankso@12526 | 27 make && make install |
pankso@33 | 28 } |
pankso@33 | 29 |
pankso@33 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@33 | 31 genpkg_rules() |
pankso@33 | 32 { |
pascal@11623 | 33 mkdir -p $fs/usr/share/applications |
pascal@11623 | 34 cp -a $stuff/xine-ui.desktop $fs/usr/share/applications |
pankso@14255 | 35 cp -a $install/usr/bin $fs/usr |
pankso@14255 | 36 cp -a $install/usr/share/xine $fs/usr/share |
pankso@4519 | 37 |
jozee@2977 | 38 # Remove the sample default.avi |
pankso@14255 | 39 rm $fs/usr/share/xine/visuals/*.mpv |
pankso@33 | 40 } |