NOTICE: This package has been removed from pkgsrc

./wip/cinelerra-cv, Non-linear video and audio editor and compositor

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


Branch: CURRENT, Version: 2.1nb20160929, Package name: cinelerra-cv-2.1nb20160929, Maintainer: pho

Cinelerra is the most advanced non-linear video editor and compositor
for Linux. It is developed by Adam Williams (formerly known as Jack
Crossfire) at Heroine Virtual Ltd..

To know more see the official Cinelerra home page and the SourceForge
project page.

Cinelerra's source code is available under the GNU General Public
License (GPL). However, unlike most large Free Open Source projects,
the development of Cinelerra is not open to distributed collaboration
and there is no support for the software.

Cinelerra is tested on Fedora. Cinelerra4 is available also as Ubuntu
packages.

* About Cinelerra-CV

CV stands for Community Version. This website is meant to be a
community home page for Cinelerra. We try to complete the amazing
work of Heroine Virtual Ltd. (HV) offering also a place for
collaborative development and community help.


Required to run:
[sysutils/desktop-file-utils] [graphics/tiff] [graphics/freetype2] [graphics/png] [graphics/jpeg] [graphics/openexr] [multimedia/libdv] [multimedia/mjpegtools] [multimedia/libogg] [multimedia/x264-devel] [multimedia/libtheora] [audio/lame] [audio/liba52] [audio/libsndfile] [audio/libvorbis] [audio/faac] [audio/faad2] [lang/perl5] [math/fftw] [x11/libXv] [audio/alsa-lib] [devel/libuuid] [multimedia/ffmpeg1]

Required to build:
[editors/vim-share] [pkgtools/x11-links] [devel/nasm] [x11/glproto] [x11/renderproto] [x11/xproto] [x11/xf86vidmodeproto] [x11/xf86driproto] [x11/damageproto] [x11/inputproto] [x11/videoproto] [x11/xextproto] [x11/randrproto] [x11/dri2proto] [x11/fixesproto4] [devel/git-base]

Version history: (Expand)


CVS history: (Expand)


   2014-08-12 01:10:12 by Thomas Klausner | Files touched by this commit (30)
Log message:
Switch from ffmpeg to ffmpeg1.

Note: many of these didn't build, so I couldn't verify them.
   2013-05-01 22:03:28 by Krister Walfridsson | Files touched by this commit (1)
Log message:
wip/libuuid was removed; use devel/libuuid instead.
   2012-09-24 20:26:51 by Aleksej Saushev | Files touched by this commit (116)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   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-09-16 15:56:32 by Thomas Klausner | Files touched by this commit (1)
Log message:
Set GIT_MODULE so checkout works again.

   2010-09-16 15:56:14 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix nasm wrapper script.

   2010-06-22 12:38:33 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix build with png-1.4.

   2010-05-30 10:13:24 by Thomas Klausner | Files touched by this commit (4)
Log message:
Fix build on NetBSD/amd64.