Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 13:45:54 +0200
From:      Jan Beich <jbeich@vfemail.net>
To:        Alexander Shikoff <minotaur@crete.org.ua>
Cc:        emulation@FreeBSD.org
Subject:   Re: www/linux-c6-flashplugin11 - no sound
Message-ID:  <d2am-a7bh-wny@vfemail.net>
In-Reply-To: <20140923092638.GA49467@crete.org.ua> (Alexander Shikoff's message of "Tue, 23 Sep 2014 12:26:38 %2B0300")
References:  <20140923092638.GA49467@crete.org.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Alexander Shikoff <minotaur@crete.org.ua> writes:

> It seems that www/linux-c6-flashplugin11 is missing some dependencies.
> I deleted old linux-* packages, then I installed linux-c6-flashplugin11 
> from latest ports tree:
[...]
> As a result there is no sound in videos, youtube videos aren't played at
> all. IIRC there should be linux-c6-alsa-lib as dependency?

No, libflashsupport is supposed to provide OSS backend for flashplugin.
It should have been in a separate port like with PkgSrc so people are
more aware of the trust, license and maintenance involved.

Index: www/linux-c6-flashplugin11/Makefile
===================================================================
--- www/linux-c6-flashplugin11/Makefile	(revision 369031)
+++ www/linux-c6-flashplugin11/Makefile	(working copy)
@@ -46,7 +46,9 @@ post-patch:
 do-install:
 	${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR} ${STAGEDIR}${LINUXBASE}/usr/lib
 	${INSTALL_LIB} ${WRKDIR}/libflashplayer.so ${STAGEDIR}${WEBPLUGIN_DIR}
+# XXX get rid of libflashsupport (bug 192541) or build against linux-c6-openssl
 	${INSTALL_LIB} ${WRKDIR}/libflashsupport.so ${STAGEDIR}${LINUXBASE}/usr/lib
+	${LN} -sf libssl.so.10 ${STAGEDIR}${LINUXBASE}/usr/lib/libssl.so.7
 	${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/flash-player-properties ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKDIR}/usr/share/applications/flash-player-properties.desktop ${STAGEDIR}${DESKTOPDIR}
 	(cd ${WRKDIR}/usr/share/icons && ${COPYTREE_SHARE} hicolor ${STAGEDIR}${PREFIX}/share/icons)
Index: www/linux-c6-flashplugin11/pkg-plist
===================================================================
--- www/linux-c6-flashplugin11/pkg-plist	(revision 369031)
+++ www/linux-c6-flashplugin11/pkg-plist	(working copy)
@@ -7,3 +7,4 @@ share/icons/hicolor/24x24/apps/flash-player-proper
 share/icons/hicolor/32x32/apps/flash-player-properties.png
 share/icons/hicolor/48x48/apps/flash-player-properties.png
 /compat/linux/usr/lib/libflashsupport.so
+/compat/linux/usr/lib/libssl.so.7

-------------------------------------------------

VFEmail.net - http://www.vfemail.net
ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!  
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d2am-a7bh-wny>