You are not logged in.

#1 2004-09-01 23:24:58

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

yet another cinelerra thread [help from experts needed]

the next friday + weekend, i'm going to make a movie at the university for the calcutta project basel ( www.calcutta-project.ch )

for it, i planed to use cinelerra to edit the sequences

what i have now, is a not working PKGBUILD that uses sources:

# $Id: PKGBUILD,v 1.9 2004/08/06 21:56:00 damir Exp $
# Maintainer: damir <damir@archlinux.org>
# Contributor: damir <damir@archlinux.org>

pkgname=cinelerra
pkgver=1.2.1
pkgrel=1
pkgdesc="50000 watt flamethrower a.k.a. advanced video editing suite"
url="http://heroinewarrior.com/cinelerra.php3"
depends=('x-server' 'libpng' 'gcc')
makedepends=('nasm')
install=
source=(http://belnet.dl.sourceforge.net/sourceforge/heroines/$pkgname-$pkgver-src.tar.bz2)

# stripping breaks pkg - use -n!

build() {
   cd $startdir/src/$pkgname-$pkgver

   mkdir -p ${startdir}/pkg/usr/lib/cinelerra
   mkdir -p ${startdir}/pkg/usr/bin

   ./configure || return 1

   #make all:
   make HAVE_FIREWIRE=y HAVE_ALSA=y -f build/Makefile.cinelerra || echo "==> make failed"

   echo "=================== END OF MAKE =================="

   cd $startdir/src/$pkgname-$pkgver
   sed -i 's|/usr/|./pkg/usr/|g' build/Makefile.cinelerra
   ZU_ERSETZEN=('cinelerra' 'plugins' 'libmpeg3' 'mplexhi' 'mplexlo' 'po')
   for aktuell in "${ZU_ERSETZEN[@]}" ; do
     sed -i 's|/usr/|./pkg/usr/|g' $aktuell/Makefile
   done

   echo "=================== END OF SED =================="

   cd $startdir/src/$pkgname-$pkgver
   make -f build/Makefile.cinelerra install || echo "==> install failed"

   echo "=================== END OF INSTALL =================="

   # now copy files
   #cp cinelerra/i686/cinelerra $startdir/pkg/usr/bin
   #cp plugins/i686/*.plugin $startdir/pkg/usr/lib/cinelerra
   #cp libmpeg3/i686/{mpeg3cat,mpeg3dump,mpeg3toc} $startdir/pkg/usr/bin
   #cp mplexhi/i686/mplexhi $startdir/pkg/usr/bin
   #cp mplexlo/i686/mplexlo $startdir/pkg/usr/bin
   #cp i686/soundtest $startdir/pkg/usr/bin

   cp -R plugins/titler/fonts $startdir/pkg/usr/lib/cinelerra
}

that do not work

and a PKGBUILD for it from RPM i386 binary that works, but somehow from time to time get segfaults while trying to render or while normal usage

# $Id: PKGBUILD,v 1.9 2004/08/06 21:56:00 damir Exp $
# Maintainer: damir <damir@archlinux.org>
# Contributor: damir <damir@archlinux.org>

pkgname=cinelerra
pkgver=1.2.1
pkgrel=1
pkgdesc="50000 watt flamethrower a.k.a. advanced video editing suite"
url="http://heroinewarrior.com/cinelerra.php3"
depends=('x-server' 'libpng' 'gcc')
makedepends=('rpmunpack')
install=
source=(http://belnet.dl.sourceforge.net/sourceforge/heroines/$pkgname-$pkgver-1.i386.rpm)

# stripping breaks pkg - use -n!

build() {
   cd $startdir/src/

   rpmunpack $pkgname-$pkgver-1.i386.rpm

   cd $startdir/pkg/

   mkdir -p $startdir/pkg/usr/{lib,bin,share}
   mkdir -p $startdir/pkg/usr/share/locale/{de,es,fr,nb,sl}/LC_MESSAGES

   zcat $startdir/src/$pkgname-$pkgver-1.cpio.gz | cpio -imv
}

anyone an idea, why the rpm one segfaults from time to time?

anyone to help building from sources? (the problem is, that the cinelerra bin is not generated - why, i don't figured out)

it would be a failure for linux and for archlinux as such, if i didn't managed to have it running, as a colleague of mine uses mac OSX and has also some software for editing/rendering movies and we are then going to use her computer for the job

if anybody can figure out how to make cinelerra run on archlinux, it would be great! (without crashing, without segfaulting and with working fine)

thanx in advance to have a look at it


The impossible missions are the only ones which succeed.

Offline

#2 2004-09-02 13:46:18

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: yet another cinelerra thread [help from experts needed]

noone an idea?

in the meantime someone suggested to use MS Windows Movie Maker 2.1  :twisted: ... !!im not going to upgrade my winXP!! (if you restore the windows with your rescue disk from ibm, it works perfect - once you start upgrading, things break - i'm happy with winXP SP0 ;-) )


The impossible missions are the only ones which succeed.

Offline

#3 2004-11-20 02:42:40

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

Re: yet another cinelerra thread [help from experts needed]

Anyone have an idea when/if cinelerra will work on arch?

Offline

Board footer

Powered by FluxBB