Deprecated: Function create_function() is deprecated in /home/bluekitc/public_html/ringwald.ch/libxine-java/pmwiki.php on line 456

Main.Installation History

Hide minor edits - Show changes to markup


Deprecated: Function create_function() is deprecated in /home/bluekitc/public_html/ringwald.ch/libxine-java/pmwiki.php on line 456
October 24, 2008, at 01:13 AM by 80.219.210.170 -
Changed lines 36-44 from:

Mac OS X users: Don't forget to add -XstartOnFirstThread to the Java invocation (as needed for all SWT apps).

to:

Mac OS X users: Don't forget to add -XstartOnFirstThread to the Java invocation (as needed for all SWT apps).

NOTE: if you get an error on linux saying:
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb5c10767]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31)
... 
you can try to tell XCB to ignore it by:
export LIBXCB_ALLOW_SLOPPY_LOCK=1
Changed lines 11-13 from:

Compile and install AWT/Swing only

[@./configure make

to:

Configure

For the AWT/Swing version:

 ./configure 


Or, with support for SWT:

 ./configure --with-swt-jar=path/to/your/swt.jar 

Compile and install

[@make

Deleted lines 23-28:

Compile and install AWT/Swing/SWT

./configure --with-swt-jar=path/to/your/swt.jar
make
sudo make install 
Changed line 28 from:
to:

\\

Changed line 36 from:

Mac OS X users: Don't forget to add -XstartOnFirstThread to Java invocation (as needed for all SWT apps).

to:

Mac OS X users: Don't forget to add -XstartOnFirstThread to the Java invocation (as needed for all SWT apps).

Changed line 11 from:

Compile and install

to:

Compile and install AWT/Swing only

Changed lines 16-17 from:

Test

to:

Compile and install AWT/Swing/SWT

./configure --with-swt-jar=path/to/your/swt.jar
make
sudo make install 

Test with AWT Player

Changed lines 27-34 from:

Key controls: ' ' pause, 'f' toggle fullscreen, 'q' quit

to:

Key controls: ' ' pause, 'f' toggle fullscreen, 'q' quit

Test minimal SWT example

Run the MuXineSWT.java example:

 java -cp build:path/to/your/swt.jar MuXineSWT {VideoFile} 

Mac OS X users: Don't forget to add -XstartOnFirstThread to Java invocation (as needed for all SWT apps).

August 03, 2008, at 10:36 PM by 84.57.180.106 -
Changed lines 20-21 from:

java -cp build Player {VideoFile}

to:
 java -cp build Player {VideoFile} 
June 27, 2008, at 11:57 AM by freckle - update svn path after creating trunk
Changed line 6 from:
[@svn co https://libxine-java.svn.sourceforge.net/svnroot/libxine-java libxine-java
to:
[@svn co https://libxine-java.svn.sourceforge.net/svnroot/libxine-java/trunk libxine-java
June 06, 2008, at 06:49 PM by 129.132.130.194 -
Added line 16:
Changed lines 18-19 from:

Run the Player.java example

to:

Run the Player.java example:

Added line 21:
June 06, 2008, at 06:46 PM by 129.132.130.194 -
Changed line 5 from:
  • Via SVN:
to:
  • Either from the Subversion repository:
Changed lines 9-10 from:
  • Latest release from the libxine-java downloads page
to:
  • Or the latest release from the libxine-java downloads page
Added lines 1-19:

Installation Instructions

Get sources from Sourceforge

  • Via SVN:
svn co https://libxine-java.svn.sourceforge.net/svnroot/libxine-java libxine-java
./bootstrap.sh 
  • Latest release from the libxine-java downloads page

Compile and install

./configure
make
sudo make install 

Test

Run the Player.java example java -cp build Player {VideoFile} Key controls: ' ' pause, 'f' toggle fullscreen, 'q' quit