Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26426 - cinelerra 1.1.7 is out !
Summary: cinelerra 1.1.7 is out !
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Luca Barbato
URL: http://heroinewarrior.com/cinelerra.php3
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-11 14:34 UTC by JoWilly
Modified: 2003-08-16 06:37 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
cinelerra-1.1.7.ebuild (cinelerra-1.1.7.ebuild,1.10 KB, text/plain)
2003-08-12 07:58 UTC, Andreas Proschofsky (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JoWilly 2003-08-11 14:34:29 UTC
cinelerra 1.1.7 is out ! Many improvements. New ebuild is needed.

Thanks.
Comment 1 Andreas Proschofsky (RETIRED) gentoo-dev 2003-08-12 07:58:06 UTC
Created attachment 15975 [details]
cinelerra-1.1.7.ebuild

As this is the first time that I have been assigned to a bug by a developer, I
thought I'd better be fast ;-) , so here is an ebuild for version 1.1.7 . I
took out the patch we had in for 1.1.6 as it seems to compile fine without now
(at least for me)

For the future maybe we should also be looking at:

http://developer.skolelinux.no/~herman/cinelerra/

for some inspiration (concerning the debian build and useful patches)
Comment 2 Luca Barbato gentoo-dev 2003-08-12 18:32:07 UTC
Commited the ebuild after some checks (at least renders mpeg and divx correctly)
Comment 3 JoWilly 2003-08-13 10:54:09 UTC
Geez ! That's the fastest resolved ebuild request I have seen !

Thanks a lot ! Will try it asap !
Comment 4 JoWilly 2003-08-13 15:53:36 UTC
Hmmm.... the build hangs early with :

-------------------
make -f build/Makefile.esound
make[2]: Entering directory `/var/tmp/portage/cinelerra-1.1.7/work/cinelerra-1.1.7'
gcc -c `cat esound/i686/c_flags`  esound/audio.c -o esound/i686/audio.o
gcc -c `cat esound/i686/c_flags`  esound/clients.c -o esound/i686/clients.o
gcc -c `cat esound/i686/c_flags`  esound/esd_config.c -o esound/i686/esd_config.o
gcc -c `cat esound/i686/c_flags`  esound/esdfile.c -o esound/i686/esdfile.o
gcc -c `cat esound/i686/c_flags`  esound/esdlib.c -o esound/i686/esdlib.o
esound/esdlib.c:543:85: pasting "ESD_UNIX_SOCKET_DIR" and ""/"" does not give a valid preprocessing token
esound/esdlib.c:543:85: pasting ""/"" and ""socket"" does not give a valid preprocessing token
esound/esdlib.c:623:22: pasting "ESD_UNIX_SOCKET_DIR" and ""/"" does not give a valid preprocessing token
esound/esdlib.c:623:22: pasting ""/"" and ""socket"" does not give a valid preprocessing token
make[2]: *** [esound/i686/esdlib.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/cinelerra-1.1.7/work/cinelerra-1.1.7'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/cinelerra-1.1.7/work/cinelerra-1.1.7'
make: *** [all] Error 2
 
!!! ERROR: media-video/cinelerra-1.1.7 failed.
!!! Function src_compile, Line 37, Exitcode 2
!!! make failed
-----

I have esound 0.2.31 installed....

Any cue ?
Comment 5 FieldySnuts 2003-08-16 06:37:50 UTC
Compiled and installed for me, good work. 
 
Unfortunately I can't do anything useful with it. I can load audio (wav), but trying to play it 
hangs cinelerra and it has to be killed with -9. Tried loading some video (mpeg), and 
playing it resulted in erratic results, from simply displayed poorly to hangs. 
 
Is this normal in cinelerra's current state, or am I missing something?