forked from pool/xine-lib
Accepting request 127556 from multimedia:xine
required for openSUSE:Factory:ARM OBS-URL: https://build.opensuse.org/request/show/127556 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xine-lib?expand=0&rev=50
This commit is contained in:
commit
501ed5e0e8
8
fix-non-x86-build.diff
Normal file
8
fix-non-x86-build.diff
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- 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
|
||||||
|
|
||||||
|
-SUBDIRS = planar goom visualizations mosaico deinterlace audio
|
||||||
|
+SUBDIRS = planar goom visualizations mosaico audio
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 07:58:03 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix build for non-x86 architectures (disable deinterlace plugin)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:20:29 UTC 2012 - lnussel@suse.de
|
Mon Jun 18 11:20:29 UTC 2012 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: xine-lib
|
Name: xine-lib
|
||||||
# %bcond_with = default off
|
# %bcond_with = default off
|
||||||
# %bcond_without = default on
|
# %bcond_without = default on
|
||||||
@ -128,6 +127,7 @@ Source99: precheckin_cripple_tarball.sh
|
|||||||
Patch0: xine-lib-libdvdread_udf.diff
|
Patch0: xine-lib-libdvdread_udf.diff
|
||||||
Patch1: xine-lib-v4l-2.6.38.patch
|
Patch1: xine-lib-v4l-2.6.38.patch
|
||||||
Patch2: xine-lib-without-ffmpeg.patch
|
Patch2: xine-lib-without-ffmpeg.patch
|
||||||
|
Patch3: fix-non-x86-build.diff
|
||||||
|
|
||||||
%description
|
%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>
|
<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>
|
||||||
@ -502,6 +502,9 @@ EOF
|
|||||||
%if %{with distributable}
|
%if %{with distributable}
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%endif
|
%endif
|
||||||
|
%ifnarch %ix86 x86_64
|
||||||
|
%patch3
|
||||||
|
%endif
|
||||||
rm -f m4/libtool15.m4
|
rm -f m4/libtool15.m4
|
||||||
sed -i -e 's|/tmp/vdr-xine|/var/lib/vdr-xine|g' src/vdr/input_vdr.c
|
sed -i -e 's|/tmp/vdr-xine|/var/lib/vdr-xine|g' src/vdr/input_vdr.c
|
||||||
|
|
||||||
@ -665,7 +668,9 @@ post/xineplug_post_audio_filters
|
|||||||
post/xineplug_post_goom
|
post/xineplug_post_goom
|
||||||
post/xineplug_post_mosaico
|
post/xineplug_post_mosaico
|
||||||
post/xineplug_post_switch
|
post/xineplug_post_switch
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
post/xineplug_post_tvtime
|
post/xineplug_post_tvtime
|
||||||
|
%endif
|
||||||
post/xineplug_post_visualizations
|
post/xineplug_post_visualizations
|
||||||
#
|
#
|
||||||
.pulse
|
.pulse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user