Next | Query returned 10 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   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.
   2010-05-16 15:04:50 by Thomas Klausner | Files touched by this commit (4)
Log message:
Fix perl path in included nasm wrapper.
Remove unnecessary header include that breaks build on NetBSD.

Still fails to build with:
thread.C: In member function 'int Thread::get_tid()':
thread.C:242: error: cast from '__pthread_st*' to 'int' loses precision
   2010-02-02 03:01:54 by PHO / phonohawk | Files touched by this commit (37) | Imported package
Log message:
Import cinelerra-cv-2.1nb20100202 as wip/cinelerra-cv.

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.


Next | Query returned 10 messages, browsing 1 to 10 | previous