Age | Commit message (Collapse) | Author | Files | Lines |
|
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
|
|
|
|
I haven't a clue why this worked before and stopped now,
but I think I'm okay as this shouldn't break things.
|
|
|
|
that exists in 3.3.6. There's a workaround for this in freetype2 package
that creates freetype-config script in ${BUILDLINK_DIR}/bin so the packages
can find it, but this doesn't work when package that wants to use freetype-config
doesn't .include freetype's buildlink.mk directly, but pulls in freetype2 dependency
by including the buildlink of another package (which depends on freetype2).
|
|
MAKE_ENV as they are now added by the buildlink files themselves.
|
|
|
|
update to 1.0.3 now -- the only change is cosmetic change in Makefile
|
|
o fix -a ('no audio') option not to open audio device
o fix audio time scale with avifile-0.53
o fix 8bit audio decoding to use proper format (ie. unsigned samples)
o apla's directory in distfile now has version numers in its name
o updated to use SDL_ttf 2.0.3
o reworked Makefile
Thanks Witold, great software!
|
|
|
|
|
|
apla is temporary replacement for aviplay player. It uses avifile library.
If you have slow CPU/framebuffer you can try -s option to reduce count of
frames displayed (all frames have to be decoded in most video formats
though). Using 16 bit video mode may help as well. Absolutely mandatory
for optimal performance is use of write-combining access to framebuffer
memory on i386 hardware, see memconfig(8).
This great program was written by Witold J. Wnuk <w.wnuk@zodiac.mimuw.edu.pl>
Thanks Witold!
|