Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Jahshaka video editing?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
mingyang
n00b
n00b


Joined: 29 Apr 2003
Posts: 2

PostPosted: Tue Apr 29, 2003 5:30 pm    Post subject: Jahshaka video editing? Reply with quote

I've searched the Gentoo forum, but found nothing about Jahshaka. Has anybody tried to run it under Gentoo? It's supposedly free - I tried to compile it, but I couldn't make it work. It can be found on Sourceforge or at www.jahshaka.com
Back to top
View user's profile Send private message
haylocki
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2002
Posts: 85
Location: London

PostPosted: Tue Jul 29, 2003 10:25 am    Post subject: Reply with quote

Hi, I've just had a go at compiling Jahshaka_1.9a2.
What I needed to do to get it to work was edit the file jah/objectlibs/FTGL/FTGL.h

and move the following line outside the if statements
i.e. just move it to the end of the file

#define GL_TEXTURE_2D_BINDING_EXT 0x8069

The program then compiled and ran fine for me.

Don't forget to check for the dependencies it requires in the readme file

Ian
Back to top
View user's profile Send private message
Doudou
Apprentice
Apprentice


Joined: 10 Jan 2003
Posts: 286
Location: Paris, France

PostPosted: Mon Oct 20, 2003 12:36 pm    Post subject: Reply with quote

Yes, it's work for me too, thanks for the tip haylocki.
Back to top
View user's profile Send private message
mizery de aria
Guru
Guru


Joined: 07 Dec 2003
Posts: 309

PostPosted: Sun Jan 04, 2004 4:55 pm    Post subject: Reply with quote

Anyone willing to make an ebuild for Jahshaka?
_________________
Do not repIy to or othErwise communicate with me if you use religious, spiritual or similar terminologies or references in your typings.
Back to top
View user's profile Send private message
zypher
Retired Dev
Retired Dev


Joined: 10 Jun 2002
Posts: 416
Location: Cologne, ger.

PostPosted: Thu Jan 08, 2004 8:06 pm    Post subject: Reply with quote

I posted one a while ago to bugs.g.o.
I will add the patch to the ebuild and attatch the ebuild there.
Link will be posted here.
_________________
linux user 65882
Back to top
View user's profile Send private message
zypher
Retired Dev
Retired Dev


Joined: 10 Jun 2002
Posts: 416
Location: Cologne, ger.

PostPosted: Fri Jan 09, 2004 11:50 am    Post subject: Reply with quote

https://bugs.gentoo.org/show_bug.cgi?id=33416

Please test.
_________________
linux user 65882
Back to top
View user's profile Send private message
RoYzter
n00b
n00b


Joined: 09 Jan 2004
Posts: 33

PostPosted: Fri Jan 09, 2004 10:10 pm    Post subject: Reply with quote

compiling worked fine, but there seems to be a wrong install location for the binary... gets installed in my tempdir (which after success gets deleted of course, so no jahshaka for me :?)

here's the emerge output:
Code:

---blah---
>>> Completed installing into /mnt/hdc1/tmp/portage/jahshaka-1.9_alpha5/image/

>>> Merging media-video/jahshaka-1.9_alpha5 to /
--- /usr/
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/jahshaka-1.9_alpha5/
>>> /usr/share/doc/jahshaka-1.9_alpha5/AUTHORS.gz
>>> /usr/share/doc/jahshaka-1.9_alpha5/TODO.gz
>>> /usr/share/doc/jahshaka-1.9_alpha5/README.gz
--- /mnt/
--- /mnt/hdc1/
--- /mnt/hdc1/tmp/
--- /mnt/hdc1/tmp/portage/
--- /mnt/hdc1/tmp/portage/jahshaka-1.9_alpha5/
--- /mnt/hdc1/tmp/portage/jahshaka-1.9_alpha5/image/
--- /mnt/hdc1/tmp/portage/jahshaka-1.9_alpha5/image/usr/
>>> /mnt/hdc1/tmp/portage/jahshaka-1.9_alpha5/image/usr/bin/
>>> /mnt/hdc1/tmp/portage/jahshaka-1.9_alpha5/image/usr/bin/jahshaka
--- /opt/
>>> /opt/jahshaka/
---blah---

Back to top
View user's profile Send private message
zypher
Retired Dev
Retired Dev


Joined: 10 Jun 2002
Posts: 416
Location: Cologne, ger.

PostPosted: Tue Jan 13, 2004 2:33 pm    Post subject: Reply with quote

Strange.
I checked that ebuild on 3 different machines and hab not roubles at all.
_________________
linux user 65882
Back to top
View user's profile Send private message
NumaSan
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2003
Posts: 100
Location: Copenhagen

PostPosted: Tue Jan 13, 2004 7:52 pm    Post subject: Reply with quote

sorry zypher, I haven't testet your ebuild, but then again, even though I have been following this project from the very beginning I have never tried it. My machine is too slow :( I would love to see an ebuild in portage by the time I can afford a new workstation :)
_________________
--- checking for native Win32 platform... no
Back to top
View user's profile Send private message
zypher
Retired Dev
Retired Dev


Joined: 10 Jun 2002
Posts: 416
Location: Cologne, ger.

PostPosted: Thu Jan 15, 2004 10:18 am    Post subject: Reply with quote

You'll probably see it in portage as soon as the new version will be out )in a few weeks).
I truly believe jahshaka will be a kickass app by then...
_________________
linux user 65882
Back to top
View user's profile Send private message
gophix
n00b
n00b


Joined: 10 Oct 2003
Posts: 10
Location: Köln

PostPosted: Fri May 21, 2004 12:28 pm    Post subject: Reply with quote

I tried to install the following versions with the mentioned and version-edited ebuild from above

    jahshaka-1.9_alpha4
    jahshaka-1.9_alpha5
    jahshaka-1.9_alpha7

I even get same errors (alpha_4, alpha_5, alpha_7):
Code:

-I/usr/include/freetype2 -I/usr/qt/3/include -I/usr/X11R6/include -o FTFace.o FTFace.cpp
FTFace.cpp: In member function `bool FTFace::Attach(const unsigned char*,
   unsigned int)':
FTFace.cpp:65: error: `FT_Open_Flags' undeclared (first use this function)
FTFace.cpp:65: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
FTFace.cpp:65: error: parse error before numeric constant
make[1]: *** [FTFace.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/jahshaka-1.9_alpha5/work/jahshaka/jah/objectlibs/FTGL'
make: *** [sub-jah-objectlibs-FTGL] Error 2

!!! ERROR: media-video/jahshaka-1.9_alpha7 failed.
!!! Function src_compile, Line 37, Exitcode 2
!!! (no error message)


The alpha_7 ebuild I had to emerge without the ftgl.h.patch else I was getting the following Error at the beginning:
Code:

***** ftgl.h.patch *****

========================

PATCH COMMAND:  patch  -p0 < /usr/local/portage/media-video/jahshaka/files/ftgl.h.patch

========================
patching file jah/objectlibs/FTGL/FTGL.h
Hunk #1 FAILED at 75.
1 out of 1 hunk FAILED -- saving rejects to file jah/objectlibs/FTGL/FTGL.h.rej
========================

PATCH COMMAND:  patch  -p1 < /usr/local/portage/media-video/jahshaka/files/ftgl.h.patch

========================
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** jah/objectlibs/FTGL/FTGL.h  Sun Sep 21 08:13:01 2003
|--- jah/objectlibs/FTGL/FTGL.h.new      Fri Jan  9 10:17:29 2004
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
========================

PATCH COMMAND:  patch  -p2 < /usr/local/portage/media-video/jahshaka/files/ftgl.h.patch

========================
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** jah/objectlibs/FTGL/FTGL.h  Sun Sep 21 08:13:01 2003
|--- jah/objectlibs/FTGL/FTGL.h.new      Fri Jan  9 10:17:29 2004
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
========================

PATCH COMMAND:  patch  -p3 < /usr/local/portage/media-video/jahshaka/files/ftgl.h.patch

========================
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** jah/objectlibs/FTGL/FTGL.h  Sun Sep 21 08:13:01 2003
|--- jah/objectlibs/FTGL/FTGL.h.new      Fri Jan  9 10:17:29 2004
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
========================

PATCH COMMAND:  patch  -p4 < /usr/local/portage/media-video/jahshaka/files/ftgl.h.patch

========================
missing header for context diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** jah/objectlibs/FTGL/FTGL.h  Sun Sep 21 08:13:01 2003
|--- jah/objectlibs/FTGL/FTGL.h.new      Fri Jan  9 10:17:29 2004
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored


Here are my versions:

    qt 3.3.2
    freetype 2.1.5-r1
    glut 3.7.1
    opengl 1.5


Another try was to change the file jah/objectlibs/FTGL/FTGL.h manually, but with the same result: ERROR

So if someone has a proper solution, please post it.
Cheers matti
Back to top
View user's profile Send private message
JazzSax006
n00b
n00b


Joined: 03 Jun 2003
Posts: 38

PostPosted: Sat May 22, 2004 5:39 am    Post subject: Reply with quote

Quote:
I even get same errors (alpha_4, alpha_5, alpha_7):

Code:



-I/usr/include/freetype2 -I/usr/qt/3/include -I/usr/X11R6/include -o FTFace.o FTFace.cpp
FTFace.cpp: In member function `bool FTFace::Attach(const unsigned char*,
unsigned int)':
FTFace.cpp:65: error: `FT_Open_Flags' undeclared (first use this function)
FTFace.cpp:65: error: (Each undeclared identifier is reported only once for
each function it appears in.)
FTFace.cpp:65: error: parse error before numeric constant
make[1]: *** [FTFace.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/jahshaka-1.9_alpha5/work/jahshaka/jah/objectlibs/FTGL'
make: *** [sub-jah-objectlibs-FTGL] Error 2

!!! ERROR: media-video/jahshaka-1.9_alpha7 failed.
!!! Function src_compile, Line 37, Exitcode 2
!!! (no error message)


Ok, you need to change line 65 of FTFace.cpp from:

Code:
    open.flags = (FT_Open_Flags)1; // FT_OPEN_MEMORY;


to:

Code:
    open.flags = FT_OPEN_MEMORY;


You can either make your own patch and add it to the ebuild and put in an overlay dir, or (the easy way) start emerging jahshaka, hit ctrl+z after the sources are unpacked, edit the file (in /var/tmp/portage/jahshaka-1.9_alpha5/work/jahshaka/jah/objectlibs/), and then type "fg" to resume the build. I hope this helps!
Back to top
View user's profile Send private message
gophix
n00b
n00b


Joined: 10 Oct 2003
Posts: 10
Location: Köln

PostPosted: Sun May 23, 2004 6:06 pm    Post subject: Reply with quote

Thanks a lot!!! Jahshaka works fine.
I used an edited ebuild for version 1.9_alpha7 and commented out the epatch line. Then I followed yours instructions.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum