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

Main.Requirements History

Hide minor edits - Show changes to output

June 07, 2009, at 03:07 PM by 80.219.192.226 -
Changed line 5 from:
* [[http://www.xine-project.de | xine]] >= 1.1.12
to:
* [[http://www.xine-project.org | xine]] >= 1.1.12
Changed lines 37-39 from:
NOTE: Compilation of xine-lib on 32-bit Intel Macs fails using the Developer Tools from XCode 3.0. If you get an error compiling xine about "absolute addressing used...", you could use XCode 3.1.
to:
NOTE: Compilation of xine-lib on 32-bit Intel Macs fails using the Developer Tools from XCode 3.0. If you get an error compiling xine about "absolute addressing used...", you can use XCode 3.1 or higher.

NOTE: xine-lib from 1.1.16 - 1.1.16.2 won't compile on OS X. A patch has been submitted to xine-dev mailing list
.
June 05, 2009, at 11:07 PM by 80.219.192.226 -
Changed line 5 from:
* [[http://www.xinehq.de | xine]] >= 1.1.12
to:
* [[http://www.xine-project.de | xine]] >= 1.1.12
Changed lines 25-26 from:
   libxcb-xv0-dev libxcb-shm0-dev libxcb-shape0-dev libdvdread4
to:
   libxcb-xv0-dev libxcb-shm0-dev libxcb-shape0-dev libdvdread-dev
Added lines 8-10:
* Additionally for [[http://www.eclipse.org/swt/ | SWT]] support:
** The @@swt.jar@@ for your platform (linux/mac)

August 07, 2008, at 11:44 AM by 129.132.130.194 -
Changed line 30 from:
You need at least release 1.1.12 of xine-lib. To compile xine, unpack xine-lib-1.1.X.tar.bz, go into main folder and execute:
to:
To compile xine, unpack xine-lib-1.1.X.tar.bz, go into main folder and execute:
August 03, 2008, at 10:37 PM by 84.57.180.106 -
Changed line 5 from:
* [[http://www.xinehq.de | xine]] >= 1.12
to:
* [[http://www.xinehq.de | xine]] >= 1.1.12
August 03, 2008, at 10:37 PM by 84.57.180.106 -
Changed line 30 from:
You need at least release 1.1.11 of xine-lib. To compile xine, unpack xine-lib-1.1.11.tar.bz, go into main folder and execute:
to:
You need at least release 1.1.12 of xine-lib. To compile xine, unpack xine-lib-1.1.X.tar.bz, go into main folder and execute:
August 03, 2008, at 10:32 PM by 84.57.180.106 -
Changed line 5 from:
* [[http://www.xinehq.de | xine]]
to:
* [[http://www.xinehq.de | xine]] >= 1.12
August 03, 2008, at 10:26 PM by 84.57.180.106 -
Changed lines 31-33 from:
./configure --enable-macosx-video --enable-coreaudio ; make ; sudo make install

NOTE: Compilation of xine-lib on 32-bit Intel Macs fails using the Developer Tools from XCode 3.0. If you get an error compiling xine about "absolute addressing used...", you can get the iPhone SDK from Apple which comes with XCode 3.1 beta.
to:
 
 ./configure --enable-macosx-video --enable-coreaudio ; make ; sudo make install

NOTE: Compilation of xine-lib on 32-bit Intel Macs fails using the Developer Tools from XCode 3.0. If you get an error compiling xine about "absolute addressing used...", you could use XCode 3.1.
August 03, 2008, at 10:24 PM by 84.57.180.106 -
Changed lines 28-29 from:
 fink install libdvdread
to:
 fink install libdvdread.3
Changed lines 20-21 from:
  apt-get install ant swig libxine-dev libx11-dev libxt-dev \
to:

apt-get install ant swig libxine-dev libx11-dev libxt-dev
Changed lines 27-28 from:
fink install libdvdread
to:

 
fink install libdvdread
Added lines 1-31:
! Requirements
* [[http://java.sun.com | Java]]
* [[http://ant.apache.org | Ant]]
* [[http://www.swig.org | SWIG]]
* [[http://www.xinehq.de | xine]]
* [[http://www.dtek.chalmers.se/groups/dvd/downloads.shtml | libdvdread]]

* Additionally for Linux/X11 platform:
** X11 client-side library
** X11 toolkit intrincics library
** [[http://xcb.freedesktop.org/ |  X protocol C-language Binding (XCB) ]]

* Additionally for SVN version:
** [[http://www.gnu.org/software/autoconf/gnu | autoconf]]
** [[http://www.gnu.org/software/automake/gnu | automake]]
** [[http://www.gnu.org/software/libtool/gnu | libtool]]

!! Ubuntu/Debian Linux
You can install them using apt-get:
  apt-get install ant swig libxine-dev libx11-dev libxt-dev \
  libxcb-xv0-dev libxcb-shm0-dev libxcb-shape0-dev libdvdread4

!! Mac OS X

For libdvdread, you can compile it yourself, use [[http://www.macports.org/ | MacPorts]], or [[http://www.finkproject.org/ | Fink]]:
fink install libdvdread

You need at least release 1.1.11 of xine-lib. To compile xine, unpack xine-lib-1.1.11.tar.bz, go into main folder and execute:
./configure --enable-macosx-video --enable-coreaudio ; make ; sudo make install

NOTE: Compilation of xine-lib on 32-bit Intel Macs fails using the Developer Tools from XCode 3.0. If you get an error compiling xine about "absolute addressing used...", you can get the iPhone SDK from Apple which comes with XCode 3.1 beta.