Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1069 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/swfdec/swfdec-0.6.8-r1.smage2,v 1.2 2008/08/16 21:14:03 niro Exp $
2
3 PNAME="swfdec"
4 PVER="0.6.8"
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.12
14 >= media-libs/libmad-0.15
15 >= media-video/ffmpeg-2008
16 >= media-libs/gstreamer-0.10.19
17 >= media-libs/gst-plugins-good-0.10.7
18 >= media-libs/alsa-lib-1.0.16"
19
20 SRCFILE="${PNAME}-${PVER}.tar.gz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mtools mbuild
24
25 SRC_URI=(
26 http://swfdec.freedesktop.org/download/${PNAME}/${PVER%.*}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 # get the right ffmpeg include dirs
35 FFMPEG_CFLAGS="-I /usr/include/libavcodec -I/usr/include/libswscale" \
36 mconfigure \
37 --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \
38 --disable-static \
39 --enable-gtk \
40 --enable-mad \
41 --enable-ffmpeg \
42 --enable-gstreamer \
43 --with-audio=alsa \
44 || die
45
46 mmake || die
47 }

Properties

Name Value
svn:keywords Id