Hello community, here is the log from the commit of package xine-lib for openSUSE:Factory checked in at 2012-09-14 12:43:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xine-lib (Old) and /work/SRC/openSUSE:Factory/.xine-lib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xine-lib", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xine-lib/xine-lib.changes 2012-07-12 10:54:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xine-lib.new/xine-lib.changes 2012-09-14 12:43:06.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jul 18 10:54:59 UTC 2012 - [email protected] + +- Added xine-lib-theora.patch to add fourcc code to xine + +------------------------------------------------------------------- New: ---- xine-lib-theora.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xine-lib.spec ++++++ --- /var/tmp/diff_new_pack.GwftE6/_old 2012-09-14 12:43:07.000000000 +0200 +++ /var/tmp/diff_new_pack.GwftE6/_new 2012-09-14 12:43:07.000000000 +0200 @@ -128,6 +128,8 @@ Patch1: xine-lib-v4l-2.6.38.patch Patch2: xine-lib-without-ffmpeg.patch Patch3: fix-non-x86-build.diff +# Add theora FOURCC to libxine I found an avi container that xine wouldn't play. +Patch4: xine-lib-theora.patch %description <p>Great video and multimediaplayer, supports DVD, MPEG, AVI, DivX, VCD, Quicktime ...</p><p>You need a frontend for xine-lib like <a href=http://packman.links2linux.de/package/xine-ui>xine-ui</a>, <a href=http://packman.links2linux.de/package/gxine>gxine</a>, <a href=http://packman.links2linux.de/package/kaffeine>kaffeine</a> or <a href=http://packman.links2linux.de/package/totem>totem</a>.</p><p>Since 1-rc6 the package number is reduced, all you may miss, is in the base package</p><p>If you want to play css encrypted Video-DVD's, you need to install <a href=http://packman.links2linux.de/package/libdvdcss2>libdvdcss</a>.</p> @@ -505,6 +507,7 @@ %ifnarch %ix86 x86_64 %patch3 %endif +%patch4 rm -f m4/libtool15.m4 sed -i -e 's|/tmp/vdr-xine|/var/lib/vdr-xine|g' src/vdr/input_vdr.c ++++++ xine-lib-theora.patch ++++++ Index: src/xine-engine/buffer_types.c =================================================================== --- src/xine-engine/buffer_types.c.orig 2012-02-05 21:17:03.000000000 +0200 +++ src/xine-engine/buffer_types.c 2012-07-16 15:39:19.681795420 +0200 @@ -585,6 +585,8 @@ static const video_db_t video_db[] = { }, { { + ME_FOURCC('t','h','e','o'), + ME_FOURCC('T','H','E','O'), 0, }, BUF_VIDEO_THEORA, -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
