[Mplayerplug-in-cvs] mplayerplug-in ChangeLog, 1.576, 1.577 install.sh, 1.36, 1.37 uninstall.sh, 1.
Brought to you by:
kdekorte
From: Kevin D. <kde...@us...> - 2009-04-03 15:39:54
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14334 Modified Files: ChangeLog install.sh uninstall.sh Log Message: Fix some compile issues on Fedora 11 Index: uninstall.sh =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/uninstall.sh,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** uninstall.sh 17 Feb 2009 14:19:52 -0000 1.18 --- uninstall.sh 3 Apr 2009 15:39:47 -0000 1.19 *************** *** 1,4 **** #!/bin/bash ! MOZHOME=/usr/lib64/xulrunner-1.9 echo "Cleaning up user plugins" --- 1,4 ---- #!/bin/bash ! MOZHOME=/usr/lib64/xulrunner-1.9.1 echo "Cleaning up user plugins" Index: install.sh =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/install.sh,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** install.sh 17 Feb 2009 14:19:52 -0000 1.36 --- install.sh 3 Apr 2009 15:39:47 -0000 1.37 *************** *** 10,14 **** LOCALEDIR=${datadir}/locale DESTDIR=$1 ! MOZHOME=/usr/lib64/xulrunner-1.9/plugins if [ "$DESTDIR" ]; then --- 10,14 ---- LOCALEDIR=${datadir}/locale DESTDIR=$1 ! MOZHOME=/usr/lib64/xulrunner-1.9.1/plugins if [ "$DESTDIR" ]; then Index: ChangeLog =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v retrieving revision 1.576 retrieving revision 1.577 diff -C2 -d -r1.576 -r1.577 *** ChangeLog 17 Feb 2009 14:19:50 -0000 1.576 --- ChangeLog 3 Apr 2009 15:39:46 -0000 1.577 *************** *** 1,3 **** --- 1,4 ---- Development + Fix some compile issues on Fedora 11 Merge in some patches from FreeBSD Fix a couple of translation issues |