# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../vlc/lib64.patch # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- Plugin == libdir == lib64 on many recent systems. Should be send upstream. - Rene Rebe --- vlc-0.8.4a/configure.orig 2005-12-12 18:44:42.000000000 +0100 +++ vlc-0.8.4a/configure 2006-01-07 18:04:13.000000000 +0100 @@ -43373,7 +43373,7 @@ DATA_PATH="${ac_tool_prefix}/share/vlc" -PLUGIN_PATH="${ac_tool_prefix}/lib/vlc" +PLUGIN_PATH="${libdir}/vlc" VLC_CONFIG="top_builddir=\"\$(top_builddir)\" \$(top_builddir)/vlc-config" --- vlc-0.8.4a/vlc-config.in.in.vanilla 2006-01-07 18:16:07.000000000 +0100 +++ vlc-0.8.4a/vlc-config.in.in 2006-01-07 18:27:40.000000000 +0100 @@ -102,7 +102,7 @@ # cppflags="${cppflags} -DLOCALEDIR=\"@datadir@/locale\"" cppflags="${cppflags} -DDATA_PATH=\"${prefix}/share/vlc\"" -cppflags="${cppflags} -DPLUGIN_PATH=\"${prefix}/lib/vlc\"" +cppflags="${cppflags} -DPLUGIN_PATH=\"@libdir@/vlc\"" # # Various additional defines