]> git.sesse.net Git - vlc/commitdiff
* vlc.ebuild:
authorSam Hocevar <sam@videolan.org>
Sat, 28 Jun 2003 00:29:13 +0000 (00:29 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 28 Jun 2003 00:29:13 +0000 (00:29 +0000)
    + Apply the same changes to configure as to configure.ac.
    + Fix autotools timestamps so that the build does not trigger useless
      autoconf and automake runs. Our snapshots are correctly bootstrapped
      and do not need extra fiddling.

vlc.ebuild

index df9f66f0f654b0c4642d2d5bfbdb92358e52d3a2..cefcf1d81065696dbe31e9685e1b1b9470ca079a 100644 (file)
@@ -2,7 +2,7 @@
 # vlc.ebuild: A Gentoo ebuild for vlc
 ###############################################################################
 # Copyright (C) 2003 VideoLAN
-# $Id: vlc.ebuild,v 1.9 2003/06/23 00:18:50 hartman Exp $
+# $Id: vlc.ebuild,v 1.10 2003/06/28 00:29:13 sam Exp $
 #
 # Authors: Derk-Jan Hartman <thedj at users.sf.net>
 #
@@ -101,6 +101,10 @@ src_unpack() {
                sed "s:-lkfile::" \
                        configure.ac.orig > configure.ac
 
+               cp configure configure.orig
+               sed "s:-lkfile::" \
+                       configure.orig > configure
+
                cd ${S}/modules/gui/kde
                cp interface.h interface.h.orig
                sed "s:\(#include <kmainwindow.h>\):\1\n#include <kstatusbar.h>:" \
@@ -218,6 +222,13 @@ src_compile(){
        export WANT_AUTOCONF_2_5=1
        export WANT_AUTOMAKE_1_6=1
 
+       # Avoid timestamp skews with autotools
+       touch configure.ac
+       touch aclocal.m4
+       touch configure
+       touch config.h.in
+       touch `find . -name Makefile.in`
+
        myconf="${myconf} --enable-ffmpeg --with-ffmpeg-tree=${SFFMPEG} \
                --enable-libmpeg2 --with-libmpeg2-tree=${SLIBMPEG2} \
                --enable-dvbpsi \