summaryrefslogtreecommitdiff
path: root/graphics/avifile
AgeCommit message (Collapse)AuthorFilesLines
2001-11-11Adjust format a bit:hubertf1-1/+1
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam1-2/+3
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-3/+3
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam1-2/+3
USE_BUILDLINK_ONLY.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-2/+1
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-26o add buildlink.mk for use by other packageszuntum1-0/+43
2001-06-26Add \t between CONFIGURE_ARGS+= and --zuntum1-3/+3
2001-06-26o converted to use devel/SDL/buildlink.mk, mark as USE_BUILDLINK_ONLYzuntum1-15/+12
and set USE_CONFIG_WRAPPER o remove redundant switches from CONFIGURE_ARGS Thank you Johnny C. Lam! :)
2001-06-24Remove MOC and UIC references -- we no longer try to compile this packagezuntum1-4/+2
with qt2 support.
2001-06-24Remove FreeBSDism -- USE_AUTOCONFzuntum1-2/+1
2001-06-24Remove USE_XLIB as it has no effect; I wonder who put it herezuntum1-2/+1
2001-06-18Convert to use buildlink.mk fileszuntum1-17/+7
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+1
2001-04-18o use /dev/sound, not /dev/audiozuntum2-6/+6
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-5/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14this pkg installs only a library (and headers etc.), no binary.hubertf2-5/+5
Make this clear in DESCR & COMMENT
2001-04-13unzip is not necessary, so remove it from BUILD_DEPENDSzuntum1-2/+1
2001-04-13Add NetBSD ID to the MESSAGE filezuntum1-0/+4
2001-04-12Initial import of avifile-0.53.5zuntum22-0/+431
An MPEG-4 (aka DivX) player built around the Windows binaries, but does not need Wine. There is also a xmps plugin you can build (manually). NOTE: aviplay (player originally included in the package) does not work and thus the package does not build it. I'll send mail about tiny, but working player to netbsd-users@netbsd.org soon.