pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/49705: Update www/nspluginwrapper to 1.4.4
The following reply was made to PR pkg/49705; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/49705: Update www/nspluginwrapper to 1.4.4
Date: Tue, 3 Mar 2015 01:29:59 +0900
We also need to provide 64 bit Linux libflashsupport.so binary
to get sound on NetBSD/amd64 with 64 bit adobe-flash-plugin:
https://gist.githubusercontent.com/tsutsui/3cba3ca7b769d6f37f9b/raw/a0d253c0a12b2058e5fd3037011bf3e6d4f2b466/pkgsrc-multimedia-libflashsupport-v4.2-build2011.diff
---
These libflashsupport binaries are built on openSUSE 12.1:
On 32 bit:
cc -shared -O2 -Wall -Werror -lssl flashsupport.c -o libflashsupport.so
(as mentioned in the source)
On 64 bit:
cc -shared -fPIC -O2 -Wall -Werror -lssl flashsupport.c -o libflashsupport.so
The source file of flashsupport.c and version number is taken from
Open Sounde System oss v4.2-2011 distribution:
http://www.4front-tech.com/developer/sources/stable/gpl/oss-v4.2-build2011-src-gpl.tar.bz2
oss-v4.2-build2011-src-gpl/oss/lib/flashsupport.c
---
Home |
Main Index |
Thread Index |
Old Index