summaryrefslogtreecommitdiff
path: root/graphics/apla
AgeCommit message (Collapse)AuthorFilesLines
2003-07-26Bump revision due to SDL update, and sync versions in buildlink files wherejmmv1-2/+2
needed. This is required because esound has been droped as a dependancy.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-02-13This builds again on NetBSD 1.6.1, but only against the latest versionfredb1-4/+2
of avifile-devel. Bump pkgrevision.
2003-02-13Mark this package as broken, due to Xv compilation problems.agc1-1/+3
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-2/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-1/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-28buildlink1 -> buildlink2.jlam3-12/+30
2001-11-14Set USE_X11=yes so it gets -Wl,-R${X11BASE}/libzuntum1-1/+2
I haven't a clue why this worked before and stopped now, but I think I'm okay as this shouldn't break things.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-08-19XFree86 4.x has freetype2 built-in, but it doesn't have freetype-config scriptzuntum1-1/+2
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).
2001-08-17Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} injlam1-5/+1
MAKE_ENV as they are now added by the buildlink files themselves.
2001-07-26Switch to avifile-devel, so it is used in the build step instead avifilezuntum1-3/+3
2001-06-27o previous update contained 1.0.2, but I announced it as 1.0.3...zuntum3-9/+9
update to 1.0.3 now -- the only change is cosmetic change in Makefile
2001-06-27Update apla to 1.0.3zuntum3-35/+14
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!
2001-06-26Update for new version (2.0.3) of SDL_ttf and set USE_BUILDLINK_ONLYzuntum3-6/+10
2001-06-26o convert to use buildlink.mkzuntum3-7/+40
2001-06-16Initial import of apla-1.0zuntum4-0/+36
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!