Re: [CinCVS] new powerpc patch

2006-10-26 Thread rafael2k
you sent your email about 1 hour after the mine :-)
i'll test things right now.

bye,
rafael diniz


Em Quinta 26 Outubro 2006 03:32, Pierre Dumuid escreveu:
> was wondering why you posted this when I had sent a somewhat universal
> one, but just realised there's must have been a delay in your mail
> getting to me?
>
> rafael2k wrote:
> > hi all,
> > after a day looking at the cinelerra build scripts i made a patch (
> > http://slack.sarava.org/slackbuilds/cinelerra/cinelerra-powerpc.diff
> > ) that adds correct compilation flags for ppc, but is still not a
> > universal code (but shout work to compile cinelerra in powerpc).
> > also i and herman realized that dv support has problems...
> > maybe because endianess difference of intel and powerpc.
> >
> > it includes patchs of:
> >
> > quicktime/ffmpeg/libavcodec/Makefile.am: excludes x86 stuff and adds ppc
> > stuff
> >
> > quicktime/ffmpeg/avconfig.h: regenerated from ./configure w/ pierre patch
> > (with --disable-altivec, as i'm in a G3)
> >
> > configure.in: removed hardcoded i386/Makefile and replaced with
> > ppc/Makefile.
> >
> > quicktime/ffmpeg/libavcodec/ppc/Makefile.am: This is a new file in the
> > source tree i created, i dunno why that file was not there...
> >
> >
> > ==
> >
> > things to be done:
> >
> > - include what pierre said to generate a correct avconfig.h:
> >
> > --
> > The idea I had has to add something like the following to the configure
> > script:
> > # BEGIN QUICKTIME COMPILE SETTING FIX
> > mkdir -p quicktime/ffmpeg/
> > cd quicktime/ffmpeg
> > $(source_dir)/quicktime/ffmpeg/configure
> > mv config.h avconfig.h
> > cd ../../
> > # END QUICKTIME COMPILE SETTING FIX
> > --
> >
> > - include conditionals to quicktime/ffmpeg/libavcodec/Makefile.am and in
> > configure.in to handle x86 and ppc plataforms (and probably others)
> > correctly.
> >
> >
> > ==
> >
> > to compile with the patch:
> > $ patch -p0 < cinelerra-powerpc.diff
> > $ ./autogen.sh
> > $ ./configure
> > 
> >
> >
> >
> > bye,
> > rafael diniz

-- 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Eng. da Computação @  Unicamp
Radio Muda, radiolivre.org, Centro de Mídia Independente
Chave PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2FF86098
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-



pgppbBIm2SI6y.pgp
Description: PGP signature


Re: [CinCVS] new powerpc patch

2006-10-25 Thread Pierre Dumuid
was wondering why you posted this when I had sent a somewhat universal 
one, but just realised there's must have been a delay in your mail 
getting to me?



rafael2k wrote:

hi all,
after a day looking at the cinelerra build scripts i made a patch (  
http://slack.sarava.org/slackbuilds/cinelerra/cinelerra-powerpc.diff
) that adds correct compilation flags for ppc, but is still not a universal 
code (but shout work to compile cinelerra in powerpc).

also i and herman realized that dv support has problems...
maybe because endianess difference of intel and powerpc.

it includes patchs of:

quicktime/ffmpeg/libavcodec/Makefile.am: excludes x86 stuff and adds ppc stuff

quicktime/ffmpeg/avconfig.h: regenerated from ./configure w/ pierre patch 
(with --disable-altivec, as i'm in a G3)


configure.in: removed hardcoded i386/Makefile and replaced with ppc/Makefile.

quicktime/ffmpeg/libavcodec/ppc/Makefile.am: This is a new file in the source 
tree i created, i dunno why that file was not there...



==

things to be done:

- include what pierre said to generate a correct avconfig.h:

--
The idea I had has to add something like the following to the configure 
script:

# BEGIN QUICKTIME COMPILE SETTING FIX
mkdir -p quicktime/ffmpeg/
cd quicktime/ffmpeg
$(source_dir)/quicktime/ffmpeg/configure
mv config.h avconfig.h
cd ../../
# END QUICKTIME COMPILE SETTING FIX
--

- include conditionals to quicktime/ffmpeg/libavcodec/Makefile.am and in 
configure.in to handle x86 and ppc plataforms (and probably others) 
correctly.



==

to compile with the patch:
$ patch -p0 < cinelerra-powerpc.diff
$ ./autogen.sh
$ ./configure




bye,
rafael diniz

  



--
__

Get Firefox! http://www.mozilla.org/products/firefox/

Mr Pierre Dumuid
Phd Student

Active Noise and Vibration Control Group
School of Mechanical Engineering
The University of Adelaide 
SA 5005

AUSTRALIA

Email:  [EMAIL PROTECTED]
[EMAIL PROTECTED]
Work:   +61 (0)8 8303 3847

Mobile: 0407 570 263

Web Page : http://www.mecheng.adelaide.edu.au/
__

CRICOS Provider Number 00123M
--- 


This email message is intended only for the addressee(s) and contains
information that may be confidential and/or copyright.  If you are not
the intended recipient please notify the sender by reply email and
immediately delete this email. Use, disclosure or reproduction of this
email by anyone other than the intended recipient(s) is strictly
prohibited. No representation is made that this email or any attachments
are free of viruses. Virus scanning is recommended and is the
responsibility of the recipient.

begin:vcard
fn:Pierre Dumuid
n:Dumuid;Pierre
org:The University of Adelaide;Mechanical Engineering
adr:;;;Adelaide;South Australia;5005;Australia
email;internet:[EMAIL PROTECTED]
title:Postgraduate Student
tel;work:8303 3847
tel;home:8388 5727
tel;cell:0407570263
note:CRICOS Provider Number 00123M
x-mozilla-html:TRUE
url:http://www.adelaide.edu.au
version:2.1
end:vcard



[CinCVS] new powerpc patch

2006-10-25 Thread rafael2k
hi all,
after a day looking at the cinelerra build scripts i made a patch (  
http://slack.sarava.org/slackbuilds/cinelerra/cinelerra-powerpc.diff
) that adds correct compilation flags for ppc, but is still not a universal 
code (but shout work to compile cinelerra in powerpc).
also i and herman realized that dv support has problems...
maybe because endianess difference of intel and powerpc.

it includes patchs of:

quicktime/ffmpeg/libavcodec/Makefile.am: excludes x86 stuff and adds ppc stuff

quicktime/ffmpeg/avconfig.h: regenerated from ./configure w/ pierre patch 
(with --disable-altivec, as i'm in a G3)

configure.in: removed hardcoded i386/Makefile and replaced with ppc/Makefile.

quicktime/ffmpeg/libavcodec/ppc/Makefile.am: This is a new file in the source 
tree i created, i dunno why that file was not there...


==

things to be done:

- include what pierre said to generate a correct avconfig.h:

--
The idea I had has to add something like the following to the configure 
script:
# BEGIN QUICKTIME COMPILE SETTING FIX
mkdir -p quicktime/ffmpeg/
cd quicktime/ffmpeg
$(source_dir)/quicktime/ffmpeg/configure
mv config.h avconfig.h
cd ../../
# END QUICKTIME COMPILE SETTING FIX
--

- include conditionals to quicktime/ffmpeg/libavcodec/Makefile.am and in 
configure.in to handle x86 and ppc plataforms (and probably others) 
correctly.


==

to compile with the patch:
$ patch -p0 < cinelerra-powerpc.diff
$ ./autogen.sh
$ ./configure




bye,
rafael diniz

-- 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Eng. da Computação @  Unicamp
Radio Muda, radiolivre.org, Centro de Mídia Independente
Chave PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2FF86098
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-



pgp4FsC93EYJl.pgp
Description: PGP signature