[MacPorts] #14960: BUG: ffmpeg svn fetch is using HEAD for
parts of the software
MacPorts
trac at macosforge.org
Tue Apr 8 13:56:45 PDT 2008
#14960: BUG: ffmpeg svn fetch is using HEAD for parts of the software
----------------------------------+-----------------------------------------
Reporter: raimue at macports.org | Owner: acho at macports.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords: ffmpeg
----------------------------------+-----------------------------------------
Comment (by antonin at gwikzone.org):
Same problem here :
{{{
$ sudo port -d install ffmpeg +gpl +lame +extvorbis +faac +faad +xvid
+x264 +a52
+avfilter +postproc
....
....
make -C libswscale all
Makefile:24: ../subdir.mak: No such file or directory
make[1]: *** No rule to make target `../subdir.mak'. Stop.
make: *** [lib] Error 2
}}}
I've successfully compiled it with ffmpeg rev 12276 and libswscale rev
26183 using dependencies build by macports :
{{{
svn export --ignore-externals svn://svn.mplayerhq.hu/ffmpeg/trunk@12276
ffmpeg
cd ffmpeg
svn export svn://svn.mplayerhq.hu/mplayer/trunk/libswscale@26183
ruby -i.bak -pe 'gsub(/defined\(ARCH_X86\) \&\& defined\(CONFIG_GPL\)/,
"defined(ARCH_X86) && defined(CONFIG_GPL) && !defined(__APPLE__)")'
libswscale/rgb2rgb.c
svn export svn://svn.mplayerhq.hu/mplayer/trunk/libswscale@26183
./configure --enable-shared --disable-mmx --enable-pthreads --enable-
liba52 --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-
libvorbis --enable-gpl --enable-pp --enable-libxvid --enable-libx264
--enable-swscaler --extra-cflags="-I/opt/local/include" --extra-
ldflags="-L/opt/local/lib"
make
}}}
HTH.
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14960#comment:2>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list