Commit 613d02de authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play: add ROSA and MOS dependency to S4A and update ALT dependency and move…

epm play: add ROSA and MOS dependency to S4A and update ALT dependency and move this to opt (eterbug #17360)
parent 9364416c
......@@ -6,8 +6,17 @@ SPEC="$2"
. $(dirname $0)/common.sh
add_requires i586-alsa-plugins-pulse.32bit i586-libnsl1.32bit
move_to_opt /usr/lib/s4a
fix_desktop_file /usr/bin/$PRODUCT
case $(epm print info -e) in
MOS*|ROSA*)
add_unirequires libpangocairo-1.0.so.0 libXrender.so.1 libasound_module_pcm_pulse.so
;;
ALTLinux/*)
add_requires i586-alsa-plugins-pulse i586-libnsl1 i586-libXrandr i586-libpango
;;
esac
subst 's|/usr/lib/s4a/|/opt/S4A/|' usr/bin/s4a
add_libs_requires
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment