]> git.pld-linux.org Git - packages/avidemux.git/commitdiff
- initial import
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 6 Mar 2004 23:27:04 +0000 (23:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avidemux-Makefile.patch -> 1.1
    avidemux-autoconf.patch -> 1.1

avidemux-Makefile.patch [new file with mode: 0644]
avidemux-autoconf.patch [new file with mode: 0644]

diff --git a/avidemux-Makefile.patch b/avidemux-Makefile.patch
new file mode 100644 (file)
index 0000000..e36cee3
--- /dev/null
@@ -0,0 +1,11 @@
+--- avidemux-2.0.22/adm_lavcodec/Makefile-oryg 2004-02-27 20:59:44.000000000 +0100
++++ avidemux-2.0.22/adm_lavcodec/Makefile      2004-03-07 00:00:39.135384784 +0100
+@@ -71,7 +71,7 @@
+ tests: apiexample cpuid_test $(TESTS)
+ libpostproc/libpostproc.a:
+-      cd libpostproc && gmake && cd ..
++      cd libpostproc && make && cd ..
+ $(LIB): $(OBJS)
+       rm -f $@
diff --git a/avidemux-autoconf.patch b/avidemux-autoconf.patch
new file mode 100644 (file)
index 0000000..e6a2252
--- /dev/null
@@ -0,0 +1,37 @@
+--- avidemux-2.0.22/admin/detect-autoconf.sh-oryg      2004-01-30 20:29:34.000000000 +0100
++++ avidemux-2.0.22/admin/detect-autoconf.sh   2004-03-06 23:56:20.897642888 +0100
+@@ -19,16 +19,16 @@
+     AUTOCONF="`$WHICH autoconf-2.53`"
+   elif test -x "`$WHICH autoconf-2.52`" ; then
+     AUTOCONF="`$WHICH autoconf-2.52`"
+-  elif test -x "`$WHICH autoconf2.50`" ; then
+-    AUTOCONF="`$WHICH autoconf2.50`"
++  elif test -x "`$WHICH autoconf`" ; then
++    AUTOCONF="`$WHICH autoconf`"
+   fi
+ }
+ checkAutoheader()
+ {
+-  if test -x "`$WHICH autoheader-2.5x`" ; then
+-    AUTOHEADER="`$WHICH autoheader-2.5x`"
+-    AUTOM4TE="`$WHICH autom4te-2.5x`"
++  if test -x "`$WHICH autoheader`" ; then
++    AUTOHEADER="`$WHICH autoheader`"
++    AUTOM4TE="`$WHICH autom4te`"
+   elif test -x "`$WHICH autoheader-2.53`" ; then
+     AUTOHEADER="`$WHICH autoheader-2.53`"
+     AUTOM4TE="`$WHICH autom4te-2.53`"
+@@ -42,9 +42,9 @@
+ checkAutomakeAclocal ()
+ {
+   if test -z "$UNSERMAKE"; then
+-    if test -x "`$WHICH automake-1.5`" ; then
+-      AUTOMAKE="`$WHICH automake-1.5`"
+-      ACLOCAL="`$WHICH aclocal-1.5`"
++    if test -x "`$WHICH automake`" ; then
++      AUTOMAKE="`$WHICH automake`"
++      ACLOCAL="`$WHICH aclocal`"
+     elif test -x "`$WHICH automake-1.6`" ; then
+       AUTOMAKE="`$WHICH automake-1.6`"
+       ACLOCAL="`$WHICH aclocal-1.6`"
This page took 0.050114 seconds and 4 git commands to generate.