Update of /cvsroot/xine/gnome-xine
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9266
Modified Files:
AUTHORS BUGS ChangeLog INSTALL README configure.ac
Log Message:
Resync for release.
Index: AUTHORS
===================================================================
RCS file: /cvsroot/xine/gnome-xine/AUTHORS,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- AUTHORS 7 Oct 2006 20:09:57 -0000 1.15
+++ AUTHORS 16 Dec 2006 23:42:19 -0000 1.16
@@ -1,32 +1,29 @@
[* = known active when this file was last updated]
-[. = known inactive when this file was last updated]
+[. = believed inactive when this file was last updated]
* Darren Salt <[EMAIL PROTECTED]>
. Guenter Bartsch <[EMAIL PROTECTED]>
-* FrantiÅ¡ek DvoÅák <[EMAIL PROTECTED]>.
+ FrantiÅ¡ek DvoÅák <[EMAIL PROTECTED]>.
Czech translation.
* Philipp Matthias Hahn <[EMAIL PROTECTED]>
German translation.
-* Mahgally Clovis <[EMAIL PROTECTED]>
+ Mahgally Clovis <[EMAIL PROTECTED]>
Philippe Gervais <[EMAIL PROTECTED]>
French translation.
- [Needs update]
Bartlomiej Muryn <[EMAIL PROTECTED]>
Polish translation.
. Carlos Vendramini <[EMAIL PROTECTED]>
Brazilian Portuguese translation.
- [Needs update]
* Pavel Maryanov <[EMAIL PROTECTED]>
Russian translation.
- [Needs update]
- Daniel Nylander <[EMAIL PROTECTED]>
+* Daniel Nylander <[EMAIL PROTECTED]>
Swedish translation.
* Oleksandr Chumachenko ("Led") <[EMAIL PROTECTED]>
Index: BUGS
===================================================================
RCS file: /cvsroot/xine/gnome-xine/BUGS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BUGS 14 Jul 2006 20:35:30 -0000 1.2
+++ BUGS 16 Dec 2006 23:42:19 -0000 1.3
@@ -12,10 +12,13 @@
* bugzilla.gnome.org bug 80432 (hard-wiring of F10 etc.) sourceforge bug
* 1218956 (use of F10 within gxine)
+ (gxine reads the gtkrc option "gtk-menu-bar-accel" and traps that instead
+ of F10. But, at the time of writing, Shift-F10 is still hardwired in GTK.)
+
"gxine has stopped responding."
- One known cause is a locking problem between stream playback startup and
- Javascript commands. Locks acquired in the "wrong" order in play_exec() -
- one needs to be released and reclaimed.
+ This is quite likely to be a locking bug in gxine. You should reconfigure,
+ adding --enable-lock-debugging and/or --enable-logging, then rebuild gxine.
+ Both options cause *lots* of output to be generated.
- Patches, anybody?
+ If you can provide a patch, so much the better...
Index: ChangeLog
===================================================================
RCS file: /cvsroot/xine/gnome-xine/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog 11 Dec 2006 19:45:00 -0000 1.214
+++ ChangeLog 16 Dec 2006 23:42:19 -0000 1.215
@@ -1,4 +1,4 @@
-0.5.9: 2006/??/??
+0.5.9: 2006/12/16
[dsalt]
* Added some code to cope with xscreensaver blanking the screen.
(Ubuntu bug 64136) (original patch by Jani Monoses <[EMAIL
PROTECTED]>)
Index: INSTALL
===================================================================
RCS file: /cvsroot/xine/gnome-xine/INSTALL,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- INSTALL 11 Dec 2006 19:45:00 -0000 1.17
+++ INSTALL 16 Dec 2006 23:42:19 -0000 1.18
@@ -34,7 +34,7 @@
gxine's browser plugin requires the following libraries:
- X Athena widgets * libxaw8-dev | libxaw7-dev
+ X Athena widgets * libxaw7-dev
gxine's browser plugin requires the following packages at compile time:
Index: README
===================================================================
RCS file: /cvsroot/xine/gnome-xine/README,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- README 23 Jun 2006 23:26:22 -0000 1.18
+++ README 16 Dec 2006 23:42:19 -0000 1.19
@@ -3,8 +3,8 @@
===============================
(C) 2001-2004 Guenter Bartsch
-(C) 2004-2005 Darren Salt
-(C) 2001-2005 the xine project team
+(C) 2004-2006 Darren Salt
+(C) 2001-2006 the xine project team
gxine is free software released under the GPL.
Index: configure.ac
===================================================================
RCS file: /cvsroot/xine/gnome-xine/configure.ac,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- configure.ac 11 Dec 2006 19:45:00 -0000 1.103
+++ configure.ac 16 Dec 2006 23:42:19 -0000 1.104
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([gxine], [0.5.8])
+AC_INIT([gxine], [0.5.9])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([include/config.h])
@@ -446,15 +446,23 @@
fi
AC_MSG_RESULT($deprecated)
-
dnl ---------------------------------------------
-dnl it seems automake 1.5 doesn't take care about this script
+dnl Debugging options
dnl ---------------------------------------------
-if test ! -z $am_depcomp; then
- DEPCOMP="depcomp"
-fi
-AC_SUBST(DEPCOMP)
+AS_IF([test "${enable_lock_debugging+set}" = set],
+ [if test "$enable_lock_debugging" = yes; then
+ CFLAGS="$CFLAGS -DLOCK_DEBUG"
+ AC_MSG_NOTICE([lock debugging is enabled])
+ fi],
+ [])
+
+AS_IF([test "${enable_logging+set}" = set],
+ [if test "$enable_logging" = yes; then
+ CFLAGS="$CFLAGS -DLOG"
+ AC_MSG_NOTICE([debug log output is enabled])
+ fi],
+ [])
dnl ---------------------------------------------
dnl where to install the browser plugin
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog