Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 00:18:13 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1629 - trunk/multimedia/openh264
Message-ID:  <201407200018.s6K0IDct034677@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Jul 20 00:18:13 2014
New Revision: 1629

Log:
add hackish plugin registration

Modified:
   trunk/multimedia/openh264/pkg-plist

Modified: trunk/multimedia/openh264/pkg-plist
==============================================================================
--- trunk/multimedia/openh264/pkg-plist	Sun Jul 20 00:17:54 2014	(r1628)
+++ trunk/multimedia/openh264/pkg-plist	Sun Jul 20 00:18:13 2014	(r1629)
@@ -2,7 +2,13 @@
 include/wels/codec_app_def.h
 include/wels/codec_def.h
 %%PLUGINS%%%%WEBPLUGIN_DIR%%/gmpopenh264.info
+%%PLUGINS%%@rmtry lib/firefox-nightly/defaults/pref/gmpopenh264.js
+%%PLUGINS%%@rmtry lib/firefox/defaults/pref/gmpopenh264.js
+%%PLUGINS%%@rmtry lib/seamonkey/defaults/pref/gmpopenh264.js
 %%PLUGINS%%%%WEBPLUGIN_DIR%%/gmpopenh264.js
+%%PLUGINS%%@exec ln -sf %D/%%WEBPLUGIN_DIR%%/gmpopenh264.js %D/lib/firefox-nightly/defaults/pref/ 2>/dev/null || true
+%%PLUGINS%%@exec ln -sf %D/%%WEBPLUGIN_DIR%%/gmpopenh264.js %D/lib/firefox/defaults/pref/ 2>/dev/null || true
+%%PLUGINS%%@exec ln -sf %D/%%WEBPLUGIN_DIR%%/gmpopenh264.js %D/lib/seamonkey/defaults/pref/ 2>/dev/null || true
 %%PLUGINS%%%%WEBPLUGIN_DIR%%/libgmpopenh264.so
 lib/libopenh264.a
 lib/libopenh264.so



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