GimpTalk Announcement :
Try your digital-art skills against your fellow gimpers in GIMPtalk's Biweekly Art competition !


Board index » GIMP Art Galleries and Resources » GIMP Plugins, Filters, and Scripts Web Development Services . Convert FLV to Cell Phone Format
Featured Tutorial : Learn how to create characters by Griatch
Search for :  


Post new topic Reply to topic   [ 24 posts ]  


Author Message
Offline
 Post subject:
PostPosted: Wed Nov 21, 2007 12:28 pm 
User avatar

Joined:
Sat Sep 29, 2007 9:24 am

Topics:
Posts: 37
Location: Taiwan

Find User's Topics

i success compile gap2.2.2
it seem works
if you want to try it
you can download here Gimp Animation Package v2.2.2 (8.99 Mb )
extract files to \Program Files\GIMP-2.0 where your gimp installed

if you can read chinese and want to know how to compile
you can visit my yahoo blog



Top
 Profile  
 
Offline
 Post subject:
PostPosted: Wed Nov 21, 2007 1:51 pm 
User avatar

Joined:
Mon Aug 22, 2005 8:35 pm

Topics:
Posts: 5017

Find User's Topics
Quote:
but don't know why
the file size 10 times bigger than the old


You might try disabling some of the Unix/Linux-specific support using the following configure:

./configure --disable-unix-frontends --disable-libavformat --disable-libmpeg3 --disable-libxvidcore --disable-audio-support

_________________
Everybody makes their own fun. If you don't make it yourself it's not fun, it's entertainment.


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Wed Nov 21, 2007 3:01 pm 
User avatar

Joined:
Sun Sep 24, 2006 8:35 pm

Topics:
Posts: 4981
Location: somewhere on earth....

Find User's Topics
i installed your new gap, but it doesn't work for gimp 2.4?

i still dont have the "Video" thing.

_________________
If I were a mod you would pay the price O_O

Image
Image

Latest....


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Thu Nov 22, 2007 2:33 am 
User avatar

Joined:
Sat Sep 29, 2007 9:24 am

Topics:
Posts: 37
Location: Taiwan

Find User's Topics
just like the other plug-ins
put the new files to the right directory
when gimp find it
it would build the menu

so may you take a look at your gimp directory
Image
when gap_*.exe extract to the plug-ins directory
next time gimp started
it would search the new plug-ins
if find, it would build the "Video" menu

sorry for my broken English


Top
 Profile  
 
Online
 Post subject:
PostPosted: Thu Nov 22, 2007 10:19 am 
GT Manager

User avatar

Joined:
Mon Jun 13, 2005 11:15 am

Topics:
Posts: 10074

Find User's Topics
my english is no better.
however i try to explain, is not a installer as you had in win for 2.2.0 , but are all the gap compiled plugin and script

so to install you have just to move what is inside in the bin/.../plugin folder from the zip to your gimp plugin folder, and same for what is in the zip in share/.../script folder to the gimp script folder

if pointed to the gimp main folder the unzipper should do it automatically, but if you get problem just do it manually...copy what is in the zip plugin folder and paste in the gimp plugin folder
then same for script
Quote:

if you can read chinese and want to know how to compile
you can visit my yahoo blog

i will really like to know but chinese ...i hope for some translation
thank to make available latest GAP also for windows :h:

_________________
Image

http://www.flickr.com/photos/97844002@N00/


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Thu Nov 22, 2007 2:50 pm 
User avatar

Joined:
Tue Mar 01, 2005 4:40 pm

Topics:
Posts: 2454

Find User's Topics
Thanks so much for this! I greatly appreciate your efforts. If all works well, I be able to remove version 2.2 from my machine. Thanks again. Cheers!

Art


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Thu Nov 22, 2007 7:32 pm 
User avatar

Joined:
Sat Aug 13, 2005 11:25 am

Topics:
Posts: 4745

Find User's Topics
Well, I got it. Thanks for the work you did on it! I have it on both computers now. Tho 2.4.1 on my win box runs slower than 2.2, it's still nice to have.

_________________
Image


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Fri Nov 23, 2007 3:03 am 
User avatar

Joined:
Sat Sep 29, 2007 9:24 am

Topics:
Posts: 37
Location: Taiwan

Find User's Topics
Quote:
i will really like to know but chinese ...i hope for some translation

ok, use my broken english
1. download and install MinGW, MSYS, ActivePerl

2.Individual .zip packages for GTK+, GLib and other libraries download some needed lib
glib-dev-2.14.2.zip, gtk+-dev-2.12.1.zip, pango-dev-1.18.3.zip, atk-dev-1.20.0.zip,
cairo-dev-1.4.10.zip, pkg-config-0.20.zip, gettext-dev-0.14.5.zip, gimp-dev-2.4.zip,
libiconv-1.9.1.bin.woe32.zip, libpng-1.2.8-bin.zip, jpeg-6b-4-lib.zip, libpng-1.2.8-lib.zip
extract them to the MinGW folder
Zlib need .a library file, but i can't find it, so need to download source file compile it, extract source to the \msys\1.0\home\"User Name"(same as GAP source)

3. start MSYS, compile zlib first
cd zlib123
./configure --prefix=f:/mingw
make
make install

if success, now compile gap
cd ../gimp-gap-2.2.2
export PKG_CONFIG_PATH=f:/MinGW/lib/pkgconfig
./configure --disable-unix-frontends --disable-libavformat --disable-libmpeg3 --disable-libxvidcore --disable-audio-support CFLAGS=
make
make install

build plug-ins exe at \MinGW\lib\gimp\2.0\plug-ins
scm \MinGW\share\gimp\2.0\scripts
locale file \msys\1.0\local\lib\locale


Top
 Profile  
 
Online
 Post subject:
PostPosted: Fri Nov 23, 2007 3:28 pm 
GT Manager

User avatar

Joined:
Mon Jun 13, 2005 11:15 am

Topics:
Posts: 10074

Find User's Topics
:h: :h:
thank everything clear...at least reading now i want try...

_________________
Image

http://www.flickr.com/photos/97844002@N00/


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Fri Nov 23, 2007 5:47 pm 
User avatar

Joined:
Tue Nov 13, 2007 11:13 am

Topics:
Posts: 1605

Find User's Topics
Wow! Installation went without a hitch with the help up above there. Restarting Gimp, saw the plugins install. :w:

Now ... what do I do? I need to track down some GAP tuts.

Thanks everyone! :l:

_________________
Image


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Sat Nov 24, 2007 6:13 am 
User avatar

Joined:
Sat Sep 29, 2007 9:24 am

Topics:
Posts: 37
Location: Taiwan

Find User's Topics
find some problem
use these configure option
./configure --disable-unix-frontends --disable-libavformat --disable-libmpeg3 --disable-libxvidcore --disable-audio-support
the plug-ins can't use mov, 3gp...video file

rebuild one
Gimp Animation Package v2.2.2 (8.99 Mb )


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Sat Nov 24, 2007 6:42 am 
User avatar

Joined:
Mon Aug 22, 2005 8:35 pm

Topics:
Posts: 5017

Find User's Topics
For your most new version, did you use the following configure?

./configure --disable-unix-frontends --disable-libmpeg3 --disable-audio-support

_________________
Everybody makes their own fun. If you don't make it yourself it's not fun, it's entertainment.


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Sat Nov 24, 2007 8:56 am 
User avatar

Joined:
Sat Sep 29, 2007 9:24 am

Topics:
Posts: 37
Location: Taiwan

Find User's Topics
Quote:
For your most new version, did you use the following configure?

./configure --disable-unix-frontends --disable-libmpeg3 --disable-audio-support


yes, same as the original
and final use "make install-strip" remove debug info from files

(I originally thought that used "CFLAGS=" can let the compiler not add debug info to the file)


Top
 Profile  
 
Online
 Post subject:
PostPosted: Sun Nov 25, 2007 3:56 pm 
GT Manager

User avatar

Joined:
Mon Jun 13, 2005 11:15 am

Topics:
Posts: 10074

Find User's Topics
Ok i updated the link on the "news" board

_________________
Image

http://www.flickr.com/photos/97844002@N00/


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Thu Dec 20, 2007 12:41 am 
User avatar

Joined:
Mon Dec 17, 2007 6:58 pm

Topics:
Posts: 148

Find User's Topics
Should it work for Gimp 2.4.2?


Top
 Profile  
 
Online
 Post subject:
PostPosted: Thu Dec 20, 2007 1:48 am 
GT Manager

User avatar

Joined:
Mon Jun 13, 2005 11:15 am

Topics:
Posts: 10074

Find User's Topics
yes

_________________
Image

http://www.flickr.com/photos/97844002@N00/


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Fri Dec 21, 2007 2:28 am 

Joined:
Mon Oct 09, 2006 5:41 am

Topics:
Posts: 126

Find User's Topics
Thank you!!


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Sun Jan 06, 2008 6:28 pm 

Joined:
Wed Oct 10, 2007 11:30 pm

Topics:
Posts: 74

Find User's Topics
The master encoder isnt working for me, it says something about no encoder and nothing happens, is that my doing, did I forget to install something?


Top
 Profile  
 
Online
 Post subject:
PostPosted: Mon Jan 07, 2008 6:33 am 
GT Manager

User avatar

Joined:
Mon Jun 13, 2005 11:15 am

Topics:
Posts: 10074

Find User's Topics
In windows there is not a front end for encoder as in linux

_________________
Image

http://www.flickr.com/photos/97844002@N00/


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Tue Jan 08, 2008 12:25 am 

Joined:
Wed Oct 10, 2007 11:30 pm

Topics:
Posts: 74

Find User's Topics
You say front end, does that mean theres another way to do it?


Top
 Profile  
 
Online
 Post subject:
PostPosted: Wed Jan 09, 2008 6:50 am 
GT Manager

User avatar

Joined:
Mon Jun 13, 2005 11:15 am

Topics:
Posts: 10074

Find User's Topics
well export frames as png (as example with "split images into frames) and then convert to AVI or Mpg with something as "RAD Video Tool"

i suppose Virtual Dub should do the same and maybe more but that RAD tool is quite simple to use

_________________
Image

http://www.flickr.com/photos/97844002@N00/


Top
 Profile  
 
Online
 Post subject:
PostPosted: Wed Jan 09, 2008 9:00 am 
GT Manager

User avatar

Joined:
Mon Jun 13, 2005 11:15 am

Topics:
Posts: 10074

Find User's Topics
New Mirror available

Image

DOWNLOAD LINK [b]http://photocomix-resources.deviantart.com/art/GAP2-2-2-For-Gimp2-4-win-74155703


Same build from JamesH

as extra bomus a additional script, a new version of Letter Drop (Mc Phersons-SaulGoode-Alexia Dark) is included.[/b]

The new version has a extra option for transparent background, so now the script may be used to add
Titles or anyway animated text effects
, ...
--------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
Included one of the best tutorial on gap that replace the missed help (missed because never written)
(Is the same Tutorial posted on gimptalk here
http://www.gimptalk.com/forum/topic/Gap-For-Animated-Gif-9937-1.html )



In the "IDIOTS NEVER READ THIS.txt" file .... how to install and other relevant info

A big thank again to JamesH that made GAP available to the windows users of Gimp 2.4

PS is my "Lost&Found Gimp plugin " series because still official gimp side and the connected mailing list didn't report the new of his existence or even less a download link.

_________________
Image

http://www.flickr.com/photos/97844002@N00/


Top
 Profile  
 
Online
 Post subject:
PostPosted: Sun Jan 13, 2008 2:59 am 
GT Manager

User avatar

Joined:
Mon Jun 13, 2005 11:15 am

Topics:
Posts: 10074

Find User's Topics
OOOPSS ...sorry i notice only now that a link to your blog went missed i just edited the comment to add it.

_________________
Image

http://www.flickr.com/photos/97844002@N00/


Top
 Profile  
 
Offline
 Post subject:
PostPosted: Fri Jan 25, 2008 12:26 am 

Joined:
Tue Jan 01, 2008 5:02 am

Topics:
Posts: 48

Find User's Topics
Never mind what I said. I copied the files to the wrong place


Top
 Profile  
 
Display posts from previous:  Sort by  

Post new topic Reply to topic
 [ 24 posts ] 



Who is online

Users browsing this forum: RobA and 2 guests


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 post attachments in this forum

Jump to:  
Related Website
Gimp tutorials database
All rights reserved © GimpTalk 2008
forum software by
phpBB