Commit graph

14 commits

Author SHA1 Message Date
David Sainty
e2d791ed0f 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-26 05:01:21 +00:00
Aleksey Cheusov
8607e2a7b5 Remove GCC_REQD+=2.95. Nowadays it is unlikely to see gcc-2.95
on worstations where mplayer may run.
Also mplayer can be compiled with SunStudio.
2010-09-10 19:50:03 +00:00
Thomas Klausner
7f1c7ce7f7 Remove unnecessary @comment lines.
Spill a few more @pkgdir.
2009-10-11 11:18:12 +00:00
Thomas Klausner
4c850f93bc Remove obsolete @dirrm lines. 2009-10-11 10:44:24 +00:00
Tobias Nygren
04f850e5fa Fix fallout from pax(1) tool changes in pkgsrc. 2008-05-26 13:59:43 +00:00
Tobias Nygren
5095532425 This commit brought to you by the automated whitespace police (pkglint) 2008-05-24 15:34:08 +00:00
Aleksey Cheusov
51d0b4720c man ---> ${PKGMANDIR} 2006-04-21 07:31:46 +00:00
Aleksey Cheusov
35f82d29fc man is replaced with ${PKGMANDIR} 2006-04-20 13:36:34 +00:00
Lubomir Sedlacik
fc8671736e Sync with reality. 2006-04-14 16:22:06 +00:00
Johnny C. Lam
d8f92a1509 ossaudio.buildlink3.mk has been replaced by oss.buildlink3.mk. 2006-03-09 21:02:03 +00:00
Thomas Klausner
35411a5a06 Adapt for new mplayer-fonts package.
Fix a few pkglint warnings while here.
2006-02-03 00:40:53 +00:00
Thomas Klausner
5dd355de5e Fix path to mplayer-share to point to wip. 2006-01-30 17:22:58 +00:00
Lubomir Sedlacik
28daa01ec8 Not used. 2006-01-30 01:27:38 +00:00
Lubomir Sedlacik
8104c47b97 Import package for the cvs version of mplayer. 2006-01-30 01:25:13 +00:00