Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 77742 by Arwed von Merkatz for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter 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>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 77742 by Arwed von Merkatz for review
  • Date: Thu, 13 Apr 2006 17:15:00 +0100 (BST)

Change 77742 by arwed_von_merkatz@arwed-Otherland on 2006/04/13 17:10:56

libquicktime 0.9.8 fixes

Affected files ...

... //sgl/grimoires/stable-rc/0.4/video-libs/gem/BUILD#2 integrate
... //sgl/grimoires/stable-rc/0.4/video-libs/gem/DETAILS#2 integrate
... //sgl/grimoires/stable-rc/0.4/video-libs/gem/HISTORY#2 integrate
... //sgl/grimoires/stable-rc/0.4/video-libs/gem/PRE_BUILD#2 integrate
... //sgl/grimoires/stable-rc/0.4/video/xawtv/BUILD#2 integrate
... //sgl/grimoires/stable-rc/0.4/video/xawtv/DEPENDS#2 integrate
... //sgl/grimoires/stable-rc/0.4/video/xawtv/DETAILS#2 integrate
... //sgl/grimoires/stable-rc/0.4/video/xawtv/HISTORY#2 integrate

Differences ...

==== //sgl/grimoires/stable-rc/0.4/video-libs/gem/BUILD#2 (xtext) ====

@@ -1,5 +1,2 @@
-mkdir src/libdv &&
-cp $SCRIPT_DIRECTORY/dv1394.h src/libdv &&
cd src/Gnu &&
-sedit "s:GEMLIBS=.*$:GEMLIBS=../../GemLibs:" configure &&
default_build

==== //sgl/grimoires/stable-rc/0.4/video-libs/gem/DETAILS#2 (xtext) ====

@@ -11,6 +11,7 @@
ENTERED=20020518
UPDATED=20020518
LICENSE[0]=GPL
+ KEYWORDS="video libs"
SHORT="GEM is the Graphics Environment for Multimedia"
cat << EOF
GEM is the Graphics Environment for Multimedia. It was written by Mark Danks
to

==== //sgl/grimoires/stable-rc/0.4/video-libs/gem/HISTORY#2 (text) ====

@@ -1,3 +1,11 @@
+2006-04-13 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * BUILD: moved the whole source setup to PRE_BUILD
+ * PRE_BUILD: moved the source setup from BUILD, added two sedits
+ to make it compile with libquicktime 0.9.8
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
2005-08-18 Arwed v. Merkatz <v.merkatz AT gmx.net>
* *.sig: re-signed the sources with new key


==== //sgl/grimoires/stable-rc/0.4/video-libs/gem/PRE_BUILD#2 (xtext) ====

@@ -1,3 +1,9 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-unpack_file 2
+unpack_file 2 &&
+mkdir src/libdv &&
+cp $SCRIPT_DIRECTORY/dv1394.h src/libdv &&
+sedit "s:GEMLIBS=.*$:GEMLIBS=../../GemLibs:" src/Gnu/configure &&
+sedit "s:quicktime/:lqt/:" src/Pixes/pix_filmLinux.h &&
+sedit "s:quicktime/:lqt/:" src/Pixes/filmQT4L.h
+

==== //sgl/grimoires/stable-rc/0.4/video/xawtv/BUILD#2 (xtext) ====

@@ -1,4 +1,6 @@
sedit "s/gzip/gzip -f/" Makefile.in &&
+# xawtv is incompatible with libquicktime >= 0.9.8, bug #10798
+OPTS="--disable-quicktime $OPTS" &&
default_build &&
#./configure --prefix=${INSTALL_ROOT}/usr \
# --infodir=/usr/share/info \

==== //sgl/grimoires/stable-rc/0.4/video/xawtv/DEPENDS#2 (xtext) ====

@@ -37,4 +37,7 @@
"--disable-aa" \
"for ascii art output" &&

-optional_depends zvbi "--enable-zvbi" "--disable-zvbi" "for the scantv
tool"
+optional_depends zvbi \
+ "--enable-zvbi" \
+ "--disable-zvbi" \
+ "for the scantv tool"

==== //sgl/grimoires/stable-rc/0.4/video/xawtv/DETAILS#2 (xtext) ====

@@ -12,6 +12,7 @@
UPDATED=20021125
GCC_VERSION=3.4
LICENSE[0]=GPL
+ KEYWORDS="tv video"
SHORT="TV program for use with bttv drivers or video4linux."
cat << EOF
XawTV is a simple Xaw-based TV program which uses the bttv driver or

==== //sgl/grimoires/stable-rc/0.4/video/xawtv/HISTORY#2 (text) ====

@@ -1,3 +1,10 @@
+2006-04-13 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * BUILD: disable use of libquicktime as xawtv is incompatible to the
+ current one
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
2005-12-10 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS DEPENDS: use gcc34, needed for zvbi
* BUILD: default_build



  • [SM-Commit] PERFORCE change 77742 by Arwed von Merkatz for review, Perforce Review Daemon, 04/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page