NOTICE: This package has been removed from pkgsrc

./wip/avifile-devel, MPEG-4 (DivX) video player library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.7.45, Package name: avifile-devel-0.7.45, Maintainer: obache

an AVI player and converter built around the Windows binary codecs.
Does not use Wine. It supports a lot of common modern codecs;
these have actually been separated into the pkgsrc multimedia/win32-codecs.


Required to run:
[graphics/freetype2] [graphics/jpeg] [multimedia/xvidcore] [audio/liba52] [audio/libvorbis] [audio/libmad] [fonts/Xft2] [lang/g95] [devel/SDL] [x11/libXv]

Required to build:
[pkgtools/x11-links] [x11/glproto] [x11/renderproto] [x11/xproto] [x11/xf86vidmodeproto] [x11/fixesproto] [x11/xf86driproto] [x11/damageproto] [x11/inputproto] [x11/videoproto] [x11/xextproto] [x11/randrproto] [x11/dri2proto] [devel/libtool-fortran]

Package options: a52, jpeg, mad, sdl, vorbis, xvid

Master sites:

SHA1: 464640de8a06809ef9e96d1ea268a35cd15f7d95
RMD160: db13387d2a88942060a647f03350fc6d963d14f9
Filesize: 3188.369 KB

Version history: (Expand)


CVS history: (Expand)


   2014-09-27 04:30:11 by OBATA Akio | Files touched by this commit (16) | Package removed
Log message:
no future hope.
   2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
   2012-06-13 10:06:52 by othyro | Files touched by this commit (1)
Log message:
+LICENSE
   2011-11-21 19:24:43 by abs | Files touched by this commit (13)
Log message:
Remove obsolete @dirrm lines
   2010-12-26 06:01:21 by David Sainty | Files touched by this commit (78)
Log message:
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in *; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" \ 
"$i"
    fi
  done
done
   2010-08-01 16:57:08 by Aleksej Saushev | Files touched by this commit (36)
Log message:
Assume anything that wants Fortran for now actually wants Fortran-77.

   2009-12-12 21:09:33 by Thomas Klausner | Files touched by this commit (1)
Log message:
Set PLIST.ffmpeg when it is compiled in.

   2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267)
Log message:
Remove obsolete @dirrm lines.