Commit graph

17 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
Thomas Klausner
41f92d5420 Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:46:54 +00:00
Thomas Klausner
8800f9c18c Second try at recursive PKGREVISION bump for jpeg shlib major bump (jpeg-8). 2010-01-18 09:38:16 +00:00
Thomas Klausner
4c850f93bc Remove obsolete @dirrm lines. 2009-10-11 10:44:24 +00:00
Sergey Svishchev
b93334e4cb 1.2.0-2cvs20040608 is not available any more, use newer version. 2006-07-30 19:04:26 +00:00
Johnny C. Lam
37f83ea08f Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-18 00:46:27 +00:00
Thomas Klausner
b29921b58a 2.0 is out. 2005-09-13 11:10:44 +00:00
Krister Walfridsson
753f4543c4 Change obsolete USE_X11 to include ../../mk/x11.buildlink3.mk instead. 2005-06-12 23:51:13 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Johnny C. Lam
84663f5da5 Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.
2004-09-23 05:59:29 +00:00
Thomas Klausner
ebf1b29a7b libdv moved to multimedia/ 2004-07-27 22:13:22 +00:00
Jeremy C. Reed
e9353b4059 Replace LOWER_VENDOR with "pc" (in middle of "swapchannels").
Get rid of lib/libmp3lame* entries that were accidently included.
2004-06-12 01:32:38 +00:00
Jeremy C. Reed
2aa3f2484e Need to make sure pkgconfig file is not installed (it conflicts).
And some build ideas.
2004-06-11 05:56:44 +00:00
Jeremy C. Reed
d9b93943f4 Added buildlink3.mk includes for several build and run-time dependencies. 2004-06-11 05:56:08 +00:00
Jeremy C. Reed
a7a8ccf520 Added entries to PLIST. (Was empty before.) 2004-06-11 05:55:15 +00:00
Jeremy C. Reed
447f70743f This package is not done. Please feel free to help.
This is the "unofficial" version. The official version
includes and builds many libraries already in pkgsrc.
The unofficial version should be easier to build.

Cinelerra is a non-linear video editor. It has won some
awards for its great use and is used in commercial productions.
See: 
http://cvs.cinelerra.org/
http://manual.cinelerra.org/
http://heroinewarrior.com/cinelerra.php3 (official version).
2004-06-10 07:40:37 +00:00