Magellan Linux

Contents of /trunk/deprecated/gst-plugins-good/gst-plugins-good-0.10.30-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13733 - (show annotations) (download)
Tue Oct 23 21:05:50 2012 UTC (11 years, 7 months ago) by niro
File size: 1120 byte(s)
-moved to 'deprecated'
1 # $Id$
2
3 PNAME="gst-plugins-good"
4 PVER="0.10.30"
5 PBUILD="r6"
6
7 PCAT="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-2.1
23 >= dev-libs/libcdio-0.82
24 >= net-libs/libsoup-2.30
25 >= sys-fs/udev-175
26 >= sys-libs/libstdc++-4.6"
27
28 SDEPEND=">= sys-dev/gettext-0.18
29 >= dev-util/pkgconfig-0.25"
30
31 SRCFILE="${PNAME}-${PVER}.tar.bz2"
32 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
33
34 sminclude mbuild multilib
35 msetfeature "!check"
36
37 SRC_URI=(
38 http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
39 mirror://${PNAME}/${SRCFILE}
40 )
41
42 UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
43
44 src_compile()
45 {
46 # really disable esound support
47 mconfigure --disable-esd --disable-esdtest --disable-gconf --disable-hal --enable-experimental || die
48 mmake || die
49 }