SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xine-ui"

# SliTaz package receipt.

PACKAGE="xine-ui"
VERSION="0.99.6"
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"

# 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
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/applications
    cp -a $stuff/xine-ui.desktop $fs/usr/share/applications
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/xine $fs/usr/share

    # Remove the sample default.avi
    rm $fs/usr/share/xine/visuals/*.avi
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)