Solved:Lightspark

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
cttan
Shogun
Shogun
Posts: 333
Joined: 26 Jan 2011, 16:15
Distribution: Porteus 3.2 and 4.0 64bit KDE
Location: Malaysia

Re: Lightspark

Post#1 by cttan » 26 Feb 2015, 04:40

Hi blue4meridian,

You can download gnash and lightspark from usm, slackyonly and pkgs.org.
Convert gnash-0.8.10-x86_64-7_slack.txz to xzm
https://slackonly.com/pub/packages/14.1 ... dia/gnash/

libllvm3.5_3.5-9_amd64.xzm
libstdc++6-4.9.2-4.mga5.x86_64.xzm
glibc-2.20-16.mga5.x86_64.xzm
lightspark-0.7.2-19.mga5.x86_64.xzm
lightspark-mozilla-plugin-0.7.2-19.mga5.x86_64.xzm
lib64lightspark0-0.7.2-19.mga5.x86_64.xzm
http://pkgs.org/

All the rest of the modules from usm.
Pls note that I'm using Porteus 3.1 64bit KDE

Replace /mnt/sdb1/useful_mods_xzm/ with your module folder.
Sample lightspark.sh script:-

Code: Select all

#!/bin/bash
#
activate /mnt/sdb1/useful_mods_xzm/gstreamer-0.10.36-x86_64-2.xzm
activate /mnt/sdb1/useful_mods_xzm/gst-plugins-base-0.10.36-x86_64-2.xzm
activate /mnt/sdb1/useful_mods_xzm/agg-2.5-x86_64-3ponce.xzm
activate /mnt/sdb1/useful_mods_xzm/gnash-0.8.10-x86_64-7_slack.xzm
#
activate /mnt/sdb1/useful_mods_xzm/glibmm-2.36.2-x86_64-1ponce.xzm
activate /mnt/sdb1/useful_mods_xzm/libsigc++-2.3.1-x86_64-1sl.xzm
activate /mnt/sdb1/useful_mods_xzm/libxml++-2.36.0-x86_64-1sl.xzm
activate /mnt/sdb1/useful_mods_xzm/libllvm3.5_3.5-9_amd64.xzm
activate /mnt/sdb1/useful_mods_xzm/ffmpeg-2.4.3-x86_64-1alien.xzm
activate /mnt/sdb1/useful_mods_xzm/libstdc++6-4.9.2-4.mga5.x86_64.xzm
activate /mnt/sdb1/useful_mods_xzm/glibc-2.20-16.mga5.x86_64.xzm
activate /mnt/sdb1/useful_mods_xzm/lightspark-0.7.2-19.mga5.x86_64.xzm
activate /mnt/sdb1/useful_mods_xzm/lightspark-mozilla-plugin-0.7.2-19.mga5.x86_64.xzm
activate /mnt/sdb1/useful_mods_xzm/lib64lightspark0-0.7.2-19.mga5.x86_64.xzm
ln -s /usr/lib64/libboost_filesystem.so.1.54.0 /usr/lib64/libboost_filesystem.so.1.55.0
ln -s /usr/lib64/libboost_system.so.1.54.0 /usr/lib64/libboost_system.so.1.55.0
ln -s /usr/lib64/libGLEW.so.1.9 /usr/lib64/libGLEW.so.1.11
ln -s /usr/lib64/libpng14.so.14 /usr/lib64/libpng16.so.16
ln -s /usr/lib64/libLLVM-3.5.so.1 /usr/lib64/libLLVM-3.5.so
ln -s /usr/lib64/libedit.so.0 /usr/lib64/libedit.so.2
ln -s /usr/lib64/librtmp.so.0 /usr/lib64/librtmp.so.1
mkdir /usr/lib64/lightspark/plugins/
mkdir ~/.cache/lightspark
exit
Test using:-
lightspark /usr/share/gnash/gnash-splash.swf

cttan
Shogun
Shogun
Posts: 333
Joined: 26 Jan 2011, 16:15
Distribution: Porteus 3.2 and 4.0 64bit KDE
Location: Malaysia

Re: Lightspark

Post#2 by cttan » 27 Feb 2015, 09:21

Hi blue4meridian,

Just follow my guide and download the packages. Your lightspark would be working.
The lightspark package in pkgs is from Mageia distro.

Post Reply