You are not logged in.

#1 2003-10-06 13:01:41

nifan
Member
Registered: 2003-04-10
Posts: 102

Video editor jahshaka

i've tryed to make a PKGBUILD to the video editor jahshaka but i was unable to do it successfully. if anyone could try it i would apreciate tongue if more ppl would like to have it of corse


______
"Ignorance, the root and the stem of every evil." - Plato

Offline

#2 2003-10-06 15:16:10

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: Video editor jahshaka

Yeah, I tried compiling it yesterday, but got some strange build errors that seemed to be about freetype.

I gave up.  sad


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#3 2003-10-06 15:25:06

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: Video editor jahshaka

please post your errors. actually anytime you have had no success compiling a desired package and come to request it here it would help the next person to try to have the errors. that way code savvy folks may know exactly where to go and what to possibly patch


AKA uknowme

I am not your friend

Offline

#4 2003-10-06 16:25:30

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: Video editor jahshaka

ay -I../../../jah/encoders/mpeg_encode -I../../../jah/sqlite -I../../../jah/desktop -I../../../jah/player -I../../../jah/network -I../../../jah/libraries -I../../../jah/Source -I/usr/include/freetype2  -DQT_THREAD_SUPPORT  -D_REENTRANT  -O2   -c -o FTFace.o `test -f FTFace.cpp || echo './'`FTFace.cpp
FTFace.cpp: In member function `bool FTFace::Attach(const unsigned char*,
   unsigned int)':
FTFace.cpp:72: error: `FT_Open_Flags' undeclared (first use this function)
FTFace.cpp:72: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
FTFace.cpp:72: error: parse error before numeric constant
make[4]: *** [FTFace.o] Error 1
make[4]: Leaving directory `/usr/abs/local/jahshaka/src/jahshaka/jah/objectlibs/FTGL'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/abs/local/jahshaka/src/jahshaka/jah/objectlibs'make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/abs/local/jahshaka/src/jahshaka/jah'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/abs/local/jahshaka/src/jahshaka'
make: *** [all] Error 2


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#5 2003-10-06 17:06:10

nifan
Member
Registered: 2003-04-10
Posts: 102

Re: Video editor jahshaka

i dont remember very much my errors, since i tryed to compile it about 2 months ago tongue, but i do remeber i had something to do with freetype also.


______
"Ignorance, the root and the stem of every evil." - Plato

Offline

#6 2003-10-06 18:21:54

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: Video editor jahshaka

contrasutra wrote:

ay -I../../../jah/encoders/mpeg_encode -I../../../jah/sqlite -I../../../jah/desktop -I../../../jah/player -I../../../jah/network -I../../../jah/libraries -I../../../jah/Source -I/usr/include/freetype2  -DQT_THREAD_SUPPORT  -D_REENTRANT  -O2   -c -o FTFace.o `test -f FTFace.cpp || echo './'`FTFace.cpp
FTFace.cpp: In member function `bool FTFace::Attach(const unsigned char*,
   unsigned int)':
FTFace.cpp:72: error: `FT_Open_Flags' undeclared (first use this function)
FTFace.cpp:72: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
FTFace.cpp:72: error: parse error before numeric constant
make[4]: *** [FTFace.o] Error 1
make[4]: Leaving directory `/usr/abs/local/jahshaka/src/jahshaka/jah/objectlibs/FTGL'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/abs/local/jahshaka/src/jahshaka/jah/objectlibs'make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/abs/local/jahshaka/src/jahshaka/jah'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/abs/local/jahshaka/src/jahshaka'
make: *** [all] Error 2

probably you will need to find out what header FT_Open_Flags (that may infact be the name of the header) is in then add #include <header>, #include "header", #include <header.h> or #include "header.h" at the top of FTFace.cpp

if it builds with that header included then just patch the file to add that line


AKA uknowme

I am not your friend

Offline

#7 2004-12-20 03:15:58

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

Re: Video editor jahshaka

Jahshaka 1.9a9 is out now - has anyone given it a go?

Offline

#8 2004-12-20 12:54:02

Winkie
Member
Registered: 2004-09-30
Posts: 59

Re: Video editor jahshaka

judfilm wrote:

Jahshaka 1.9a9 is out now - has anyone given it a go?

I had a quick look, but it looks like HELL to build, hell I had to modify the config script before I could even run it because it expects tcsh and expects it in /bin/tcsh wheras arch installs (for god knows WHAT reason) to /usr/bin/tcsh

Offline

#9 2004-12-20 14:46:38

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

Re: Video editor jahshaka

Heya,

this is a PKGBUILD for jashaka .. but it needs work. It doesn't install in the pkg-directory (need to do other things) ... someone has to find out how to do this ... Jashaka and the plugins seem to build. Jashaka also starts, but after that I can't raelly confirm anything since I don't know what jashaka can and can't do ... It took 45 minutes to build on my 900Mhz, 128 MB ram computer ...

Another PKGBUILD can be build for jahplayer ... or so

#Contributor Michel Brabants <michel.linux@tiscali.be>
pkgname=jahshaka
pkgver=1.9a9
pkgrel=1
pkgdesc="Jahshaka is an OpenSource Realtime Editing and Effects System. Jahshaka takes advantage of the power of OpenGL and OpenML to give its users exceptional levels of performance."
url="http://www.jahshaka.com/"
#maybe use freeglut??, avifile needs to be from the 0.7-branch: can't express this decently/easily
depends=('glut>=3.7' 'qt>=3.0' 'freetype2>=2.0' 'libsndfile' 'avifile>=0.7')
makedepends=('tcsh')
backup=()
install=
source=(http://heanet.dl.sourceforge.net/sourceforge/jahshakafx/$pkgname_$pkgver.tar.gz)
md5sums=('1da413be5ab509b417cc8d56c74cdbf3')

build() {
  declare -r interpreter="/usr/bin/tcsh"
  cd $startdir/src/$pkgname
  $interpreter ./configure "jahshaka"
  make || return 1
  make INSTALL_DIR=$startdir/pkg install

  #make and install plugins
  cd plugins
  ./configure
  make || return 1
  make INSTALL_DIR=$startdir/pkg install
} 

Offline

#10 2005-03-07 10:00:00

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

Re: Video editor jahshaka

any progess on this one? thanks

Offline

#11 2005-08-09 09:59:50

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

Re: Video editor jahshaka

A new release candidate (2.0 rc1) is out.

http://www.jahshaka.org/index.php?optio … &Itemid=46

Offline

#12 2005-08-14 15:14:00

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

Re: Video editor jahshaka

Heya,

I made an updated PKGBUILD for jahshaka.

greetings,

Michel

Offline

#13 2005-08-14 16:52:42

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Video editor jahshaka

OT, but the name of this topic strikes me as extremely anime-ish for some reason. :?

Offline

#14 2006-10-03 23:03:35

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

Re: Video editor jahshaka

FYI - a new release is out v2.0rc3
http://www.jahshaka.org/index.php?optio … &Itemid=46

Is it possible this could be updated and added to the AUR?

Thanks

Offline

Board footer

Powered by FluxBB