[Mplayerplug-in-cvs] mplayerplug-in ChangeLog, 1.575, 1.576 install.sh, 1.35, 1.36 uninstall.sh, 1.
Brought to you by:
kdekorte
From: Kevin D. <kde...@us...> - 2009-02-17 14:19:59
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14680 Modified Files: ChangeLog install.sh uninstall.sh Log Message: Merge in some patches from FreeBSD Fix a couple of translation issues Index: uninstall.sh =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/uninstall.sh,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** uninstall.sh 13 May 2008 21:25:59 -0000 1.17 --- uninstall.sh 17 Feb 2009 14:19:52 -0000 1.18 *************** *** 1,4 **** #!/bin/bash ! MOZHOME=/usr/lib/firefox-2.0.0.14 echo "Cleaning up user plugins" --- 1,4 ---- #!/bin/bash ! MOZHOME=/usr/lib64/xulrunner-1.9 echo "Cleaning up user plugins" Index: install.sh =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/install.sh,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** install.sh 24 Jun 2008 13:13:35 -0000 1.35 --- install.sh 17 Feb 2009 14:19:52 -0000 1.36 *************** *** 10,14 **** LOCALEDIR=${datadir}/locale DESTDIR=$1 ! MOZHOME=/usr/lib/firefox-2.0.0.14/plugins if [ "$DESTDIR" ]; then --- 10,14 ---- LOCALEDIR=${datadir}/locale DESTDIR=$1 ! MOZHOME=/usr/lib64/xulrunner-1.9/plugins if [ "$DESTDIR" ]; then Index: ChangeLog =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v retrieving revision 1.575 retrieving revision 1.576 diff -C2 -d -r1.575 -r1.576 *** ChangeLog 19 Sep 2008 12:39:17 -0000 1.575 --- ChangeLog 17 Feb 2009 14:19:50 -0000 1.576 *************** *** 1,3 **** --- 1,5 ---- Development + Merge in some patches from FreeBSD + Fix a couple of translation issues Fix Gentoo bug # 233863, minimum cache setting Add in audio mp4 mime types |