Update of /cvsroot/mplayerplug-in/mplayerplug-in
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15226
Modified Files:
ChangeLog install.sh uninstall.sh
Log Message:
Initialize enable_mp3 to enabled (it should have been)
Index: uninstall.sh
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/uninstall.sh,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** uninstall.sh 1 Aug 2007 16:50:10 -0000 1.13
--- uninstall.sh 1 Nov 2007 16:58:02 -0000 1.14
***************
*** 1,4 ****
#!/bin/bash
! MOZHOME=/usr/lib/firefox-2.0.0.5
echo "Cleaning up user plugins"
--- 1,4 ----
#!/bin/bash
! MOZHOME=/usr/lib/firefox-2.0.0.8
echo "Cleaning up user plugins"
Index: install.sh
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/install.sh,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** install.sh 1 Aug 2007 16:50:09 -0000 1.29
--- install.sh 1 Nov 2007 16:58:01 -0000 1.30
***************
*** 10,14 ****
LOCALEDIR=${datadir}/locale
DESTDIR=$1
! MOZHOME=/usr/lib/firefox-2.0.0.5/plugins
if [ "$DESTDIR" ]; then
--- 10,14 ----
LOCALEDIR=${datadir}/locale
DESTDIR=$1
! MOZHOME=/usr/lib/firefox-2.0.0.8/plugins
if [ "$DESTDIR" ]; then
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v
retrieving revision 1.554
retrieving revision 1.555
diff -C2 -d -r1.554 -r1.555
*** ChangeLog 24 Oct 2007 13:34:43 -0000 1.554
--- ChangeLog 1 Nov 2007 16:58:00 -0000 1.555
***************
*** 1,3 ****
--- 1,4 ----
Development
+ Initialize enable_mp3 to enabled (it should have been)
Add javascript src attribute
Get rid of GTK size request exception
|