Re: [CinCVS] Please help me in order to find the problem...

2006-02-19 Thread Andraz Tori
On ned, 2006-02-19 at 23:43 +0100, Nicolas wrote:
> Hello again,
> 
> I try to understand where the problem comes from. As I said, when
> opening my project from my "normal" user, the tracks load, and then, the
> cursor shape doesn't change, and I can't edit the video.
> 
> If I open the SAME project with the root account, everything works fine.
> 
> I though there was not enough room on my home directory. But there's
> more than 3.3 Go free in the home partition of my "normal" user.
> 
> I then though the problem comes from the .idx files in the ~/.bcast
> directory. I deleted all the .idx files related to that project, and the
> problem was still there.

you did that in /root/.bcast (Which is used when you use root)
or /home/something/.bcast (which is used when you use normal account) ?

> I then though the problem comes from permissions of files. I chowned ALL
> the files to my "normal user" (chown -R user:user *). The problem is
> still there.

> That problem occured while I did not do anything special. I did not mess
> anything.
> 
> I really would like to understand was causes the problem. That could
> happen another time. I generally edit my videos in a hurry, and I really
> need everything to work fine.
> 
> How could I find the source of the problem? Would runing cinelerra from
> gdb help ?
> 
> Thank you.
> Nicolas.
> 


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Please help me in order to find the problem...

2006-02-19 Thread Heikki Repo
On Mon, 2006-02-20 at 00:50 +0100, Nicolas wrote:
> On Mon, Feb 20, 2006 at 09:41:56AM +1000, mark stavar wrote:
> > It is not clear from your mail how you launch cinelerra, but you could try
> > starting it from a command-line window.  It could be that there is error/
> > diagnostic info appearing on the screen that you are missing if it is just
> > starting via a window manager.
> > 
> > Just a thought,
> > 
> > marks
> 
> Marks,
> 
> I launched it from a terminal, and nothing special appears :
> 
> Cinelerra 2.0 Sat Aug 27 21:05:30 PDT 2005 (C)2005 Heroine Virtual Ltd.
> Cinelerra is free software, covered by the GNU General Public License,
> and you are welcome to change it and/or distribute copies of it under
> certain conditions. There is absolutely no warranty for Cinelerra.
> 
> :-/
> 
> Nicolas.
> 

Nicolas,

That's has been quite a common problem for me too. The only way to 'fix'
it has been to close cinelerra, restart it and try to load from the
backup until it works. I have no idea why it is happening, but usually I
have after a few tries succeeded.

-Heikki


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[CinCVS] DiffKey plugin

2006-02-19 Thread stuff
Hello,

I am using cinelerra 2 and was wondering if the diff key plugin in the 
unofficial cvs release was the same as the one found @ 
diffkey.sourceforge.net because it seems not to be.

If I need to install the diffkey.plugin from sourceforge how do I do this 
considering the cvs branch use .so and .la files and not .plugin files.

Thanks

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Small improvements in stable version?

2006-02-19 Thread dimitri . pekarovsky
On Fri, 17 Feb 2006 20:19:40 +0100
Gunter Ohrner <[EMAIL PROTECTED]> wrote:

> Am Freitag, 17. Februar 2006 16:28, schrieb Dimytch:
> > =Why install only in usr/local ?
> 
> Istn't PREFIX set to anything you tell configure to set it to?
> 
> (I've not installed Cinelerra from source in ages, but that's what I'd 
> expect from any configure-script...)

No. there`s are changes, that a found to be useful, _after_ I runned configure,
and examined resulting files.

> 
> > =My Yasm and Nasm are placed in
> > secret place :-) % diff configure cinelerra-2.0/configure
> 
> Mh, if you add the "secret place" to your path, where /usr/bin 
> and /usr/local/bin should belong anyway, "which" will find it. Only 
> looking into twei directories is way worse IMHO...
Place is no so secret, it is in PATH. But in configure are hardcoded onlu /usr 
and /usr/local.
IMHO also, so I made those changes.

> 
> > < if [ $HAVE_YASM == "n" ];
> > > if [ $HAVE_YASM == n ];
> 
> This change shouldn't change the behaviour in any way. However, the 
> comparison operator is wrong, AFAIK "==" is a bash-ism. A single "=" 
> would be correct in this place.

yes, you are right.

Dimytch

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Please help me in order to find the problem...

2006-02-19 Thread Nicolas
On Mon, Feb 20, 2006 at 09:41:56AM +1000, mark stavar wrote:
> It is not clear from your mail how you launch cinelerra, but you could try
> starting it from a command-line window.  It could be that there is error/
> diagnostic info appearing on the screen that you are missing if it is just
> starting via a window manager.
> 
> Just a thought,
> 
> marks

Marks,

I launched it from a terminal, and nothing special appears :

Cinelerra 2.0 Sat Aug 27 21:05:30 PDT 2005 (C)2005 Heroine Virtual Ltd.
Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.

:-/

Nicolas.

-- 
 Conti   O
-- Kawasaki-Nikon-Linux ---  ._ /\_>
--- Powered ---  (x)> (x)
~~~

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Please help me in order to find the problem...

2006-02-19 Thread mark stavar
It is not clear from your mail how you launch cinelerra, but you could
try starting it from a command-line window.  It could be that
there is error/diagnostic info appearing on the screen that you are
missing if it is just starting via a window manager.

Just a thought,

marks
On 2/20/06, Nicolas <[EMAIL PROTECTED]> wrote:
Hello again,I try to understand where the problem comes from. As I said, whenopening my project from my "normal" user, the tracks load, and then, thecursor shape doesn't change, and I can't edit the video.
If I open the SAME project with the root account, everything works fine.I though there was not enough room on my home directory. But there'smore than 3.3 Go free in the home partition of my "normal" user.
I then though the problem comes from the .idx files in the ~/.bcastdirectory. I deleted all the .idx files related to that project, and theproblem was still there.I then though the problem comes from permissions of files. I chowned ALL
the files to my "normal user" (chown -R user:user *). The problem isstill there.That problem occured while I did not do anything special. I did not messanything.I really would like to understand was causes the problem. That could
happen another time. I generally edit my videos in a hurry, and I reallyneed everything to work fine.How could I find the source of the problem? Would runing cinelerra fromgdb help ?Thank you.
Nicolas.-- Conti   O-- Kawasaki-Nikon-Linux ---  ._ /\_>--- Powered ---  (x)> (x)~~~___
Cinelerra mailing listCinelerra@skolelinux.nohttps://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
-- Mark StavarSwan Dancer ProductionsEmail:  [EMAIL PROTECTED]Mobile: 0410 638 671


Re: [CinCVS] [Bug 233] New: pt_BR fixes

2006-02-19 Thread rafael2k
Can anyone with svn write acess commit this?

thanx,
rafael diniz

Em Dom 19 Fev 2006 22:48, [EMAIL PROTECTED] escreveu:
> http://bugs.cinelerra.org/show_bug.cgi?id=233
>
>Summary: pt_BR fixes
>Product: Cinelerra
>Version: 2.0
>   Platform: PC
>URL: http://www.ic.unicamp.br/~ra017126/pt_BR-2.po.diff
> OS/Version: Linux
> Status: NEW
>   Severity: normal
>   Priority: Medium
>  Component: User Interface
> AssignedTo: cinelerra@skolelinux.no
> ReportedBy: [EMAIL PROTECTED]
>
>
> more pt_BR fixes...
> http://www.ic.unicamp.br/~ra017126/pt_BR-2.po.diff
>
>
>
> --- You are receiving this mail because: ---
> You are the assignee for the bug, or are watching the assignee.
>
> ___
> Cinelerra mailing list
> Cinelerra@skolelinux.no
> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

-- 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Eng. da Computação @  Unicamp
Radio Muda, radiolivre.org, Centro de Mídia Independente, SubMídia
Chave PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2FF86098
-> orkut sucks, e naum estou nessa porcaria <-
"Acreditar que um conhecimento possa ser vendido ou
comprado é uma forma sutil e cruel de perpetuar a ignorância."
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-



pgpg7htZafPVM.pgp
Description: PGP signature


Re: [CinCVS] Gdb output (Bis)

2006-02-19 Thread Nicolas
Here are the last lines...

Thread 36 (Thread -1593906256 (LWP 6332)):
#0  0xb761fb81 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/tls/libpthread.so.0
#1  0xb7194d34 in _XUnregisterFilter () from /usr/X11R6/lib/libX11.so.6
#2  0xb71797ee in _XReply () from /usr/X11R6/lib/libX11.so.6
#3  0xb7175a2f in XTranslateCoordinates () from
/usr/X11R6/lib/libX11.so.6
#4  0xb7b52e7c in BC_WindowBase::draw_top_background (this=0x8982148,
parent_window=0x88a6158, x=0, y=0, w=-16, h=16, pixmap=0x0) at
bcwindowdraw.C:663
#5  0xb7b3cc00 in BC_ScrollBar::draw (this=0x8982148) at
bcscrollbar.C:138
#6  0xb7b3dc61 in BC_ScrollBar::reposition_window (this=0x8982148,
x=388, y=294, pixels=-16) at bcscrollbar.C:659
#7  0xb7b23797 in BC_ListBox::get_scrollbars (this=0x897ffe8) at
bclistbox.C:1884
#8  0xb7b26ae4 in BC_ListBox::draw_items (this=0x897ffe8, flash=1) at
bclistbox.C:4045
#9  0xb7b289e3 in BC_ListBox::update (this=0x897ffe8, data=0x88a7464,
column_titles=0x88a748c, column_widths=0x8895874, columns=2,
xposition=-4, yposition=-4, 
highlighted_number=-1, recalc_positions=0, draw=1) at
bclistbox.C:1519
#10 0x0812cea7 in AWindowGUI::update_assets (this=0x88a6158) at
awindowgui.C:884
#11 0x081e54e3 in MWindow::update_project (this=0xbfc60940,
load_mode=143286616) at mwindow.C:1721
#12 0x081e7ad0 in MWindow::load_filenames (this=0xbfc60940,
filenames=0xa0fee408, load_mode=1, update_filename=0,
reel_name=0x82d51d8 "none", reel_number=-1, 
overwrite_reel=0) at mwindow.C:1088
#13 0x081bc6f5 in LoadFileThread::run (this=0x8b0a9e8) at
loadfile.C:149
#14 0xb7b61ad4 in Thread::entrypoint (parameters=0x8b0a9e8) at
thread.C:46
#15 0xb761dced in start_thread () from /lib/tls/libpthread.so.0
#16 0xb74a2dde in clone () from /lib/tls/libc.so.6

Thread 35 (Thread -1585517648 (LWP 6330)):
#0  0xb749b317 in select () from /lib/tls/libc.so.6
#1  0xb71782d4 in _XEnq () from /usr/X11R6/lib/libX11.so.6
#2  0xb71786e9 in _XRead () from /usr/X11R6/lib/libX11.so.6
#3  0xb717a50b in _XReadEvents () from
/usr/X11R6/lib/libX11.so.6
#4  0xb7168db7 in XNextEvent () from /usr/X11R6/lib/libX11.so.6
#5  0xb7b559ae in BC_WindowEvents::run (this=0x8b8e900) at
bcwindowevents.C:32
#6  0xb7b61ad4 in Thread::entrypoint (parameters=0x8480218) at
thread.C:46
#7  0xb761dced in start_thread () from /lib/tls/libpthread.so.0
#8  0xb74a2dde in clone () from /lib/tls/libc.so.6

Thank you!
Nicolas.

-- 
 Conti   O
-- Kawasaki-Nikon-Linux ---  ._ /\_>
--- Powered ---  (x)> (x)
~~~

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[CinCVS] Gdb output...

2006-02-19 Thread Nicolas
I ran Cinelerra from gdb. Since cinelerra freezes (clock cursor stays,
while there no activity: no disk read/write, no CPU consumed), I used
Ctrl-C in gdb.

Here's an extract. I hope that will give you some useful information...

d 48 (Thread -1666184272 (LWP 6345)):
#0  0xb7622199 in __lll_mutex_lock_wait () from /lib/tls/libpthread.so.0
#1  0xb761ef07 in _L_mutex_lock_29 () from /lib/tls/libpthread.so.0
#2  0x0240 in ?? ()
#3  0x9ac96ca0 in ?? ()
#4  0x in ?? ()

Thread 46 (Thread -1646908496 (LWP 6350)):
#0  0xb7622199 in __lll_mutex_lock_wait () from /lib/tls/libpthread.so.0
#1  0xb761ef07 in _L_mutex_lock_29 () from /lib/tls/libpthread.so.0
#2  0x0240 in ?? ()
#3  0x99f70ca0 in ?? ()
#4  0x in ?? ()

Thread 44 (Thread -1610683472 (LWP 6341)):
#0  0xb761fb81 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/tls/libpthread.so.0
#1  0xb7b682aa in Condition::lock (this=0x9176368, location=0xb7b6a055
"RotateEngine::run") at condition.C:36
#2  0xb7b60c98 in RotateEngine::run (this=0x9172480) at
rotateframe.C:692
#3  0xb7b61ad4 in Thread::entrypoint (parameters=0x9172480) at
thread.C:46
#4  0xb761dced in start_thread () from /lib/tls/libpthread.so.0
#5  0xb74a2dde in clone () from /lib/tls/libc.so.6

Thread 43 (Thread -1619072080 (LWP 6340)):
#0  0xb761fb81 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/tls/libpthread.so.0
#1  0xb7b682aa in Condition::lock (this=0x9160360, location=0xb7b6a055
"RotateEngine::run") at condition.C:36
#2  0xb7b60c98 in RotateEngine::run (this=0x91621d0) at
rotateframe.C:692
#3  0xb7b61ad4 in Thread::entrypoint (parameters=0x91621d0) at
thread.C:46
#4  0xb761dced in start_thread () from /lib/tls/libpthread.so.0
#5  0xb74a2dde in clone () from /lib/tls/libc.so.6

Thread 42 (Thread -1602294864 (LWP 6339)):
#0  0xb761fb81 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/tls/libpthread.so.0
#1  0xb7b682aa in Condition::lock (this=0x9137518, location=0xb7b6a055
"RotateEngine::run") at condition.C:36
#2  0xb7b60c98 in RotateEngine::run (this=0x912b750) at
rotateframe.C:692
#3  0xb7b61ad4 in Thread::entrypoint (parameters=0x912b750) at
thread.C:46
#4  0xb761dced in start_thread () from /lib/tls/libpthread.so.0
#5  0xb74a2dde in clone () from /lib/tls/libc.so.6

Thread 41 (Thread -1442911312 (LWP 6338)):
#0  0xb761fb81 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/tls/libpthread.so.0
#1  0xb7b682aa in Condition::lock (this=0x91237c8, location=0xb7b6a055
"RotateEngine::run") at condition.C:36
#2  0xb7b60c98 in RotateEngine::run (this=0x911f868) at
rotateframe.C:692
#3  0xb7b61ad4 in Thread::entrypoint (parameters=0x911f868) at
thread.C:46
#4  0xb761dced in start_thread () from /lib/tls/libpthread.so.0
#5  0xb74a2dde in clone () from /lib/tls/libc.so.6

Thread 40 (Thread -1451299920 (LWP 6336)):
#0  0xb761fb81 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/tls/libpthread.so.0
#1  0xb7b682aa in Condition::lock (this=0x8bcbfb8, location=0xb7b6a055
"RotateEngine::run") at condition.C:36
#2  0xb7b60c98 in RotateEngine::run (this=0x8bcbf68) at
rotateframe.C:692
#3  0xb7b61ad4 in Thread::entrypoint (parameters=0x8bcbf68) at
thread.C:46
#4  0xb761dced in start_thread () from /lib/tls/libpthread.so.0
#5  0xb74a2dde in clone () from /lib/tls/libc.so.6

Thank you.
Nicolas.

-- 
 Conti   O
-- Kawasaki-Nikon-Linux ---  ._ /\_>
--- Powered ---  (x)> (x)
~~~

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[CinCVS] [Bug 233] New: pt_BR fixes

2006-02-19 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=233

   Summary: pt_BR fixes
   Product: Cinelerra
   Version: 2.0
  Platform: PC
   URL: http://www.ic.unicamp.br/~ra017126/pt_BR-2.po.diff
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: Medium
 Component: User Interface
AssignedTo: cinelerra@skolelinux.no
ReportedBy: [EMAIL PROTECTED]


more pt_BR fixes...
http://www.ic.unicamp.br/~ra017126/pt_BR-2.po.diff



--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[CinCVS] Please help me in order to find the problem...

2006-02-19 Thread Nicolas
Hello again,

I try to understand where the problem comes from. As I said, when
opening my project from my "normal" user, the tracks load, and then, the
cursor shape doesn't change, and I can't edit the video.

If I open the SAME project with the root account, everything works fine.

I though there was not enough room on my home directory. But there's
more than 3.3 Go free in the home partition of my "normal" user.

I then though the problem comes from the .idx files in the ~/.bcast
directory. I deleted all the .idx files related to that project, and the
problem was still there.

I then though the problem comes from permissions of files. I chowned ALL
the files to my "normal user" (chown -R user:user *). The problem is
still there.

That problem occured while I did not do anything special. I did not mess
anything.

I really would like to understand was causes the problem. That could
happen another time. I generally edit my videos in a hurry, and I really
need everything to work fine.

How could I find the source of the problem? Would runing cinelerra from
gdb help ?

Thank you.
Nicolas.

-- 
 Conti   O
-- Kawasaki-Nikon-Linux ---  ._ /\_>
--- Powered ---  (x)> (x)
~~~

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Video is befind audio

2006-02-19 Thread Dom
I experienced this problem with cinelerra 1.2.2 (which
is the latest version I've used). I had DV footage (in
a .mov file) captured from Kino, and when I put it on
the timeline and exported to DVD or just played in
Mplayer, the audio was behind by a small amount (about
.1 seconds)

I noticed that when I dragged a clip onto the
timeline, the audio and video for the same clip
weren't exactly the same length.

Over the course of a few clips, the length differences
would cause the audio and video to get out of sync
over the course of the timeline.

I didn't really ever find a fix other than reducing
the length of the video clips by just shaving off the
ends, and adding an audio nudge of about -.1 seconds
or so.

Maybe something similar?

-Dom

--- Martin Ellison <[EMAIL PROTECTED]>
wrote:

> When I play back my output (using mplayer) the audio
> and video are out
> of synchronisation.  The video is several seconds
> behind the audio.
> 
> Does anyone know why? and what I can do to fix this?
> 
> I am using the latest version as pulled from svn. I
> am not using any
> audio delay or 'nudge'.
> -- 
> Regards,
> Martin
> 
> mail: [EMAIL PROTECTED]  homepage: http://thereisnoend.org
> 


Dominic C. [binary1230(AT)yahoo.com]
http://einsteinsbreakfast.com

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[CinCVS] Video is befind audio

2006-02-19 Thread Martin Ellison
When I play back my output (using mplayer) the audio and video are out
of synchronisation.  The video is several seconds behind the audio.

Does anyone know why? and what I can do to fix this?

I am using the latest version as pulled from svn. I am not using any
audio delay or 'nudge'.
-- 
Regards,
Martin

mail: [EMAIL PROTECTED]  homepage: http://thereisnoend.org


signature.asc
Description: This is a digitally signed message part


Re: [CinCVS] Build problems

2006-02-19 Thread Martin Ellison
I've managed to resolve the dependencies and then it built clean.

On Sat, 2006-02-18 at 17:39 +1100, Martin Ellison wrote:
> I can't build cinelerra.
> 
> This is the latest version as pulled from svn today (the fork, not the
> Heroine original).
> 
> Environment is currently: Linux glerk 2.6.15-1.1830_FC4 #1 Thu Feb 2
> 17:23:41 EST 2006 i686 i686 i386 GNU/ Linux
> 
> Problems are:
> 
> (1) ./configure says:
> 
> configure: WARNING: The following libraries were not found:
> configure: WARNING: libfftw3
> configure: WARNING: libfaad 2
> configure: WARNING: libx264
> configure: WARNING: Compilation may fail! Remember, you need the
> developer
> configure: WARNING: packages too, not just the runtime libraries!
> 
> I've tried installing these with yum but it can't find them.
> 
> (2) make says:
> 
> ar: .libs/reconmmx.o: No such file or directory
> gmake[3]: *** [libmpeg3_video.la] Error 1
> gmake[3]: Leaving directory
> `/home/martin/cin-src/hvirtual/libmpeg3/video'
> 
> Any advice?
-- 
Regards,
Martin

mail: [EMAIL PROTECTED]  homepage: http://thereisnoend.org


signature.asc
Description: This is a digitally signed message part


Re: [CinCVS] Is there a current FC4 RPM?

2006-02-19 Thread Martin Ellison
I have installed that version and it says, "Cinelerra 2.0 Sat Aug 27
21:05:30 PDT 2005 (C)2005 Heroine Virtual Ltd. ...Cinelerra is free
software,,," so I assume that it is the Heroine version.

So, has anyone packaged the current 'CVS' version?

On Sun, 2006-02-19 at 19:03 +1100, Martin Ellison wrote:
> That version is cinelerra-2.0-0.4.20051210.2.fc4.i386.rpm; can anyone
> tell me from the version number whether that is the Heroine version or
> the "cinelerra-cvs" version? Is there any way that I could tell? There
> is more information at
> http://rpm.pbone.net/index.php3/stat/4/idpl/2572440/com/cinelerra-2.0-0.5.20051210.2.fc4.1.i386.rpm.html
>  and it says "Description : Heroine Virtual Ltd. presents an advanced content 
> creation system for Linux."
> 
> On Sat, 2006-02-18 at 08:09 -0500, Claude Jones wrote:
> > On Sat February 18 2006 4:48 am, Martin Ellison wrote:
> > > I can't actually find an RPM for RC4 (i386 or i686) of the current
> > > merged 2.0 version. Am I missing something? I have looked through the
> > > archives, Googled etc.
> > I'm not sure this is exactly what you're looking for, but have you looked 
> > at 
> > the version that's at Freshrpm's? 
> > http://ayo.freshrpms.net/fedora/linux/4/i386/freshrpms/RPMS/
-- 
Regards,
Martin

mail: [EMAIL PROTECTED]  homepage: http://thereisnoend.org


signature.asc
Description: This is a digitally signed message part


Re: [CinCVS] Is there a current FC4 RPM?

2006-02-19 Thread Martin Ellison
That version is cinelerra-2.0-0.4.20051210.2.fc4.i386.rpm; can anyone
tell me from the version number whether that is the Heroine version or
the "cinelerra-cvs" version? Is there any way that I could tell? There
is more information at
http://rpm.pbone.net/index.php3/stat/4/idpl/2572440/com/cinelerra-2.0-0.5.20051210.2.fc4.1.i386.rpm.html
 and it says "Description : Heroine Virtual Ltd. presents an advanced content 
creation system for Linux."

On Sat, 2006-02-18 at 08:09 -0500, Claude Jones wrote:
> On Sat February 18 2006 4:48 am, Martin Ellison wrote:
> > I can't actually find an RPM for RC4 (i386 or i686) of the current
> > merged 2.0 version. Am I missing something? I have looked through the
> > archives, Googled etc.
> I'm not sure this is exactly what you're looking for, but have you looked at 
> the version that's at Freshrpm's? 
> http://ayo.freshrpms.net/fedora/linux/4/i386/freshrpms/RPMS/
-- 
Regards,
Martin

mail: [EMAIL PROTECTED]  homepage: http://thereisnoend.org


signature.asc
Description: This is a digitally signed message part