You are not logged in.

#1 2004-08-08 12:08:02

tmadhavan
Member
From: Wales :D
Registered: 2004-03-26
Posts: 441

[Request] Cinelerra

Hey all

I realise this has been requested previously, but the topic seems a little dead so I was just wondering if anyone had had any success with this?

I see kino is in the repos now, but I need something to edit the video afterwards.

Any news, much appreciated.

T.

Offline

#2 2004-08-08 15:59:27

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

Re: [Request] Cinelerra

tmadhavan wrote:

Hey all

I realise this has been requested previously, but the topic seems a little dead so I was just wondering if anyone had had any success with this?

I see kino is in the repos now, but I need something to edit the video afterwards.

Any news, much appreciated.

T.

http://bbs.archlinux.org/viewtopic.php? … =cinelerra

my PKGBUILD looks like this

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

pkgname=cinelerra
pkgver=1.2.0
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)

# when building use -n with makepkg cause stripping of libaries
# will cause cinelerra to crash at startup

build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure || return 1
   make || return 1
   # hack to install clean in $startdir/pkg
   # first create dirs
   mkdir -p $startdir/pkg/usr/lib/cinelerra
   mkdir -p $startdir/pkg/usr/bin
   # 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
}

and it will go to extra, but my cpu is busy for university-stuff, so i cannot make the pkg for extra yet - it has to wait some hours/days

EDIT: if you build it for yourself:

- use makepkg -n to hinder striping

- please run afterwards namcap cine.....pkg.tar.gz to check the deps and post the results - thanx in advance


The impossible missions are the only ones which succeed.

Offline

#3 2004-08-09 07:31:02

tmadhavan
Member
From: Wales :D
Registered: 2004-03-26
Posts: 441

Re: [Request] Cinelerra

I've never made a package before - if you could post something a little more explanatory, I'll give it a go straight away big_smile

Thanks dp,
Thom

Offline

#4 2004-08-09 07:55:19

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

Re: [Request] Cinelerra

sorry, this pkgbuild do not work at all with this release, i trusted the original author that this is a pkgbuild that works, but it isn0t - it just creates soundtest and the rest is not in the pkg

i will check it in the next days and hopefully make it work - cinelerra has a really messy build-system - 20 makefiles and a lot of hardcoded stuff - this means work for creating a nice build(), and this needs time i dont have today


The impossible missions are the only ones which succeed.

Offline

#5 2004-08-09 11:20:26

Evangel
Member
From: Germany - Hechingen/Balingen
Registered: 2004-02-22
Posts: 36

Re: [Request] Cinelerra

Uhhhm, im really sorry, as this was a working PKGBUILD for version 1.1.9. This Package is also in incoming for a long time now. Maybe if i`ll have some time on Weekend, i will have a look at cinelerra 1.2.0.

I believe there are some changes with building and directory structure so the copying doesnt work anymore.


cu

Offline

#6 2004-11-20 02:53:12

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

Re: [Request] Cinelerra

anyone had any luck in getting cinelerra to work yet?

Offline

#7 2005-03-07 09:58:12

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

Re: [Request] Cinelerra

any news? v1.2.2 is out now. thanks.

Offline

Board footer

Powered by FluxBB