Magellan Linux

Contents of /branches/magellan-next/core/gst-plugins-good/gst-plugins-good-0.10.30-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9379 - (show annotations) (download)
Mon Nov 28 18:33:53 2011 UTC (12 years, 5 months ago) by niro
File size: 1042 byte(s)
-rebuild, depend on libpulse
1 # $Id$
2
3 PNAME="gst-plugins-good"
4 PVER="0.10.30"
5 PBUILD="r3"
6
7 PCATEGORIE="media-libs"
8
9 DESCRIPTION="Several plugins for gstreamer."
10 HOMEPAGE="http://gstreamer.sourceforge.net"
11
12 DEPEND=">= media-libs/gstreamer-0.10.35
13 >= app-arch/bzip2-1.0.6
14 >= dev-libs/glib2-2.28
15 >= dev-libs/liboil-0.3.17
16 >= media-libs/gst-plugins-base-0.10.35
17 >= media-libs/libv4l-0.8
18 >= media-libs/taglib-1.7
19 >= media-libs/flac-1.2
20 >= media-libs/libpng-1.5
21 >= media-libs/libjpeg-8c
22 >= media-sound/libpulse-1.1
23 >= dev-libs/libcdio-0.82
24 >= net-libs/libsoup-2.30
25 >= sys-fs/udev-175"
26
27 SDEPEND=">= sys-dev/gettext-0.18
28 >= dev-util/pkgconfig-0.25"
29
30 SRCFILE="${PNAME}-${PVER}.tar.bz2"
31 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
32
33 sminclude mbuild multilib
34
35 SRC_URI=(
36 http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
37 mirror://${PNAME}/${SRCFILE}
38 )
39
40 UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
41
42 src_compile()
43 {
44 # really disable esound support
45 mconfigure --disable-esd --disable-esdtest --disable-gconf || die
46 mmake || die
47 }