Re: [CinCVS] Cinelerra build problems

2006-12-28 Thread Bob McGowan

Hi, Pierre, (and Joe;-),

Yes, I was also able to check out the source through my home ISP, so 
it's the work firewall that was getting in the way.


Glad to know the bug is 'known'.  As for Cinelerra from HW, their web 
page (http://heroinewarrior.com/support.php3) refers users to 
http://developer.skolelinux.no/~theraz which re-directs to 
http://cvs.cinelerra.org/ which is why I posted here.


Thanks also for the reference to Fedora, I will take a look at the 
packages there and see if I can figure out what the difference is.


Bob

Pierre Marc Dumuid wrote:
That bug is know but this mail list is dedicated to cinelerraCV not 
cinelerra from HW.  (P.S. it made fine on Fedora which is what HW uses)


You must be behind a firewall as I could checkout today myself using the 
command described at cvs.cinelerra.org.


Pierre

Bob McGowan wrote:

I've downloaded the Cinelerra source from:

http://heroinewarrior.com/download.php3

I run configure without any issues.  When I run make, I get the 
following error:


$ make
make -f build/Makefile.cinelerra
sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/home/rmcgowan/src/multimedia/cinelerra-2.0'
gcc -c -O2 -fomit-frame-pointer -falign-loops=2 -falign-jumps=2 
-falign-functions=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-D_FILE_OFFSET_BITS=64 -I../../freetype-2.1.4/include -I../../ 
-DHAVE_OSS -DHAVE_FIREWIRE  soundtest.c -o i686/soundtest.o

Assembler messages:
FATAL: can't create i686/soundtest.o: No such file or directory
make[1]: *** [i686/soundtest.o] Error 1
make[1]: Leaving directory `/home/rmcgowan/src/multimedia/cinelerra-2.0'
make: *** [all] Error 2

The reason is that the directory 'i686' does not exist.  On 
investigation, I find this line in the file 'global_config':


  $(shell sh -c 'if ! test -d $(OBJDIR)\; then mkdir $(OBJDIR)\; fi' )

Which, as far as I can tell, is supposed to create directory.  The 
value of OBJDIR may be 'i686', based on an 'if' test near the 
beginning of the file that sets the value of PLUGINDIR.


Note that the first error is in regard to 'sh: -c: ...', so I've 
experimented with this type of line in a test makefile.  If I remove 
the backslashes, and actually assign the non-existent output to a 
variable, and so on, I can eventually get it to create a directory.


It would seem to me that this is such an obvious problem that it would 
have been found and fixed quickly.  Since it hasn't, I wonder if the 
build setup is designed for use with some other 'make' program than 
the standard Gnu make?


As it happens in a half dozen different places and I've not been able 
to grep out the locations of all of them, I'm stuck.


Any suggestions welcome.

FYI, I thought if I could get the source from SVN, I might be able to 
get around this, but my connection to the svn server is rejected.  
This may be a firewall problem so I'll be trying to do the same 
checkout of source later from a different system that hopefully has no 
firewall problems.  Meaning this may become moot for me.  ;-)


Thanks,

Bob



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [CinCVS] Hi all...

2006-12-28 Thread Nicolas Maufrais
On Thu, Dec 28, 2006 at 11:57:23AM -0500, Wesley T Allen wrote:
 Slightly off topic...
 But I'm looking at getting a Panasonic PV-GS300 dvcamera as an upgrade...
 
 Is anyone using this camera successfully with dv-grab and/or kino?
 
 Wes

Hello,

I got a PV-GS400. It works without any problem with dvgrab. I assume
that's the case for all normal DV cameras.

Nicolas.

-- 
~~
~ BOYCOTT SUSE  NOVELL (C)(TM)(R) MICRO$OFT ~
~~

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


Re: [CinCVS] Hi all...

2006-12-28 Thread Jeroen van de Nieuwenhof

Hi Wes,

I have the NV-GS300 and it works without problems too with both dvgrab 
and kino. The only thing i have to do is run kino as root to be able to 
capture in Ubuntu.


Regards,

Jeroen

Wesley T Allen schreef:

Slightly off topic...
But I'm looking at getting a Panasonic PV-GS300 dvcamera as an upgrade...

Is anyone using this camera successfully with dv-grab and/or kino?

Wes



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


[CinCVS] Re: SVN read only checkout problem

2006-12-28 Thread Bob McGowan
It occurs to me that my problem may be due to firewall issues with the 
ports used by subversion.


If this makes sense, per the error message, then please accept my 
apologies for the bandwidth usage and ignore these. ;)


Thanks,

Bob

Bob McGowan wrote:

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.


Initial downloads were done from the Heroine Virtual website at 
http://heroinewarrior.com/cinelerra.php3.  Problems with configure 
scripts and makefiles prompted me to try for an SVN checkout.  But, my 
attempt to do so, using the command line from the page at 
http://cvs.cinelerra.org/svnusage.php#anon, results in an error:


  svn: Can't connect to host 'svn.skolelinux.org': Connection refused

Is there something I'm missing in the setup for anonymous svn, or is the 
server currently unavailable for some reason?


Thanks for your help.

Bob


smime.p7s
Description: S/MIME Cryptographic Signature


[CinCVS] Cinelerra under Jack support?

2006-12-28 Thread domenico
Dear Cinelerra support
We have try to install this application in our Mediastation keyboard but
seem that will not working well, because the whole keyboard is based
under Jack connection kit.
Are there available soon one version that will have included the Jack
support?
Thanks for your help.
Regards
Domenico
Lionstracs Italy
www.lionstracs.com http://www.lionstracs.com/ 
 


[CinCVS] [Bug 326] Can't fade sound volume to zero.

2006-12-28 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=326





--- Comment #2 from [EMAIL PROTECTED]  2006-12-28 02:28 +2 ---
...It was never faulty.  Just the user may not have been aware that of
different ranges.

BTW: 
You shouldn't be able to fade to below -40 dB at the moment, as this is still
the Hard set to -Inf level.

Also, there was a planned patch that made it -96 dB and converted all previous
projects to hard set to -96 dB at every -40 dB point. 

I started work on this, but it depended on a Smoothly add new keyframe patch
which is finished but conflicted with Hermann Vosseler keyframe patch...  I am
(VERY SLOWLY) trying to reconcile his patch to make it into SVN without trying
to disrupt the source too much...

(
see the dB96_range and smoothautos branches at
http://pipapo.org/pipawiki/Cinelerra/GitBranches 
)


-- 
Configure bugmail: http://bugs.cinelerra.org/userprefs.cgi?tab=email
--- 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] 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 
svn://svn.skolelinux.org/cinelerra/trunk/hvirtual from the command line, it 
just tells me that the conection could not be established and timed out.  I can 
access the http://svn.. site, but checkout from the svn:// site will not 
work.  Could someone please assist?  My svn seems to work fine as I have 
downloaded source using it from other sites, so I must just be missing 
something.

Any assistance would be appreciated.

Regards,
Kerneels Gouws.

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


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 all were found, compilation broke a few
 times because ./configure missed a few.

 Missing packages that weren't reported as missing:

 libxxf86vm-dev -- X11/extentions/xf86vmode.h
 libxv-dev -- X11/extensions/Xvlib.h
 libtiff4-dev -- tiffio.h

 Are these the dependencies alluded to on
 http://cvs.cinelerra.org/svnusage.php: Most of the missing
 dependencies should be listed after running ./configure, (and the rest
 can be somewhat worked out from the compile error message you get.)?
 In other words, is this build process expected?

Yes ;)

I don't feel like adding reports about missing X11 devel libraries. libtiff 
otoh is probably not too commonly installed and should be reported...

-- Hannes

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


Re: [CinCVS] Cinelerra under Jack support?

2006-12-28 Thread Rafael Diniz
hi,
you can use the oss2jack and use the oss driver of cinelerra.
http://fort2.xdas.com/~kor/oss2jack/

bye,
rafael diniz

 Dear Cinelerra support
 We have try to install this application in our Mediastation keyboard but
 seem that will not working well, because the whole keyboard is based
 under Jack connection kit.
 Are there available soon one version that will have included the Jack
 support?
 Thanks for your help.
 Regards
 Domenico
 Lionstracs Italy
 www.lionstracs.com http://www.lionstracs.com/




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


[CinCVS] [Bug 373] [LOCALIZATION] Text runs under other widgets

2006-12-28 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=373





--- Comment #8 from [EMAIL PROTECTED]  2006-12-28 21:04 +2 ---
The suspect that the patch is quite intrusive (think upstream merge!).
For this reason, I'd prefer it cooks in a git repo before it goes into SVN.


-- 
Configure bugmail: http://bugs.cinelerra.org/userprefs.cgi?tab=email
--- 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


Re: [CinCVS] Hi all...

2006-12-28 Thread Jean-Luc Coulon (f5ibh)

Hi,

Le 28.12.2006 18:59:23, Jeroen van de Nieuwenhof a écrit :

Hi Wes,

I have the NV-GS300 and it works without problems too with both  
dvgrab and kino. The only thing i have to do is run kino as root to  
be able to capture in Ubuntu.


Look at /dev/raw1394
On my system the owner:group are root:disk
I'm member of the disk group so I can use the device.
Probably you are not in the rignt group.

Regards

Jean-Luc


pgpL6hekGYe2Y.pgp
Description: PGP signature


Re: [CinCVS] Re: SVN read only checkout problem

2006-12-28 Thread Timothy White

Things to check. Are you going through a proxy? From memory, a proxy
not setup to allow SVN commands stuff's things up. But not normally
the error message your reporting.
On the odd occasion, I too get that error message, and as far as I can
see, it's ether a routing problem, or a problem with the SVN server.
In most cases, it works the next night (I do nightly svn up's and
builds to build nightly gajim-svn ubuntu packages).

Give it another, try, if it's still not working, buzz me off list.

Tim

On 12/28/06, Bob McGowan [EMAIL PROTECTED] wrote:

It occurs to me that my problem may be due to firewall issues with the
ports used by subversion.

If this makes sense, per the error message, then please accept my
apologies for the bandwidth usage and ignore these. ;)

Thanks,

Bob

Bob McGowan wrote:
 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.

 Initial downloads were done from the Heroine Virtual website at
 http://heroinewarrior.com/cinelerra.php3.  Problems with configure
 scripts and makefiles prompted me to try for an SVN checkout.  But, my
 attempt to do so, using the command line from the page at
 http://cvs.cinelerra.org/svnusage.php#anon, results in an error:

   svn: Can't connect to host 'svn.skolelinux.org': Connection refused

 Is there something I'm missing in the setup for anonymous svn, or is the
 server currently unavailable for some reason?

 Thanks for your help.

 Bob






--
Linux Counter user #273956
Don't email [EMAIL PROTECTED]

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