pkgsrc/multimedia/transcode
dsainty 1f40f3a084 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-12-23 11:44:24 +00:00
..
patches update to 1.1.2 2009-07-07 16:38:29 +00:00
DESCR
distinfo update to 1.1.5 2009-11-15 18:09:35 +00:00
Makefile Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
options.mk -enable xvid and mpeg2 support explicitely, seems that these are 2010-05-08 16:04:05 +00:00
PLIST Add two files left out of the PLIST when lzo option is enabled. 2010-06-03 19:33:33 +00:00