Magellan Linux

Diff of /trunk/extras/gstreamer0.10-plugins-ffmpeg/gstreamer0.10-plugins-ffmpeg-0.10.13-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 17472 by niro, Mon Jun 17 12:54:05 2013 UTC revision 17473 by niro, Mon Jun 17 13:17:38 2013 UTC
# Line 16  HOMEPAGE="http://gstreamer.sourceforge.n Line 16  HOMEPAGE="http://gstreamer.sourceforge.n
16  DEPEND=">= media-libs/gstreamer${_majorPVER}-${_majorPVER}  DEPEND=">= media-libs/gstreamer${_majorPVER}-${_majorPVER}
17   >= media-libs/gstreamer${_majorPVER}-plugins-base-${_majorPVER}   >= media-libs/gstreamer${_majorPVER}-plugins-base-${_majorPVER}
18   >= dev-libs/glib2-2.36   >= dev-libs/glib2-2.36
19   >= dev-libs/liborc-0.4.16   >= dev-libs/liborc-0.4.16"
  >= media-video/ffmpeg-1.2"  
20    
21  SDEPEND=">= sys-dev/gettext-0.18  SDEPEND=">= sys-dev/gettext-0.18
22   >= dev-util/pkgconfig-0.26   >= dev-util/pkgconfig-0.26
23   >= dev-lang/orc-0.4.16"   >= dev-lang/orc-0.4.16
24     >= dev-lang/yasm-0.7
25     >= media-libs/libsdl-1.2.14"
26    
27  SRCFILE="${_realPNAME/-plugins/}-${PVER}.tar.bz2"  SRCFILE="${_realPNAME/-plugins/}-${PVER}.tar.bz2"
28  SRCDIR="${BUILDDIR}/${_realPNAME/-plugins/}-${PVER}"  SRCDIR="${BUILDDIR}/${_realPNAME/-plugins/}-${PVER}"
# Line 40  src_compile() Line 41  src_compile()
41  {  {
42   cd ${SRCDIR}   cd ${SRCDIR}
43    
44   mconfigure  --disable-static --enable-orc --with-system-ffmpeg || die   mconfigure  --disable-static --enable-orc --with-ffmpeg-extra-configure="--enable-runtime-cpudetect" || die
45   mmake || die   mmake || die
46  }  }

Legend:
Removed from v.17472  
changed lines
  Added in v.17473