From: Perforce Review Daemon <p4review AT smee.org>
To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT gmail.com>, "Arwed von Merkatz" <v.merkatz AT gmx.net>, "Benoit Papillault" <benoit.papillault AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "David Michael Leo Brown Jr." <dmlb2000 AT gmail.com>, "David Kowis" <dkowis+smgl-p4 AT shlrm.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "Jason Flatt" <jflatt AT sourcemage.org>, "Jeremy Blosser" <jblosser AT sourcemage.org>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "vladimir_marek" <vlmarek AT volny.cz>
Subject: [SM-Commit] PERFORCE change 76985 by Arwed von Merkatz for review
Date: Wed, 29 Mar 2006 18:05:01 +0100 (BST)
Change 76985 by arwed_von_merkatz@arwed-Otherland on 2006/03/29 18:00:47
@@ -1,5 +1,14 @@
invoke_gcc
#patch -p1 < $SCRIPT_DIRECTORY/cinelerra-2.0-shared.patch &&
+# random options generate random crashes, the only ones that work reliably
for
+# me are the defaults cinelerra build uses
+# fixes part of bug #10772
+unset CFLAGS &&
+unset CXXFLAGS &&
+unset LDFLAGS &&
+# disable fortran detection for fftw, fixes part of bug #10772
+sedit 's:CFLAGS=-fPIC ./configure:\0 --disable-fortran:' configure &&
+# non-gnu configure
./configure &&
make
@@ -1,3 +1,12 @@
+2006-03-29 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS: removed dependency on quicktime4linux as the spell uses
+ the included one currently
+ * DETAILS: fixed SOURCE_HASH, bug #10781
+ * CONFLICTS: conflicts with libmpeg3 as it installs the same binaries
+ * BUILD: sedit configure so the included fftw doesn't try to
+ build fortran wrappers, fixes part of bug #10772, unset CFLAGS,
+ CXXFLAGS and LDFLAGS, fixes the rest of bug #10772
+
2005-09-13 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 2.0
* DEPENDS: added depends yasm
@@ -1,5 +1,14 @@
invoke_gcc
#patch -p1 < $SCRIPT_DIRECTORY/cinelerra-2.0-shared.patch &&
+# random options generate random crashes, the only ones that work reliably
for
+# me are the defaults cinelerra build uses
+# fixes part of bug #10772
+unset CFLAGS &&
+unset CXXFLAGS &&
+unset LDFLAGS &&
+# disable fortran detection for fftw, fixes part of bug #10772
+sedit 's:CFLAGS=-fPIC ./configure:\0 --disable-fortran:' configure &&
+# non-gnu configure
./configure &&
make
@@ -1,3 +1,12 @@
+2006-03-29 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS: removed dependency on quicktime4linux as the spell uses
+ the included one currently
+ * DETAILS: fixed SOURCE_HASH, bug #10781
+ * CONFLICTS: conflicts with libmpeg3 as it installs the same binaries
+ * BUILD: sedit configure so the included fftw doesn't try to
+ build fortran wrappers, fixes part of bug #10772, unset CFLAGS,
+ CXXFLAGS and LDFLAGS, fixes the rest of bug #10772
+
2005-09-13 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 2.0
* DEPENDS: added depends yasm
[SM-Commit] PERFORCE change 76985 by Arwed von Merkatz for review,
Perforce Review Daemon, 03/29/2006