wok-undigest annotate showtime/receipt @ rev 928

Add all my broken stuff :) cbrpager, comical, cpu-g, foobillardplus, showtime, usbmanager, xfce4-volumed, xscreensaver and xfce4-notifyd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 02:44:17 2013 +0000 (2013-02-28)
parents
children 9b837fe3af41
rev   line source
al@928 1 # SliTaz package receipt.
al@928 2
al@928 3 PACKAGE="showtime"
al@928 4 VERSION="4.3"
al@928 5 CATEGORY="multimedia"
al@928 6 SHORT_DESC="Showtime is a media player intended to be used on HTPC media centers"
al@928 7 MAINTAINER="al.bobylev@gmail.com"
al@928 8 WEB_SITE="https://www.lonelycoder.com/showtime/"
al@928 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@928 10 WGET_URL="git|git://github.com/andoma/showtime.git"
al@928 11 BRANCH="$VERSION"
al@928 12
al@928 13 DEPENDS=""
al@928 14 BUILD_DEPENDS="git bash sqlite-dev freetype-dev fontconfig-dev xorg-libX11-dev \
al@928 15 xorg-libXext-dev mesa-dev gtk+-dev xorg-libXss-dev xorg-libXv-dev libcdio-dev \
al@928 16 libcddb-dev yasm-dev libssl curl-dev ffmpeg-dev alsa-lib-dev libav-dev libav"
al@928 17
al@928 18 # Rules to configure and make the package.
al@928 19 compile_rules()
al@928 20 {
al@928 21 ./configure \
al@928 22 --prefix=/usr \
al@928 23 --arch=i486 \
al@928 24 --release \
al@928 25 --with-libav=/usr/lib \
al@928 26 --disable-libpulse \
al@928 27 --disable-avahi \
al@928 28 --disable-vdpau &&
al@928 29 make
al@928 30 }
al@928 31
al@928 32 # Rules to gen a SliTaz package suitable for Tazpkg.
al@928 33 genpkg_rules()
al@928 34 {
al@928 35 cp -a $install/* $fs
al@928 36 }