wok-next view xine-ui/receipt @ rev 21033

Fix some homepages: follow HTTP redirections.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Nov 04 11:22:16 2018 +0200 (2018-11-04)
parents d5aab818505e
children 5669e8b3be70
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xine-ui"
4 VERSION="0.99.7"
5 CATEGORY="multimedia"
6 SHORT_DESC="Xine media player user interface"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.xine-project.org/home"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/xine/$TARBALL"
14 # Keep Xine small for Live system, we have MPlayer or VLC has big video player.
15 BUILD_DEPENDS="shared-mime-info xine-lib-dev xorg-dev xorg-libXv-dev \
16 xorg-libXxf86vm-dev libpng16-dev libjpeg-turbo-dev xorg-libXScrnSaver-dev"
18 COOKOPTS="!menus" # Use a custom .desktop file
20 compile_rules() {
21 ./configure \
22 --without-curl \
23 --disable-lirc \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 rm $fs/usr/share/xine/visuals/*.mpv # remove the sample
32 DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv xorg-libXi libpng16 \
33 xorg-libXft xorg-libXxf86vm xorg-libXScrnSaver"
34 }