wok view audacious-plugins/receipt @ rev 10915

evince: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 02 08:49:43 2011 +0200 (2011-08-02)
parents dc9eda924af6
children 63885b8cea30
line source
1 # SliTaz package receipt.
3 PACKAGE="audacious-plugins"
4 VERSION="2.5.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Plugins for audacious music player"
7 MAINTAINER="mimas@slitaz.org"
8 SUGGESTED="lame faad2 neon libmms"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://audacious-media-player.org/"
11 WGET_URL="http://distfiles.atheme.org/$TARBALL"
13 DEPENDS="libxml2 libogg libvorbis alsa-lib flac dbus-glib libsndfile libcdio libmad curl taglib libcomerr3"
14 BUILD_DEPENDS="audacious-dev audacious neon flac-dev libogg-dev libvorbis-dev \
15 libmowgli-dev alsa-lib-dev lame-dev libmad-dev libmad dbus-glib-dev \
16 libmcs-dev libsamplerate-dev "
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 sed -i "s/touch -t 0001010000 /touch /g" configure
23 #XML_CFLAGS=-I/usr/include/libxml2
24 ./configure \
25 --prefix=/usr \
26 --infodir=/usr/share/info \
27 --mandir=/usr/share/man \
28 --disable-sse2 \
29 --enable-chardet \
30 --disable-esd --disable-pulse --disable-icecast \
31 --disable-jack --disable-timidity --disable-evdevplug \
32 --disable-rocklight --disable-lirc \
33 --disable-bluetooth --disable-paranormal \
34 --disable-projectm --disable-projectm-1.0 \
35 --disable-ffaudio --disable-mtp_up \
36 $CONFIGURE_ARGS &&
37 make &&
38 make DESTDIR=$DESTDIR install
39 }
41 # Rules to gen a SliTaz package suitable for Tazpkg.
42 genpkg_rules()
43 {
44 mkdir -p $fs/usr/share/locale
45 cp -a $_pkg/usr/lib $fs/usr
46 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
47 }