Re: [CinCVS] Cinelerra build problems

2006-12-27 Thread Joe Friedrichsen

On 12/27/06, Pierre Marc Dumuid <[EMAIL PROTECTED]> wrote:

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


Same for me. 'svn co' worked without complaints, and cinelerra built
just fine on etch (save a few ./configure omissions).

Joe

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


Re: [CinCVS] Cinelerra build problems

2006-12-27 Thread Pierre Marc Dumuid
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


[CinCVS] Cinelerra build problems

2006-12-27 Thread Bob McGowan

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


smime.p7s
Description: S/MIME Cryptographic Signature


[CinCVS] [Bug 332] loading projects in OpenGL mode hangs cinelerra

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





--- Comment #4 from [EMAIL PROTECTED]  2006-12-27 21:45 +2 ---
Any news here?


-- 
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] [Bug 320] Effects not refreshed at the same time than other objects

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





--- Comment #6 from [EMAIL PROTECTED]  2006-12-27 23:04 +2 ---
Any news on this one?

Ga, from your video it is not clear what should be wrong.
Nicolas, I can't replay your video, can you make it an MPEG?


-- 
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] [Bug 329] Black screen in the compositor when the dissolve effect is used

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





--- Comment #1 from [EMAIL PROTECTED]  2006-12-27 22:32 +2 ---
Any news on this one?


-- 
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 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.


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] [Bug 359] changing video rate of project changes clip in and out points

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





--- Comment #1 from [EMAIL PROTECTED]  2006-12-27 21:12 +2 ---
I don't see this behavior. I tested it this way:

1. New project, PAL, but modified to 5FPS.
2. Load file, append to existing tracks, chose a raw DV file (PAL). Cut some
part from it; append same file again, cut out a different part.
3. Save.
4. Change Format to PAL proper.
5. Save again.

The two projects as per 3. and 5. differ as expected. Changing the format
didn't let the cuts disappear or change in any way.


-- 
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] [Bug 373] [LOCALIZATION] Text runs under other widgets

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Priority|Medium  |High




--- Comment #7 from [EMAIL PROTECTED]  2006-12-28 00:11 +2 ---
We really need that patch in the SVN tree.
I mean, it's really important. I assume the Cinelerra's windows contents aren't
displayed properly when it's ran in another language than English.
That makes Cinelerra look buged or unusable in another language than English.
The work you did, Pierre, seems to solve the problem.
I rise the priority from medium to high.
Nicolas.


-- 
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] [Bug 372] OpenGL related bug - Sharpen effect

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





--- Comment #4 from [EMAIL PROTECTED]  2006-12-26 22:43 +2 ---
Any news on this one?


-- 
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] [Bug 326] Can't fade sound volume to zero.

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





--- Comment #1 from [EMAIL PROTECTED]  2006-12-27 22:50 +2 ---
This should be fixed by now.

In the status bar there is a drop-down list, where you choose "Audio Fade" and
then specify the lower bound for audio fades as -96. Now you can fade (16bit-)
audio to silence.


-- 
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] [Bug 364] Quicktime read error / No display on viewer

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|blocker |normal




-- 
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] [Bug 273] I can't use spanish special characters with Title video effect

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #7 from [EMAIL PROTECTED]  2006-12-26 17:31 +2 ---
2.1 (r966) behaves like this on my computer (KDE, locale is POSIX, LC_CTYPE is
set to "czech" which means that encoding is iso-8859-2):

- keyboard input of accented characters does not work (dead keys produce
characters instead of adding accents)
- neither works pasting from clipboard (accented characters are replaced by
\u sequences which are rendered as-is)
- appending text encoded in iso-8859-2 to Cinelerra's XML file works (title
dialog shows improper characters instead of accented ones, but it is rendered
correctly if encoding is set iso-8859-2)

(By "accented" I mean those which are in iso-8859-2, but not in iso-8859-1.)


-- 
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] [Bug 387] New: DV recording date & time is not shown in UI

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

   Summary: DV recording date & time is not shown in UI
   Product: Cinelerra
   Version: 2.1
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: enhancement
  Priority: Medium
 Component: User Interface
AssignedTo: cinelerra@skolelinux.no
ReportedBy: [EMAIL PROTECTED]


It would be very useful if DV recording date & time could be shown in Asset
Info.

Reproducible: Always


-- 
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] [Bug 158] Effects disregard aspect ratio

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #1 from [EMAIL PROTECTED]  2006-12-26 17:19 +2 ---
Not only effects, but also media imports are affected by ignorance of aspect
ratio (adding 4:3 media into 16:9 results in distored image).


-- 
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] [Bug 388] New: [PATCH] Add interpolation to ReframeRT effect

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

   Summary: [PATCH] Add interpolation to ReframeRT effect
   Product: Cinelerra
   Version: 2.1
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: enhancement
  Priority: Medium
 Component: Effects/Transitions
AssignedTo: cinelerra@skolelinux.no
ReportedBy: [EMAIL PROTECTED]


This patch adds interpolation to the ReframeRT effect, to allow gradual changes
in reframing (slowing down or speeding up).  The interpolate function is
user-selectable and defaults to off to match existing behavior, and is
selectable per-keyframe.

Reproducible: Always

Steps to Reproduce:


-- 
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] [Bug 388] [PATCH] Add interpolation to ReframeRT effect

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





--- Comment #1 from [EMAIL PROTECTED]  2006-12-26 20:32 +2 ---
Created an attachment (id=208)
 --> (http://bugs.cinelerra.org/attachment.cgi?id=208&action=view)
patch to add interpolation to ReframeRT effect

This adds user-selectable interpolation to the ReframeRT effect.  A new user
checkbox "Interpolate" is added and changable per-keyframe, defaulting to off. 
When on, the ReframeRT effect will use linear interpolation to determine both
the current scaling number and (based on the interpolated scale number) current
source frame.


-- 
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] [Bug 374] [PATCH] YUVStream::get_aspect_ratio() always returns 1

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from [EMAIL PROTECTED]  2006-12-25 22:16 +2 ---
Applied in revision 972.


-- 
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] [Bug 352] Cinelerra r953 crashes when moving the main window bottom slidebar

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





--- Comment #2 from [EMAIL PROTECTED]  2006-12-26 23:45 +2 ---
I suspect that you are somehow mixing old and new X264 header files.
It could explain the failure.
Can you test-compile a few revisions again, but make the build directory
absolutely clean. (You can build outside the source tree by invoking - eg. -
../hvirtual/configure)


-- 
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] [Bug 366] [PATCH] MPEG private data debug line not needed and clutters output

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from [EMAIL PROTECTED]  2006-12-26 22:56 +2 ---
Fixed in revision 973.


-- 
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] [Bug 385] Cinelerra does not build for ATi hardware with fglrx proprietary driver [with patch]

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





--- Comment #2 from [EMAIL PROTECTED]  2006-12-25 12:52 +2 ---
Oops.  I didn't realise that this had gone through.  Sorry.


-- 
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] [Bug 386] No support for OpenGL on ATi hardware with proprietary fglrx driver [with patch]

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





--- Comment #2 from [EMAIL PROTECTED]  2006-12-25 11:08 +2 ---
*** Bug 385 has been marked as a duplicate of this bug. ***


-- 
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] [Bug 385] Cinelerra does not build for ATi hardware with fglrx proprietary driver [with patch]

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from [EMAIL PROTECTED]  2006-12-25 11:08 +2 ---


*** This bug has been marked as a duplicate of bug 386 ***


-- 
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] AUTHORS file in svn

2006-12-27 Thread Christian Thaeter
Pierre Marc Dumuid wrote:
> Hi Christian,
> 
> We could make a file called, "SVN-COMMITTERS".  Though you need to fetch
> the file before you run git-svn ...
I don't think there is a need for just another kind of AUTHORS file.
specially when then primary one isn't maintained.

> Also, I seem to be the quickest to note that the sync isn't working, so
> if you make the author file on pipapo cinelerra-group writable, and give
> access to the output logs, then I could fix it as soon as I see a
> problem also...

i'd chgrped the cinelerra-svn_sync/ stuff to 'cinelerra' and set write
perms. So anyone who is in group cinelerra can alter the authors file.
Take care.

Note 1: Just fixing the file isn't enough to make the sync work again,
git stucks somewhere in nowhere and one has to reset the HEAD and
restart the sync. Best solution would be of course to fix the authors
file before someone new commits and the sync stalls. Anyways this
problem occurs rarely and is not that critical (how often are new
committers added?) I'll just plan to fix it when it strikes.

Note 2: The authors file is not managed under svn or git, I just put it
into the tree by coincidence. Maybe we could put it somewhere else.

Christian


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


[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 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?

Joe

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


Re: [CinCVS] AUTHORS file in svn

2006-12-27 Thread Pierre Marc Dumuid

Hi Christian,

We could make a file called, "SVN-COMMITTERS".  Though you need to fetch 
the file before you run git-svn ...


Also, I seem to be the quickest to note that the sync isn't working, so 
if you make the author file on pipapo cinelerra-group writable, and give 
access to the output logs, then I could fix it as soon as I see a 
problem also...


PIerre


Yes, the Syntax needs to be conform what git wants, while the GNU coding
standards mandate another syntax. Currently the AUTHORS file is empty
which has no use for either git nor gnu coding standards. So far I dont
know any other tool which parses the AUTHORS file which is in moderate
frequent use (correct me if I am wrong). So having a readable but
slightly unexpected syntax is not problematic.

The authors file I need has to contain at least all svn committers, but
there is in no way a restriction to to add more than that. I would
strongly opt for honor anyone ever worked on cinelerra there, also from
the HV/upstream list.

I think this would be far better than the current no-solution, maybe not
perfect but I see absolutely no harm with it.

Finally, this thing isn't really worth much discusion. I can keep the
'authors' file and fix it whenever someone new appears as committer.

Christian


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



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


Re: [CinCVS] AUTHORS file in svn

2006-12-27 Thread Christian Thaeter
Johannes Sixt wrote:
> On Wednesday 27 December 2006 16:38, Christian Thaeter wrote:
>> my svn->git sync broke recently because of a unknown author (welcome
>> rafael2k :P), no big problen and easy to fix but anyways: How about
>> maintaining the AUTHORS files instead leaving it empty? currently I have
>>  http://www.pipapo.org/.cinelerra-svn_sync/authors
>> I would just suggest to check that into the svn as AUTHORS. Then I can
>> remove the lowercase version and whenever a new auhtor appears someone
>> (maybe me, in the git tree, since I will notice when it breaks) would
>> care about new commiters. May someone with svn access do this? then i'll
>> update my script.
> 
> I'm not sure that this is the best thing to do. The authors file that you 
> need 
> can only list the authors with svn access and must conform to a very strict 
> syntax, but OTOH there is at least also HV to be mentioned in AUTHORS plus 
> possibly a lot of other people who have contributed patches.
> 
Yes, the Syntax needs to be conform what git wants, while the GNU coding
standards mandate another syntax. Currently the AUTHORS file is empty
which has no use for either git nor gnu coding standards. So far I dont
know any other tool which parses the AUTHORS file which is in moderate
frequent use (correct me if I am wrong). So having a readable but
slightly unexpected syntax is not problematic.

The authors file I need has to contain at least all svn committers, but
there is in no way a restriction to to add more than that. I would
strongly opt for honor anyone ever worked on cinelerra there, also from
the HV/upstream list.

I think this would be far better than the current no-solution, maybe not
perfect but I see absolutely no harm with it.

Finally, this thing isn't really worth much discusion. I can keep the
'authors' file and fix it whenever someone new appears as committer.

Christian


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


Re: [CinCVS] AUTHORS file in svn

2006-12-27 Thread Johannes Sixt
On Wednesday 27 December 2006 16:38, Christian Thaeter wrote:
> my svn->git sync broke recently because of a unknown author (welcome
> rafael2k :P), no big problen and easy to fix but anyways: How about
> maintaining the AUTHORS files instead leaving it empty? currently I have
>  http://www.pipapo.org/.cinelerra-svn_sync/authors
> I would just suggest to check that into the svn as AUTHORS. Then I can
> remove the lowercase version and whenever a new auhtor appears someone
> (maybe me, in the git tree, since I will notice when it breaks) would
> care about new commiters. May someone with svn access do this? then i'll
> update my script.

I'm not sure that this is the best thing to do. The authors file that you need 
can only list the authors with svn access and must conform to a very strict 
syntax, but OTOH there is at least also HV to be mentioned in AUTHORS plus 
possibly a lot of other people who have contributed patches.

-- Hannes

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


[CinCVS] AUTHORS file in svn

2006-12-27 Thread Christian Thaeter
my svn->git sync broke recently because of a unknown author (welcome
rafael2k :P), no big problen and easy to fix but anyways: How about
maintaining the AUTHORS files instead leaving it empty? currently I have
 http://www.pipapo.org/.cinelerra-svn_sync/authors
I would just suggest to check that into the svn as AUTHORS. Then I can
remove the lowercase version and whenever a new auhtor appears someone
(maybe me, in the git tree, since I will notice when it breaks) would
care about new commiters. May someone with svn access do this? then i'll
update my script.

Christian

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