mplayerplug-in-cvs Mailing List for mplayerplug-in for mozilla (Page 3)
Brought to you by:
kdekorte
You can subscribe to this list here.
2003 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(19) |
Feb
(86) |
Mar
(186) |
Apr
(60) |
May
(12) |
Jun
(30) |
Jul
(16) |
Aug
(19) |
Sep
(33) |
Oct
(17) |
Nov
(26) |
Dec
(32) |
2005 |
Jan
(39) |
Feb
(15) |
Mar
(9) |
Apr
(11) |
May
(14) |
Jun
(24) |
Jul
(79) |
Aug
(69) |
Sep
(22) |
Oct
(76) |
Nov
(40) |
Dec
(15) |
2006 |
Jan
(73) |
Feb
(61) |
Mar
(29) |
Apr
(26) |
May
(19) |
Jun
(30) |
Jul
(16) |
Aug
(38) |
Sep
(32) |
Oct
(29) |
Nov
(23) |
Dec
(20) |
2007 |
Jan
(19) |
Feb
(13) |
Mar
(10) |
Apr
(2) |
May
(9) |
Jun
(7) |
Jul
(4) |
Aug
(18) |
Sep
(5) |
Oct
(6) |
Nov
(10) |
Dec
(21) |
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(10) |
Jun
(7) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2009 |
Jan
|
Feb
(3) |
Mar
|
Apr
(3) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Kevin D. <kde...@us...> - 2007-12-05 16:57:31
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8673 Modified Files: configure configure.in Log Message: xulrunner fix Index: configure =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/configure,v retrieving revision 1.81 retrieving revision 1.82 diff -C2 -d -r1.81 -r1.82 *** configure 3 Dec 2007 17:34:03 -0000 1.81 --- configure 5 Dec 2007 16:57:24 -0000 1.82 *************** *** 3643,3650 **** PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then ! { echo "$as_me:$LINENO: checking for xulrunner-plugin" >&5 ! echo $ECHO_N "checking for xulrunner-plugin... $ECHO_C" >&6; } ! if $PKG_CONFIG --exists "xulrunner-plugin" ; then { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } --- 3643,3650 ---- PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then ! { echo "$as_me:$LINENO: checking for xulrunner-plugin xulrunner-xpcom" >&5 ! echo $ECHO_N "checking for xulrunner-plugin xulrunner-xpcom... $ECHO_C" >&6; } ! if $PKG_CONFIG --exists "xulrunner-plugin xulrunner-xpcom" ; then { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } *************** *** 3653,3657 **** { echo "$as_me:$LINENO: checking MOZPLUG_CFLAGS" >&5 echo $ECHO_N "checking MOZPLUG_CFLAGS... $ECHO_C" >&6; } ! MOZPLUG_CFLAGS=`$PKG_CONFIG --cflags "xulrunner-plugin"` { echo "$as_me:$LINENO: result: $MOZPLUG_CFLAGS" >&5 echo "${ECHO_T}$MOZPLUG_CFLAGS" >&6; } --- 3653,3657 ---- { echo "$as_me:$LINENO: checking MOZPLUG_CFLAGS" >&5 echo $ECHO_N "checking MOZPLUG_CFLAGS... $ECHO_C" >&6; } ! MOZPLUG_CFLAGS=`$PKG_CONFIG --cflags "xulrunner-plugin xulrunner-xpcom"` { echo "$as_me:$LINENO: result: $MOZPLUG_CFLAGS" >&5 echo "${ECHO_T}$MOZPLUG_CFLAGS" >&6; } *************** *** 3659,3663 **** { echo "$as_me:$LINENO: checking MOZPLUG_LIBS" >&5 echo $ECHO_N "checking MOZPLUG_LIBS... $ECHO_C" >&6; } ! MOZPLUG_LIBS=`$PKG_CONFIG --libs "xulrunner-plugin"` { echo "$as_me:$LINENO: result: $MOZPLUG_LIBS" >&5 echo "${ECHO_T}$MOZPLUG_LIBS" >&6; } --- 3659,3663 ---- { echo "$as_me:$LINENO: checking MOZPLUG_LIBS" >&5 echo $ECHO_N "checking MOZPLUG_LIBS... $ECHO_C" >&6; } ! MOZPLUG_LIBS=`$PKG_CONFIG --libs "xulrunner-plugin xulrunner-xpcom"` { echo "$as_me:$LINENO: result: $MOZPLUG_LIBS" >&5 echo "${ECHO_T}$MOZPLUG_LIBS" >&6; } *************** *** 3667,3671 **** ## If we have a custom action on failure, don't print errors, but ## do set a variable so people can do so. ! MOZPLUG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xulrunner-plugin"` fi --- 3667,3671 ---- ## If we have a custom action on failure, don't print errors, but ## do set a variable so people can do so. ! MOZPLUG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xulrunner-plugin xulrunner-xpcom"` fi Index: configure.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/configure.in,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** configure.in 3 Dec 2007 17:34:04 -0000 1.80 --- configure.in 5 Dec 2007 16:57:24 -0000 1.81 *************** *** 70,74 **** fi if test "$MOZPLUG_CFLAGS" = ""; then ! PKG_CHECK_MODULES(MOZPLUG,[xulrunner-plugin],[AC_SUBST(MOZPLUG_CFLAGS) MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I`$PKG_CONFIG --variable=includedir xulrunner-plugin`" MOZILLA_HOME=`$PKG_CONFIG --variable=libdir xulrunner-plugin` ],[AC_MSG_WARN([xulrunner-plugin not found])]) --- 70,74 ---- fi if test "$MOZPLUG_CFLAGS" = ""; then ! PKG_CHECK_MODULES(MOZPLUG,[xulrunner-plugin xulrunner-xpcom],[AC_SUBST(MOZPLUG_CFLAGS) MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I`$PKG_CONFIG --variable=includedir xulrunner-plugin`" MOZILLA_HOME=`$PKG_CONFIG --variable=libdir xulrunner-plugin` ],[AC_MSG_WARN([xulrunner-plugin not found])]) |
From: Kevin D. <kde...@us...> - 2007-12-04 16:52:52
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26118 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v retrieving revision 1.562 retrieving revision 1.563 diff -C2 -d -r1.562 -r1.563 *** ChangeLog 4 Dec 2007 16:52:17 -0000 1.562 --- ChangeLog 4 Dec 2007 16:52:41 -0000 1.563 *************** *** 1,5 **** Development Add in make dist support, and autogenerating spec files (way over due on these) ! Change url max length from 1024 to 4096 (some sites still do no work, investigating) Disable non-blocking mode when we get the mmst packet length If loop = 0 from site change it to -1 --- 1,5 ---- Development Add in make dist support, and autogenerating spec files (way over due on these) ! Change url max length from 1024 to 4096 (some sites still do not work, investigating) Disable non-blocking mode when we get the mmst packet length If loop = 0 from site change it to -1 |
From: Kevin D. <kde...@us...> - 2007-12-04 16:52:24
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25809 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v retrieving revision 1.561 retrieving revision 1.562 diff -C2 -d -r1.561 -r1.562 *** ChangeLog 4 Dec 2007 16:50:06 -0000 1.561 --- ChangeLog 4 Dec 2007 16:52:17 -0000 1.562 *************** *** 1,3 **** --- 1,5 ---- Development + Add in make dist support, and autogenerating spec files (way over due on these) + Change url max length from 1024 to 4096 (some sites still do no work, investigating) Disable non-blocking mode when we get the mmst packet length If loop = 0 from site change it to -1 |
From: Kevin D. <kde...@us...> - 2007-12-04 16:50:34
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22959 Modified Files: ChangeLog dist.sh dist.sh.in mplayerplug-in.spec mplayerplug-in.spec.in Log Message: spec file changes Index: dist.sh =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/dist.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dist.sh 3 Dec 2007 18:09:25 -0000 1.2 --- dist.sh 4 Dec 2007 16:50:20 -0000 1.3 *************** *** 15,19 **** cp -pr po mplayerplug-in-3.55 cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-3.55 ! echo "GZIP=--best gzip -c >mplayerplug-in-3.55.tar" tar -czvf mplayerplug-in-3.55.tar.gz mplayerplug-in-3.55 - --- 15,18 ---- cp -pr po mplayerplug-in-3.55 cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-3.55 ! echo "GZIP=--best gzip -c >mplayerplug-in-3.55.tar.gz" tar -czvf mplayerplug-in-3.55.tar.gz mplayerplug-in-3.55 Index: mplayerplug-in.spec =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/mplayerplug-in.spec,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** mplayerplug-in.spec 3 Dec 2007 17:54:23 -0000 1.53 --- mplayerplug-in.spec 4 Dec 2007 16:50:22 -0000 1.54 *************** *** 17,21 **** Name: %{name} Version: %{ver} ! Release: f%{fedora}-1 License: GPL Group: Browser/Plugin --- 17,21 ---- Name: %{name} Version: %{ver} ! Release: 1.f%{fedora} License: GPL Group: Browser/Plugin Index: ChangeLog =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v retrieving revision 1.560 retrieving revision 1.561 diff -C2 -d -r1.560 -r1.561 *** ChangeLog 3 Dec 2007 17:34:03 -0000 1.560 --- ChangeLog 4 Dec 2007 16:50:06 -0000 1.561 *************** *** 1,5 **** Development - Add in make dist support, and autogenerating spec files (way over due on these) - Change url max length from 1024 to 4096 (some sites still do no work, investigating) Disable non-blocking mode when we get the mmst packet length If loop = 0 from site change it to -1 --- 1,3 ---- Index: dist.sh.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/dist.sh.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dist.sh.in 3 Dec 2007 18:14:41 -0000 1.3 --- dist.sh.in 4 Dec 2007 16:50:21 -0000 1.4 *************** *** 16,18 **** cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-@PACKAGE_VERSION@ echo "GZIP=--best gzip -c >mplayerplug-in-@PACKAGE_VERSION@.tar.gz" ! tar -czvf mplayerplug-in-@PACKAGE_VERSION@.tar mplayerplug-in-@PACKAGE_VERSION@ --- 16,18 ---- cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-@PACKAGE_VERSION@ echo "GZIP=--best gzip -c >mplayerplug-in-@PACKAGE_VERSION@.tar.gz" ! tar -czvf mplayerplug-in-@PACKAGE_VERSION@.tar.gz mplayerplug-in-@PACKAGE_VERSION@ Index: mplayerplug-in.spec.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/mplayerplug-in.spec.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mplayerplug-in.spec.in 3 Dec 2007 18:16:39 -0000 1.3 --- mplayerplug-in.spec.in 4 Dec 2007 16:50:23 -0000 1.4 *************** *** 17,21 **** Name: %{name} Version: %{ver} ! Release: f%{fedora}_1 License: GPL Group: Browser/Plugin --- 17,21 ---- Name: %{name} Version: %{ver} ! Release: 1.f%{fedora} License: GPL Group: Browser/Plugin |
From: Kevin D. <kde...@us...> - 2007-12-03 18:16:46
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3516 Modified Files: mplayerplug-in.spec.in Log Message: Index: mplayerplug-in.spec.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/mplayerplug-in.spec.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mplayerplug-in.spec.in 3 Dec 2007 17:54:23 -0000 1.2 --- mplayerplug-in.spec.in 3 Dec 2007 18:16:39 -0000 1.3 *************** *** 17,21 **** Name: %{name} Version: %{ver} ! Release: f%{fedora}-1 License: GPL Group: Browser/Plugin --- 17,21 ---- Name: %{name} Version: %{ver} ! Release: f%{fedora}_1 License: GPL Group: Browser/Plugin |
From: Kevin D. <kde...@us...> - 2007-12-03 18:14:47
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2287 Modified Files: dist.sh.in Log Message: Index: dist.sh.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/dist.sh.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dist.sh.in 3 Dec 2007 18:09:25 -0000 1.2 --- dist.sh.in 3 Dec 2007 18:14:41 -0000 1.3 *************** *** 15,19 **** cp -pr po mplayerplug-in-@PACKAGE_VERSION@ cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-@PACKAGE_VERSION@ ! echo "GZIP=--best gzip -c >mplayerplug-in-@PACKAGE_VERSION@.tar" ! tar -czvf mplayerplug-in-@PACKAGE_VERSION@.tar.gz mplayerplug-in-@PACKAGE_VERSION@ ! --- 15,18 ---- cp -pr po mplayerplug-in-@PACKAGE_VERSION@ cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-@PACKAGE_VERSION@ ! echo "GZIP=--best gzip -c >mplayerplug-in-@PACKAGE_VERSION@.tar.gz" ! tar -czvf mplayerplug-in-@PACKAGE_VERSION@.tar mplayerplug-in-@PACKAGE_VERSION@ |
From: Kevin D. <kde...@us...> - 2007-12-03 18:09:32
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31273 Modified Files: dist.sh dist.sh.in Log Message: updated dist Index: dist.sh.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/dist.sh.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dist.sh.in 3 Dec 2007 17:34:04 -0000 1.1 --- dist.sh.in 3 Dec 2007 18:09:25 -0000 1.2 *************** *** 15,18 **** --- 15,19 ---- cp -pr po mplayerplug-in-@PACKAGE_VERSION@ cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-@PACKAGE_VERSION@ + echo "GZIP=--best gzip -c >mplayerplug-in-@PACKAGE_VERSION@.tar" tar -czvf mplayerplug-in-@PACKAGE_VERSION@.tar.gz mplayerplug-in-@PACKAGE_VERSION@ Index: dist.sh =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/dist.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dist.sh 3 Dec 2007 17:34:04 -0000 1.1 --- dist.sh 3 Dec 2007 18:09:25 -0000 1.2 *************** *** 15,18 **** --- 15,19 ---- cp -pr po mplayerplug-in-3.55 cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-3.55 + echo "GZIP=--best gzip -c >mplayerplug-in-3.55.tar" tar -czvf mplayerplug-in-3.55.tar.gz mplayerplug-in-3.55 |
From: Kevin D. <kde...@us...> - 2007-12-03 17:54:29
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17764 Modified Files: Makefile.in mplayerplug-in.spec mplayerplug-in.spec.in Log Message: build rules Index: mplayerplug-in.spec =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/mplayerplug-in.spec,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** mplayerplug-in.spec 3 Dec 2007 17:34:05 -0000 1.52 --- mplayerplug-in.spec 3 Dec 2007 17:54:23 -0000 1.53 *************** *** 17,21 **** Name: %{name} Version: %{ver} ! Release: %{rel} License: GPL Group: Browser/Plugin --- 17,21 ---- Name: %{name} Version: %{ver} ! Release: f%{fedora}-1 License: GPL Group: Browser/Plugin *************** *** 26,31 **** BuildRoot: %{_tmppath}/%{name}-%{ver}-root ! BuildRequires: %{req} %{mozreq} gtk2-devel > 2.2.1 gettext ! Obsoletes: mplayerplug-in < %{version} Provides: mplayerplug-in --- 26,31 ---- BuildRoot: %{_tmppath}/%{name}-%{ver}-root ! BuildRequires:libXt-devel xorg-x11-proto-devel libXpm-devel firefox-devel gtk2-devel > 2.2.1 gettext ! Obsoletes: mplayerplug-in < %{ver} Provides: mplayerplug-in *************** *** 36,40 **** %prep rm -rf %buildroot && %{__mkdir} -p %buildroot%{mozilla_dir} && %{__mkdir} -p %buildroot%{config_dir} && %{__mkdir} -p %buildroot%{mozilla_dir}plugins && %{__mkdir} -p %buildroot%{mozilla_dir}components ! %setup -n %{name} %build --- 36,40 ---- %prep rm -rf %buildroot && %{__mkdir} -p %buildroot%{mozilla_dir} && %{__mkdir} -p %buildroot%{config_dir} && %{__mkdir} -p %buildroot%{mozilla_dir}plugins && %{__mkdir} -p %buildroot%{mozilla_dir}components ! %setup -n %{name}-%{ver} %build Index: Makefile.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Makefile.in,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** Makefile.in 3 Dec 2007 17:34:03 -0000 1.37 --- Makefile.in 3 Dec 2007 17:54:23 -0000 1.38 *************** *** 55,59 **** Source/plugin-setup.h Source/nsIScriptableMplayerPlugin.h $(HEADERS) ! default all: @CREATE@ languages $(SHAREDTARGET): $(OBJ) --- 55,59 ---- Source/plugin-setup.h Source/nsIScriptableMplayerPlugin.h $(HEADERS) ! default all: config.h @CREATE@ languages $(SHAREDTARGET): $(OBJ) *************** *** 151,154 **** ./uninstall.sh ! dist: ./dist.sh --- 151,158 ---- ./uninstall.sh ! dist: config.h ./dist.sh + + config.h: mplayerplug-in.spec.in configure.in config.h.in Makefile.in install.sh.in uninstall.sh.in dist.sh.in + ./configure --prefix=@prefix@ + touch config.h Index: mplayerplug-in.spec.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/mplayerplug-in.spec.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mplayerplug-in.spec.in 3 Dec 2007 17:34:06 -0000 1.1 --- mplayerplug-in.spec.in 3 Dec 2007 17:54:23 -0000 1.2 *************** *** 17,21 **** Name: %{name} Version: %{ver} ! Release: %{rel} License: GPL Group: Browser/Plugin --- 17,21 ---- Name: %{name} Version: %{ver} ! Release: f%{fedora}-1 License: GPL Group: Browser/Plugin *************** *** 26,31 **** BuildRoot: %{_tmppath}/%{name}-%{ver}-root ! BuildRequires: %{req} %{mozreq} gtk2-devel > 2.2.1 gettext ! Obsoletes: mplayerplug-in < %{version} Provides: mplayerplug-in --- 26,31 ---- BuildRoot: %{_tmppath}/%{name}-%{ver}-root ! BuildRequires:libXt-devel xorg-x11-proto-devel libXpm-devel firefox-devel gtk2-devel > 2.2.1 gettext ! Obsoletes: mplayerplug-in < %{ver} Provides: mplayerplug-in *************** *** 36,40 **** %prep rm -rf %buildroot && %{__mkdir} -p %buildroot%{mozilla_dir} && %{__mkdir} -p %buildroot%{config_dir} && %{__mkdir} -p %buildroot%{mozilla_dir}plugins && %{__mkdir} -p %buildroot%{mozilla_dir}components ! %setup -n %{name} %build --- 36,40 ---- %prep rm -rf %buildroot && %{__mkdir} -p %buildroot%{mozilla_dir} && %{__mkdir} -p %buildroot%{config_dir} && %{__mkdir} -p %buildroot%{mozilla_dir}plugins && %{__mkdir} -p %buildroot%{mozilla_dir}components ! %setup -n %{name}-%{ver} %build |
From: Kevin D. <kde...@us...> - 2007-12-03 17:34:17
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32749 Modified Files: ChangeLog Makefile.in configure configure.in install.sh mplayerplug-in.spec uninstall.sh Added Files: dist.sh dist.sh.in mplayerplug-in.spec.in Log Message: Add in make dist support, and autogenerating spec files (way over due on these) Change url max length from 1024 to 4096 (some sites still do no work, investigating) Index: uninstall.sh =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/uninstall.sh,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** uninstall.sh 22 Nov 2007 14:59:35 -0000 1.15 --- uninstall.sh 3 Dec 2007 17:34:07 -0000 1.16 *************** *** 1,4 **** #!/bin/bash ! MOZHOME=/usr/lib/firefox-2.0.0.9 echo "Cleaning up user plugins" --- 1,4 ---- #!/bin/bash ! MOZHOME=/usr/lib/firefox-2.0.0.10 echo "Cleaning up user plugins" --- NEW FILE: dist.sh --- #!/bin/bash rm -rf mplayerplug-in-3.55 mkdir mplayerplug-in-3.55 mkdir mplayerplug-in-3.55/Source cp -pr Source/*.cpp Source/*.h Source/*.idl Source/*.xpt mplayerplug-in-3.55/Source cp -pr *.in mplayerplug-in-3.55 cp *.spec mplayerplug-in-3.55 cp *.sh mplayerplug-in-3.55 cp -pr common mplayerplug-in-3.55 cp -pr extras mplayerplug-in-3.55 cp -pr include mplayerplug-in-3.55 cp -pr pixmaps mplayerplug-in-3.55 cp -pr plugingate mplayerplug-in-3.55 cp -pr po mplayerplug-in-3.55 cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-3.55 tar -czvf mplayerplug-in-3.55.tar.gz mplayerplug-in-3.55 Index: configure =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/configure,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** configure 2 Nov 2007 16:07:24 -0000 1.80 --- configure 3 Dec 2007 17:34:03 -0000 1.81 *************** *** 1,5 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.61 for mplayerplug-in 3.50. # # Report bugs to <mpl...@li...>. --- 1,5 ---- #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.61 for mplayerplug-in 3.55. # # Report bugs to <mpl...@li...>. *************** *** 575,580 **** PACKAGE_NAME='mplayerplug-in' PACKAGE_TARNAME='mplayerplug-in' ! PACKAGE_VERSION='3.50' ! PACKAGE_STRING='mplayerplug-in 3.50' PACKAGE_BUGREPORT='mpl...@li...' --- 575,580 ---- PACKAGE_NAME='mplayerplug-in' PACKAGE_TARNAME='mplayerplug-in' ! PACKAGE_VERSION='3.55' ! PACKAGE_STRING='mplayerplug-in 3.55' PACKAGE_BUGREPORT='mpl...@li...' *************** *** 1220,1224 **** # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures mplayerplug-in 3.50 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... --- 1220,1224 ---- # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures mplayerplug-in 3.55 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... *************** *** 1285,1289 **** if test -n "$ac_init_help"; then case $ac_init_help in ! short | recursive ) echo "Configuration of mplayerplug-in 3.50:";; esac cat <<\_ACEOF --- 1285,1289 ---- if test -n "$ac_init_help"; then case $ac_init_help in ! short | recursive ) echo "Configuration of mplayerplug-in 3.55:";; esac cat <<\_ACEOF *************** *** 1388,1392 **** if $ac_init_version; then cat <<\_ACEOF ! mplayerplug-in configure 3.50 generated by GNU Autoconf 2.61 --- 1388,1392 ---- if $ac_init_version; then cat <<\_ACEOF ! mplayerplug-in configure 3.55 generated by GNU Autoconf 2.61 *************** *** 1402,1406 **** running configure, to aid debugging if configure makes a mistake. ! It was created by mplayerplug-in $as_me 3.50, which was generated by GNU Autoconf 2.61. Invocation command line was --- 1402,1406 ---- running configure, to aid debugging if configure makes a mistake. ! It was created by mplayerplug-in $as_me 3.55, which was generated by GNU Autoconf 2.61. Invocation command line was *************** *** 9392,9396 **** ! ac_config_files="$ac_config_files Makefile po/Makefile install.sh uninstall.sh" cat >confcache <<\_ACEOF --- 9392,9396 ---- ! ac_config_files="$ac_config_files Makefile po/Makefile install.sh uninstall.sh dist.sh mplayerplug-in.spec" cat >confcache <<\_ACEOF *************** *** 9790,9794 **** # values after options handling. ac_log=" ! This file was extended by mplayerplug-in $as_me 3.50, which was generated by GNU Autoconf 2.61. Invocation command line was --- 9790,9794 ---- # values after options handling. ac_log=" ! This file was extended by mplayerplug-in $as_me 3.55, which was generated by GNU Autoconf 2.61. Invocation command line was *************** *** 9839,9843 **** cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! mplayerplug-in config.status 3.50 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" --- 9839,9843 ---- cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! mplayerplug-in config.status 3.55 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" *************** *** 9952,9955 **** --- 9952,9957 ---- "install.sh") CONFIG_FILES="$CONFIG_FILES install.sh" ;; "uninstall.sh") CONFIG_FILES="$CONFIG_FILES uninstall.sh" ;; + "dist.sh") CONFIG_FILES="$CONFIG_FILES dist.sh" ;; + "mplayerplug-in.spec") CONFIG_FILES="$CONFIG_FILES mplayerplug-in.spec" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 *************** *** 10531,10535 **** fi ! chmod u+x install.sh uninstall.sh if test $use_x = yes; then echo "**************************************************************" --- 10533,10537 ---- fi ! chmod u+x install.sh uninstall.sh dist.sh if test $use_x = yes; then echo "**************************************************************" Index: mplayerplug-in.spec =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/mplayerplug-in.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** mplayerplug-in.spec 2 Nov 2007 16:09:14 -0000 1.51 --- mplayerplug-in.spec 3 Dec 2007 17:34:05 -0000 1.52 *************** *** 1,4 **** %define name mplayerplug-in ! %define ver 3.50 %ifarch x86_64 %define mozilla_dir /usr/lib64/mozilla/ --- 1,4 ---- %define name mplayerplug-in ! %define ver 3.55 %ifarch x86_64 %define mozilla_dir /usr/lib64/mozilla/ Index: configure.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/configure.in,v retrieving revision 1.79 retrieving revision 1.80 diff -C2 -d -r1.79 -r1.80 *** configure.in 2 Nov 2007 16:07:25 -0000 1.79 --- configure.in 3 Dec 2007 17:34:04 -0000 1.80 *************** *** 3,7 **** AC_PREREQ(2.59) ! AC_INIT(mplayerplug-in, 3.50, mpl...@li...) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) --- 3,7 ---- AC_PREREQ(2.59) ! AC_INIT(mplayerplug-in, 3.55, mpl...@li...) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) *************** *** 217,223 **** AC_CHECK_HEADER([X11/extensions/dpms.h],[AC_DEFINE([DPMSExtension],[1],[Define to 1 if you have the <X11/extensions/dpms.h> header file.]) XEXT_LIBS="-lXext -lX11"],,[ #include <X11/Xlib.h> ])],,) AC_SUBST(XEXT_LIBS) ! AC_CONFIG_FILES([Makefile po/Makefile install.sh uninstall.sh]) AC_OUTPUT ! chmod u+x install.sh uninstall.sh if test $use_x = yes; then echo "**************************************************************" --- 217,223 ---- AC_CHECK_HEADER([X11/extensions/dpms.h],[AC_DEFINE([DPMSExtension],[1],[Define to 1 if you have the <X11/extensions/dpms.h> header file.]) XEXT_LIBS="-lXext -lX11"],,[ #include <X11/Xlib.h> ])],,) AC_SUBST(XEXT_LIBS) ! AC_CONFIG_FILES([Makefile po/Makefile install.sh uninstall.sh dist.sh mplayerplug-in.spec]) AC_OUTPUT ! chmod u+x install.sh uninstall.sh dist.sh if test $use_x = yes; then echo "**************************************************************" Index: Makefile.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Makefile.in,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Makefile.in 16 Aug 2007 14:52:26 -0000 1.36 --- Makefile.in 3 Dec 2007 17:34:03 -0000 1.37 *************** *** 150,151 **** --- 150,154 ---- uninstall: ./uninstall.sh + + dist: + ./dist.sh Index: ChangeLog =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v retrieving revision 1.559 retrieving revision 1.560 diff -C2 -d -r1.559 -r1.560 *** ChangeLog 22 Nov 2007 14:59:35 -0000 1.559 --- ChangeLog 3 Dec 2007 17:34:03 -0000 1.560 *************** *** 1,3 **** --- 1,5 ---- Development + Add in make dist support, and autogenerating spec files (way over due on these) + Change url max length from 1024 to 4096 (some sites still do no work, investigating) Disable non-blocking mode when we get the mmst packet length If loop = 0 from site change it to -1 Index: install.sh =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/install.sh,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** install.sh 22 Nov 2007 14:59:35 -0000 1.31 --- install.sh 3 Dec 2007 17:34:05 -0000 1.32 *************** *** 10,14 **** LOCALEDIR=${datadir}/locale DESTDIR=$1 ! MOZHOME=/usr/lib/firefox-2.0.0.9/plugins if [ "$DESTDIR" ]; then --- 10,14 ---- LOCALEDIR=${datadir}/locale DESTDIR=$1 ! MOZHOME=/usr/lib/firefox-2.0.0.10/plugins if [ "$DESTDIR" ]; then --- NEW FILE: dist.sh.in --- #!/bin/bash rm -rf mplayerplug-in-@PACKAGE_VERSION@ mkdir mplayerplug-in-@PACKAGE_VERSION@ mkdir mplayerplug-in-@PACKAGE_VERSION@/Source cp -pr Source/*.cpp Source/*.h Source/*.idl Source/*.xpt mplayerplug-in-@PACKAGE_VERSION@/Source cp -pr *.in mplayerplug-in-@PACKAGE_VERSION@ cp *.spec mplayerplug-in-@PACKAGE_VERSION@ cp *.sh mplayerplug-in-@PACKAGE_VERSION@ cp -pr common mplayerplug-in-@PACKAGE_VERSION@ cp -pr extras mplayerplug-in-@PACKAGE_VERSION@ cp -pr include mplayerplug-in-@PACKAGE_VERSION@ cp -pr pixmaps mplayerplug-in-@PACKAGE_VERSION@ cp -pr plugingate mplayerplug-in-@PACKAGE_VERSION@ cp -pr po mplayerplug-in-@PACKAGE_VERSION@ cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-@PACKAGE_VERSION@ tar -czvf mplayerplug-in-@PACKAGE_VERSION@.tar.gz mplayerplug-in-@PACKAGE_VERSION@ --- NEW FILE: mplayerplug-in.spec.in --- %define name mplayerplug-in %define ver @PACKAGE_VERSION@ %ifarch x86_64 %define mozilla_dir /usr/lib64/mozilla/ %else %define mozilla_dir /usr/lib/mozilla/ %endif %define prefix /usr %define config_dir /etc %{!?os_ver:%define os_ver fc%(cut -d' ' -f4 /etc/fedora-release )} %define rel %{os_ver} %{!?req:%define req %(if [ `cut -d' ' -f4 /etc/fedora-release | cut -d'.' -f1` -ge 5 ]; then echo "libXt-devel xorg-x11-proto-devel libXpm-devel"; else echo "xorg-x11-devel"; fi)} %{!?mozreq:%define mozreq %(if [ ( `cut -d' ' -f4 /etc/fedora-release | cut -d'.' -f1` -le 5 ) -a ( `cut -d' ' -f4 /etc/fedora-release` -le 2)]; then echo "mozilla-devel > 1.5"; else echo "firefox-devel"; fi)} Name: %{name} Version: %{ver} Release: %{rel} License: GPL Group: Browser/Plugin Summary: MPlayer Plugin for Netscape/Mozilla URL: http://mplayerplug-in.sourceforge.net/ Packager: Kevin DeKorte <kde...@us...> Source0: %{name}-%{ver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{ver}-root BuildRequires: %{req} %{mozreq} gtk2-devel > 2.2.1 gettext Obsoletes: mplayerplug-in < %{version} Provides: mplayerplug-in %description mplayerplug-in is a Mozilla browser plugin to allow playing embedded movies on web pages. %prep rm -rf %buildroot && %{__mkdir} -p %buildroot%{mozilla_dir} && %{__mkdir} -p %buildroot%{config_dir} && %{__mkdir} -p %buildroot%{mozilla_dir}plugins && %{__mkdir} -p %buildroot%{mozilla_dir}components %setup -n %{name} %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install \ DESTDIR="%{buildroot}" %find_lang %{name} %clean rm -rf %buildroot %files %defattr (-,root,root) %doc ChangeLog INSTALL README TODO %{mozilla_dir}/plugins/mplayerplug-in.so %{mozilla_dir}/plugins/mplayerplug-in-wmp.so %{mozilla_dir}/plugins/mplayerplug-in-qt.so %{mozilla_dir}/plugins/mplayerplug-in-rm.so %{mozilla_dir}/plugins/mplayerplug-in-dvx.so %{mozilla_dir}/plugins/mplayerplug-in.xpt %{mozilla_dir}/plugins/mplayerplug-in-wmp.xpt %{mozilla_dir}/plugins/mplayerplug-in-qt.xpt %{mozilla_dir}/plugins/mplayerplug-in-rm.xpt %{mozilla_dir}/plugins/mplayerplug-in-dvx.xpt %config(noreplace) %{config_dir}/mplayerplug-in.conf %config(noreplace) %{config_dir}/mplayerplug-in.types %{_prefix}/share/locale/*/LC_MESSAGES/mplayerplug-in.mo %changelog * Mon Dec 18 2006 Kevin DeKorte - v3.35 * Sun Aug 27 2006 Kevin DeKorte - v3.31 * Sun Apr 9 2006 Kevin DeKorte - v3.25 * Sun Feb 12 2006 Kevin DeKorte - v3.21 * Mon Jan 30 2006 Kevin DeKorte - v3.20 See ChangeLog * Mon Dec 08 2005 Kevin DeKorte - v3.17 See ChangeLog * Mon Nov 28 2005 Kevin DeKorte - v3.16 See ChangeLog * Fri Nov 04 2005 Kevin DeKorte - v3.15 See ChangeLog * Tue Sep 13 2005 Kevin DeKorte - v3.11 Fix playlist problem * Mon Sep 12 2005 Kevin DeKorte - v3.10 See ChangeLog * Fri Aug 05 2005 Kevin DeKorte - v3.05 See ChangeLog * Thu Jul 21 2005 Kevin DeKorte - v3.01 Fixed crash when "src" tag used and src is not found Allow SMIL support to be configurable for Real Media Added --enable-[wmp,qt,rm,gmp] flags to configure - v3.00 Warning message when using "--enable-x" option State setting in shutdown (remove unnecessary instance->) - v2.99.1 Install.sh fix make clean fix Crasher fix make filename embed tag attribute work properly Makefile fixups done by Greg Hosler - v2.99.0 Work with locking issues in play, ff and rew also rework order in play a bit. Korean translation by Joonil Kim Change an assertion into some if checks Handle case where plugin is shutdown, but thread is setup, but has not been signalled and so it may hang Redo ::Play function Add a missing lock to ::Play Add some more GTK_IS_WIDGET checks to the destroy code. Fix download percentage when dealing with large files. Fix issue with nomediacache=1 and autostart=1 and the buttons not displaying Removed unnecessary unlock from ::Play in the SetupPlayer section Plugin separation, made separate plugin for each video type Fixed a dumb bug in the ASF and ASX parseing code Cleaned up (un)installer code Fixed problem with spanish (es) missing on install More cleanups due to lib separation Added lock around deleteList in shutdown * Tue Jun 14 2005 Kevin DeKorte - v2.85 French translation by AL updated mimetype description MS ASF video for type video/x-ms-asf Build Fixes from Dag Wieers Minor change to getURLFilename Change to make NetFlix previews work Cap the cachebytes to twice the cachesize Fix up some issues with user-agent Italian translation by Roberto Inzerillo Brazilian Portugese translation by Danilo Bardusco Slovak translation by Jozef Riha Took & compare out of URLcmp so that http://www.dr.dk/netradio/?venstre=true should work. More fixes to make www.dr.dk to work better. Optimize the loop condition with 1 file to play Fix a bug in URLcmp with file:// urls Fix a bug in "loop" attribute make "loop=1" work. Merged and expanded Hiroa's loop patch. Russian translation by Nikolai Prokoschenko Danish translation by Anders Lind Progress Bar over video fix and crasher fix. Spanish translation by Azael Avalos getTime and getPercent patches from anonymous Added options cookies, nomouseinput and noconsolecontrols to config file to disable (set to 0) or enable (set to 1 [default]) * Sun Feb 13 2005 Kevin DeKorte - v2.80 Fix DPMS value on quit Add workaround to disable -xy, -x, -y mplayer flags when not on local display patch from Yasuhiro Matsumoto Add gettext language support (ja only provided, other languages still need to be done) patch from Yasuhiro Matsumoto Patch to set UserAgent from Yasuhiro Matsumoto Polish translation by Marcin Bukat German translation by Rene Engelhard Dutch translation by Panagiotis Issaris Implement java script method SetFileName autostart/autoplay config option. Set to 0 to disable autostart of media. New Logo by Dusan Maliarik (and Gnome Crystal Icon Set) Fix to URLcmp to make http://ms.radio-canada.ca/CBFT/Telejournal200501182200_4.wmv work. Implemented the following Javascript functions (QuickTime compatible) void SetIsLooping(in boolean loop); boolean GetIsLooping(); void SetAutoPlay(in boolean autoPlay); boolean GetAutoPlay(); void SetHREF(in string url); string GetHREF(); void SetURL(in string url); string GetURL(); string GetMIMEType(); Fix up buttons and GUI layout in small windows Make STOP be down when autostart = 0 Fix popup menu to work in letterbox bar areas Fix popup menu to work before media is started Fix menu callbacks to work if panel is not drawn Changed behavior of Stop/MediaComplete event to show mplayerplug-in logo when done. Autoconf changes to GTK1/2 Enabled flags. Fix crash with noembed=1 option set Fix compile issue with GTK1 code * Wed Dec 15 2004 Kevin DeKorte - v2.75 Make sdp media urls work Make GTK1 code request XEmbed mode Only specify mplayer -cache option for streaming data Add mimetype application/x-ms-wmv to the list For realmedia, don't play when controls=statusbar Applied mms playlist detection patch from Yasuhiro Matsumoto (fixes TSN.ca among others) Fix for older mozilla include paths. Fix based on info from FreeBSD package patch. Applied sync A/V options patch from Yasuhiro Matsumoto Applied some Sun JDS patches from Hiroaki Nozaki - did not apply all since they used global variables Added in support for Nullsoft Streaming Video mimetype: application/x-nsv-vp3-mp3 Fixed problem with http://www.vg.no/video media Added fallback to smb:// when getting a file:// url that is not found Make Netflix previews work after Netflix website update Apply NetBSD patches from Juan RP Add back in the signal mask patch and a slight pause Add some more pthread_cancel checks in Fixed a buffer overrun that was identified by Adam Feakin Fixes some minor nits with the fullscreen window in GTK2 Applied more patches from Hiroaki Nozaki - more HTML property support Added config option enable_smil, default to 1 or enabled. Added so that SMIL support can be disabled independently Fix automake issues on FreeBSD Fix issue with http://www.camerata-trajectina.nl/, autoplay and buttons showing up Add support for keyboard commands, these only work when the mouse is over the buttons or background, not over media space/P/p - play or pause depending on current state S/s - stop </, - rewind 10 seconds >/. - fast forward 10 seconds F/f - fullscreen or not * Sun Sep 26 2004 Kevin DeKorte - v2.70 GTK1 Widget fixes MMS URL saving GTK2 improvements Xinerama support * Sat Jun 19 2004 Kevin DeKorte - v2.66 Fix Gentoo NPTL locking issue / crash * Mon Jun 14 2004 Kevin DeKorte - v2.65 Fix some minor crash situations UI fixes in all modes Support gecko-sdk 1.7 and higher * Thu Mar 18 2004 Kevin DeKorte - v2.50 See ChangeLog for complete listing Thread locking fixes More URL support GUI fixes * Sun Feb 15 2004 Kevin DeKorte - v2.11 Added some missing defines for older compilers Fixed getBaseURL crasher on SUN Removed -cookies option in call to mplayer because it is not present on some versions of mplayer v2.10 Fix crash and double play with American Idol site Configure fixes, added --with-gecko-sdk option if pkg-config does not work Fixed bug where first file in playlist was not being cleaned up Fixed casting error in memmem.c Playback reset if frame decode error New option cache-percent defaulted to 25 values are [0-100] used with cachesize, takes value of stream size and takes larger (huge Shrek plays on DSL now) Fix errors on building on a solaris 9 with gcc tools environment Fix compile issue on slackware * Fri Feb 06 2004 Kevin DeKorte - v2.0 Massive code reorganization to get javascript commands to work Conversion of C code to C++ code Code retains all fixes of 1.3 candidate Code retains almost all functionality of 1.3 candidate functions/options that have been removed include: use of gmplayer, no longer an option, built-in gui planned logging to a file - logging to console easier download option - now automatic other options have now been made default mozilla-devel package now required to compile code. gcc -Wall is used now, so all those errors/warnings should be fixed strncpy/strncat replaced with strlcpy/strlcat, files included in archive Fixed browser hang when player crashes or is killed ***Code Split - 1.3 candidate*** Fix possible buffer overflow in buildPlaylist Correct mplayer shutdown process More UI enhancements from Erich Even more UI enhancements Fix XML parse error on smil files that don't have seq tags. Which DTD does SMIL use? Fix videotag not found omission Fix UI crasher FreeUI was called with uninitialized pointers Parse mplayer output to determine the actual size and play size of the media Support RealMedia with embedded rtsp streams, allows NASA TV to work needs enable-real=1 in mplayerplug-in.conf mplayer with RealMedia codecs and support Fix possible crash in NPP_Destroy Change buildPlaylist to be called from NPP_DestroyStream rather than after a magic value in NPP_Write This way we are sure we have the entire playlist downloaded. Found possible crash in smil format decode Added stat.c to make Solaris compile work Fixed bug in getURLBase Fixed handling of This->baseurl Fixed crash in ASX format handling, should fix http://www.rbcmp3.com Account for CR and LF instead of just LF in RM playlists Solaris compile issue - change stat.c references to lstat.c Fixed compile issue in lstat.c Applied Alexandre Pereira da Silva's player manager work. Should help those with "ps" issues. * Wed Jan 20 2004 Kevin DeKorte - v1.2 QuickTime streaming, speed work Fix crasher on url http://www.video-c.co.uk/frontend/asp/microshow.asp?vidref=benn001&FileType=ADSLprog This was caused by an incorrect assumption about Quicktime MOV Reference files rmda elements can contain rmdr and rdrf in any order, files I had only showed one order. When keep-download=1 write mms url's into $dload-dir/playlist for reference All unwanted streams are now cancelled and not downloaded with QT autospeed. Changed qt-speed config option from a 0-12 number to [low|medium|high], this should be final now Fixed crasher in smil format support when bitrate not specified. Fixed bug with MSN Music site where http urls are self referencing and act like MMS Streams Applied patch from Erich that reduces the amount of flicker when updating the status screen Changed Full Redraw threshhold from 50 to 80, some sites were a little crammed. Merged patch from Erich to display progress bar during download Fixed bug where video was streamed rather then downloaded, when it should be downloaded Proper smil format support, with nested video tags with seq tags Found an extra ; in the speed adjustment code that was causing med and high speeds to be off * Tue Jan 15 2004 Kevin DeKorte - v1.1 - Security Fixes - Minor bug fixes with saving streams - Build system fixes - Title Screen enhancement - Updated status window - Playlist support for http streams that act like mms streams - See ChangeLog for full list of fixes * Tue Dec 12 2003 Kevin DeKorte - v1.0 - Added -zoom patch from Giuseppe Ghibò <gh...@ma...> - Patch to only kill the mplayer associated with the window being destroyed. - This allows multiple streams to play in different windows - Cosmetic "about:plugins" patch from Benjamin Larsson <ba...@st...> - More about:plugin work to fix an issue with AtomFilms, Quicktime was not coming up - Keep trailing ; in mimetype list - smil format support - Clone wars * Mon Oct 20 2003 Kevin DeKorte - v1.0pre3 - More fixes * Thu Oct 16 2003 Kevin DeKorte - v1.0pre2 - compatibility with mplayer 1.0pre2 * Fri Oct 03 2003 Kevin DeKorte - v0.95 - True streaming support - Improved playlist capability - Improved status window - Mplayer 0.92 is a prerequisite * Wed Sep 10 2003 Kevin DeKorte - Fix errors in 0.90 - Downloading feature disabled for now. * Sun Sep 07 2003 Kevin DeKorte - See ChangeLog for code changes * Mon Mar 03 2003 Michael A. Peters <mp...@ma...> - created spec file |
Update of /cvsroot/mplayerplug-in/mplayerplug-in/Source In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32749/Source Modified Files: plugin-list.cpp plugin-setup.cpp plugin-setup.h plugin-support.cpp plugin-threads.cpp plugin.cpp Log Message: Add in make dist support, and autogenerating spec files (way over due on these) Change url max length from 1024 to 4096 (some sites still do no work, investigating) Index: plugin-threads.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin-threads.cpp,v retrieving revision 1.275 retrieving revision 1.276 diff -C2 -d -r1.275 -r1.276 *** plugin-threads.cpp 22 Nov 2007 14:59:35 -0000 1.275 --- plugin-threads.cpp 3 Dec 2007 17:34:08 -0000 1.276 *************** *** 247,251 **** char *filename; char *baseurl; ! char buffer[1024]; #ifndef X_DISPLAY_MISSING char *dispName = XDisplayName(NULL); --- 247,251 ---- char *filename; char *baseurl; ! char buffer[4096]; #ifndef X_DISPLAY_MISSING char *dispName = XDisplayName(NULL); *************** *** 285,293 **** if (DEBUG) printf("using fname for url\n"); ! snprintf(instance->td->list->url, 1024, "%s", instance->fname); } else { if (DEBUG) printf("using url for url\n"); ! snprintf(instance->td->list->url, 1024, "%s", instance->url); } --- 285,293 ---- if (DEBUG) printf("using fname for url\n"); ! snprintf(instance->td->list->url, 4096, "%s", instance->fname); } else { if (DEBUG) printf("using url for url\n"); ! snprintf(instance->td->list->url, 4096, "%s", instance->url); } *************** *** 295,299 **** if (DEBUG) printf("using href for url\n"); ! snprintf(instance->td->list->url, 1024, "%s", instance->href); } --- 295,299 ---- if (DEBUG) printf("using href for url\n"); ! snprintf(instance->td->list->url, 4096, "%s", instance->href); } *************** *** 353,357 **** printf("url %s\nbuffer %s\n", instance->td->list->url, buffer); ! snprintf(instance->td->list->url, 1024, "%s", buffer); pthread_mutex_unlock(&(instance->playlist_mutex)); } --- 353,357 ---- printf("url %s\nbuffer %s\n", instance->td->list->url, buffer); ! snprintf(instance->td->list->url, 4096, "%s", buffer); pthread_mutex_unlock(&(instance->playlist_mutex)); } *************** *** 732,736 **** int i, amt; int zerocfbytes_count = 0; ! char url_copy[1024]; int c; char ch; --- 732,736 ---- int i, amt; int zerocfbytes_count = 0; ! char url_copy[4096]; int c; char ch; *************** *** 1555,1568 **** if (result->tryagain == TRYAGAIN_FALLBACK) { //fallback to msst and then to http if we can ! strlcpy(url_copy, local_url, 1023); ! url_copy[1023] = '\0'; if (strncmp(local_url, "mms://", 6) == 0) { ! snprintf(local_url, 1023, "mmst://%s", url_copy + 6); result->retval = TRUE; } else if (local_mmsstream && strncmp(local_url, "mmst://", 7) == 0) { ! snprintf(local_url, 1023, "http://%s", url_copy + 7); result->retval = TRUE; } else { --- 1555,1568 ---- if (result->tryagain == TRYAGAIN_FALLBACK) { //fallback to msst and then to http if we can ! strlcpy(url_copy, local_url, 4095); ! url_copy[4095] = '\0'; if (strncmp(local_url, "mms://", 6) == 0) { ! snprintf(local_url, 4095, "mmst://%s", url_copy + 6); result->retval = TRUE; } else if (local_mmsstream && strncmp(local_url, "mmst://", 7) == 0) { ! snprintf(local_url, 4095, "http://%s", url_copy + 7); result->retval = TRUE; } else { *************** *** 1587,1591 **** PlayResult *result = NULL; FILE *playlist; ! char cmd[2048]; char message[1024]; char mmsplaylist[1024]; --- 1587,1591 ---- PlayResult *result = NULL; FILE *playlist; ! char cmd[8192]; char message[1024]; char mmsplaylist[1024]; *************** *** 1596,1600 **** ThreadData *local_td; Node *local_list; ! char local_url[1024]; int local_mmsstream; int i; --- 1596,1600 ---- ThreadData *local_td; Node *local_list; ! char local_url[4096]; int local_mmsstream; int i; *************** *** 1719,1723 **** printf("----player thread: adding %s\n", local_td->instance->qtNext[i]); ! strlcpy(node->url, local_td->instance->qtNext[i], 1024); i++; addToEnd(local_list, node); --- 1719,1723 ---- printf("----player thread: adding %s\n", local_td->instance->qtNext[i]); ! strlcpy(node->url, local_td->instance->qtNext[i], 4096); i++; addToEnd(local_list, node); *************** *** 1871,1876 **** local_list->url); listempty = 0; ! snprintf(local_url, 1024, "%s", local_list->url); ! local_url[1023] = '\0'; local_mmsstream = local_list->mmsstream; } --- 1871,1876 ---- local_list->url); listempty = 0; ! snprintf(local_url, 4096, "%s", local_list->url); ! local_url[4095] = '\0'; local_mmsstream = local_list->mmsstream; } Index: plugin-list.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin-list.cpp,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -d -r1.77 -r1.78 *** plugin-list.cpp 20 Sep 2007 23:43:10 -0000 1.77 --- plugin-list.cpp 3 Dec 2007 17:34:07 -0000 1.78 *************** *** 88,92 **** if (src != NULL && dest != NULL) { if (dest->url != NULL && src->url != NULL) ! strlcpy(dest->url, src->url, 1024); if (dest->fname != NULL && src->fname != NULL) strlcpy(dest->fname, src->fname, 1024); --- 88,92 ---- if (src != NULL && dest != NULL) { if (dest->url != NULL && src->url != NULL) ! strlcpy(dest->url, src->url, 4096); if (dest->fname != NULL && src->fname != NULL) strlcpy(dest->fname, src->fname, 1024); *************** *** 139,143 **** int tagtime = 0; char tagtarget[128]; ! char tagurl[1024]; endvideo = strstr(smilbuffer, "</video"); --- 139,143 ---- int tagtime = 0; char tagtarget[128]; ! char tagurl[4096]; endvideo = strstr(smilbuffer, "</video"); *************** *** 237,241 **** Node *n; char *filename; ! char localitem[1024]; fullyQualifyURL(instance, item, localitem); --- 237,241 ---- Node *n; char *filename; ! char localitem[4096]; fullyQualifyURL(instance, item, localitem); *************** *** 304,308 **** char buffer[16 * 1024]; char buffer_lower[16 * 1024]; ! char url[1024]; unsigned long int size, found, i; long int remainder; --- 304,308 ---- char buffer[16 * 1024]; char buffer_lower[16 * 1024]; ! char url[4096]; unsigned long int size, found, i; long int remainder; *************** *** 564,568 **** p++; i = (long) p - (long) buffer_lower; ! snprintf(url, 1024, "%s", buffer + i); sub = strchr(url, '\"'); --- 564,568 ---- p++; i = (long) p - (long) buffer_lower; ! snprintf(url, 4096, "%s", buffer + i); sub = strchr(url, '\"'); *************** *** 786,790 **** p++; i = (long) p - (long) buffer_lower; ! snprintf(url, 1024, "%s", buffer + i); sub = strchr(url, '\r'); --- 786,790 ---- p++; i = (long) p - (long) buffer_lower; ! snprintf(url, 4096, "%s", buffer + i); sub = strchr(url, '\r'); *************** *** 846,850 **** } else { i = (long) p - (long) buffer_lower; ! snprintf(url, 1024, "rtsp://%s", buffer + i + 7); sub = strchr(url, 0xd); // terminate on CR if (sub != NULL) --- 846,850 ---- } else { i = (long) p - (long) buffer_lower; ! snprintf(url, 4096, "rtsp://%s", buffer + i + 7); sub = strchr(url, 0xd); // terminate on CR if (sub != NULL) *************** *** 879,883 **** } else { i = (long) p - (long) buffer_lower; ! snprintf(url, 1024, "pnm://%s", buffer + i + 6); sub = strchr(url, 0xd); // terminate on CR if (sub != NULL) --- 879,883 ---- } else { i = (long) p - (long) buffer_lower; ! snprintf(url, 4096, "pnm://%s", buffer + i + 6); sub = strchr(url, 0xd); // terminate on CR if (sub != NULL) *************** *** 912,916 **** break; } else { ! snprintf(url, 1024, "%s", p); sub = strchr(url, 0xd); if (sub != NULL) --- 912,916 ---- break; } else { ! snprintf(url, 4096, "%s", p); sub = strchr(url, 0xd); if (sub != NULL) *************** *** 940,944 **** break; } else { ! snprintf(url, 1024, "%s", p); sub = strchr(url, 0xd); if (sub != NULL) --- 940,944 ---- break; } else { ! snprintf(url, 4096, "%s", p); sub = strchr(url, 0xd); if (sub != NULL) Index: plugin-setup.h =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin-setup.h,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** plugin-setup.h 11 Feb 2007 21:41:12 -0000 1.67 --- plugin-setup.h 3 Dec 2007 17:34:07 -0000 1.68 *************** *** 98,102 **** #define STRUCTURES typedef struct area { ! char url[1024]; /* url in smil <area> tag */ char target[128]; /* target in <area> */ int begin; /* begin (seconds) */ --- 98,102 ---- #define STRUCTURES typedef struct area { ! char url[4096]; /* url in smil <area> tag */ char target[128]; /* target in <area> */ int begin; /* begin (seconds) */ *************** *** 105,109 **** typedef struct lnode { ! char url[1024]; // url to media char fname[1024]; // local filename int status; // node status --- 105,109 ---- typedef struct lnode { ! char url[4096]; // url to media char fname[1024]; // local filename int status; // node status Index: plugin.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin.cpp,v retrieving revision 1.343 retrieving revision 1.344 diff -C2 -d -r1.343 -r1.344 *** plugin.cpp 6 Aug 2007 19:30:24 -0000 1.343 --- plugin.cpp 3 Dec 2007 17:34:08 -0000 1.344 *************** *** 1155,1159 **** // http src url's are automatically requested, so if we request an http here too, we get it twice if (isMms(url, 0)) { ! snprintf(list->url, 1024, "%s", url); state = STATE_STARTED_PLAYER; list->mmsstream = 1; --- 1155,1159 ---- // http src url's are automatically requested, so if we request an http here too, we get it twice if (isMms(url, 0)) { ! snprintf(list->url, 4096, "%s", url); state = STATE_STARTED_PLAYER; list->mmsstream = 1; *************** *** 1165,1169 **** if (fname != NULL) { if (isMms(fname, nomediacache)) { ! snprintf(list->url, 1024, "%s", fname); state = STATE_STARTED_PLAYER; list->mmsstream = 1; --- 1165,1169 ---- if (fname != NULL) { if (isMms(fname, nomediacache)) { ! snprintf(list->url, 4096, "%s", fname); state = STATE_STARTED_PLAYER; list->mmsstream = 1; *************** *** 1183,1187 **** if ((href != NULL) && (url == NULL) && (fname == NULL)) { if (isMms(href, nomediacache)) { ! snprintf(list->url, 1024, "%s", href); state = STATE_STARTED_PLAYER; list->mmsstream = 1; --- 1183,1187 ---- if ((href != NULL) && (url == NULL) && (fname == NULL)) { if (isMms(href, nomediacache)) { ! snprintf(list->url, 4096, "%s", href); state = STATE_STARTED_PLAYER; list->mmsstream = 1; *************** *** 1422,1426 **** if (n->url != NULL && url != NULL) { ! if ((strncmp(n->url, url, 1024) == 0) && href != NULL) { if (srcToButton(n->fname, this)) { n->play = 0; --- 1422,1426 ---- if (n->url != NULL && url != NULL) { ! if ((strncmp(n->url, url, 4096) == 0) && href != NULL) { if (srcToButton(n->fname, this)) { n->play = 0; *************** *** 1429,1433 **** } else { n = newNode(); ! snprintf(n->url, 1024, "%s", href); addToEnd(td->list, n); pthread_mutex_unlock(&playlist_mutex); --- 1429,1433 ---- } else { n = newNode(); ! snprintf(n->url, 4096, "%s", href); addToEnd(td->list, n); pthread_mutex_unlock(&playlist_mutex); *************** *** 1444,1448 **** } else { n = newNode(); ! snprintf(n->url, 1024, "%s", href); addToEnd(td->list, n); pthread_mutex_unlock(&playlist_mutex); --- 1444,1448 ---- } else { n = newNode(); ! snprintf(n->url, 4096, "%s", href); addToEnd(td->list, n); pthread_mutex_unlock(&playlist_mutex); *************** *** 1726,1730 **** } } else { ! snprintf(n->url, 1024, "%s", stream->url); break; } --- 1726,1730 ---- } } else { ! snprintf(n->url, 4096, "%s", stream->url); break; } *************** *** 1743,1752 **** (strncmp (getURLFilename(td->list->url), ! getURLFilename(stream->url), 1024) == 0)) && (mmsstream == 0)) { if (DEBUG) printf("Redirected initial URL\n"); n = list; ! snprintf(n->url, 1024, "%s", stream->url); } } --- 1743,1752 ---- (strncmp (getURLFilename(td->list->url), ! getURLFilename(stream->url), 4096) == 0)) && (mmsstream == 0)) { if (DEBUG) printf("Redirected initial URL\n"); n = list; ! snprintf(n->url, 4096, "%s", stream->url); } } *************** *** 1848,1852 **** stream->url); n = newNode(); ! snprintf(n->url, 1024, "%s", stream->url); if ((nomediacache == 1) && (stream->end > 16384)) { addToEnd(td->list, n); --- 1848,1852 ---- stream->url); n = newNode(); ! snprintf(n->url, 4096, "%s", stream->url); if ((nomediacache == 1) && (stream->end > 16384)) { addToEnd(td->list, n); Index: plugin-support.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin-support.cpp,v retrieving revision 1.104 retrieving revision 1.105 diff -C2 -d -r1.104 -r1.105 *** plugin-support.cpp 20 Aug 2007 13:51:09 -0000 1.104 --- plugin-support.cpp 3 Dec 2007 17:34:07 -0000 1.105 *************** *** 612,616 **** char *localitem) { ! char tmpdir[1024]; char *tmp; char *item; --- 612,616 ---- char *localitem) { ! char tmpdir[4096]; char *tmp; char *item; *************** *** 623,627 **** tmp = strstr(item, "<"); if (tmp != NULL) { ! strlcpy(item, tmp + 1, 1024); tmp = strstr(item, ">"); if (DEBUG > 1) --- 623,627 ---- tmp = strstr(item, "<"); if (tmp != NULL) { ! strlcpy(item, tmp + 1, 4096); tmp = strstr(item, ">"); if (DEBUG > 1) *************** *** 629,633 **** (tmp - item)); if (tmp != NULL) { ! strlcpy(tmp, "", 1024); } if (DEBUG > 1) --- 629,633 ---- (tmp - item)); if (tmp != NULL) { ! strlcpy(tmp, "", 4096); } if (DEBUG > 1) *************** *** 647,670 **** if (item[0] != '/') { ! strlcpy(tmpdir, item, 1024); // reuse the buffer if (instance->baseurl != NULL) { ! strlcpy(localitem, instance->baseurl, 1024); } else { ! strlcpy(localitem, "", 1024); } ! strlcat(localitem, tmpdir, 1024); } else { if (instance->hostname != NULL) { if (fexists(item) == 0) { ! snprintf(tmpdir, 1024, "http://%s%s", instance->hostname, item); ! strlcpy(localitem, tmpdir, 1024); } else { // first char == / and hostname is null, sounds like a filename ! strlcpy(localitem, item, 1024); } } else { // first char == / and hostname is null, sounds like a filename ! strlcpy(localitem, item, 1024); } } --- 647,670 ---- if (item[0] != '/') { ! strlcpy(tmpdir, item, 4096); // reuse the buffer if (instance->baseurl != NULL) { ! strlcpy(localitem, instance->baseurl, 4096); } else { ! strlcpy(localitem, "", 4096); } ! strlcat(localitem, tmpdir, 4096); } else { if (instance->hostname != NULL) { if (fexists(item) == 0) { ! snprintf(tmpdir, 4096, "http://%s%s", instance->hostname, item); ! strlcpy(localitem, tmpdir, 4096); } else { // first char == / and hostname is null, sounds like a filename ! strlcpy(localitem, item, 4096); } } else { // first char == / and hostname is null, sounds like a filename ! strlcpy(localitem, item, 4096); } } *************** *** 673,677 **** // if :80 is in the URL, cut it out ! strlcpy(localitem, item, 1024); tmp = strstr(localitem, ":8080"); if (tmp == NULL) { --- 673,677 ---- // if :80 is in the URL, cut it out ! strlcpy(localitem, item, 4096); tmp = strstr(localitem, ":8080"); if (tmp == NULL) { *************** *** 679,683 **** if (tmp != NULL) { *tmp = '\0'; ! strlcat(localitem, tmp + 3, 1024); } } --- 679,683 ---- if (tmp != NULL) { *tmp = '\0'; ! strlcat(localitem, tmp + 3, 4096); } } *************** *** 686,691 **** if (strncasecmp(localitem, "file://", 7) == 0) { // chop off file:// ! strlcpy(tmpdir, localitem, 1024); ! strlcpy(localitem, tmpdir + 7, 1024); // replace %20's in url with a space if (strstr(localitem, "%20") != NULL) { --- 686,691 ---- if (strncasecmp(localitem, "file://", 7) == 0) { // chop off file:// ! strlcpy(tmpdir, localitem, 4096); ! strlcpy(localitem, tmpdir + 7, 4096); // replace %20's in url with a space if (strstr(localitem, "%20") != NULL) { *************** *** 701,707 **** // check and see if the file exists, if it does not then prepend smb:// to the filename if (fexists(localitem) == 0) { ! strlcpy(tmpdir, "smb://", 1024); ! strlcat(tmpdir, localitem, 1024); ! strlcpy(localitem, tmpdir, 1024); } --- 701,707 ---- // check and see if the file exists, if it does not then prepend smb:// to the filename if (fexists(localitem) == 0) { ! strlcpy(tmpdir, "smb://", 4096); ! strlcat(tmpdir, localitem, 4096); ! strlcpy(localitem, tmpdir, 4096); } *************** *** 712,716 **** } else { ! strlcpy(localitem, item, 1024); } --- 712,716 ---- } else { ! strlcpy(localitem, item, 4096); } Index: plugin-setup.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin-setup.cpp,v retrieving revision 1.142 retrieving revision 1.143 diff -C2 -d -r1.142 -r1.143 *** plugin-setup.cpp 15 Nov 2007 13:38:52 -0000 1.142 --- plugin-setup.cpp 3 Dec 2007 17:34:07 -0000 1.143 *************** *** 646,650 **** if (strncasecmp(parameters->argn[i], "qtsrc", 5) == 0) { ! instance->href = (char *)malloc(1024); tmp = rindex(instance->url,'/'); if (tmp) { --- 646,650 ---- if (strncasecmp(parameters->argn[i], "qtsrc", 5) == 0) { ! instance->href = (char *)malloc(4096); tmp = rindex(instance->url,'/'); if (tmp) { |
From: Kevin D. <kde...@us...> - 2007-11-22 14:59:39
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5018 Modified Files: ChangeLog install.sh uninstall.sh Log Message: Disable non-blocking mode when we get the mmst packet length Index: uninstall.sh =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/uninstall.sh,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** uninstall.sh 1 Nov 2007 16:58:02 -0000 1.14 --- uninstall.sh 22 Nov 2007 14:59:35 -0000 1.15 *************** *** 1,4 **** #!/bin/bash ! MOZHOME=/usr/lib/firefox-2.0.0.8 echo "Cleaning up user plugins" --- 1,4 ---- #!/bin/bash ! MOZHOME=/usr/lib/firefox-2.0.0.9 echo "Cleaning up user plugins" Index: install.sh =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/install.sh,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** install.sh 1 Nov 2007 16:58:01 -0000 1.30 --- install.sh 22 Nov 2007 14:59:35 -0000 1.31 *************** *** 10,14 **** LOCALEDIR=${datadir}/locale DESTDIR=$1 ! MOZHOME=/usr/lib/firefox-2.0.0.8/plugins if [ "$DESTDIR" ]; then --- 10,14 ---- LOCALEDIR=${datadir}/locale DESTDIR=$1 ! MOZHOME=/usr/lib/firefox-2.0.0.9/plugins if [ "$DESTDIR" ]; then Index: ChangeLog =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v retrieving revision 1.558 retrieving revision 1.559 diff -C2 -d -r1.558 -r1.559 *** ChangeLog 15 Nov 2007 13:38:52 -0000 1.558 --- ChangeLog 22 Nov 2007 14:59:35 -0000 1.559 *************** *** 1,3 **** --- 1,4 ---- Development + Disable non-blocking mode when we get the mmst packet length If loop = 0 from site change it to -1 Don't fail out of the read loop if we get a 'No stream found' message |
From: Kevin D. <kde...@us...> - 2007-11-22 14:59:39
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in/Source In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5018/Source Modified Files: plugin-threads.cpp Log Message: Disable non-blocking mode when we get the mmst packet length Index: plugin-threads.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin-threads.cpp,v retrieving revision 1.274 retrieving revision 1.275 diff -C2 -d -r1.274 -r1.275 *** plugin-threads.cpp 14 Nov 2007 12:30:09 -0000 1.274 --- plugin-threads.cpp 22 Nov 2007 14:59:35 -0000 1.275 *************** *** 876,880 **** pthread_testcancel(); if (strstr(buffer, "Cache size") != NULL ! || strstr(buffer, "Starting playback") != NULL) { if (local_td->instance->player != NULL) { if (DEBUG) { --- 876,881 ---- pthread_testcancel(); if (strstr(buffer, "Cache size") != NULL ! || strstr(buffer, "Starting playback") != NULL ! || strstr(buffer, "mmst packet_length") != NULL ) { if (local_td->instance->player != NULL) { if (DEBUG) { |
From: Kevin D. <kde...@us...> - 2007-11-15 13:39:02
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in/Source In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31321/Source Modified Files: plugin-setup.cpp Log Message: If loop = 0 from site change it to -1 Index: plugin-setup.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin-setup.cpp,v retrieving revision 1.141 retrieving revision 1.142 diff -C2 -d -r1.141 -r1.142 *** plugin-setup.cpp 1 Nov 2007 16:58:05 -0000 1.141 --- plugin-setup.cpp 15 Nov 2007 13:38:52 -0000 1.142 *************** *** 797,800 **** --- 797,802 ---- } else if (isdigit((int) *(parameters->argv[i]))) { sscanf(parameters->argv[i], "%i", &instance->loop); + if (instance->loop == 0) + instance->loop = -1; } else { instance->loop = -1; // -1 = loop disabled |
From: Kevin D. <kde...@us...> - 2007-11-15 13:38:57
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31321 Modified Files: ChangeLog Log Message: If loop = 0 from site change it to -1 Index: ChangeLog =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v retrieving revision 1.557 retrieving revision 1.558 diff -C2 -d -r1.557 -r1.558 *** ChangeLog 14 Nov 2007 12:30:08 -0000 1.557 --- ChangeLog 15 Nov 2007 13:38:52 -0000 1.558 *************** *** 1,7 **** - - - - Development Don't fail out of the read loop if we get a 'No stream found' message 3.50 --- 1,4 ---- Development + If loop = 0 from site change it to -1 Don't fail out of the read loop if we get a 'No stream found' message 3.50 |
From: Kevin D. <kde...@us...> - 2007-11-14 12:30:17
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in/Source In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30275/Source Modified Files: plugin-threads.cpp Log Message: Don't fail out of the read loop if we get a \'No stream found\' message Index: plugin-threads.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin-threads.cpp,v retrieving revision 1.273 retrieving revision 1.274 diff -C2 -d -r1.273 -r1.274 *** plugin-threads.cpp 16 Aug 2007 15:53:26 -0000 1.273 --- plugin-threads.cpp 14 Nov 2007 12:30:09 -0000 1.274 *************** *** 1267,1273 **** g_idle_add(gtkgui_message, local_td->instance); #endif ! result->tryagain = TRYAGAIN_FALSE; ! result->errorcode = ERROR_NO_STREAM; ! break; } --- 1267,1273 ---- g_idle_add(gtkgui_message, local_td->instance); #endif ! //result->tryagain = TRYAGAIN_FALSE; ! //result->errorcode = ERROR_NO_STREAM; ! //break; } |
From: Kevin D. <kde...@us...> - 2007-11-14 12:30:14
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30275 Modified Files: ChangeLog Log Message: Don't fail out of the read loop if we get a \'No stream found\' message Index: ChangeLog =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v retrieving revision 1.556 retrieving revision 1.557 diff -C2 -d -r1.556 -r1.557 *** ChangeLog 2 Nov 2007 16:07:24 -0000 1.556 --- ChangeLog 14 Nov 2007 12:30:08 -0000 1.557 *************** *** 1,2 **** --- 1,8 ---- + + + + + Development + Don't fail out of the read loop if we get a 'No stream found' message 3.50 Initialize enable_mp3 to enabled (it should have been) |
From: Kevin D. <kde...@us...> - 2007-11-02 16:09:22
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7693 Modified Files: mplayerplug-in.spec Log Message: Index: mplayerplug-in.spec =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/mplayerplug-in.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** mplayerplug-in.spec 6 Aug 2007 14:06:16 -0000 1.50 --- mplayerplug-in.spec 2 Nov 2007 16:09:14 -0000 1.51 *************** *** 1,4 **** %define name mplayerplug-in ! %define ver 3.45 %ifarch x86_64 %define mozilla_dir /usr/lib64/mozilla/ --- 1,4 ---- %define name mplayerplug-in ! %define ver 3.50 %ifarch x86_64 %define mozilla_dir /usr/lib64/mozilla/ |
From: Kevin D. <kde...@us...> - 2007-11-02 16:07:29
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6828 Modified Files: ChangeLog configure configure.in Log Message: prep 3.50 Index: ChangeLog =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v retrieving revision 1.555 retrieving revision 1.556 diff -C2 -d -r1.555 -r1.556 *** ChangeLog 1 Nov 2007 16:58:00 -0000 1.555 --- ChangeLog 2 Nov 2007 16:07:24 -0000 1.556 *************** *** 1,3 **** ! Development Initialize enable_mp3 to enabled (it should have been) Add javascript src attribute --- 1,3 ---- ! 3.50 Initialize enable_mp3 to enabled (it should have been) Add javascript src attribute Index: configure =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/configure,v retrieving revision 1.79 retrieving revision 1.80 diff -C2 -d -r1.79 -r1.80 *** configure 6 Aug 2007 14:06:15 -0000 1.79 --- configure 2 Nov 2007 16:07:24 -0000 1.80 *************** *** 1,5 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.61 for mplayerplug-in 3.45. # # Report bugs to <mpl...@li...>. --- 1,5 ---- #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.61 for mplayerplug-in 3.50. # [...4049 lines suppressed...] --- 9790,9794 ---- # values after options handling. ac_log=" ! This file was extended by mplayerplug-in $as_me 3.50, which was generated by GNU Autoconf 2.61. Invocation command line was *************** *** 11114,11118 **** cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! mplayerplug-in config.status 3.45 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" --- 9839,9843 ---- cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! mplayerplug-in config.status 3.50 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Index: configure.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/configure.in,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** configure.in 6 Aug 2007 14:06:16 -0000 1.78 --- configure.in 2 Nov 2007 16:07:25 -0000 1.79 *************** *** 3,7 **** AC_PREREQ(2.59) ! AC_INIT(mplayerplug-in, 3.45, mpl...@li...) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) --- 3,7 ---- AC_PREREQ(2.59) ! AC_INIT(mplayerplug-in, 3.50, mpl...@li...) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) |
From: Kevin D. <kde...@us...> - 2007-11-01 16:58:45
|
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 |
From: Kevin D. <kde...@us...> - 2007-11-01 16:58:17
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in/Source In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15226/Source Modified Files: plugin-setup.cpp Log Message: Initialize enable_mp3 to enabled (it should have been) Index: plugin-setup.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin-setup.cpp,v retrieving revision 1.140 retrieving revision 1.141 diff -C2 -d -r1.140 -r1.141 *** plugin-setup.cpp 23 Aug 2007 13:06:03 -0000 1.140 --- plugin-setup.cpp 1 Nov 2007 16:58:05 -0000 1.141 *************** *** 77,80 **** --- 77,81 ---- enable_mpeg = 1; + enable_mp3 = 1; enable_ogg = 1; enable_smil = 1; *************** *** 89,92 **** --- 90,94 ---- use_custom_mime_types = 0; + DEBUG = 0; //set to 1 when debugging this function if (DEBUG) |
From: Kevin D. <kde...@us...> - 2007-10-24 13:34:47
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in/Source In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv919/Source Modified Files: nsIScriptableMplayerPlugin.h nsIScriptableMplayerPlugin.idl nsIScriptableMplayerPlugin.xpt nsScriptablePeer.cpp Log Message: Add javascript src attribute Index: nsIScriptableMplayerPlugin.h =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/nsIScriptableMplayerPlugin.h,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** nsIScriptableMplayerPlugin.h 6 Aug 2007 19:30:23 -0000 1.21 --- nsIScriptableMplayerPlugin.h 24 Oct 2007 13:34:43 -0000 1.22 *************** *** 223,226 **** --- 223,230 ---- NS_IMETHOD SetFilename(const char * aFilename) = 0; + /* attribute string src; */ + NS_IMETHOD GetSrc(char * *aSrc) = 0; + NS_IMETHOD SetSrc(const char * aSrc) = 0; + /* attribute boolean ShowControls; */ NS_IMETHOD GetShowControls(PRBool *aShowControls) = 0; *************** *** 282,285 **** --- 286,291 ---- NS_IMETHOD GetFilename(char * *aFilename); \ NS_IMETHOD SetFilename(const char * aFilename); \ + NS_IMETHOD GetSrc(char * *aSrc); \ + NS_IMETHOD SetSrc(const char * aSrc); \ NS_IMETHOD GetShowControls(PRBool *aShowControls); \ NS_IMETHOD SetShowControls(PRBool aShowControls); \ *************** *** 328,331 **** --- 334,339 ---- NS_IMETHOD GetFilename(char * *aFilename) { return _to GetFilename(aFilename); } \ NS_IMETHOD SetFilename(const char * aFilename) { return _to SetFilename(aFilename); } \ + NS_IMETHOD GetSrc(char * *aSrc) { return _to GetSrc(aSrc); } \ + NS_IMETHOD SetSrc(const char * aSrc) { return _to SetSrc(aSrc); } \ NS_IMETHOD GetShowControls(PRBool *aShowControls) { return _to GetShowControls(aShowControls); } \ NS_IMETHOD SetShowControls(PRBool aShowControls) { return _to SetShowControls(aShowControls); } \ *************** *** 374,377 **** --- 382,387 ---- NS_IMETHOD GetFilename(char * *aFilename) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFilename(aFilename); } \ NS_IMETHOD SetFilename(const char * aFilename) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFilename(aFilename); } \ + NS_IMETHOD GetSrc(char * *aSrc) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSrc(aSrc); } \ + NS_IMETHOD SetSrc(const char * aSrc) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSrc(aSrc); } \ NS_IMETHOD GetShowControls(PRBool *aShowControls) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetShowControls(aShowControls); } \ NS_IMETHOD SetShowControls(PRBool aShowControls) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetShowControls(aShowControls); } \ *************** *** 618,621 **** --- 628,641 ---- } + /* attribute string src; */ + NS_IMETHODIMP nsScriptableMplayerPlugin::GetSrc(char * *aSrc) + { + return NS_ERROR_NOT_IMPLEMENTED; + } + NS_IMETHODIMP nsScriptableMplayerPlugin::SetSrc(const char * aSrc) + { + return NS_ERROR_NOT_IMPLEMENTED; + } + /* attribute boolean ShowControls; */ NS_IMETHODIMP nsScriptableMplayerPlugin::GetShowControls(PRBool *aShowControls) Index: nsIScriptableMplayerPlugin.idl =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/nsIScriptableMplayerPlugin.idl,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** nsIScriptableMplayerPlugin.idl 6 Aug 2007 19:30:23 -0000 1.19 --- nsIScriptableMplayerPlugin.idl 24 Oct 2007 13:34:43 -0000 1.20 *************** *** 44,47 **** --- 44,48 ---- boolean playlistClear(); attribute string filename; + attribute string src; attribute boolean ShowControls; attribute boolean fullscreen; Index: nsScriptablePeer.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/nsScriptablePeer.cpp,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** nsScriptablePeer.cpp 9 Oct 2007 22:20:09 -0000 1.32 --- nsScriptablePeer.cpp 24 Oct 2007 13:34:44 -0000 1.33 *************** *** 269,272 **** --- 269,287 ---- } + NS_IMETHODIMP nsScriptablePeer::GetSrc(char **aSrc) + { + printf("JS src requested\n"); + mPlugin->GetFilename(aSrc); + return NS_OK; + } + + NS_IMETHODIMP nsScriptablePeer::SetSrc(const char *aSrc) + { + printf("JS src issued\n"); + mPlugin->SetFilename(aSrc); + return NS_OK; + } + + NS_IMETHODIMP nsScriptablePeer::Open(const char *filename) { Index: nsIScriptableMplayerPlugin.xpt =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/nsIScriptableMplayerPlugin.xpt,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 Binary files /tmp/cvsXU8C21 and /tmp/cvsXd2R40 differ |
From: Kevin D. <kde...@us...> - 2007-10-24 13:34:47
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv919 Modified Files: ChangeLog Log Message: Add javascript src attribute Index: ChangeLog =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v retrieving revision 1.553 retrieving revision 1.554 diff -C2 -d -r1.553 -r1.554 *** ChangeLog 3 Oct 2007 17:54:35 -0000 1.553 --- ChangeLog 24 Oct 2007 13:34:43 -0000 1.554 *************** *** 1,3 **** ! Developement Get rid of GTK size request exception Alternate parsing of RAM files --- 1,4 ---- ! Development ! Add javascript src attribute Get rid of GTK size request exception Alternate parsing of RAM files |
From: Kevin D. <kde...@us...> - 2007-10-09 22:20:49
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in/Source In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29363/Source Modified Files: nsScriptablePeer.cpp Log Message: fix possible NULL pointer error Index: nsScriptablePeer.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/nsScriptablePeer.cpp,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** nsScriptablePeer.cpp 9 Oct 2007 22:17:36 -0000 1.31 --- nsScriptablePeer.cpp 9 Oct 2007 22:20:09 -0000 1.32 *************** *** 226,231 **** { printf("JS playState issued\n"); ! if (mPlugin != NULL) mPlugin->GetPlayState(aPlayState); return NS_OK; } --- 226,234 ---- { printf("JS playState issued\n"); ! if (mPlugin != NULL) { mPlugin->GetPlayState(aPlayState); + } else { + *aPlayState = JS_STATE_UNDEFINED; + } return NS_OK; } |
From: Kevin D. <kde...@us...> - 2007-10-09 22:17:42
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in/Source In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28009/Source Modified Files: nsScriptablePeer.cpp Log Message: fix possible NULL pointer error Index: nsScriptablePeer.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/nsScriptablePeer.cpp,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** nsScriptablePeer.cpp 6 Aug 2007 19:30:24 -0000 1.30 --- nsScriptablePeer.cpp 9 Oct 2007 22:17:36 -0000 1.31 *************** *** 226,230 **** { printf("JS playState issued\n"); ! mPlugin->GetPlayState(aPlayState); return NS_OK; } --- 226,231 ---- { printf("JS playState issued\n"); ! if (mPlugin != NULL) ! mPlugin->GetPlayState(aPlayState); return NS_OK; } |
From: Kevin D. <kde...@us...> - 2007-10-03 17:54:44
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in/Source In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27698/Source Modified Files: plugin-ui.cpp Log Message: Get rid of GTK size request exception Index: plugin-ui.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin-ui.cpp,v retrieving revision 1.251 retrieving revision 1.252 diff -C2 -d -r1.251 -r1.252 *** plugin-ui.cpp 27 Sep 2007 13:40:25 -0000 1.251 --- plugin-ui.cpp 3 Oct 2007 17:54:36 -0000 1.252 *************** *** 1389,1398 **** "button_press_event", G_CALLBACK(mediaprogress_callback), instance); ! if ((win_width > width * multiplier - 20 - (width * 2)) && height > 2) ! gtk_widget_set_size_request(GTK_WIDGET (instance->mediaprogress_bar), (win_width - width * multiplier - 20 - (width * 2)), height - 2); #endif #ifdef GTK1_ENABLED --- 1389,1402 ---- "button_press_event", G_CALLBACK(mediaprogress_callback), instance); ! ! if ((win_width > width * multiplier - 20 - (width * 2)) && height > 2) { ! if ((win_width - width * multiplier - 20 - (width * 2)) > -1) { ! gtk_widget_set_size_request(GTK_WIDGET (instance->mediaprogress_bar), (win_width - width * multiplier - 20 - (width * 2)), height - 2); + } + } #endif #ifdef GTK1_ENABLED *************** *** 1495,1499 **** } } - return FALSE; } --- 1499,1502 ---- |