Bug 22442

Summary: адаптировать для x86_64
Product: Sisyphus Reporter: Alexey Shabalin <shaba>
Component: gst-plugins-badAssignee: Valery Inozemtsev <shrek>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: aris, shaba
Version: unstable   
Hardware: all   
OS: Linux   

Description Alexey Shabalin 2009-12-04 13:35:34 MSK
В gst-plugins-bad есть пара модулей, которые не адаптированы для x86_64.

в gst/frei0r/gstfrei0r.c
указан путь на внешние модули в пакете frei0r-plugins

  gst_plugin_add_dependency_simple (plugin,
      "HOME/.frei0r-1/lib",
      "/usr/lib/frei0r-1:/usr/local/lib/frei0r-1",
      NULL, GST_PLUGIN_DEPENDENCY_FLAG_RECURSE);

  register_plugins (plugin, "/usr/lib/frei0r-1");
  register_plugins (plugin, "/usr/local/lib/frei0r-1");

в ext/ladspa/gstladspa.c

#define GST_LADSPA_DEFAULT_PATH \
  "/usr/lib/ladspa" G_SEARCHPATH_SEPARATOR_S \
  "/usr/local/lib/ladspa" G_SEARCHPATH_SEPARATOR_S \
  LIBDIR "/ladspa"
Comment 1 Alexey Shabalin 2009-12-04 13:50:40 MSK
http://www.piksel.no/projects/frei0r/ticket/6