This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 572f290090fabf16e5e5967721631786dfc894af Author: Sven Eckelmann <[email protected]> Date: Mon Jun 1 15:47:57 2009 +0200 Add 102-plugin-searchpath.patch, add search path for plugins --- debian/changelog | 1 + debian/patches/102-plugin-searchpath.patch | 25 +++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 27 insertions(+) diff --git a/debian/changelog b/debian/changelog index 619fc7e..b938404 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ mupen64plus (1.5-3) UNRELEASED; urgency=low * debian/patches: - Add 100-fix-desktop-file.patch, fix desktop file - Add 101-destdir.patch, fix usage of DESTDIR in install target + - Add 102-plugin-searchpath.patch, add search path for plugins -- Félix Arreola Rodríguez <[email protected]> Mon, 01 Jun 2009 14:42:41 +0200 diff --git a/debian/patches/102-plugin-searchpath.patch b/debian/patches/102-plugin-searchpath.patch new file mode 100644 index 0000000..492359e --- /dev/null +++ b/debian/patches/102-plugin-searchpath.patch @@ -0,0 +1,25 @@ +From a108cb433cd1bfe99cd547d9c0140dea72822814 Mon Sep 17 00:00:00 2001 +From: Sven Eckelmann <[email protected]> +Date: Mon, 1 Jun 2009 15:46:01 +0200 +Subject: [PATCH] Use /usr/lib/mupen64plus as plugin searchpath + + +Signed-off-by: Sven Eckelmann <[email protected]> +--- + config/mupen64plus.conf | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/config/mupen64plus.conf b/config/mupen64plus.conf +index b133268..999bfe1 100644 +--- a/config/mupen64plus.conf ++++ b/config/mupen64plus.conf +@@ -1,5 +1,5 @@ + [Default] +-PluginDirectory = ++PluginDirectory = /usr/lib/mupen64plus/ + Gfx Plugin = ricevideo.so + Audio Plugin = jttl_audio.so + Input Plugin = blight_input.so +-- +1.6.3.1 + diff --git a/debian/patches/series b/debian/patches/series index 54112db..b5aaf24 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 100-fix-desktop-file.patch 101-destdir.patch +102-plugin-searchpath.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

