Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28455 - animmaker-0.4.2.5.ebuild (new package)
Summary: animmaker-0.4.2.5.ebuild (new package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-09-11 09:55 UTC by Joel Yliluoma
Modified: 2004-12-25 07:34 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
The ebuild file of this program. (animmaker-0.4.2.5.ebuild,765 bytes, text/plain)
2003-09-11 09:55 UTC, Joel Yliluoma
Details
animmaker-0.4.3.2.ebuild (animmaker-0.4.3.2.ebuild,1.02 KB, text/plain)
2004-11-24 11:43 UTC, Kai Zimmermann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Yliluoma 2003-09-11 09:55:00 UTC
media-video/animmaker
--
animmaker is a program for creating AVI files. The input may be any number of
uncompressed TGA files or a stream of TGA files. Raw audio also supported.
Useful for both endusers and as a backend for programs that wish to create AVI
files.
--
Homepage: http://bisqwit.iki.fi/source/animmaker.html
Comment 1 Joel Yliluoma 2003-09-11 09:55:51 UTC
Created attachment 17508 [details]
The ebuild file of this program.
Comment 2 Kai Zimmermann (RETIRED) gentoo-dev 2004-11-24 11:43:08 UTC
Created attachment 44653 [details]
animmaker-0.4.3.2.ebuild

Seems to work well, however there is a new version out and Gentoo custom CFLAGS
are introduced now.

kai
Comment 3 Chris White (RETIRED) gentoo-dev 2004-12-24 23:56:07 UTC
Hmm, this is the RESOLVE I hate to use the most but.. even the homepage lists that MPlayer's mencoder can use the same thing (if not better) and most of it recommends using mencoder externally to get the desired results.  As far as size and what not, if you really wanted this in MPlayer, you could probably USE="-* tag encode" and get about the same result.
Comment 4 Joel Yliluoma 2004-12-25 07:34:29 UTC
MEncoder however can not create AVI files from an undetermined number of TGA files. The homepage shows an example "cat *.tga | animmaker", but the "cat" could be substituted with user's own program which creates a continuous stream with no end. That's not possible with MEncoder. MEncoder needs to know beforehand exactly how many frames there are.