forked from pool/farstream
- Add farstream-plugin-path.patch: use library policy compliant path name for plugin. OBS-URL: https://build.opensuse.org/request/show/294204 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/farstream?expand=0&rev=28
15 lines
650 B
Diff
15 lines
650 B
Diff
Index: farstream-0.2.7/configure.ac
|
|
===================================================================
|
|
--- farstream-0.2.7.orig/configure.ac
|
|
+++ farstream-0.2.7/configure.ac
|
|
@@ -177,7 +177,8 @@ AC_SUBST(NICE_LIBS)
|
|
AC_SUBST(FS_TRANSMITTER_PLUGINS_SELECTED)
|
|
|
|
dnl set the plugindir where plugins should be installed
|
|
-AS_AC_EXPAND(FS_PLUGIN_PATH, ${libdir}/farstream-$FS_APIVERSION)
|
|
+AS_VAR_ARITH(FS_MAJOR, $FS_CURRENT-$FS_AGE)
|
|
+AS_AC_EXPAND(FS_PLUGIN_PATH, ${libdir}/farstream-$FS_APIVERSION-$FS_MAJOR)
|
|
AC_SUBST(FS_PLUGIN_PATH)
|
|
AC_DEFINE_UNQUOTED(FS_PLUGIN_PATH, "${FS_PLUGIN_PATH}", [The path were plugins are installed and search by default])
|
|
|