You are not logged in.

#1 2005-08-03 12:39:37

swiergot
Member
From: Kraków, Poland
Registered: 2005-01-08
Posts: 145

[NEW] cinelerra-cvs 20050802-1

I've made a package with unofficial CVS version of Cinelerra (http://cvs.cinelerra.org/). I'm not sure about this version, so before I upload the package to [community], I'd like to here opinions from people familiar with the application.

Here is PKGBUILD:

http://aur.archlinux.org/packages.php?d … =1&ID=1660

And the binary package:

http://herkules.pcz.pl/~swiergot/cinele … pkg.tar.gz

Offline

#2 2005-08-04 12:39:15

judfilm
Member
Registered: 2004-02-12
Posts: 229

Re: [NEW] cinelerra-cvs 20050802-1

Great work!

Offline

#3 2005-08-08 17:32:48

moskvax
Member
From: Melbourne
Registered: 2005-08-08
Posts: 17

Re: [NEW] cinelerra-cvs 20050802-1

I'll try out the binary, but I'm not able to build this package from source:

yuvstream.C: In member function 'int YUVStream::read_frame_raw(uint8_t*, long int)':
yuvstream.C:102: error: cannot convert 'y4m_frame_info_t*' to 'const y4m_stream_info_t*' for argument '2' to 'int y4m_read_frame_header(int, const y4m_stream_info_t*, y4m_frame_info_t*)'
yuvstream.C: In member function 'int YUVStream::write_frame_raw(uint8_t*, long int)':
yuvstream.C:127: error: cannot convert 'y4m_frame_info_t*' to 'const y4m_stream_info_t*' for argument '2' to 'int y4m_write_frame_header(int, const y4m_stream_info_t*, const y4m_frame_info_t*)'
make[3]: *** [yuvstream.o] Error 1

I believe this is the same bug that was affecting the build on x86_64 a while back. I tried the patch in comment #1 there but it wouldn't apply...

I just noticed that the fix looks to be really simple so I'll manually patch the files in a minute and post the result.

Offline

#4 2005-08-09 04:30:29

moskvax
Member
From: Melbourne
Registered: 2005-08-08
Posts: 17

Re: [NEW] cinelerra-cvs 20050802-1

Yay, it works now  big_smile

sed -i '102,127s/(stream_fd, &frame_info)/(stream_fd, &stream_info, &frame_info)/g' cinelerra/yuvstream.C

Put that in the build() of the PKGBUILD right after the other sed command and the package will compile. That is, if you were even getting this error in the first place wink. It seems from this like only people with a certain version of mjpegtools will have problems.

Offline

#5 2005-08-09 08:51:23

swiergot
Member
From: Kraków, Poland
Registered: 2005-01-08
Posts: 145

Re: [NEW] cinelerra-cvs 20050802-1

Which version of mjpegtools do you have then?

Offline

#6 2005-08-09 11:19:13

moskvax
Member
From: Melbourne
Registered: 2005-08-08
Posts: 17

Re: [NEW] cinelerra-cvs 20050802-1

I have mjpegtools-1.6.3rc1-1.

Offline

#7 2005-08-10 18:39:36

swiergot
Member
From: Kraków, Poland
Registered: 2005-01-08
Posts: 145

Re: [NEW] cinelerra-cvs 20050802-1

Oh, from testing. I've got mjpegtools from current. Perhaps I should make the PKGBUILD check which version is installed.

Offline

#8 2005-08-24 16:30:43

swiergot
Member
From: Kraków, Poland
Registered: 2005-01-08
Posts: 145

Re: [NEW] cinelerra-cvs 20050802-1

New version is available (snapshot 20050824) and also the package made it into [community]. I haven't heard about any problems on Intel CPUs. Actually, I have heard nothing, so if someone has Intel processor and my package works for him, please let me know.

PS It now requires mjpegtools from testing.

Offline

Board footer

Powered by FluxBB