Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (b3550d5c19984bc94d87e18017442a26a607a948)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (b3550d5c19984bc94d87e18017442a26a607a948)
  • Date: Tue, 1 Jan 2008 18:08:23 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

http/gnash/HISTORY | 3 +++
http/gnash/INSTALL | 6 +++---
video/vlc/BUILD | 6 +++---
video/vlc/HISTORY | 3 +++
4 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit ca4117ceedb8133bb1871604c8d4f3ed00c891f0
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

video/vlc:

BUILD: changed iceweasel to icecat

commit 0758c53acbcdd666808008593530a3d15b891682
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/gnash:

INSTALL: switched to icecat{,-bin}

diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
index 74962c1..02fc617 100644
--- a/http/gnash/HISTORY
+++ b/http/gnash/HISTORY
@@ -1,3 +1,6 @@
+2008-01-02 Pol Vinogradov <vin.public AT gmail.com>
+ * INSTALL: switched to icecat{,-bin}
+
2007-10-22 Pol Vinogradov <vin.public AT gmail.com>
* INSTALL: added iceweasel{,-bin} support

diff --git a/http/gnash/INSTALL b/http/gnash/INSTALL
index 9a83419..68846ac 100755
--- a/http/gnash/INSTALL
+++ b/http/gnash/INSTALL
@@ -2,7 +2,7 @@ default_install &&
if ! list_find "$GNASH_OPTS" "--disable-nsapi" ;
then
local ns_compat
-for ns_compat in mozilla firefox iceweasel seamonkey xulrunner opera
netscape4; do
+for ns_compat in mozilla firefox icecat seamonkey xulrunner opera netscape4;
do
if spell_installed $ns_compat; then
message "${MESSAGE_COLOR}Installing for $ns_compat${DEFAULT_COLOR}\n" &&

@@ -14,8 +14,8 @@ if spell_installed $ns_compat; then
$INSTALL_ROOT/usr/lib/$ns_compat/plugins/
fi
done &&
-for ns_compat in mozilla firefox iceweasel seamonkey xulrunner opera
netscape4; do
-if spell_installed firefox-bin iceweasel-bin seamonkey-bin; then
+for ns_compat in mozilla firefox icecat seamonkey xulrunner opera netscape4;
do
+if spell_installed firefox-bin icecat-bin seamonkey-bin; then
message "${MESSAGE_COLOR}Installing for $ns_compat${DEFAULT_COLOR}\n" &&
if [[ -e $INSTALL_ROOT/opt/${ns_compat/-bin}/plugins/libgnashplugin.so ]];
then
rm -f $INSTALL_ROOT/opt/${ns_compat/-bin}/plugins/libgnashplugin.so
diff --git a/video/vlc/BUILD b/video/vlc/BUILD
index 260ccad..8530bc0 100755
--- a/video/vlc/BUILD
+++ b/video/vlc/BUILD
@@ -10,9 +10,9 @@ export OPTS="$OPTS --disable-dependency-tracking
--enable-release" &&
if test "$(get_spell_provider $SPELL GECKO)" = firefox; then
OPTS="$OPTS MOZILLA_CONFIG=${INSTALL_ROOT}/usr/lib/firefox/firefox-config
XPIDL=${INSTALL_ROOT}/usr/lib/firefox/
XPIDL_INCL=-I${INSTALL_ROOT}/usr/share/idl/firefox" &&
CPPFLAGS="$CPPFLAGS -I${INSTALL_ROOT}/usr/include/nspr"
-elif test "$(get_spell_provider $SPELL GECKO)" = iceweasel; then
- OPTS="$OPTS MOZILLA_CONFIG=${INSTALL_ROOT}/usr/bin/iceweasel-config
XPIDL=${INSTALL_ROOT}/usr/lib/iceweasel/xpidl XPIDL\
-_INCL=-I${INSTALL_ROOT}/usr/share/idl/iceweasel" &&
+elif test "$(get_spell_provider $SPELL GECKO)" = icecat; then
+ OPTS="$OPTS MOZILLA_CONFIG=${INSTALL_ROOT}/usr/bin/icecat-config
XPIDL=${INSTALL_ROOT}/usr/lib/icecat/xpidl XPIDL\
+_INCL=-I${INSTALL_ROOT}/usr/share/idl/icecat" &&
CPPFLAGS="$CPPFLAGS -I${INSTALL_ROOT}/usr/include/nspr"
elif test "$(get_spell_provider $SPELL GECKO)" = seamonkey; then
OPTS="$OPTS MOZILLA_CONFIG=${INSTALL_ROOT}/usr/bin/seamonkey-config
XPIDL=${INSTALL_ROOT}/usr/lib/seamonkey/xpidl
XPIDL_INCL=-I${INSTALL_ROOT}/usr/share/idl/seamonkey" &&
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index e534ec2..fd7c3c1 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,6 @@
+2007-10-22 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: changed iceweasel to icecat
+
2007-11-29 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.8.6d




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (b3550d5c19984bc94d87e18017442a26a607a948), Pol Vinogradov, 01/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page