/[smage]/branches/R11-unstable/extras/gstreamer0.10-plugins-fluendo-mp3/gstreamer0.10-plugins-fluendo-mp3-0.10.32-r1.smage2 |
Contents of /branches/R11-unstable/extras/gstreamer0.10-plugins-fluendo-mp3/gstreamer0.10-plugins-fluendo-mp3-0.10.32-r1.smage2
Parent Directory | Revision Log
Revision 25282 -
(show annotations)
(download)
Tue Nov 25 03:22:31 2014 UTC (9 years, 11 months ago) by niro
File size: 884 byte(s)
Tue Nov 25 03:22:31 2014 UTC (9 years, 11 months ago) by niro
File size: 884 byte(s)
-release branches/R11-unstable
1 | # $Id$ |
2 | |
3 | PVER="0.10.32" |
4 | _realPNAME="gst-plugins-fluendo-mp3" |
5 | _majorPVER="${PVER%.*}" |
6 | |
7 | PNAME="gstreamer${_majorPVER}-plugins-fluendo-mp3" |
8 | PBUILD="r1" |
9 | |
10 | PCAT="media-libs" |
11 | |
12 | DESCRIPTION="Fluendo MP3 plugin for gstreamer${_majorPVER}." |
13 | HOMEPAGE="http://gstreamer.sourceforge.net" |
14 | |
15 | DEPEND=">= media-libs/gstreamer${_majorPVER}-${_majorPVER} |
16 | >= media-libs/gstreamer${_majorPVER}-plugins-base-${_majorPVER} |
17 | >= dev-libs/glib2-2.40 |
18 | >= dev-libs/liborc-0.4.21" |
19 | |
20 | SDEPEND=">= sys-dev/gettext-0.18 |
21 | >= dev-util/pkgconfig-0.26 |
22 | >= dev-lang/orc-0.4.18" |
23 | |
24 | SRCFILE="gst-fluendo-mp3-${PVER}.tar.bz2" |
25 | SRCDIR="${BUILDDIR}/gst-fluendo-mp3-${PVER}" |
26 | |
27 | sminclude mbuild |
28 | |
29 | SRC_URI=( |
30 | http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/${SRCFILE} |
31 | mirror://${_realPNAME}/${SRCFILE} |
32 | ) |
33 | |
34 | UP2DATE="updatecmd http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/ | grep gst-fluendo-mp3-${_majorPVER} | lasttarball" |