From root@hilbert.suse.de Thu Jul 12 08:54:40 2012 From: root@hilbert.suse.de To: commit@lists.opensuse.org Subject: commit xine-lib for openSUSE:Factory Date: Thu, 12 Jul 2012 10:54:37 +0200 Message-ID: <20120712085437.DFCDD202AA@hilbert.suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3251978714613836009==" --===============3251978714613836009== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello community, here is the log from the commit of package xine-lib for openSUSE:Factory chec= ked in at 2012-07-12 10:54:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xine-lib (Old) and /work/SRC/openSUSE:Factory/.xine-lib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xine-lib", Maintainer is "MHopf(a)novell.com" Changes: -------- --- /work/SRC/openSUSE:Factory/xine-lib/xine-lib.changes 2012-06-18 14:52:39.= 000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xine-lib.new/xine-lib.changes 2012-07-12 10:5= 4:35.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 21 07:58:03 UTC 2012 - adrian(a)suse.de + +- fix build for non-x86 architectures (disable deinterlace plugin) + +------------------------------------------------------------------- New: ---- fix-non-x86-build.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xine-lib.spec ++++++ --- /var/tmp/diff_new_pack.skXYEk/_old 2012-07-12 10:54:37.000000000 +0200 +++ /var/tmp/diff_new_pack.skXYEk/_new 2012-07-12 10:54:37.000000000 +0200 @@ -16,7 +16,6 @@ # =20 =20 - Name: xine-lib # %bcond_with =3D default off # %bcond_without =3D default on @@ -128,6 +127,7 @@ Patch0: xine-lib-libdvdread_udf.diff Patch1: xine-lib-v4l-2.6.38.patch Patch2: xine-lib-without-ffmpeg.patch +Patch3: fix-non-x86-build.diff =20 %description

Great video and multimediaplayer, supports DVD, MPEG, AVI, DivX, VCD, Qui= cktime ...

You need a frontend for xine-lib like xine-ui, gxine, kaffeine or totem.

Since 1-rc6 the package number is reduced, all you m= ay miss, is in the base package

If you want to play css encrypted Video= -DVD's, you need to install libdvdcss.

@@ -502,6 +502,9 @@ %if %{with distributable} %patch2 -p1 %endif +%ifnarch %ix86 x86_64 +%patch3 +%endif rm -f m4/libtool15.m4 sed -i -e 's|/tmp/vdr-xine|/var/lib/vdr-xine|g' src/vdr/input_vdr.c =20 @@ -665,7 +668,9 @@ post/xineplug_post_goom post/xineplug_post_mosaico post/xineplug_post_switch +%ifarch %ix86 x86_64 post/xineplug_post_tvtime +%endif post/xineplug_post_visualizations # .pulse ++++++ fix-non-x86-build.diff ++++++ --- src/post/Makefile.am.orig 2012-06-21 09:47:14.910671806 +0200 +++ src/post/Makefile.am 2012-06-21 09:47:21.119671933 +0200 @@ -1,4 +1,4 @@ include $(top_srcdir)/misc/Makefile.quiet include $(top_srcdir)/misc/Makefile.common =20 -SUBDIRS =3D planar goom visualizations mosaico deinterlace audio +SUBDIRS =3D planar goom visualizations mosaico audio --=20 To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: opensuse-commit+help(a)opensuse.org --===============3251978714613836009==--