|
[Mplayerplug-in-cvs] mplayerplug-in ChangeLog, 1.531,
1.532 configure, 1.76, 1.77 configure.in, 1.75, 1.76
From: Kevin DeKorte <kdekorte@us...> - 2007-02-26 18:28
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20872
Modified Files:
ChangeLog configure configure.in
Log Message:
Fix firefox-plugin requirement change for firefox 2.0.0.2
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v
retrieving revision 1.531
retrieving revision 1.532
diff -C2 -d -r1.531 -r1.532
*** ChangeLog 20 Feb 2007 23:13:46 -0000 1.531
--- ChangeLog 26 Feb 2007 18:28:37 -0000 1.532
***************
*** 1,3 ****
--- 1,4 ----
Development
+ Fix firefox-plugin requirement change for firefox 2.0.0.2
Change mediaprogress_callback to use more acurate position calc
From GNOME MPlayer
Index: configure
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/configure,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** configure 28 Jan 2007 14:24:24 -0000 1.76
--- configure 26 Feb 2007 18:28:37 -0000 1.77
***************
*** 3129,3138 ****
else
if test -n "$PKG_CONFIG" && \
! { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"firefox-plugin\"") >&5
! ($PKG_CONFIG --exists --print-errors "firefox-plugin") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
! pkg_cv_MOZPLUG_CFLAGS=`$PKG_CONFIG --cflags "firefox-plugin" 2>/dev/null`
else
pkg_failed=yes
--- 3129,3138 ----
else
if test -n "$PKG_CONFIG" && \
! { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"firefox-plugin firefox-xpcom\"") >&5
! ($PKG_CONFIG --exists --print-errors "firefox-plugin firefox-xpcom") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
! pkg_cv_MOZPLUG_CFLAGS=`$PKG_CONFIG --cflags "firefox-plugin firefox-xpcom" 2>/dev/null`
else
pkg_failed=yes
***************
*** 3147,3156 ****
else
if test -n "$PKG_CONFIG" && \
! { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"firefox-plugin\"") >&5
! ($PKG_CONFIG --exists --print-errors "firefox-plugin") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
! pkg_cv_MOZPLUG_LIBS=`$PKG_CONFIG --libs "firefox-plugin" 2>/dev/null`
else
pkg_failed=yes
--- 3147,3156 ----
else
if test -n "$PKG_CONFIG" && \
! { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"firefox-plugin firefox-xpcom\"") >&5
! ($PKG_CONFIG --exists --print-errors "firefox-plugin firefox-xpcom") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
! pkg_cv_MOZPLUG_LIBS=`$PKG_CONFIG --libs "firefox-plugin firefox-xpcom" 2>/dev/null`
else
pkg_failed=yes
***************
*** 3171,3177 ****
fi
if test $_pkg_short_errors_supported = yes; then
! MOZPLUG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "firefox-plugin"`
else
! MOZPLUG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "firefox-plugin"`
fi
# Put the nasty error message in config.log where it belongs
--- 3171,3177 ----
fi
if test $_pkg_short_errors_supported = yes; then
! MOZPLUG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "firefox-plugin firefox-xpcom"`
else
! MOZPLUG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "firefox-plugin firefox-xpcom"`
fi
# Put the nasty error message in config.log where it belongs
Index: configure.in
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/configure.in,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** configure.in 28 Jan 2007 14:24:25 -0000 1.75
--- configure.in 26 Feb 2007 18:28:41 -0000 1.76
***************
*** 60,64 ****
if test "$MOZPLUG_CFLAGS" = ""; then
! PKG_CHECK_MODULES(MOZPLUG,[firefox-plugin],[AC_SUBST(MOZPLUG_CFLAGS) MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I`$PKG_CONFIG --variable=includedir firefox-plugin`"
MOZILLA_HOME=`$PKG_CONFIG --variable=libdir firefox-plugin`
],[AC_MSG_WARN([firefox-plugin not found])])
--- 60,64 ----
if test "$MOZPLUG_CFLAGS" = ""; then
! PKG_CHECK_MODULES(MOZPLUG,[firefox-plugin firefox-xpcom],[AC_SUBST(MOZPLUG_CFLAGS) MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I`$PKG_CONFIG --variable=includedir firefox-plugin`"
MOZILLA_HOME=`$PKG_CONFIG --variable=libdir firefox-plugin`
],[AC_MSG_WARN([firefox-plugin not found])])
|
| Thread | Author | Date |
|---|---|---|
| [Mplayerplug-in-cvs] mplayerplug-in ChangeLog, 1.531, 1.532 configure, 1.76, 1.77 configure.in, 1.75, 1.76 | Kevin DeKorte <kdekorte@us...> |