G. A. P-2.2.2 , now compiled for windows
#1
Posted 21 November 2007 - 12:28 PM
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
#2
Posted 21 November 2007 - 01:51 PM
Quote
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
#3
Posted 21 November 2007 - 03:01 PM
i still dont have the "Video" thing.
#4
Posted 22 November 2007 - 02:33 AM
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

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
#5
Posted 22 November 2007 - 10:19 AM
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:
#6
Posted 22 November 2007 - 02:50 PM
Art
#7
Posted 22 November 2007 - 07:32 PM
#8
Posted 23 November 2007 - 03:03 AM
Quote
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
#9
Posted 23 November 2007 - 03:28 PM
thank everything clear...at least reading now i want try...
#10
Posted 23 November 2007 - 05:47 PM
Now ... what do I do? I need to track down some GAP tuts.
Thanks everyone! :l:
#11
Posted 24 November 2007 - 06:13 AM
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 )
#12
Posted 24 November 2007 - 06:42 AM
./configure --disable-unix-frontends --disable-libmpeg3 --disable-audio-support
#13
Posted 24 November 2007 - 08:56 AM
Quote
./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)
#18
Posted 06 January 2008 - 06:28 PM
#20
Posted 08 January 2008 - 12:25 AM

Help



















