# HG changeset patch # User Christophe Lincoln # Date 1335307243 -7200 # Node ID 044f7a53c852057b0793dd6860b4cab0df67abb7 # Parent d05e40770902d762b5ec1d9e17ff8e0937bbcfdf Clean up xine-ui (Keep it small please!) diff -r d05e40770902 -r 044f7a53c852 xine-ui/receipt --- a/xine-ui/receipt Wed Apr 25 00:34:41 2012 +0200 +++ b/xine-ui/receipt Wed Apr 25 00:40:43 2012 +0200 @@ -5,26 +5,24 @@ CATEGORY="multimedia" SHORT_DESC="Xine media player user interface." MAINTAINER="pankso@slitaz.org" -DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv openssl libpng \ -ncurses readline xorg-libXft xorg-libXxf86vm" -BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev xorg-libXtst-dev xorg-libXv-dev \ -xorg-inputproto xorg-xf86vidmodeproto xorg-libXxf86vm-dev" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.xine-project.org/" WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" +# Keep Xine small for Live system, we have MPlaye or VLC has big video player. +DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv xorg-libXi libpng \ +xorg-libXft xorg-libXxf86vm" +BUILD_DEPENDS="xine-lib-dev xorg-dev xorg-libXv-dev xorg-libXxf86vm-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ --without-curl \ --disable-lirc \ $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r d05e40770902 -r 044f7a53c852 xine-ui/stuff/xine-ui.desktop --- a/xine-ui/stuff/xine-ui.desktop Wed Apr 25 00:34:41 2012 +0200 +++ b/xine-ui/stuff/xine-ui.desktop Wed Apr 25 00:40:43 2012 +0200 @@ -1,7 +1,7 @@ [Desktop Entry] Encoding=UTF-8 Name=Xine Video Player -Name[fr]=Xine Lecteur video +Name[fr]=Lecteur video Xine Exec=xine MimeType=video/mpeg;video/quicktime;video/x-msvideo;video/x-anim;audio/x-mp3;audio/x-mp2; Icon=xine