Changeset 197 for 64studio/trunk/debian

Show
Ignore:
Timestamp:
07/06/07 10:08:00 (17 months ago)
Author:
free
Message:

* Set the LADSPA_PATH environment variable (closes #353)

Location:
64studio/trunk/debian
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • 64studio/trunk/debian/64studio-themes.postinst

    r170 r197  
    135135} 
    136136 
     137export_ladspa_path () { 
     138    PROFILE=/etc/profile 
     139    if ! grep -q "^export LADSPA_PATH" $PROFILE; then 
     140        sed -i -e 's|^export PATH|export PATH\nexport LADSPA_PATH=/usr/lib/ladspa/|g' $PROFILE 
     141    fi 
     142} 
     143 
    137144case "$1" in 
    138145    configure) 
     
    146153    hide_menu_items 
    147154    update-modules 
     155    export_ladspa_path 
    148156 
    149157    ;; 
  • 64studio/trunk/debian/changelog

    r196 r197  
    1 64studio (2.0~pre5) UNRELEASED; urgency=low 
     164studio (2.0~rc1) unstable; urgency=low 
    22 
    33  * Added smbfs and  libgnomevfs2-extra (closes #317) 
     
    88  * Removed freewheeling from base install (closes #349) 
    99  * Fixed Iceweasel bookmark for blender and orange (closes #355) 
     10  * Set the LADSPA_PATH environment variable (closes #353) 
    1011 
    1112 -- Free Ekanayaka <freee@debian.org>  Tue,  3 Jul 2007 13:26:17 +0100