[Lunar-commits] r26163 - moonbase/trunk/video/mjpegtools
Dennis Veatch
stumbles at lunar-linux.org
Thu Oct 11 19:00:45 CEST 2007
Author: stumbles
Date: 2007-10-11 19:00:45 +0200 (Thu, 11 Oct 2007)
New Revision: 26163
Added:
moonbase/trunk/video/mjpegtools/BUILD.x86_64
moonbase/trunk/video/mjpegtools/DETAILS.x86_64
Log:
Made a patch from their cvs. All it does is twiddles with the
cpuinfo.sh and brings it up to date so it will know what the
dickens x86_64 is so ./configure doesn't barf saying in effect
the compiler doesn't even know what i386 is.
Added: moonbase/trunk/video/mjpegtools/BUILD.x86_64
===================================================================
--- moonbase/trunk/video/mjpegtools/BUILD.x86_64 (rev 0)
+++ moonbase/trunk/video/mjpegtools/BUILD.x86_64 2007-10-11 17:00:45 UTC (rev 26163)
@@ -0,0 +1,15 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE1 0 &&
+
+# Temp fix for borkage on Region2D.hh, revisit on" next version bump.
+ sedit "19c#include <cassert>" y4mdenoise/Region2D.hh
+
+# This is a temp fix to address an API change with libquicktime-0.9.9
+# and above. Re-evaluate on the next version bump of mjpegtools.
+
+ sedit "s/fileno(((quicktime_t \*)lav_file->qt_fd)->stream);/lqt_fileno((quicktime_t \*)lav_file->qt_fd);/" lavtools/lav_io.c
+
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/video/mjpegtools/DETAILS.x86_64
===================================================================
--- moonbase/trunk/video/mjpegtools/DETAILS.x86_64 (rev 0)
+++ moonbase/trunk/video/mjpegtools/DETAILS.x86_64 2007-10-11 17:00:45 UTC (rev 26163)
@@ -0,0 +1,18 @@
+ MODULE=mjpegtools
+ VERSION=1.8.0
+ SOURCE=${MODULE}-$VERSION.tar.gz
+ SOURCE1=mjpegtools-1.8.0-x86-64.arch.patch
+ SOURCE_URL=$SFORGE_URL/mjpeg/
+ SOURCE1_URL=$PATCH_URL
+ SOURCE_VFY=sha1:e11d68298a64b52f98724dbf3fd14f168e140290
+ SOURCE1_VFY=sha1:73e19f336c6b52c3583d1a3f701d0ad4e720a66f
+ WEB_SITE=http://mjpeg.sourceforge.net
+ ENTERED=20021207
+ UPDATED=20071011
+ PSAFE=no
+ SHORT="Tools for working with MJPEG/MPEG files"
+cat << EOF
+The mjpeg programs are a set of tools that can do recording of videos
+and playback, simple cut-and-paste editing and the MPEG compression of
+audio and video under Linux.
+EOF
More information about the Lunar-commits
mailing list