Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Daniel Goller (81b22c468fa3081891de4cb5eb1150bfd22b6642)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Daniel Goller <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Daniel Goller (81b22c468fa3081891de4cb5eb1150bfd22b6642)
  • Date: Sat, 5 Aug 2006 00:41:45 -0500

GIT changes to master z-rejected grimoire by Daniel Goller
<morfic AT sourcemage.org>:

ChangeLog | 6 ++++++
z-http/nspluginwrapper/BUILD | 1 +
z-http/nspluginwrapper/DEPENDS | 2 ++
z-http/nspluginwrapper/DETAILS | 19 +++++++++++++++++++
z-http/nspluginwrapper/HISTORY | 2 ++
z-http/nspluginwrapper/INSTALL | 8 ++++++++
z-http/nspluginwrapper/PRE_BUILD | 7 +++++++
z-http/nspluginwrapper/UNATTEND_SAFE | 0
8 files changed, 45 insertions(+)

New commits:
commit 81b22c468fa3081891de4cb5eb1150bfd22b6642
Author: Daniel Goller <morfic AT sourcemage.org>
Commit: Daniel Goller <morfic AT sourcemage.org>

z-http/nspluginwrapper: Allow use of 32bit plugins on a 64 bit gtk+2
browser.

diff --git a/ChangeLog b/ChangeLog
index 4b13aa1..22cf4c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2006-08-04 Daniel Goller <morfic AT sourcemage.org>
+ * z-http/nspluginwrapper: New spell, enabling use of 32bit plugins on
a 64 bit gtk+2 browser
+
2006-07-31 Juuso Alasuutari <iuso AT sourcemage.org>
* z-audio/vst_sdk2_3: New spell, VST SDK 2.3 headers.

+2006-07-29 Daniel Goller <morfic AT sourcemage.org>
+ * z-libs/smgl-emul32: New spell, enabling use of 32bit plugins and
apps on a pure k8_64 install
+
2006-07-16 Juuso Alasuutari <iuso AT sourcemage.org>
* z-devel/acpica-unix: New spell, intel ACPI CA Unix Build
Environment
diff --git a/z-http/nspluginwrapper/BUILD b/z-http/nspluginwrapper/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-http/nspluginwrapper/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-http/nspluginwrapper/DEPENDS b/z-http/nspluginwrapper/DEPENDS
new file mode 100755
index 0000000..6f09db7
--- /dev/null
+++ b/z-http/nspluginwrapper/DEPENDS
@@ -0,0 +1,2 @@
+depends smgl-emul32
+
diff --git a/z-http/nspluginwrapper/DETAILS b/z-http/nspluginwrapper/DETAILS
new file mode 100755
index 0000000..5649031
--- /dev/null
+++ b/z-http/nspluginwrapper/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=nspluginwrapper
+ VERSION=0.9.90.1
+ SOURCE=$SPELL-$VERSION-1.x86_64.rpm
+ SOURCE2=$SPELL-i386-$VERSION-1.x86_64.rpm
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+SOURCE2_DIRECTORY=$SOURCE_DIRECTORY
+
SOURCE_URL[0]=http://www.gibix.net/projects/nspluginwrapper/files/$SPELL-$VERSION-1.x86_64.rpm
+
SOURCE2_URL[0]=http://www.gibix.net/projects/nspluginwrapper/files/$SPELL-i386-$VERSION-1.x86_64.rpm
+
SOURCE_HASH=sha512:dbae6bb3642e884363294f67bf1307da2f0cb43ab42e596a2809f08c2d1a0acf4b1e35873436c0d9ac76e36d39fa5af8f816922f28f9a9838f054b73a60ddabf
+
SOURCE2_HASH=sha512:9639342fbb909ea8c248d037900e08c23409cba9620db4b5d3cff421d27850aa7fa9c825643f2bcd447141e5691a485fbb667e522d62a73e53014eacb9cd1279
+ WEB_SITE=http://www.gibix.net/dokuwiki/en:projects:nspluginwrapper
+ ENTERED=20060729
+ LICENSE[0]=
+ REJECT="is binary only"
+ DOCS=""
+ SHORT="Netscape Plugin Wrapper - Load 32bit plugins on 64bit
browser."
+cat << EOF
+Netscape Plugin Wrapper - Load 32bit plugins on 64bit browser.
+EOF
diff --git a/z-http/nspluginwrapper/HISTORY b/z-http/nspluginwrapper/HISTORY
new file mode 100644
index 0000000..c1af51a
--- /dev/null
+++ b/z-http/nspluginwrapper/HISTORY
@@ -0,0 +1,2 @@
+2006-07-29 Daniel Goller <morfic AT sourcemage.org>
+ * HISTORY: Initial spell.
diff --git a/z-http/nspluginwrapper/INSTALL b/z-http/nspluginwrapper/INSTALL
new file mode 100755
index 0000000..e4d9d51
--- /dev/null
+++ b/z-http/nspluginwrapper/INSTALL
@@ -0,0 +1,8 @@
+cd ${SOURCE_DIRECTORY} &&
+if [[ ! -d ${INSTALL_ROOT}/usr/lib/${SPELL}/ ]] ; then
+ mkdir ${INSTALL_ROOT}/usr/lib/${SPELL}/
+fi
+
+cp -r ${SOURCE_DIRECTORY}/usr/lib/nspluginwrapper/*
${INSTALL_ROOT}/usr/lib/${SPELL}/
+install --directory ${INSTALL_ROOT}/usr/share/doc/${SPELL}/
+install --mode=644 ${SOURCE_DIRECTORY}/usr/share/doc/${SPELL}*/*
${INSTALL_ROOT}/usr/share/doc/${SPELL}/
diff --git a/z-http/nspluginwrapper/PRE_BUILD
b/z-http/nspluginwrapper/PRE_BUILD
new file mode 100755
index 0000000..f74adf2
--- /dev/null
+++ b/z-http/nspluginwrapper/PRE_BUILD
@@ -0,0 +1,7 @@
+mk_source_dir ${SOURCE_DIRECTORY} &&
+cd ${SOURCE_DIRECTORY} &&
+unpack_file &&
+unpack_file 2
+if [[ ! -d ${INSTALL_ROOT}/usr/lib/nspluginwrapper/ ]] ; then
+ mkdir ${INSTALL_ROOT}/usr/lib/nspluginwrapper/
+fi
diff --git a/z-http/nspluginwrapper/UNATTEND_SAFE
b/z-http/nspluginwrapper/UNATTEND_SAFE
new file mode 100644
index 0000000..e69de29



  • [SM-Commit] GIT changes to master z-rejected grimoire by Daniel Goller (81b22c468fa3081891de4cb5eb1150bfd22b6642), Daniel Goller, 08/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page