Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (1643c16e4ac577c23ca73d2ceae081dcb38a231c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (1643c16e4ac577c23ca73d2ceae081dcb38a231c)
  • Date: Thu, 8 Jan 2009 18:40:17 -0600

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

video/mjpegtools/BUILD | 6 ------
video/mjpegtools/DEPENDS | 14 ++++----------
video/mjpegtools/HISTORY | 1 +
3 files changed, 5 insertions(+), 16 deletions(-)

New commits:
commit 1643c16e4ac577c23ca73d2ceae081dcb38a231c
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

mjpegtools works with libquicktime, fixed

diff --git a/video/mjpegtools/BUILD b/video/mjpegtools/BUILD
index 4daa69c..6e843f8 100755
--- a/video/mjpegtools/BUILD
+++ b/video/mjpegtools/BUILD
@@ -1,12 +1,6 @@
-# fix bug #6403
-sedit 's/ARCHFLAGS="-mcpu=i786 -march=$arch"/ARCHFLAGS=""/' configure &&
-sedit 's/ARCHFLAGS="-mcpu=i686 -march=$arch"/ARCHFLAGS=""/' configure &&
-sedit 's/ARCHFLAGS="-mcpu=i586 -march=$arch"/ARCHFLAGS=""/' configure &&
-
# fails to compile with -DPIC and -fPIC (except on all-PIC archs)
disable_pic &&

-OPTS="--without-libquicktime $OPTS" &&
make_single &&
default_build &&
make_normal
diff --git a/video/mjpegtools/DEPENDS b/video/mjpegtools/DEPENDS
index 7ad890f..9a27cfe 100755
--- a/video/mjpegtools/DEPENDS
+++ b/video/mjpegtools/DEPENDS
@@ -3,10 +3,6 @@ depends glib2 &&
depends jpeg &&
depends xorg-libs &&
depends nasm &&
-message version 1.8.0 needs recreation of configure...
-depends autoconf &&
-depends automake &&
-

optional_depends libpng \
"--with-libpng" \
@@ -18,12 +14,10 @@ optional_depends libdv \
"--without-libdv" \
"for dv video support" &&

-# doesn't work because mjpegtools uses private stuff that isn't exported
-# to the api anymore in current libquicktime
-#optional_depends libquicktime \
-# "--with-libquicktime" \
-# "--without-libquicktime" \
-# "for quicktime support" &&
+optional_depends libquicktime \
+ "--with-libquicktime" \
+ "--without-libquicktime" \
+ "for quicktime support" &&

optional_depends gtk+2 \
"" \
diff --git a/video/mjpegtools/HISTORY b/video/mjpegtools/HISTORY
index a79344c..77ed333 100644
--- a/video/mjpegtools/HISTORY
+++ b/video/mjpegtools/HISTORY
@@ -2,6 +2,7 @@
* DETAILS: 1.9.0
* PRE_BUILD, mjpegtools-configure.ac-pkgconfig.diff, gcc-4.3.patch,
INSTALL: removed
+ * DEPENDS, BUILD: fixed, works with libquicktime

2008-11-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* gcc-4.3.patch: added for #14913



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (1643c16e4ac577c23ca73d2ceae081dcb38a231c), Ladislav Hagara, 01/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page