summaryrefslogtreecommitdiff
path: root/graphics/gst-plugins0.10-jpeg
AgeCommit message (Collapse)AuthorFilesLines
2011-05-18reset PKGREV for base pkg updatedrochner1-3/+1
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+3
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
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-02-16reset PKGREV for base pkg updatedrochner1-2/+1
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-1/+2
2009-09-08reset PKGREVISION for base pkg updatedrochner1-3/+1
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+3
2008-09-14add a gst plugin pkg dor jpeg (part of -good)drochner3-0/+24