You are not logged in.

#1 2009-01-29 10:34:37

bellbottom
Member
Registered: 2008-05-20
Posts: 17

[SOLVED] Mainactor 64

Hello:
I'm trying to make a pkg Mainctor in 64 bits using this deb package:

http://mainactor.flavor8.com/index.php?topic=53.0

from this instructions says works in Ubuntu 64 (link to download here) :

http://symbiosoft.net/?q=mainactor-repa … -on-ubuntu

After install a pkg with this PKGBUILD from aur modified
http://aur.archlinux.org/packages.php?ID=4035


# Contributor: Philipp Giebel <arch@ambience-design.net>
pkgname=mainactor
pkgver=5.5.37
pkgrel=1
_pkg="mainactor-5.5-37.all.ubuntu-8.04.deb"
pkgdesc="professional video-editing"
depends=('qt' 'nas')
makedepends=('ttf-ms-fonts' 'binutils')
install=mainactor.install
source=($pkgname-5.5-37.all.ubuntu-8.04.deb)
url="http://www.mainconcept.com"
license=""
#md5sums=('f6e5b130e74711767e75d09e1f021b32')
arch=('x86_64')

build() {
  cd $startdir/src/

  ar x $_pkg
  tar -zxvf data.tar.gz

  cp -r opt/ usr/ $startdir/pkg

  mkdir -p $startdir/pkg/usr/bin
  ln -s -f /opt/MainConcept/MainActor/mactor $startdir/pkg/usr/bin/mactor

  mkdir -p $startdir/pkg/opt/MainActor/fonts
  cp /usr/share/fonts/TTF/* $startdir/pkg/opt/MainConcept/MainActor/fonts

  chmod 644 $startdir/pkg/opt/MainConcept/MainActor/fonts/*
  chmod 755 $startdir/pkg/usr/bin/mactor
  chmod 755 `find $startdir/pkg -type d`
}

I cannot launch the application,

[santi@arch ~]$ mactor
bash: /usr/bin/mactor: No existe el fichero o el directorio (does not exist)

[root@arch bin]# ln -s /opt/MainConcept/MainActor/mactor /usr/bin/

[santi@arch ~]$ mactor
bash: /usr/bin/mactor: No existe el fichero o el directorio

Is possible find a way to fix?
Maybe i need some lib32 i don't know...

Thanks.

Today is solved the Mainactor installation.

Was a problem of lib32 dependences.
I used the same dependences than bin32-skype and too:
lib32-libstdc++5
lib32-nas
lib32-sdl

Now Mainactor works in Arch 64 (bin-32 emulation...)

Cheers.

Last edited by bellbottom (2009-02-09 22:15:53)

Offline

#2 2012-04-27 18:56:55

cmmps
Member
From: Portugal, Lisbon
Registered: 2012-04-26
Posts: 70

Re: [SOLVED] Mainactor 64

Hello there,

I'm still a newby on Arch Linux and I'm loving it.

I changed from Mandriva to Arch. Both 64 bit. I got MainActor working on Mandriva, but now, even after installing a lot of 32bit packages from multilib I can't get it to work.

Packages installed:
lib32-qt
lib32-sdl
lib32-stdc++5
lib32-acl
lib32-alsa-lib
lib32-alsa-plugins
and more... including glibc

lib32-nas -> Can't install: pacman says that target file does not exist

Have working: Wine and Skype

MainActor:
=======

I copied it from my old Mandriva /opt/MainConcept/MainActor to my new Arch /opt/MainConcept/MainActor

When I try to run the program I get this error:
/opt/MainConcept/MainActor/mactor: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory

Any solution for this?

Kind regards,
Carlos Santos


Carlos Santos

Offline

#3 2012-04-29 09:02:37

bellbottom
Member
Registered: 2008-05-20
Posts: 17

Re: [SOLVED] Mainactor 64

Hey Carlos:
I think, newer versions of packages in Linux are incompatible for install Mainactor.

Hey Carlos, (in spanish).
El paquete Mainactor dejó de desarrollarse hace ya años. Ahora es posible que con las nuevas versiones de los programas en Linux, ya no pueda volver a instalarse en un sistema actual.

No estoy seguro, pero pienso que es lo más probable. Yo no pude volver a hacerlo desde hace ya tiempo.
Puedes probar con los editores de vídeo disponibles en la actualidad: Kdenlive, Openshot, Pitivi, y en el futuro Lumiera.   

Saludos.

Last edited by bellbottom (2012-04-29 09:05:00)

Offline

Board footer

Powered by FluxBB