Re: [CinCVS] SVN Commit History

2007-06-05 Thread Christian Thaeter
rafael2k wrote: > hi all, > I think the svn commit history stopped at r1005... > > bye! > rafael diniz > Alternative: http://www.pipapo.org/gitweb?p=cinelerra/svn;a=log ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/mailman/s

[CinCVS] SVN Commit History

2007-06-05 Thread rafael2k
hi all, I think the svn commit history stopped at r1005... bye! rafael diniz -- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Eng. da Computação @ Unicamp Rádio Muda, radiolivre.org, TV Piolho, tvlivre.org, www.midiaindependente.org Chave PGP: http://pgp.mit.e

Re: [CinCVS] svn state

2007-04-18 Thread Kevin Brosius
On 2007-04-18 11:58, muzzol wrote: > hi! > > i want to create a new package for edgy/feisty. how is the state of > the svn right now? is there any "stable" tarball? > I built the current suse packages around rev 1004, and did some basic render tests. There have been only minor changes since the

[CinCVS] svn state

2007-04-18 Thread muzzol
hi! i want to create a new package for edgy/feisty. how is the state of the svn right now? is there any "stable" tarball? regards, muzzol -- ^ ^ O O (_ _) muzzol(a)gmail.com jabber id: muzzol(a)jabber.dk No a

Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-29 Thread Johannes Sixt
On Friday 26 January 2007 09:58, Alexis Ballier wrote: > I'd change this to : > > if test "x$enable_mmx" != "xyes"; then > ff_conf_args="$ff_conf_args --disable-mmx" > fi > > otherwise ffmpeg's configure tries to enable mmx where it should not as > on x86_64 the defa

[FWD] Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-27 Thread Herman Robak
A made a slip while I was using listadmin to throw away spam to this mailing list: I thought the one below was a duplicate. (Forwarded by cut and paste) Date: Fri, 26 Jan 2007 09:52:04 +0100 From: Alexis Ballier <[EMAIL PROTECTED]> To: cinelerra@skolelinux.no Subject: Re: [CinCVS] svn s

Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-26 Thread Alexis Ballier
> I suspect this is an artifact of your last commit to configure. It > looked like you re-enabled auto detection of MMX support? I think > Pierre disabled that for x86_64 to fix build problems on that arch. this happens only with internal ffmpeg, in configure.in you can read : if test

Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-25 Thread Kevin Brosius
On 2007-01-25 22:12, jostle wrote: > Gisle Fr0ysland wrote: > > Thursday 25 January 2007 04:38, skrev Daniel Fort: > >> undefined reference to `mm_flags' > >> ffmpeg/libavcodec/.libs/libavcodec.a(cljr.o):/home/dfort/src/cinelerra-svn/ > >> hvirtual/quicktime/ffmpeg/libavcodec/cljr.c:77: more undefi

Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-25 Thread jostle
Gisle Fr0ysland wrote: Thursday 25 January 2007 04:38, skrev Daniel Fort: undefined reference to `mm_flags' ffmpeg/libavcodec/.libs/libavcodec.a(cljr.o):/home/dfort/src/cinelerra-svn/ hvirtual/quicktime/ffmpeg/libavcodec/cljr.c:77: more undefined references to `mm_flags' follow collect2: ld retu

Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-25 Thread Gisle Fr0ysland
Thursday 25 January 2007 04:38, skrev Daniel Fort: > undefined reference to `mm_flags' > ffmpeg/libavcodec/.libs/libavcodec.a(cljr.o):/home/dfort/src/cinelerra-svn/ >hvirtual/quicktime/ffmpeg/libavcodec/cljr.c:77: more undefined references to > `mm_flags' follow > collect2: ld returned 1 exit statu

Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-25 Thread 220hex
Thursday 25 January 2007 04:38, skrev Daniel Fort: > undefined reference to `mm_flags' > ffmpeg/libavcodec/.libs/libavcodec.a(cljr.o):/home/dfort/src/cinelerra-svn/ >hvirtual/quicktime/ffmpeg/libavcodec/cljr.c:77: more undefined references to > `mm_flags' follow > collect2: ld returned 1 exit statu

[CinCVS] svn sources not building on 64-bit Gentoo

2007-01-24 Thread Daniel Fort
I've been updating and building from SVN every Wednesday and this week (revision 985) it failed. It looks like everything is in order: Summary of mandatory components: libogg found libvorbis found libvorbisencfound libvorbisfile found lib

Re: [CinCVS] SVN Revision 978, failed to build

2007-01-09 Thread mark stavar
I imagine the location of the include file is handled by the '-I' command-line options. That is normally the case in C/C++ programming. That way you don't have to change a lot of source files if you decide to re-organise your souce tree. Ciao, marks On 1/9/07, Jean-Luc Coulon (f5ibh) <[EMAIL

[CinCVS] SVN Revision 978, failed to build

2007-01-09 Thread Jean-Luc Coulon (f5ibh)
Hi, guicast/vframe.h has the following include statement: #include "colormodels.h" But colormodels.h is not located in the guicast directory but in the quicktime directory. So the statement should be: #include "../quicktime/colormodels.h" Or probalby the include should be done elsewhere. R

Re: Vedr. Re: Vedr. Re: [CinCVS] svn

2007-01-07 Thread Miha Kitič
Which version of Ubuntu (is it Edgy, Dapper, Breezy, etc.) Try running Synaptic and click the "Search button" Then search for each of needed tools. I believe you will find that there are several versions present. (I think automake should be at least 1.7 or so, but the last version is 1.9 - which a

Re: Vedr. Re: Vedr. Re: [CinCVS] svn

2007-01-07 Thread Joe Friedrichsen
On 1/7/07, Embrik Kaslegard <[EMAIL PROTECTED]> wrote: Ok. I've tried different ways of getting a higher versions, but I've failed. Not sure If I can do it on Ubuntu. This is is my versions of these files. Notice, I haven't got automake. My automake is called automake1.4 You can either try to u

Vedr. Re: Vedr. Re: [CinCVS] svn

2007-01-07 Thread Embrik Kaslegard
Ok. I've tried different ways of getting a higher versions, but I've failed. Not sure If I can do it on Ubuntu. This is is my versions of these files. Notice, I haven't got automake. My automake is called automake1.4 [EMAIL PROTECTED]:~/hvirtual$ sudo apt-cache policy autoconf automake libtool a

Re: Vedr. Re: [CinCVS] svn

2007-01-07 Thread Joe Friedrichsen
On 1/7/07, Embrik Kaslegard <[EMAIL PROTECTED]> wrote: Ok, here's the standing of my attempt to install cinerella: * I installed subversion * Fetched the cv: svn checkout svn://svn.skolelinux.org/cinelerra/trunk/hvirtual. * ran this command: sudo autoreconf -i --force * and got this message: acl

Vedr. Re: [CinCVS] svn

2007-01-07 Thread Embrik Kaslegard
Ok, here's the standing of my attempt to install cinerella: * I installed subversion * Fetched the cv: svn checkout svn://svn.skolelinux.org/cinelerra/trunk/hvirtual. * ran this command: sudo autoreconf -i --force * and got this message: aclocal: configure.in: 12: macro `AM_PROG_AS' not found i

Vedr. Re: [CinCVS] svn

2007-01-07 Thread Embrik Kaslegard
Thanks! It vas subversion, not svn. Couldn't have been easier. I've used some time on this issue. Embrik Joe Friedrichsen <[EMAIL PROTECTED]> skrev: On 1/7/07, Stephane wrote: > Embrik Kaslegard a écrit : > > Hi! > > > > According to a howto I found am I supposed to run svn to fetch > > Cinerel

Vedr. Re: [CinCVS] svn

2007-01-07 Thread Embrik Kaslegard
Hi! Yes! Doesn't seem I have the right repository. Stephane <[EMAIL PROTECTED]> skrev: Embrik Kaslegard a écrit : > Hi! > > According to a howto I found am I supposed to run svn to fetch > Cinerella's cv with this command: > |svn checkout svn://svn.skolelinux.org/cinelerra/trunk/hvirtual. >

Re: [CinCVS] svn

2007-01-07 Thread Joe Friedrichsen
On 1/7/07, Stephane <[EMAIL PROTECTED]> wrote: Embrik Kaslegard a écrit : > Hi! > > According to a howto I found am I supposed to run svn to fetch > Cinerella's cv with this command: > |svn checkout svn://svn.skolelinux.org/cinelerra/trunk/hvirtual. > > I tried this, but it seems that svn is a pr

Re: [CinCVS] svn

2007-01-07 Thread Stephane
Embrik Kaslegard a écrit : Hi! According to a howto I found am I supposed to run svn to fetch Cinerella's cv with this command: |svn checkout svn://svn.skolelinux.org/cinelerra/trunk/hvirtual. I tried this, but it seems that svn is a programme, did you try apt-get install svn ? __

[CinCVS] svn

2007-01-07 Thread Embrik Kaslegard
Hi! According to a howto I found am I supposed to run svn to fetch Cinerella's cv with this command: svn checkout svn://svn.skolelinux.org/cinelerra/trunk/hvirtual. I tried this, but it seems that svn is a programme, and I can't install it and I don't know which repository it is is either. An

Re: [CinCVS] SVN

2006-12-29 Thread Scott C. Frase
Kerneels, Your problem may be due to your firewall blocking the ports subversion uses. Once you resolve that issue, here is a list of Cinelerra dependencies for FC4, which should be the same (outside of version differences) for your FC6 install: http://crazedmuleproductions.blogspot.com/2006_08_01

Re: [CinCVS] svn rev973: ./configure neglects xorg, tiff

2006-12-28 Thread Johannes Sixt
On Wednesday 27 December 2006 23:56, Joe Friedrichsen wrote: > I installed debian etch yesterday and decided to compile cinelerra > from svn. Since the install was minimalistic, I used ./configure to > help me find the (numerous) missing development libraries. After the > final summary told me that

[CinCVS] SVN

2006-12-28 Thread kgouws
Hi all, newbie battle: I am running FC6 and trying to get Cinelerra to work. I tried Supret Sethi's rpm's first, but it complains about a lot of dependancies that are failing and the site does not mention any dependancies. So I decided to try and compile from source. When I try "svn checkout

[CinCVS] SVN read only checkout problem

2006-12-27 Thread Bob McGowan
Hi, As I'm not a member of the list, please include my direct email address in your reply. I've been trying to get Cinelerra and the supporting libraries compiled on my Debian testing (etch) system and have run into a number of issues that I hope someone on this list can help me with. Init

[CinCVS] svn rev973: ./configure neglects xorg, tiff

2006-12-27 Thread Joe Friedrichsen
I installed debian etch yesterday and decided to compile cinelerra from svn. Since the install was minimalistic, I used ./configure to help me find the (numerous) missing development libraries. After the final summary told me that all were found, compilation broke a few times because ./configure m

Re: [CinCVS] SVN 899, windows are no more placed

2006-10-31 Thread Jean-Luc Coulon (f5ibh)
Hi, 2006/9/25, Johannes Sixt <[EMAIL PROTECTED]>: On Monday 25 September 2006 15:08, Jean-Luc Coulon (f5ibh) wrote: > Hi, > > With this SVN version, the windows are no more placed as they was in > the past. > > - When I launch cinelerra, some are stacked, the ressources window is > correctly pla

Re: [CinCVS] SVN 899, windows are no more placed

2006-09-26 Thread Jean-Luc Coulon (f5ibh)
Hi Johannes, Le 25.09.2006 22:31:47, Johannes Sixt a écrit : On Monday 25 September 2006 15:08, Jean-Luc Coulon (f5ibh) wrote: > Hi, > > With this SVN version, the windows are no more placed as they was in > the past. > > - When I launch cinelerra, some are stacked, the ressources window is > co

Re: [CinCVS] SVN 899, windows are no more placed

2006-09-25 Thread Johannes Sixt
On Monday 25 September 2006 15:08, Jean-Luc Coulon (f5ibh) wrote: > Hi, > > With this SVN version, the windows are no more placed as they was in > the past. > > - When I launch cinelerra, some are stacked, the ressources window is > correctly placed. > - If I use Window --> Défault Positions, I get

[CinCVS] SVN 899, windows are no more placed

2006-09-25 Thread Jean-Luc Coulon (f5ibh)
Hi, With this SVN version, the windows are no more placed as they was in the past. - When I launch cinelerra, some are stacked, the ressources window is correctly placed. - If I use Window --> Défault Positions, I get the default positions as before but the size is slighly less than the

Re: [CinCVS] SVN move... svn://cvs.cinelerra.org/repos/ --> svn://svn.skolelinux.org/

2006-08-14 Thread rafael2k
Hi Herman, I think the name cvs.cinelerra.org has no meaning anymore. maybe cv.cinelerra.org is better :-) bye, rafael diniz Em Dom 13 Ago 2006 11:50, Herman Robak escreveu: > Just to make sure everyone this may concern notices it, > I put it in the subject. > > > cvs.cinelerra.org points t

Re: [CinCVS] SVN move... svn://cvs.cinelerra.org/repos/ --> svn://svn.skolelinux.org/

2006-08-13 Thread Ichthyostega
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ...and if anyone is using SVK: I just succsessfully did the following: svk mirror --relocate //Mydepot/path svn://svn.skolelinux.org/cinelerra/trunk/hvirtual svk sync //Mydepot/path -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (GNU/Linux)

Re: [CinCVS] SVN move... svn://cvs.cinelerra.org/repos/ --> svn://svn.skolelinux.org/

2006-08-13 Thread Ichthyostega
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johannes Sixt schrieb: > Caveat: I haven't tested this. I don't know if it works as expected for > checkouts of older > revisions (a situation which should be common these days because we recommend > to stick with > -r836). Yes, normally this works

Re: [CinCVS] SVN move... svn://cvs.cinelerra.org/repos/ --> svn://svn.skolelinux.org/

2006-08-13 Thread Johannes Sixt
On Sunday 13 August 2006 13:50, Herman Robak wrote: > Old checkout command > svn checkout svn://cvs.cinelerra.org/repos/cinelerra/trunk/hvirtual > > New checkout command: > svn checkout svn://svn.skolelinux.org/cinelerra/trunk/hvirtual > > (Replace "cvs.cinelerra.org/repos/" with "svn.skolelinux.or

[CinCVS] SVN move... svn://cvs.cinelerra.org/repos/ --> svn://svn.skolelinux.org/

2006-08-13 Thread Herman Robak
Just to make sure everyone this may concern notices it, I put it in the subject. cvs.cinelerra.org points to the old server developer.skolelinux.no. The Subversion repository used to be at developer. Now it has moved to svn.skolelinux.org. bugs.cinelerra.org and the web pages remain at develo

Re: [CinCVS] SVN Changelog - What's new ?

2006-05-14 Thread Pierre Dumuid
In regards to this page, I tried added some highlighting so that it can be possibly more quickly worked out if a patch is a bugfix, addition, (along with linking to the bugs). Would it be too much to ask for commiters to add a common string at the beginning of their commit log string (i.e. "BU

Re: [CinCVS] SVN Changelog - What's new ?

2006-05-14 Thread Nicolas
On Sun, May 14, 2006 at 07:40:06PM +0930, Pierre Marc Dumuid wrote: > Or check out the page: > > http://cvs.cinelerra.org/svn_log.php > > which I recently added (this php script runs "svn log HEAD:1" on the > server so is always up-to-date) > > Pierre Bookmarked! Thank you, Pierre. Nicolas.

Re: [CinCVS] SVN Changelog - What's new ?

2006-05-14 Thread Pierre Marc Dumuid
Or check out the page: http://cvs.cinelerra.org/svn_log.php which I recently added (this php script runs "svn log HEAD:1" on the server so is always up-to-date) Pierre Johannes Sixt wrote: On Saturday 13 May 2006 19:43, Nicolas wrote: Hello, I use Cinelerra SVN revision 786. I downloaded

Re: [CinCVS] SVN Changelog - What's new ?

2006-05-13 Thread Nicolas
On Sat, May 13, 2006 at 09:37:33PM +0200, Johannes Sixt wrote: > On Saturday 13 May 2006 19:43, Nicolas wrote: > > Hello, > > > > I use Cinelerra SVN revision 786. I downloaded the latest SVN, and the > > revision number is now 789. What's new compared to my 786 version? > > I looked at the Changel

Re: [CinCVS] SVN Changelog - What's new ?

2006-05-13 Thread Johannes Sixt
On Saturday 13 May 2006 19:43, Nicolas wrote: > Hello, > > I use Cinelerra SVN revision 786. I downloaded the latest SVN, and the > revision number is now 789. What's new compared to my 786 version? > I looked at the Changelog file, but it's not updated anymore. > > Generally speaking, is there a w

[CinCVS] SVN Changelog - What's new ?

2006-05-13 Thread Nicolas
Hello, I use Cinelerra SVN revision 786. I downloaded the latest SVN, and the revision number is now 789. What's new compared to my 786 version? I looked at the Changelog file, but it's not updated anymore. Generally speaking, is there a way to know what's new in the SVN versions? Thanks. Nicola