packages: vlc/vlc-buildflags.patch - updated for 1.1.1

lisu lisu at pld-linux.org
Thu Jul 22 09:39:22 CEST 2010


Author: lisu                         Date: Thu Jul 22 07:39:22 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 1.1.1

---- Files affected:
packages/vlc:
   vlc-buildflags.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/vlc/vlc-buildflags.patch
diff -u packages/vlc/vlc-buildflags.patch:1.3 packages/vlc/vlc-buildflags.patch:1.4
--- packages/vlc/vlc-buildflags.patch:1.3	Thu Jul  8 13:38:10 2010
+++ packages/vlc/vlc-buildflags.patch	Thu Jul 22 09:39:17 2010
@@ -1,6 +1,6 @@
---- vlc-1.1.0/configure.ac~	2010-06-20 22:17:11.000000000 +0200
-+++ vlc-1.1.0/configure.ac	2010-07-08 11:28:14.152064066 +0200
-@@ -1601,7 +1601,7 @@
+--- vlc-1.1.1/configure.ac~	2010-07-19 23:21:46.000000000 +0200
++++ vlc-1.1.1/configure.ac	2010-07-22 09:14:02.123884890 +0200
+@@ -1614,7 +1614,7 @@
  		  plugins (default enabled)]))
  if test "${enable_lua}" != "no"
  then
@@ -9,12 +9,12 @@
      [ have_lua=yes ],
      [
      AC_MSG_WARN([lua5.1 not found, trying lua >= 5.1 instead])
-@@ -1631,7 +1631,7 @@
+@@ -1644,7 +1644,7 @@
        AC_MSG_ERROR([Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.])
    fi
    AC_ARG_VAR([LUAC], [LUA byte compiler])
 -  AC_PATH_PROGS(LUAC,[${LUAC} luac], [false])
 +  AC_PATH_PROGS(LUAC,[${LUAC} luac51], [false])
-   AS_IF([test "${ac_cv_path_LUAC}" = "false"], [
+   AS_IF([test "${LUAC}" = "false"], [
      AC_MSG_ERROR([Could not find the LUA byte compiler.])
    ])
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vlc/vlc-buildflags.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list