Magellan Linux

Contents of /trunk/extras/swfdec/swfdec-0.8.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4195 - (show annotations) (download)
Mon Nov 30 09:42:26 2009 UTC (14 years, 5 months ago) by niro
File size: 1047 byte(s)
auto added: ver bump to 0.8.4-r1
1 # $Id$
2
3 PNAME="swfdec"
4 PVER="0.8.4"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Swfdec is a decoder/renderer library for Macromedia Flash animations."
11 HOMEPAGE="http://swfdec.freedesktop.org/"
12
13 DEPEND=">= x11-libs/gtk2+-2.18
14 >= net-libs/libsoup-2.28
15 >= media-libs/libmad-0.15
16 >= media-video/ffmpeg-200911
17 >= media-libs/gstreamer-0.10.25
18 >= media-libs/gst-plugins-base-0.10.25
19 >= media-libs/gst-plugins-good-0.10.16
20 >= media-libs/alsa-lib-1.0.21"
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mtools mbuild
26
27 SRC_URI=(
28 http://swfdec.freedesktop.org/download/${PNAME}/${PVER%.*}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 # get the right ffmpeg include dirs
37 FFMPEG_CFLAGS="-I /usr/include/libavcodec -I/usr/include/libswscale" \
38 mconfigure \
39 --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \
40 --disable-static \
41 --enable-gtk \
42 --enable-mad \
43 --enable-ffmpeg \
44 --enable-gstreamer \
45 --with-audio=alsa \
46 || die
47
48 mmake || die
49 }

Properties

Name Value
svn:keywords Id