Magellan Linux

Contents of /trunk/deprecated/gst-plugins-good/gst-plugins-good-1.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13733 - (show annotations) (download)
Tue Oct 23 21:05:50 2012 UTC (11 years, 6 months ago) by niro
File size: 1066 byte(s)
-moved to 'deprecated'
1 # $Id$
2
3 PNAME="gst-plugins-good"
4 PVER="1.0.1"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="Several plugins for gstreamer."
10 HOMEPAGE="http://gstreamer.sourceforge.net"
11
12 DEPEND=">= media-libs/gstreamer-1.0.1
13 >= app-arch/bzip2-1.0.6
14 >= dev-libs/glib2-2.34
15 >= dev-libs/liborc-0.4.16
16 >= media-libs/gst-plugins-base-1.0.1
17 >= media-libs/libv4l-0.9
18 >= media-libs/taglib-1.8
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.83
24 >= net-libs/libsoup-2.40
25 >= sys-fs/udev-175
26 >= sys-libs/libstdc++-4.7"
27
28 SDEPEND=">= sys-dev/gettext-0.18
29 >= dev-util/pkgconfig-0.25
30 >= dev-lang/orc-0.4.16"
31
32 SRCFILE="${PNAME}-${PVER}.tar.xz"
33 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
34
35 EMUL_LINUX_32="true"
36 sminclude mbuild multilib
37 msetfeature "!check"
38
39 SRC_URI=(
40 http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
41 mirror://${PNAME}/${SRCFILE}
42 )
43
44 UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball xz"
45
46 src_compile()
47 {
48 mconfigure --enable-experimental || die
49 mmake || die
50 }