Re: xbmc and poudriere compile error

2013-03-08 Thread Mickaël Maillot
2013/3/8 Wolfgang Riegler wolfgang.rieg...@gmx.de

 Hi,

 I do a portsnap fetch update before running poudriere bulk. Is
 ports/175933 newer? I have Last night same error. I have to install svn
 first to test the port revision.


that it: Installing ffmpeg-0.7.15,1
currently xbmc can not be build with ffmpeg 0.7 installed,
in PR 175933, you'll find update to 12.0 final and a fix for that.
but the fix does not work with clang.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: xbmc and poudriere compile error

2013-03-08 Thread Baptiste Daroussin
On Fri, Mar 08, 2013 at 04:52:22PM +0100, Mickaël Maillot wrote:
 2013/3/8 Wolfgang Riegler wolfgang.rieg...@gmx.de
 
  Hi,
 
  I do a portsnap fetch update before running poudriere bulk. Is
  ports/175933 newer? I have Last night same error. I have to install svn
  first to test the port revision.
 
 
 that it: Installing ffmpeg-0.7.15,1
 currently xbmc can not be build with ffmpeg 0.7 installed,

Actually that just mean that ffmpeg 0.7 is in the dependency graph of xbmc,
meaning something needs to be fixed so that xbmc does not depends by anyway on
ffmpeg 0.7.

regards,
Bapt


pgp_5UaC0Tsrd.pgp
Description: PGP signature


Re: xbmc and poudriere compile error

2013-03-07 Thread Mickaël Maillot
Hi,

2013/3/6 Wolfgang Riegler wolfgang.rieg...@gmx.de

 Hi,

 I have problems compiling xbmc with poudriere-devel.

 Logfile says:
 DVDAudioCodecFFmpeg.cpp: In member function 'virtual int
 CDVDAudioCodecFFmpeg::Decode(BYTE*, int)':
 DVDAudioCodecFFmpeg.cpp:163: error: 'struct AVFrame' has no member named
 'nb_samples'
 DVDAudioCodecFFmpeg.cpp: In member function 'void
 CDVDAudioCodecFFmpeg::ConvertToFloat()':
 DVDAudioCodecFFmpeg.cpp:208: error: 'struct AVFrame' has no member named
 'nb_samples'
 gmake[1]: *** [DVDAudioCodecFFmpeg.o] Error 1
 gmake: *** [xbmc/cores/dvdplayer/DVDCodecs/Audio/Audio.a] Error 2
 *** [do-build] Error code 1



 I tried several options, EXTERNAL_FFMPEG, NONFREE and LIBBLURAY on and
 off, but no changes. I also tried compiling without CCACHE

 Poudriere uses a FreeBSD 9.1-RELEASE AMD64 Jail.



 Any help is appreciated, thanks in advance.

 kind regards

 Wolfgang Riegler
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


which ffmpeg port are installed ? i think multimedia/ffmpeg can conflict
with xbmc build.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: xbmc and poudriere compile error

2013-03-07 Thread Mickaël Maillot
2013/3/7 Mickaël Maillot mickael.mail...@gmail.com

 Hi,

 2013/3/6 Wolfgang Riegler wolfgang.rieg...@gmx.de

 Hi,

 I have problems compiling xbmc with poudriere-devel.

 Logfile says:
 DVDAudioCodecFFmpeg.cpp: In member function 'virtual int
 CDVDAudioCodecFFmpeg::Decode(BYTE*, int)':
 DVDAudioCodecFFmpeg.cpp:163: error: 'struct AVFrame' has no member named
 'nb_samples'
 DVDAudioCodecFFmpeg.cpp: In member function 'void
 CDVDAudioCodecFFmpeg::ConvertToFloat()':
 DVDAudioCodecFFmpeg.cpp:208: error: 'struct AVFrame' has no member named
 'nb_samples'
 gmake[1]: *** [DVDAudioCodecFFmpeg.o] Error 1
 gmake: *** [xbmc/cores/dvdplayer/DVDCodecs/Audio/Audio.a] Error 2
 *** [do-build] Error code 1



 I tried several options, EXTERNAL_FFMPEG, NONFREE and LIBBLURAY on and
 off, but no changes. I also tried compiling without CCACHE

 Poudriere uses a FreeBSD 9.1-RELEASE AMD64 Jail.



 Any help is appreciated, thanks in advance.

 kind regards

 Wolfgang Riegler
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


 which ffmpeg port are installed ? i think multimedia/ffmpeg can conflict
 with xbmc build.


Also: can you try my last patch from PR ports/175933 ?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


xbmc and poudriere compile error

2013-03-06 Thread Wolfgang Riegler
Hi,

I have problems compiling xbmc with poudriere-devel.

Logfile says:
DVDAudioCodecFFmpeg.cpp: In member function 'virtual int 
CDVDAudioCodecFFmpeg::Decode(BYTE*, int)':
DVDAudioCodecFFmpeg.cpp:163: error: 'struct AVFrame' has no member named 
'nb_samples'
DVDAudioCodecFFmpeg.cpp: In member function 'void 
CDVDAudioCodecFFmpeg::ConvertToFloat()':
DVDAudioCodecFFmpeg.cpp:208: error: 'struct AVFrame' has no member named 
'nb_samples'
gmake[1]: *** [DVDAudioCodecFFmpeg.o] Error 1
gmake: *** [xbmc/cores/dvdplayer/DVDCodecs/Audio/Audio.a] Error 2
*** [do-build] Error code 1



I tried several options, EXTERNAL_FFMPEG, NONFREE and LIBBLURAY on and off, but 
no changes. I also tried compiling without CCACHE

Poudriere uses a FreeBSD 9.1-RELEASE AMD64 Jail.



Any help is appreciated, thanks in advance.

kind regards

Wolfgang Riegler
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org