From 727d12ce69d035761680beaafb8f392620334b7b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:33:33 +0000 Subject: [PATCH 01/13] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1c167d..3f11a94 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xine-lib SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 1622a9369f1bda10831df85cca567383cf8f5d23 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 30 Nov 2009 14:10:33 +0000 Subject: [PATCH 02/13] * Sun Nov 29 2009 Rex Dieter - 1.1.16.3-5 - move -pulseaudio into main pkg (f12+) - update URL --- xine-lib.spec | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/xine-lib.spec b/xine-lib.spec index 32b7bdf..f31b4c4 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -23,17 +23,21 @@ %define with_xcb %{?_with_xcb:1}%{!?_with_xcb:0} %endif # Fedora -%if 0%{?fedora} > 8 +%if 0%{?fedora} > 8 || 0%{?rhel} > 5 %define _without_arts --without-arts %endif +%if 0%{?fedora} > 11 +%define pa_in_main 1 +%endif + Summary: A multimedia engine Name: xine-lib Version: 1.1.16.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: System Environment/Libraries -URL: http://xinehq.de/ +URL: http://www.xine-project.org/ # The tarball is generated from the upstream tarball using # the script in SOURCE1. It prunes potentially patented code #Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.bz2 @@ -115,6 +119,11 @@ BuildRequires: samba-common %endif BuildRequires: libdvdnav-devel +%if 0%{?pa_in_main} +Obsoletes: xine-lib-pulseaudio < 1.1.16.3-5 +Provides: xine-lib-pulseaudio = %{version}-%{release} +%endif + %description This package contains the Xine library. It can be used to play back various media, decode multimedia files from local disk drives, and display @@ -146,8 +155,6 @@ This package contains the aRts plugin for %{name}. Summary: Pulseaudio plugin for %{name} Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} -# -pulseaudio was split off -extras at 1.1.11.1-2 -#Obsoletes: xine-lib-extras < 1.1.11.1-2 %description pulseaudio This package contains the pulseaudio plugin for %{name}. @@ -378,18 +385,21 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xxmc.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_wavpack.so +%if %{with_pa} +%if ! 0%{?pa_in_main} +%files pulseaudio +%defattr(-,root,root,-) +%endif +%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_pulseaudio.so +%endif + + %if 0%{!?_without_arts:1} %files arts %defattr(-,root,root,-) %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_arts.so %endif -%if %{with_pa} -%files pulseaudio -%defattr(-,root,root,-) -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_pulseaudio.so -%endif - %files extras %defattr(-,root,root,-) %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_esd.so @@ -425,6 +435,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Nov 29 2009 Rex Dieter - 1.1.16.3-5 +- move -pulseaudio into main pkg (f12+) +- update URL + * Mon Jul 27 2009 Fedora Release Engineering - 1.1.16.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 595aaf6d2ca24c51ccb8cf3a01ba09a6afdbada9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 02:29:15 +0000 Subject: [PATCH 03/13] Initialize branch EL-6 for xine-lib --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 From eb97b605e424c8eb054ff94db7e368a8680eb6c8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Jun 2010 12:32:45 +0000 Subject: [PATCH 04/13] * Sun Mar 07 2010 Rex Dieter - 1.1.18.1-1 - xine-lib-1.1.18.1 --- .cvsignore | 4 +- sources | 4 +- xine-lib-1.1.16.3-mod_mimetypes_typo.patch | 20 ---- ...patch => xine-lib-1.1.17-avsync_hack.patch | 14 +-- xine-lib-1.1.18.1-no_autopoint.patch | 17 ++++ xine-lib-mk-autotools-patch.sh | 1 + xine-lib.spec | 98 +++++++++++-------- 7 files changed, 88 insertions(+), 70 deletions(-) delete mode 100644 xine-lib-1.1.16.3-mod_mimetypes_typo.patch rename xine-lib-1.1.15-avsync_hack.patch => xine-lib-1.1.17-avsync_hack.patch (59%) create mode 100644 xine-lib-1.1.18.1-no_autopoint.patch diff --git a/.cvsignore b/.cvsignore index dbdfc40..9d21c9b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -xine-lib-1.1.16.3-autotools.patch.bz2 -xine-lib-1.1.16.3-pruned.tar.bz2 +xine-lib-1.1.18.1-autotools.patch.bz2 +xine-lib-1.1.18.1-pruned.tar.bz2 diff --git a/sources b/sources index 3cc02d3..cf9ff04 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -e50122a9323107564d58056b35256610 xine-lib-1.1.16.3-autotools.patch.bz2 -0cac86b7d74c1dcaa22f5a8cbc5ef578 xine-lib-1.1.16.3-pruned.tar.bz2 +e2c45d451fd9d8ad3be680237ff5bcdf xine-lib-1.1.18.1-autotools.patch.bz2 +55de212f416d9d366cad7520ccd7a539 xine-lib-1.1.18.1-pruned.tar.bz2 diff --git a/xine-lib-1.1.16.3-mod_mimetypes_typo.patch b/xine-lib-1.1.16.3-mod_mimetypes_typo.patch deleted file mode 100644 index b10fabb..0000000 --- a/xine-lib-1.1.16.3-mod_mimetypes_typo.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -up xine-lib-1.1.16.3/src/demuxers/demux_mod.c.mod_mimetypes_typo xine-lib-1.1.16.3/src/demuxers/demux_mod.c ---- xine-lib-1.1.16.3/src/demuxers/demux_mod.c.mod_mimetypes_typo 2009-03-25 14:28:40.000000000 -0500 -+++ xine-lib-1.1.16.3/src/demuxers/demux_mod.c 2009-04-10 10:15:04.000000000 -0500 -@@ -387,11 +387,11 @@ static const char *get_mimetypes (demux_ - "audio/x-s3m: s3m: ScreamTracker 3 Module;" - "audio/s3m: s3m: ScreamTracker 3 Module;" - "application/playerpro: 669: 669 Tracker Module;" -- "application/adrift; amf: ADRIFT Module File;" -- "audio/med; med; Amiga MED/OctaMED Tracker Module Sound File;" -- "audio/x-amf; amf: ADRIFT Module File;" -- "audio/x-xm; xm: FastTracker II Audio;" -- "audio/xm; xm: FastTracker II Audio;"; -+ "application/adrift: amf: ADRIFT Module File;" -+ "audio/med: med: Amiga MED/OctaMED Tracker Module Sound File;" -+ "audio/x-amf: amf: ADRIFT Module File;" -+ "audio/x-xm: xm: FastTracker II Audio;" -+ "audio/xm: xm: FastTracker II Audio;"; - } - - static void class_dispose (demux_class_t *this_gen) { diff --git a/xine-lib-1.1.15-avsync_hack.patch b/xine-lib-1.1.17-avsync_hack.patch similarity index 59% rename from xine-lib-1.1.15-avsync_hack.patch rename to xine-lib-1.1.17-avsync_hack.patch index f33aba4..5fa1ae1 100644 --- a/xine-lib-1.1.15-avsync_hack.patch +++ b/xine-lib-1.1.17-avsync_hack.patch @@ -1,8 +1,8 @@ -diff -uNr xine-lib-1.1.15.orig/src/xine-engine/audio_out.c xine-lib-1.1.15/src/xine-engine/audio_out.c ---- xine-lib-1.1.15.orig/src/xine-engine/audio_out.c 2008-07-10 18:19:10.000000000 +0200 -+++ xine-lib-1.1.15/src/xine-engine/audio_out.c 2009-01-10 21:57:20.000000000 +0100 -@@ -1151,8 +1151,17 @@ - +diff -up xine-lib-1.1.17/src/xine-engine/audio_out.c.avsync_hack xine-lib-1.1.17/src/xine-engine/audio_out.c +--- xine-lib-1.1.17/src/xine-engine/audio_out.c.avsync_hack 2009-11-30 19:33:30.000000000 -0600 ++++ xine-lib-1.1.17/src/xine-engine/audio_out.c 2009-12-02 09:07:37.622805780 -0600 +@@ -1156,8 +1156,17 @@ static void *ao_loop (void *this_gen) { + /* * calculate gap: + * @@ -13,9 +13,9 @@ diff -uNr xine-lib-1.1.15.orig/src/xine-engine/audio_out.c xine-lib-1.1.15/src/x */ - gap = in_buf->vpts - hw_vpts; + if (in_buf && in_buf->stream && in_buf->stream->video_decoder_plugin) { -+ gap = in_buf->vpts - hw_vpts; ++ gap = in_buf->vpts - hw_vpts; + } else { -+ gap = 0; ++ gap = 0; + } lprintf ("hw_vpts : %" PRId64 " buffer_vpts : %" PRId64 " gap : %" PRId64 "\n", hw_vpts, in_buf->vpts, gap); diff --git a/xine-lib-1.1.18.1-no_autopoint.patch b/xine-lib-1.1.18.1-no_autopoint.patch new file mode 100644 index 0000000..d5ee0cd --- /dev/null +++ b/xine-lib-1.1.18.1-no_autopoint.patch @@ -0,0 +1,17 @@ +diff -up xine-lib-1.1.17/autogen.sh.no_autopoint xine-lib-1.1.17/autogen.sh +--- xine-lib-1.1.17/autogen.sh.no_autopoint 2009-10-09 09:33:31.000000000 -0500 ++++ xine-lib-1.1.17/autogen.sh 2009-12-02 09:15:48.534555467 -0600 +@@ -229,10 +229,10 @@ run_aclocal () { + echo + fi + +- echo $_echo_n " + Running autopoint: $_echo_c" ++ #echo $_echo_n " + Running autopoint: $_echo_c" + +- autopoint +- echo "done." ++ #autopoint ++ #echo "done." + + echo $_echo_n " + Running aclocal: $_echo_c" + diff --git a/xine-lib-mk-autotools-patch.sh b/xine-lib-mk-autotools-patch.sh index dc1e103..3cb6d1a 100644 --- a/xine-lib-mk-autotools-patch.sh +++ b/xine-lib-mk-autotools-patch.sh @@ -23,6 +23,7 @@ tar jxf xine-lib-$version-pruned.tar.bz2 cp -a xine-lib-$version xine-lib-$version-pruned pushd xine-lib-$version +patch -p1 < ../xine-lib-${version}-no_autopoint.patch # extra work for to omit old libtool-related crud rm -f configure ltmain.sh libtool m4/libtool.m4 m4/ltoptions.m4 m4/ltversion.m4 ./autogen.sh noconfig diff --git a/xine-lib.spec b/xine-lib.spec index f31b4c4..17f16b7 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -1,10 +1,9 @@ # TODO, sometime, maybe: # - libstk: http://www.libstk.net/ - probably not, see 1.1.5 ChangeLog # - drop the opengl video out plugin? -# http://www.redhat.com/archives/fedora-legal-list/2007-August/msg00011.html # - deprecate ESD support? -%define plugin_abi 1.26 +%define plugin_abi 1.28 %define codecdir %{_libdir}/codecs %ifarch %{ix86} @@ -14,13 +13,15 @@ %endif # ix86 %if 0%{?fedora} - %define with_aalib %{?_without_aalib:0}%{!?_without_aalib:1} - %define with_pa %{?_without_pulseaudio:0}%{!?_without_pulseaudio:1} - %define with_xcb %{?_without_xcb:0}%{!?_without_xcb:1} +%define _enable_v4l --enable-v4l --enable-libv4l +%define _disable_gnomevfs --disable-gnomevfs +%define with_aalib %{?_without_aalib:0}%{!?_without_aalib:1} +%define with_pa %{?_without_pulseaudio:0}%{!?_without_pulseaudio:1} +%define with_xcb %{?_without_xcb:0}%{!?_without_xcb:1} %else - %define with_aalib %{?_with_aalib:1}%{!?_with_aalib:0} - %define with_pa %{?_with_pulseaudio:1}%{!?_with_pulseaudio:0} - %define with_xcb %{?_with_xcb:1}%{!?_with_xcb:0} +%define with_aalib %{?_with_aalib:1}%{!?_with_aalib:0} +%define with_pa %{?_with_pulseaudio:1}%{!?_with_pulseaudio:0} +%define with_xcb %{?_with_xcb:1}%{!?_with_xcb:0} %endif # Fedora %if 0%{?fedora} > 8 || 0%{?rhel} > 5 @@ -33,41 +34,45 @@ Summary: A multimedia engine Name: xine-lib -Version: 1.1.16.3 -Release: 5%{?dist} +Version: 1.1.18.1 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://www.xine-project.org/ # The tarball is generated from the upstream tarball using # the script in SOURCE1. It prunes potentially patented code #Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.bz2 -Source0: %{name}-%{version}-pruned.tar.bz2 -Source1: %{name}-cleanup-sources.sh -Source2: %{name}-mk-autotools-patch.sh +Source0: xine-lib-%{version}-pruned.tar.bz2 +Source1: xine-lib-cleanup-sources.sh +Source2: xine-lib-mk-autotools-patch.sh # autotools patch created with source2 -Patch0: %{name}-%{version}-autotools.patch.bz2 +Patch0: xine-lib-%{version}-autotools.patch.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch1: %{name}-1.1.4-optflags.patch -Patch6: %{name}-1.1.1-deepbind-939.patch +Patch1: xine-lib-1.1.4-optflags.patch +# used to help +Patch2: xine-lib-%{version}-no_autopoint.patch +Patch6: xine-lib-1.1.1-deepbind-939.patch # http://bugzilla.redhat.com/470568 -Patch8: xine-lib-1.1.15-avsync_hack.patch +Patch8: xine-lib-1.1.17-avsync_hack.patch # http://bugzilla.redhat.com/477226 Patch9: xine-lib-1.1.16.2-multilib.patch ## upstreamable patches -Patch50: xine-lib-1.1.16.3-mod_mimetypes_typo.patch ## upstream patches -Provides: xine-lib(plugin-abi) = %{plugin_abi} -%if "%{?_isa}" != "%{nil}" -Provides: xine-lib(plugin-abi)%{?_isa} = %{plugin_abi} -%endif +Provides: xine-lib(plugin-abi) = %{plugin_abi} +%{?_isa:Provides: xine-lib(plugin-abi)%{?_isa} = %{plugin_abi}} + +BuildRequires: automake libtool # X11 BuildRequires: libX11-devel BuildRequires: libXv-devel BuildRequires: libXinerama-devel BuildRequires: libXvMC-devel BuildRequires: libGLU-devel +%if 0%{?_enable_v4l:1} +BuildRequires: libv4l-devel +%endif %if %{with_xcb} BuildRequires: libxcb-devel %endif # xcb @@ -110,7 +115,6 @@ BuildRequires: wavpack-devel BuildRequires: libcdio-devel # Other BuildRequires: pkgconfig -BuildRequires: gnome-vfs2-devel BuildRequires: gtk2-devel %if 0%{?fedora} > 6 || 0%{?rhel} > 5 BuildRequires: libsmbclient-devel @@ -133,39 +137,32 @@ common multimedia formats available - and some uncommon formats, too. %package devel Summary: Xine library development files Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} Requires: pkgconfig Requires: zlib-devel - %description devel This package contains development files for %{name}. %package arts Summary: aRts plugin for %{name} Group: System Environment/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} #Requires: xine-lib(plugin-abi) = %{plugin_abi} -# -arts was split off the -extras subpackage at 1.1.7-3 -Obsoletes: xine-lib-extras < 1.1.7-3 - %description arts This package contains the aRts plugin for %{name}. %package pulseaudio Summary: Pulseaudio plugin for %{name} Group: System Environment/Libraries -Requires: %{name} = %{version}-%{release} - +Requires: %{name}%{?_isa} = %{version}-%{release} %description pulseaudio This package contains the pulseaudio plugin for %{name}. - %package extras Summary: Additional plugins for %{name} Group: System Environment/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} #Requires: xine-lib(plugin-abi) = %{plugin_abi} - %description extras This package contains extra plugins for %{name}: - EsounD @@ -196,12 +193,14 @@ touch -r m4/optimizations.m4.stamp m4/optimizations.m4 # needed at least when compiling with external ffmpeg and internal faad livna bug#939. # see also http://bugzilla.redhat.com/480504 for side-effects #patch6 -p1 -b .deepbind - %patch8 -p1 -b .avsync_hack %patch9 -p1 -b .multilib -%patch50 -p1 -b .mod_mimetypes_typo -# Avoid standard rpaths on lib64 archs: (autotools patch should handle this, no? -- Rex ) +# autotools patch + touch'ing above seems to miss something, aclocal +# runs on make anyway, let's use the ./autogen.sh hammer for now. +./autogen.sh noconfig + +#Avoid standard rpaths on lib64 archs: (autotools patch handles this too) #sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure @@ -217,6 +216,8 @@ export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)" %if 0%{!?_without_directfb:1} --enable-directfb \ %endif # directfb + %{?_enable_v4l}%{!?_enable_v4l:--disable-v4l --disable-libv4l} \ + %{?_disable_gnomevfs} \ --disable-a52dec \ --disable-mad \ --disable-vcd \ @@ -314,7 +315,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_gsm610.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_lpcm.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_mpc.so -%ifarch %ix86 +%ifarch %{ix86} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_qt.so %endif # ix86 %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_real.so @@ -324,6 +325,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spucc.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spucmml.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spudvb.so +%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spuhdmv.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_sputext.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_theora.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_vorbis.so @@ -367,6 +369,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_rtsp.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_stdin_fifo.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l.so +%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l2.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_fb.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_none.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_opengl.so @@ -408,7 +411,6 @@ rm -rf $RPM_BUILD_ROOT %if 0%{!?_without_imagemagick:1} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_image.so %endif # imagemagick -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_gnome_vfs.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_smb.so %if %{with_aalib} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_aa.so @@ -435,6 +437,24 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Mar 07 2010 Rex Dieter - 1.1.18.1-1 +- xine-lib-1.1.18.1 + +* Sun Mar 07 2010 Rex Dieter - 1.1.18-2 +- rebuild (ImageMagick) + +* Wed Feb 24 2010 Rex Dieter - 1.1.18-1 +- xine-lib-1.1.18, plugin-abi 1.28 (#567913) + +* Sat Dec 12 2009 Rex Dieter - 1.1.17-3 +- bump flac_decoder priority (rh#301861,xine#225) + +* Mon Dec 07 2009 Bastien Nocera 1.1.17-2 +- Remove gnome-vfs2 plugin, it's mostly useless + +* Wed Dec 02 2009 Rex Dieter - 1.1.17-1 +- xine-lib-1.1.17, plugin-abi 1.27 + * Sun Nov 29 2009 Rex Dieter - 1.1.16.3-5 - move -pulseaudio into main pkg (f12+) - update URL From d1fcff865880bf2be0c45af3159ea561cd676d03 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Jun 2010 15:19:13 +0000 Subject: [PATCH 05/13] no libXvMC on el6/ppc64 --- xine-lib.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/xine-lib.spec b/xine-lib.spec index 17f16b7..a0e1b05 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -24,6 +24,12 @@ %define with_xcb %{?_with_xcb:1}%{!?_with_xcb:0} %endif # Fedora +%if 0%{?rhel} > 5 +%ifarch ppc64 +%define no_xvmc 1 +%endif +%endif + %if 0%{?fedora} > 8 || 0%{?rhel} > 5 %define _without_arts --without-arts %endif @@ -68,7 +74,7 @@ BuildRequires: automake libtool BuildRequires: libX11-devel BuildRequires: libXv-devel BuildRequires: libXinerama-devel -BuildRequires: libXvMC-devel +%{!?no_xvmc:BuildRequires: libXvMC-devel} BuildRequires: libGLU-devel %if 0%{?_enable_v4l:1} BuildRequires: libv4l-devel @@ -384,7 +390,7 @@ rm -rf $RPM_BUILD_ROOT %endif # xcb %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xshm.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xv.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xvmc.so +%{!?no_xvmc:%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xvmc.so} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xxmc.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_wavpack.so From e79635e8dfbadb3836b91142126ec8b224e2a14d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Jun 2010 15:35:39 +0000 Subject: [PATCH 06/13] fix for no libv4l --- xine-lib.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xine-lib.spec b/xine-lib.spec index a0e1b05..8c935ff 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -370,12 +370,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_http.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_net.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_pnm.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_pvr.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_rtp.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_rtsp.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_stdin_fifo.so +%if 0%{?_enable_v4l:1} +%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_pvr.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l2.so +%endif %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_fb.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_none.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_opengl.so From c0776ed69daf5d842711aa200e1c13ce6e704c44 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Jun 2010 17:24:30 +0000 Subject: [PATCH 07/13] a few more el-6 fixes --- xine-lib.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/xine-lib.spec b/xine-lib.spec index 8c935ff..0a2749f 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -13,15 +13,10 @@ %endif # ix86 %if 0%{?fedora} -%define _enable_v4l --enable-v4l --enable-libv4l %define _disable_gnomevfs --disable-gnomevfs %define with_aalib %{?_without_aalib:0}%{!?_without_aalib:1} -%define with_pa %{?_without_pulseaudio:0}%{!?_without_pulseaudio:1} -%define with_xcb %{?_without_xcb:0}%{!?_without_xcb:1} %else %define with_aalib %{?_with_aalib:1}%{!?_with_aalib:0} -%define with_pa %{?_with_pulseaudio:1}%{!?_with_pulseaudio:0} -%define with_xcb %{?_with_xcb:1}%{!?_with_xcb:0} %endif # Fedora %if 0%{?rhel} > 5 @@ -31,7 +26,10 @@ %endif %if 0%{?fedora} > 8 || 0%{?rhel} > 5 +%define _enable_v4l --enable-v4l --enable-libv4l %define _without_arts --without-arts +%define _with_pa %{?_without_pulseaudio:0}%{!?_without_pulseaudio:1} +%define _with_xcb %{?_without_xcb:0}%{!?_without_xcb:1} %endif %if 0%{?fedora} > 11 @@ -79,7 +77,7 @@ BuildRequires: libGLU-devel %if 0%{?_enable_v4l:1} BuildRequires: libv4l-devel %endif -%if %{with_xcb} +%if 0%{?_with_xcb:1} BuildRequires: libxcb-devel %endif # xcb # Video @@ -107,7 +105,7 @@ BuildRequires: jack-audio-connection-kit-devel BuildRequires: libmodplug-devel BuildRequires: libmpcdec-devel BuildRequires: libvorbis-devel -%if %{with_pa} +%if 0%{?_with_pa:1} BuildRequires: pulseaudio-lib-devel %endif # pa BuildRequires: speex-devel @@ -386,7 +384,7 @@ rm -rf $RPM_BUILD_ROOT %if %{have_vidix} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_vidix.so %endif # vidix -%if %{with_xcb} +%if 0%{?_with_xcb:1} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xcbshm.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xcbxv.so %endif # xcb @@ -396,7 +394,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xxmc.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_wavpack.so -%if %{with_pa} +%if 0%{?_with_pa:1} %if ! 0%{?pa_in_main} %files pulseaudio %defattr(-,root,root,-) @@ -404,7 +402,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_pulseaudio.so %endif - %if 0%{!?_without_arts:1} %files arts %defattr(-,root,root,-) From 08481795c603c1ad048890e0dcd6d7475606993a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Jun 2010 18:15:18 +0000 Subject: [PATCH 08/13] more el-6 fixes --- xine-lib.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/xine-lib.spec b/xine-lib.spec index 0a2749f..75e873d 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -19,9 +19,10 @@ %define with_aalib %{?_with_aalib:1}%{!?_with_aalib:0} %endif # Fedora +%define _enable_xvmc --enable-xvmc %if 0%{?rhel} > 5 %ifarch ppc64 -%define no_xvmc 1 +%undefine _enable_xvmc %endif %endif @@ -32,7 +33,7 @@ %define _with_xcb %{?_without_xcb:0}%{!?_without_xcb:1} %endif -%if 0%{?fedora} > 11 +%if 0%{?fedora} > 11 || 0%{?rhel} > 5 %define pa_in_main 1 %endif @@ -72,7 +73,7 @@ BuildRequires: automake libtool BuildRequires: libX11-devel BuildRequires: libXv-devel BuildRequires: libXinerama-devel -%{!?no_xvmc:BuildRequires: libXvMC-devel} +%{?_enable_xvmc:BuildRequires: libXvMC-devel} BuildRequires: libGLU-devel %if 0%{?_enable_v4l:1} BuildRequires: libv4l-devel @@ -221,6 +222,7 @@ export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)" --enable-directfb \ %endif # directfb %{?_enable_v4l}%{!?_enable_v4l:--disable-v4l --disable-libv4l} \ + %{?_enable_xvmc}%{!?_enable_xvmc:--disable-xvmc} \ %{?_disable_gnomevfs} \ --disable-a52dec \ --disable-mad \ @@ -390,8 +392,10 @@ rm -rf $RPM_BUILD_ROOT %endif # xcb %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xshm.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xv.so -%{!?no_xvmc:%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xvmc.so} +%if 0%{?_enable_xvmc:1} +%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xvmc.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xxmc.so +%endif %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_wavpack.so %if 0%{?_with_pa:1} From 53f040ddbce0875fa601cb6adc45720bdf1cacca Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 13:23:57 +0000 Subject: [PATCH 09/13] dist-git conversion --- .cvsignore => .gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .cvsignore => .gitignore (100%) diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore From da58f27df9a7e59cbe69636eba16211bced0f0b4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 26 Aug 2014 14:49:56 -0500 Subject: [PATCH 10/13] 1.1.21-10 - add conditionals to support el5/el6, fix/cleanup other conditionals - omit libmodplug support (for now, FTBFS) --- xine-lib.spec | 97 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 84 insertions(+), 13 deletions(-) diff --git a/xine-lib.spec b/xine-lib.spec index 8365d82..1930e7d 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -11,6 +11,14 @@ %define have_vidix 0 %endif # ix86 +%if 0%{?fedora} +%define with_aalib %{?_without_aalib:0}%{!?_without_aalib:1} +# FIXME: libmodplug-0.8.8.5-1 regressed (pkgconfig --cflags dropped -I/usr/include/libmodplug), and now FTBFS +#define _enable_modplug --enable-modplug +%else +%define with_aalib %{?_with_aalib:1}%{!?_with_aalib:0} +%endif # Fedora + %ifarch %{arm} %define _without_directfb 1 %endif @@ -31,10 +39,25 @@ %define _without_directfb 1 %endif +%define _enable_xvmc --enable-xvmc +%if 0%{?rhel} > 5 +%ifarch ppc64 +%undefine _enable_xvmc +%endif +%endif + +%if 0%{?fedora} > 8 || 0%{?rhel} > 5 +%define _enable_v4l --enable-v4l --enable-libv4l +%define _without_arts --without-arts +%define _with_pa %{?_without_pulseaudio:0}%{!?_without_pulseaudio:1} +%define _with_xcb 1 +%define _with_smbclient 1 +%endif + Summary: A multimedia engine Name: xine-lib Version: 1.1.21 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://www.xine-project.org/ @@ -65,23 +88,27 @@ BuildRequires: autoconf automake libtool BuildRequires: libX11-devel BuildRequires: libXv-devel BuildRequires: libXinerama-devel -BuildRequires: libXvMC-devel +%{?_enable_xvmc:BuildRequires: libXvMC-devel} BuildRequires: libGLU-devel +%if 0%{?_enable_v4l:1} BuildRequires: libv4l-devel +%endif +%if 0%{?_with_xcb} BuildRequires: libxcb-devel +%endif # Video BuildRequires: SDL-devel BuildRequires: libtheora-devel BuildRequires: libmng-devel +%if %{with_aalib} BuildRequires: aalib-devel >= 1.4 +%endif # aalib BuildRequires: libcaca-devel >= 0.99-0.5.beta14 %if 0%{!?_without_directfb:1} BuildRequires: directfb-devel %endif # directfb BuildRequires: ImageMagick-devel >= 6.2.4.6-1 -%if 0%{?_with_freetype:1} BuildRequires: fontconfig-devel -%endif # freetype # Audio BuildRequires: alsa-lib-devel >= 0.9.0 %if 0%{!?_without_esound:1} @@ -89,7 +116,9 @@ BuildRequires: esound-devel %endif # esound BuildRequires: flac-devel BuildRequires: jack-audio-connection-kit-devel +%if 0%{?_enable_modplug:1} BuildRequires: libmodplug-devel +%endif BuildRequires: libmpcdec-devel BuildRequires: libvorbis-devel BuildRequires: speex-devel @@ -98,21 +127,29 @@ BuildRequires: wavpack-devel BuildRequires: libcdio-devel # Other BuildRequires: pkgconfig +%if 0%{?_with_pa} BuildRequires: pkgconfig(libpulse) +%endif BuildRequires: gtk2-devel -BuildRequires: libsmbclient-devel +%if 0%{?_with_smbclient} +BuildRequires: pkgconfig(smbclient) +%endif BuildRequires: libdvdnav-devel BuildRequires: libdvdread-devel %if 0%{?bluray} BuildRequires: libbluray-devel %endif +%if 0%{?_without_arts:1} # Dropped in Fedora 9 Obsoletes: xine-lib-arts < %{version}-%{release} +%endif # Included in main package since Fedora 12 +%if 0%{?fedora} > 11 Obsoletes: xine-lib-pulseaudio < 1.1.16.3-5 Provides: xine-lib-pulseaudio = %{version}-%{release} +%endif %description This package contains the Xine library. It can be used to play back @@ -143,13 +180,28 @@ This package contains extra plugins for %{name}: - GDK-Pixbuf - SMB - SDL +%if %{with_aalib} - AA-lib +%endif # aalib - Libcaca - Image decoding %if 0%{!?_without_directfb:1} - DirectFB output %endif # directfb +%if ! 0%{?_without_arts:1} +%package arts +Summary: aRts plugin for %{name} +Group: System Environment/Libraries +BuildRequires: arts-devel +Requires: %{name}%{?_isa} = %{version}-%{release} +#Requires: xine-lib(plugin-abi) = %{plugin_abi} +# -arts was split off the -extras subpackage at 1.1.7-3 +Obsoletes: xine-lib-extras < 1.1.7-3 +%description arts +This package contains the aRts plugin for %{name}. +%endif + %prep %setup -q @@ -176,32 +228,29 @@ export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)" %if 0%{!?_without_directfb:1} --enable-directfb \ %endif # directfb - --enable-v4l \ - --enable-libv4l \ - --enable-xvmc \ + %{?_enable_modplug}%{!?_enable_modplug:--disable-modplug} \ + %{?_enable_v4l}%{!?_enable_v4l:--disable-v4l --disable-libv4l} \ + %{?_enable_xvmc}%{!?_enable_xvmc:--disable-xvmc} \ --disable-gnomevfs \ --disable-a52dec \ --disable-mad \ --disable-vcd \ --disable-asf \ --disable-faad \ -%if 0%{?_with_freetype:1} -%if 0%{?_with_antialiasing:1} --enable-antialiasing \ -%endif # antialiasing --with-freetype \ --with-fontconfig \ -%endif # freetype --with-caca \ --with-external-ffmpeg \ --with-external-dvdnav \ + %{?_with_xcb:--with-xcb}%{!?with_xcb:--without-xcb} \ --with-xv-path=%{_libdir} \ --with-libflac \ --with-external-libmpcdec \ - --without-arts \ %if 0%{?_without_esound:1} --without-esound \ %endif + %{!?_without_arts:--with-arts} %{?_without_arts} \ --with-wavpack \ --with-real-codecs-path=%{codecdir} \ --with-w32-path=%{codecdir} @@ -280,7 +329,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_file.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_none.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_oss.so +%if 0%{?_with_pa:1} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_pulseaudio.so +%endif %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_bitplane.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_gsm610.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_lpcm.so @@ -341,11 +392,13 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_rtp.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_rtsp.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_stdin_fifo.so +%if 0%{?_enable_v4l:1} %if ! 0%{?_disable_v4l1:1} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_pvr.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l.so %endif %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l2.so +%endif %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_fb.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_none.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_opengl.so @@ -354,14 +407,24 @@ rm -rf $RPM_BUILD_ROOT %if %{have_vidix} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_vidix.so %endif # vidix +%if 0%{?_with_xcb} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xcbshm.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xcbxv.so +%endif %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xshm.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xv.so +%if 0%{?_enable_xvmc:1} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xvmc.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xxmc.so +%endif %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_wavpack.so +%if 0%{!?_without_arts:1} +%files arts +%defattr(-,root,root,-) +%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_arts.so +%endif + %files extras %defattr(-,root,root,-) %if 0%{!?_without_esound:1} @@ -370,8 +433,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_jack.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_gdk_pixbuf.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_image.so +%if 0%{?_with_smbclient} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_smb.so +%endif +%if %{with_aalib} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_aa.so +%endif # aalib %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_caca.so %if 0%{!?_without_directfb:1} %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_directfb.so @@ -394,6 +461,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 26 2014 Rex Dieter - 1.1.21-10 +- add conditionals to support el5/el6, fix/cleanup other conditionals +- omit libmodplug support (for now, FTBFS) + * Sat Aug 31 2013 Till Maas - 1.1.21-9 - Disable directfb support for Fedora 20 and newer, because it was retired From fa98a27d72e5f1aa6e69862706a003f1f5bfefaf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 30 Jul 2015 13:36:41 -0500 Subject: [PATCH 11/13] rebuild (ImageMagick) --- xine-lib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xine-lib.spec b/xine-lib.spec index 1930e7d..65f7b14 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -57,7 +57,7 @@ Summary: A multimedia engine Name: xine-lib Version: 1.1.21 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://www.xine-project.org/ @@ -461,6 +461,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 30 2015 Rex Dieter 1.1.21-11 +- rebuild (ImageMagick) + * Tue Aug 26 2014 Rex Dieter - 1.1.21-10 - add conditionals to support el5/el6, fix/cleanup other conditionals - omit libmodplug support (for now, FTBFS) From a087fa06f7bb9e3600d7bdf8d468fdef3132d84c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 26 Oct 2015 09:28:26 -0500 Subject: [PATCH 12/13] disable directfb support (orphaned/retired in epel-6) --- xine-lib.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xine-lib.spec b/xine-lib.spec index 65f7b14..b67461c 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -19,6 +19,8 @@ %define with_aalib %{?_with_aalib:1}%{!?_with_aalib:0} %endif # Fedora +%define _without_directfb 1 + %ifarch %{arm} %define _without_directfb 1 %endif @@ -57,7 +59,7 @@ Summary: A multimedia engine Name: xine-lib Version: 1.1.21 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://www.xine-project.org/ @@ -461,6 +463,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 26 2015 Rex Dieter 1.1.21-12 +- disable directfb support (orphaned/retired in epel-6) + * Thu Jul 30 2015 Rex Dieter 1.1.21-11 - rebuild (ImageMagick) From 2f3a2dac2a627484edcc2b538c4e5dc71f9c2e68 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sun, 20 Nov 2016 11:28:34 +0100 Subject: [PATCH 13/13] 2016-11-20: Retired because it depends on directfb, which was retired, because it was orphaned for more than six weeks. --- .gitignore | 5 - Makefile | 21 - branch | 1 - dead.package | 3 + sources | 1 - xine-lib-1.1.16.2-multilib.patch | 16 - xine-lib-1.1.17-avsync_hack.patch | 22 - xine-lib-1.1.18.1-no_autopoint.patch | 17 - xine-lib-1.1.19-no_autopoint.patch | 17 - xine-lib-1.1.21-samba4.patch | 32 -- xine-lib-1.1.4-optflags.patch | 11 - xine-lib-cleanup-sources.sh | 90 --- xine-lib.spec | 817 --------------------------- 13 files changed, 3 insertions(+), 1050 deletions(-) delete mode 100644 .gitignore delete mode 100644 Makefile delete mode 100644 branch create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xine-lib-1.1.16.2-multilib.patch delete mode 100644 xine-lib-1.1.17-avsync_hack.patch delete mode 100644 xine-lib-1.1.18.1-no_autopoint.patch delete mode 100644 xine-lib-1.1.19-no_autopoint.patch delete mode 100644 xine-lib-1.1.21-samba4.patch delete mode 100644 xine-lib-1.1.4-optflags.patch delete mode 100755 xine-lib-cleanup-sources.sh delete mode 100644 xine-lib.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6f9a840..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -xine-lib-1.1.19-autotools.patch.bz2 -xine-lib-1.1.19-pruned.tar.bz2 -/xine-lib-1.1.20-pruned.tar.xz -/xine-lib-1.1.20.1-pruned.tar.xz -/xine-lib-1.1.21-pruned.tar.xz diff --git a/Makefile b/Makefile deleted file mode 100644 index 3f11a94..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xine-lib -# $Id$ -NAME := xine-lib -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..ba9f9cf --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2016-11-20: Retired because it depends on directfb, which was +retired, because it was orphaned for more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index fd1b3c5..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -1568a378a732bd9b69d418674ad4165c xine-lib-1.1.21-pruned.tar.xz diff --git a/xine-lib-1.1.16.2-multilib.patch b/xine-lib-1.1.16.2-multilib.patch deleted file mode 100644 index 4609e63..0000000 --- a/xine-lib-1.1.16.2-multilib.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -up xine-lib-1.1.16.2/misc/xine-config.in.multilib xine-lib-1.1.16.2/misc/xine-config.in ---- xine-lib-1.1.16.2/misc/xine-config.in.multilib 2008-06-25 08:04:09.000000000 -0500 -+++ xine-lib-1.1.16.2/misc/xine-config.in 2009-02-20 07:34:27.000000000 -0600 -@@ -6,12 +6,6 @@ unset prefix - unset exec_prefix - unset args - --PKG_CONFIG_PATH="`cat <<'EOF' --@XINE_PKGCONFIG_DIR@ --EOF --`${PKG_CONFIG_PATH:+:}$PKG_CONFIG_PATH" --export PKG_CONFIG_PATH -- - usage() - { - cat <vpts - hw_vpts; -+ if (in_buf && in_buf->stream && in_buf->stream->video_decoder_plugin) { -+ gap = in_buf->vpts - hw_vpts; -+ } else { -+ gap = 0; -+ } - lprintf ("hw_vpts : %" PRId64 " buffer_vpts : %" PRId64 " gap : %" PRId64 "\n", - hw_vpts, in_buf->vpts, gap); - diff --git a/xine-lib-1.1.18.1-no_autopoint.patch b/xine-lib-1.1.18.1-no_autopoint.patch deleted file mode 100644 index d5ee0cd..0000000 --- a/xine-lib-1.1.18.1-no_autopoint.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -up xine-lib-1.1.17/autogen.sh.no_autopoint xine-lib-1.1.17/autogen.sh ---- xine-lib-1.1.17/autogen.sh.no_autopoint 2009-10-09 09:33:31.000000000 -0500 -+++ xine-lib-1.1.17/autogen.sh 2009-12-02 09:15:48.534555467 -0600 -@@ -229,10 +229,10 @@ run_aclocal () { - echo - fi - -- echo $_echo_n " + Running autopoint: $_echo_c" -+ #echo $_echo_n " + Running autopoint: $_echo_c" - -- autopoint -- echo "done." -+ #autopoint -+ #echo "done." - - echo $_echo_n " + Running aclocal: $_echo_c" - diff --git a/xine-lib-1.1.19-no_autopoint.patch b/xine-lib-1.1.19-no_autopoint.patch deleted file mode 100644 index d5ee0cd..0000000 --- a/xine-lib-1.1.19-no_autopoint.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -up xine-lib-1.1.17/autogen.sh.no_autopoint xine-lib-1.1.17/autogen.sh ---- xine-lib-1.1.17/autogen.sh.no_autopoint 2009-10-09 09:33:31.000000000 -0500 -+++ xine-lib-1.1.17/autogen.sh 2009-12-02 09:15:48.534555467 -0600 -@@ -229,10 +229,10 @@ run_aclocal () { - echo - fi - -- echo $_echo_n " + Running autopoint: $_echo_c" -+ #echo $_echo_n " + Running autopoint: $_echo_c" - -- autopoint -- echo "done." -+ #autopoint -+ #echo "done." - - echo $_echo_n " + Running aclocal: $_echo_c" - diff --git a/xine-lib-1.1.21-samba4.patch b/xine-lib-1.1.21-samba4.patch deleted file mode 100644 index 6c5f67d..0000000 --- a/xine-lib-1.1.21-samba4.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -ur xine-lib-1.1.21/configure.ac xine-lib-1.1.21-samba4/configure.ac ---- xine-lib-1.1.21/configure.ac 2012-07-16 21:42:38.000000000 +0200 -+++ xine-lib-1.1.21-samba4/configure.ac 2013-02-12 15:44:33.000000000 +0100 -@@ -1698,12 +1698,10 @@ - [with_samba=$enableval], [with_samba=yes]) - - if test "x$with_samba" = "xyes"; then -- AC_CHECK_LIB(smbclient, smbc_init, -- [ AC_CHECK_HEADER(libsmbclient.h, -- [ have_libsmbclient=yes -- LIBSMBCLIENT_LIBS="-lsmbclient" ], -- AC_MSG_RESULT([*** All libsmbclient dependent parts will be disabled ***]))], -- AC_MSG_RESULT([*** All libsmbclient dependent parts will be disabled ***])) -+ PKG_CHECK_MODULES([LIBSMBCLIENT], [smbclient], -+ [have_libsmbclient=yes], -+ AC_MSG_RESULT(*** All libsmbclient dependent parts will be disabled ***)) -+ AC_SUBST(LIBSMBCLIENT_CFLAGS) - AC_SUBST(LIBSMBCLIENT_LIBS) - fi - AM_CONDITIONAL(HAVE_LIBSMBCLIENT, test "x$have_libsmbclient" = "xyes") -diff -ur xine-lib-1.1.21/src/input/Makefile.am xine-lib-1.1.21-samba4/src/input/Makefile.am ---- xine-lib-1.1.21/src/input/Makefile.am 2012-07-16 21:42:38.000000000 +0200 -+++ xine-lib-1.1.21-samba4/src/input/Makefile.am 2013-02-12 15:46:45.000000000 +0100 -@@ -150,7 +150,7 @@ - - xineplug_inp_smb_la_SOURCES = input_smb.c - xineplug_inp_smb_la_LIBADD = $(XINE_LIB) $(LIBSMBCLIENT_LIBS) $(LTLIBINTL) --xineplug_inp_smb_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) -+xineplug_inp_smb_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) $(LIBSMBCLIENT_CFLAGS) - xineplug_inp_smb_la_LDFLAGS = $(xineplug_ldflags) - - xineplug_inp_pvr_la_SOURCES = input_pvr.c diff --git a/xine-lib-1.1.4-optflags.patch b/xine-lib-1.1.4-optflags.patch deleted file mode 100644 index 72540f6..0000000 --- a/xine-lib-1.1.4-optflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xine-lib-1.1.4/m4/optimizations.m4~ 2006-06-17 18:20:56.000000000 +0300 -+++ xine-lib-1.1.4/m4/optimizations.m4 2007-01-30 23:03:27.000000000 +0200 -@@ -107,7 +107,7 @@ - - DEBUG_CFLAGS="-O $DEBUG_CFLAGS" - -- if test x"$sarchopt" != "xno"; then -+ if false ; then - archopt_val= - - case "$host_or_hostalias" in diff --git a/xine-lib-cleanup-sources.sh b/xine-lib-cleanup-sources.sh deleted file mode 100755 index a250800..0000000 --- a/xine-lib-cleanup-sources.sh +++ /dev/null @@ -1,90 +0,0 @@ -#!/bin/bash - -if [ -z "$1" -o $# -ne 1 ]; then - echo "Usage: $0 " - exit 2 -fi - -version=$1 -tarball="xine-lib-$version.tar.xz" -dir="xine-lib-$version" -modtarball="xine-lib-$version-pruned.tar.xz" - - -if [ ! -f $tarball ]; then - echo "Can't find $tarball !" - exit 1 -fi - -echo "Uncompressing $tarball..." -rm -rf $dir -tar -xJf $tarball -cd $dir - -rmpluglib() -{ - echo "removing src/$1/$2..." - rm -rf src/$1/$2 - sed -i -e "s/SUBDIRS = \(.*\)$2\(.*\)/SUBDIRS = \1\2/g" src/$1/Makefile.am - sed -i -e "/^src\/$1\/$2/d" configure.ac -} - -# Main libraries -for remove in libfaad libffmpeg libmad libmpeg2 libmpeg2new dxr3 liba52 libdts; do - echo "removing src/$remove..." - rm -rf src/$remove - sed -i -e "/$remove/d" src/Makefile.am - sed -i -e "/^src\/$remove/d" configure.ac -done -# Input plugin libraries -for remove in vcd; do - rmpluglib input vcd -done -for remove in ffmpeg; do - rmpluglib combined ffmpeg -done -# Input plugins -# DVD reading (dvd input plugin) has now been in Fedora for a while (libdvdread, -# libdvdnav), the xine-lib code only wraps those libraries. (Decrypting and -# decoding are of course still separate and forbidden in Fedora.) -for p in vcd mms; do - echo "removing $p input plugin..." - # Remove sources - for sourcefile in `awk '/^xineplug_inp_'$p'_la_SOURCES/ { $1=""; $2=""; print $0}' src/input/Makefile.am`; do - if [ "`grep -v '^EXTRA_DIST = ' src/input/Makefile.am | grep -c $sourcefile`" -le 1 ]; then # if this file is only used for this plugin - rm -f src/input/$sourcefile - fi - done - # Remove from Makefile - sed -i -e "/xineplug_inp_$p/d" src/input/Makefile.am -done -# Demuxers -# These are ok now ( http://bugzilla.redhat.com/213597 ) -#for p in mpeg mpeg_block mpeg_ts mpeg_elem mpeg_pes yuv4mpeg2; do -# echo "removing $p demuxer..." -# [ -f src/demuxers/demux_$p.c ] && rm -f src/demuxers/demux_$p.c -# sed -i -e "/xineplug_dmx_$p/d" src/demuxers/Makefile.am -#done -# Postprocessors -echo "removing planar and deinterlace postprocessors..." -sed -i -e 's/deinterlace //g' src/post/Makefile.am # see comments in speedy.c -sed -i -e 's/planar //g' src/post/Makefile.am # requires libpostproc -sed -i -e '/post\/\(deinterlace\|planar\)/d' configure.ac -rm -rf src/post/{deinterlace,planar} -# NSF decoder -echo "removing NSF decoder..." -rm -rf src/libxineadec/{nosefart,nsf.c} -sed -i -e '/^xineplug_decode_nsf_la/,/^\s*$/d' \ - -e /xineplug_decode_nsf/d \ - -e 's/ nosefart//' \ - src/libxineadec/Makefile.am -sed -i -e '/nosefart\/Makefile/d' configure.ac -# Patches for forbidden libraries -rm -fv misc/lib*.patch win32/scripts/*.patch - -# All clean ! - -cd .. -echo "Generating $modtarball..." -tar -cJf $modtarball $dir -rm -rf $dir diff --git a/xine-lib.spec b/xine-lib.spec deleted file mode 100644 index b67461c..0000000 --- a/xine-lib.spec +++ /dev/null @@ -1,817 +0,0 @@ -# TODO, sometime, maybe: -# - libstk: http://www.libstk.net/ - probably not, see 1.1.5 ChangeLog -# - drop the opengl video out plugin? - -%define plugin_abi 1.30 -%define codecdir %{_libdir}/codecs - -%ifarch %{ix86} - %define have_vidix 1 -%else - %define have_vidix 0 -%endif # ix86 - -%if 0%{?fedora} -%define with_aalib %{?_without_aalib:0}%{!?_without_aalib:1} -# FIXME: libmodplug-0.8.8.5-1 regressed (pkgconfig --cflags dropped -I/usr/include/libmodplug), and now FTBFS -#define _enable_modplug --enable-modplug -%else -%define with_aalib %{?_with_aalib:1}%{!?_with_aalib:0} -%endif # Fedora - -%define _without_directfb 1 - -%ifarch %{arm} -%define _without_directfb 1 -%endif - -%if 0%{?fedora} > 14 -%define _disable_v4l1 1 -%endif - -%if 0%{?fedora} > 16 -%define _without_esound 1 -%endif - -%if 0%{?fedora} > 16 -%define bluray 1 -%endif - -%if 0%{?fedora} > 19 -%define _without_directfb 1 -%endif - -%define _enable_xvmc --enable-xvmc -%if 0%{?rhel} > 5 -%ifarch ppc64 -%undefine _enable_xvmc -%endif -%endif - -%if 0%{?fedora} > 8 || 0%{?rhel} > 5 -%define _enable_v4l --enable-v4l --enable-libv4l -%define _without_arts --without-arts -%define _with_pa %{?_without_pulseaudio:0}%{!?_without_pulseaudio:1} -%define _with_xcb 1 -%define _with_smbclient 1 -%endif - -Summary: A multimedia engine -Name: xine-lib -Version: 1.1.21 -Release: 12%{?dist} -License: GPLv2+ -Group: System Environment/Libraries -URL: http://www.xine-project.org/ -# The tarball is generated from the upstream tarball using -# the script in SOURCE1. It prunes potentially patented code -#Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.xz -Source0: xine-lib-%{version}-pruned.tar.xz -Source1: xine-lib-cleanup-sources.sh -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Patch0: xine-lib-1.1.19-no_autopoint.patch -Patch1: xine-lib-1.1.4-optflags.patch -# http://bugzilla.redhat.com/470568 -Patch2: xine-lib-1.1.17-avsync_hack.patch -# http://bugzilla.redhat.com/477226 -Patch3: xine-lib-1.1.16.2-multilib.patch -# find the Samba 4 libsmbclient.h using pkg-config (#909825) -Patch4: xine-lib-1.1.21-samba4.patch - -Provides: xine-lib(plugin-abi) = %{plugin_abi} -%{?_isa:Provides: xine-lib(plugin-abi)%{?_isa} = %{plugin_abi}} - -# DVD plugin moved from there -Conflicts: xine-lib-extras-freeworld < 1.1.21-3 - -BuildRequires: autoconf automake libtool -# X11 -BuildRequires: libX11-devel -BuildRequires: libXv-devel -BuildRequires: libXinerama-devel -%{?_enable_xvmc:BuildRequires: libXvMC-devel} -BuildRequires: libGLU-devel -%if 0%{?_enable_v4l:1} -BuildRequires: libv4l-devel -%endif -%if 0%{?_with_xcb} -BuildRequires: libxcb-devel -%endif -# Video -BuildRequires: SDL-devel -BuildRequires: libtheora-devel -BuildRequires: libmng-devel -%if %{with_aalib} -BuildRequires: aalib-devel >= 1.4 -%endif # aalib -BuildRequires: libcaca-devel >= 0.99-0.5.beta14 -%if 0%{!?_without_directfb:1} -BuildRequires: directfb-devel -%endif # directfb -BuildRequires: ImageMagick-devel >= 6.2.4.6-1 -BuildRequires: fontconfig-devel -# Audio -BuildRequires: alsa-lib-devel >= 0.9.0 -%if 0%{!?_without_esound:1} -BuildRequires: esound-devel -%endif # esound -BuildRequires: flac-devel -BuildRequires: jack-audio-connection-kit-devel -%if 0%{?_enable_modplug:1} -BuildRequires: libmodplug-devel -%endif -BuildRequires: libmpcdec-devel -BuildRequires: libvorbis-devel -BuildRequires: speex-devel -BuildRequires: wavpack-devel -# CDs -BuildRequires: libcdio-devel -# Other -BuildRequires: pkgconfig -%if 0%{?_with_pa} -BuildRequires: pkgconfig(libpulse) -%endif -BuildRequires: gtk2-devel -%if 0%{?_with_smbclient} -BuildRequires: pkgconfig(smbclient) -%endif -BuildRequires: libdvdnav-devel -BuildRequires: libdvdread-devel -%if 0%{?bluray} -BuildRequires: libbluray-devel -%endif - -%if 0%{?_without_arts:1} -# Dropped in Fedora 9 -Obsoletes: xine-lib-arts < %{version}-%{release} -%endif - -# Included in main package since Fedora 12 -%if 0%{?fedora} > 11 -Obsoletes: xine-lib-pulseaudio < 1.1.16.3-5 -Provides: xine-lib-pulseaudio = %{version}-%{release} -%endif - -%description -This package contains the Xine library. It can be used to play back -various media, decode multimedia files from local disk drives, and display -multimedia streamed over the Internet. It interprets many of the most -common multimedia formats available - and some uncommon formats, too. - -%package devel -Summary: Xine library development files -Group: Development/Libraries -Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: pkgconfig -Requires: zlib-devel -%description devel -This package contains development files for %{name}. - -%package extras -Summary: Additional plugins for %{name} -Group: System Environment/Libraries -Requires: %{name}%{?_isa} = %{version}-%{release} -#Requires: xine-lib(plugin-abi) = %{plugin_abi} -%description extras -This package contains extra plugins for %{name}: -%if 0%{!?_without_esound:1} - - EsounD -%endif # esound - - JACK - - GDK-Pixbuf - - SMB - - SDL -%if %{with_aalib} - - AA-lib -%endif # aalib - - Libcaca - - Image decoding -%if 0%{!?_without_directfb:1} - - DirectFB output -%endif # directfb - -%if ! 0%{?_without_arts:1} -%package arts -Summary: aRts plugin for %{name} -Group: System Environment/Libraries -BuildRequires: arts-devel -Requires: %{name}%{?_isa} = %{version}-%{release} -#Requires: xine-lib(plugin-abi) = %{plugin_abi} -# -arts was split off the -extras subpackage at 1.1.7-3 -Obsoletes: xine-lib-extras < 1.1.7-3 -%description arts -This package contains the aRts plugin for %{name}. -%endif - - -%prep -%setup -q -%patch0 -p1 -b .no_autopoint -# extra work for to omit old libtool-related crud -rm -f configure ltmain.sh libtool m4/libtool.m4 m4/ltoptions.m4 m4/ltversion.m4 -%patch1 -p1 -b .optflags -%patch2 -p1 -b .avsync_hack -%patch3 -p1 -b .multilib -%patch4 -p1 -b .samba4 - -./autogen.sh noconfig - - -%build -export FFMPEG_CFLAGS=" " FFMPEG_LIBS=" " -export FFMPEG_POSTPROC_CFLAGS=" " FFMPEG_POSTPROC_LIBS=" " -export FFMPEG_UTIL_CFLAGS=" " FFMPEG_UTIL_LIBS=" " -export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)" -# Keep list of options in mostly the same order as ./configure --help. -%configure \ - --disable-dependency-tracking \ - --enable-ipv6 \ -%if 0%{!?_without_directfb:1} - --enable-directfb \ -%endif # directfb - %{?_enable_modplug}%{!?_enable_modplug:--disable-modplug} \ - %{?_enable_v4l}%{!?_enable_v4l:--disable-v4l --disable-libv4l} \ - %{?_enable_xvmc}%{!?_enable_xvmc:--disable-xvmc} \ - --disable-gnomevfs \ - --disable-a52dec \ - --disable-mad \ - --disable-vcd \ - --disable-asf \ - --disable-faad \ - --enable-antialiasing \ - --with-freetype \ - --with-fontconfig \ - --with-caca \ - --with-external-ffmpeg \ - --with-external-dvdnav \ - %{?_with_xcb:--with-xcb}%{!?with_xcb:--without-xcb} \ - --with-xv-path=%{_libdir} \ - --with-libflac \ - --with-external-libmpcdec \ -%if 0%{?_without_esound:1} - --without-esound \ -%endif - %{!?_without_arts:--with-arts} %{?_without_arts} \ - --with-wavpack \ - --with-real-codecs-path=%{codecdir} \ - --with-w32-path=%{codecdir} - -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT __docs -make install DESTDIR=$RPM_BUILD_ROOT -%find_lang libxine1 -cp -pR $RPM_BUILD_ROOT%{_docdir}/xine-lib __docs -rm -rf $RPM_BUILD_ROOT%{_docdir}/xine-lib - -# Removing useless files -rm -Rf $RPM_BUILD_ROOT%{_libdir}/libxine.la __docs/README \ - __docs/README.{freebsd,irix,solaris,MINGWCROSS,WIN32} \ - __docs/README.{dxr3,network_dvd} - -# Directory for binary codecs -mkdir -p $RPM_BUILD_ROOT%{codecdir} - -# unpackaged files -%if 0%{?_disable_v4l1:1} -rm -fv $RPM_BUILD_ROOT%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_pvr.so -rm -fv $RPM_BUILD_ROOT%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l.so -%endif - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - -%files -f libxine1.lang -%defattr(-,root,root,-) -%doc AUTHORS COPYING COPYING.LIB CREDITS ChangeLog* README TODO -%doc __docs/README.* __docs/faq.* -%dir %{codecdir}/ -%{_datadir}/xine/ -%{_libdir}/libxine.so.* -%{_mandir}/man5/xine.5* -%dir %{_libdir}/xine/ -%dir %{_libdir}/xine/plugins/ -%dir %{_libdir}/xine/plugins/%{plugin_abi}/ -%{_libdir}/xine/plugins/%{plugin_abi}/mime.types -# Listing every plugin separately for better control over binary packages -# containing exactly the plugins we want, nothing accidentally snuck in -# nor dropped. -%dir %{_libdir}/xine/plugins/%{plugin_abi}/post/ -%{_libdir}/xine/plugins/%{plugin_abi}/post/xineplug_post_audio_filters.so -%{_libdir}/xine/plugins/%{plugin_abi}/post/xineplug_post_goom.so -%{_libdir}/xine/plugins/%{plugin_abi}/post/xineplug_post_mosaico.so -%{_libdir}/xine/plugins/%{plugin_abi}/post/xineplug_post_switch.so -%{_libdir}/xine/plugins/%{plugin_abi}/post/xineplug_post_visualizations.so -%if %{have_vidix} -%dir %{_libdir}/xine/plugins/%{plugin_abi}/vidix/ -%{_libdir}/xine/plugins/%{plugin_abi}/vidix/cyberblade_vid.so -%{_libdir}/xine/plugins/%{plugin_abi}/vidix/mach64_vid.so -%{_libdir}/xine/plugins/%{plugin_abi}/vidix/mga_crtc2_vid.so -%{_libdir}/xine/plugins/%{plugin_abi}/vidix/mga_vid.so -%{_libdir}/xine/plugins/%{plugin_abi}/vidix/nvidia_vid.so -%{_libdir}/xine/plugins/%{plugin_abi}/vidix/pm2_vid.so -%{_libdir}/xine/plugins/%{plugin_abi}/vidix/pm3_vid.so -%{_libdir}/xine/plugins/%{plugin_abi}/vidix/radeon_vid.so -%{_libdir}/xine/plugins/%{plugin_abi}/vidix/rage128_vid.so -%{_libdir}/xine/plugins/%{plugin_abi}/vidix/savage_vid.so -%{_libdir}/xine/plugins/%{plugin_abi}/vidix/sis_vid.so -%{_libdir}/xine/plugins/%{plugin_abi}/vidix/unichrome_vid.so -%endif # vidix -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_alsa.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_file.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_none.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_oss.so -%if 0%{?_with_pa:1} -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_pulseaudio.so -%endif -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_bitplane.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_gsm610.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_lpcm.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_mpc.so -%ifarch %{ix86} -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_qt.so -%endif # ix86 -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_real.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_rgb.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_speex.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spu.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spucc.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spucmml.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spudvb.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spuhdmv.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_sputext.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_theora.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_vorbis.so -%ifarch %{ix86} -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_w32dll.so -%endif # ix86 -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_yuv.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_audio.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_avi.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_fli.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_flv.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_games.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_iff.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_image.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_matroska.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_mng.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_mpeg.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_mpeg_block.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_mpeg_elem.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_mpeg_pes.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_mpeg_ts.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_nsv.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_ogg.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_pva.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_qt.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_rawdv.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_real.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_slave.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_sputext.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_yuv_frames.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_yuv4mpeg2.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_flac.so -%if 0%{?bluray} -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_bluray.so -%endif -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_cdda.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_dvb.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_dvd.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_file.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_http.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_net.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_pnm.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_rtp.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_rtsp.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_stdin_fifo.so -%if 0%{?_enable_v4l:1} -%if ! 0%{?_disable_v4l1:1} -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_pvr.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l.so -%endif -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l2.so -%endif -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_fb.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_none.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_opengl.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_raw.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_syncfb.so -%if %{have_vidix} -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_vidix.so -%endif # vidix -%if 0%{?_with_xcb} -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xcbshm.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xcbxv.so -%endif -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xshm.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xv.so -%if 0%{?_enable_xvmc:1} -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xvmc.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xxmc.so -%endif -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_wavpack.so - -%if 0%{!?_without_arts:1} -%files arts -%defattr(-,root,root,-) -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_arts.so -%endif - -%files extras -%defattr(-,root,root,-) -%if 0%{!?_without_esound:1} -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_esd.so -%endif # esound -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_jack.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_gdk_pixbuf.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_image.so -%if 0%{?_with_smbclient} -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_smb.so -%endif -%if %{with_aalib} -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_aa.so -%endif # aalib -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_caca.so -%if 0%{!?_without_directfb:1} -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_directfb.so -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xdirectfb.so -%endif # directfb -%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_sdl.so - -%files devel -%defattr(-,root,root,-) -%doc __docs/hackersguide/* -%{_bindir}/xine-config -%{_bindir}/xine-list* -%{_datadir}/aclocal/xine.m4 -%{_includedir}/xine.h -%{_includedir}/xine/ -%{_libdir}/libxine.so -%{_libdir}/pkgconfig/libxine.pc -%{_mandir}/man1/xine-config.1* -%{_mandir}/man1/xine-list*.1* - - -%changelog -* Mon Oct 26 2015 Rex Dieter 1.1.21-12 -- disable directfb support (orphaned/retired in epel-6) - -* Thu Jul 30 2015 Rex Dieter 1.1.21-11 -- rebuild (ImageMagick) - -* Tue Aug 26 2014 Rex Dieter - 1.1.21-10 -- add conditionals to support el5/el6, fix/cleanup other conditionals -- omit libmodplug support (for now, FTBFS) - -* Sat Aug 31 2013 Till Maas - 1.1.21-9 -- Disable directfb support for Fedora 20 and newer, because it was retired - -* Tue Aug 27 2013 Jon Ciesla - 1.1.21-8 -- libmng rebuild. - -* Sun Aug 04 2013 Fedora Release Engineering - 1.1.21-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sat Mar 30 2013 Kevin Fenzi - 1.1.21-6 -- Rebuild for broken deps in rawhide - -* Tue Feb 12 2013 Kevin Kofler 1.1.21-5 -- find the Samba 4 libsmbclient.h using pkg-config, fixes FTBFS (#909825) - -* Mon Sep 17 2012 Kevin Kofler 1.1.21-4 -- rebuild for new directfb - -* Sun Jul 22 2012 Fedora Release Engineering - 1.1.21-3.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jul 21 2012 Kevin Kofler 1.1.21-2.1 -- disable libbluray support on F16, libbluray too old - -* Mon Jul 16 2012 Kevin Kofler 1.1.21-2 -- do not remove DVD plugin, not encumbered (only uses libdvdread/libdvdnav) - -* Tue Jun 12 2012 Xavier Bachelot 1.1.21-1 -- Update to 1.1.21. -- Enable libbluray support. - -* Sat Mar 10 2012 Rex Dieter 1.1.20.1-3 -- rebuild (ImageMagick) - -* Sat Jan 14 2012 Fedora Release Engineering - 1.1.20.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Jan 03 2012 Kevin Kofler 1.1.20.1-1 -- update to 1.1.20.1 (bugfix release) -- drop upstreamed link-libdvdread patch - -* Sun Nov 20 2011 Kevin Kofler 1.1.20-1 -- update to 1.1.20 (#753758) -- use .xz tarball -- drop old conditionals -- drop ESD (esound) support on F17+ (native PulseAudio just works) -- drop autotools patch, run autogen.sh in %%prep instead -- drop unused deepbind patch -- drop xvmclib_header patch, fixed upstream -- use the system libdvdnav (and libdvdread) instead of the bundled one -- fix system libdvdnav support to also link libdvdread -- plugin ABI is now 1.30 - -* Fri Jul 15 2011 Kevin Kofler 1.1.19-7 -- rebuild for new DirectFB (1.5.0) - -* Mon Feb 14 2011 Rex Dieter 1.1.19-6 -- split v4l, libv4l handling -- omit v4l(1) bits (f15+) - -* Mon Feb 07 2011 Fedora Release Engineering - 1.1.19-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jan 24 2011 Rex Dieter - 1.1.19-4 -- xvmclib header changes, fixes ftbfs (#635653,#661071) - -* Sun Nov 28 2010 Kevin Kofler - 1.1.19-3 -- rebuild for new directfb (1.4.11) - -* Wed Sep 15 2010 Rex Dieter - 1.1.19-2 -- rebuild (ImageMagick) - -* Sun Jul 25 2010 Rex Dieter - 1.1.19-1 -- 1.1.19 - -* Mon Jul 19 2010 Rex Dieter - 1.1.18.1-3 -- no directfb on arm (yet) - -* Tue Jun 1 2010 Ville Skyttä - 1.1.18.1-2 -- Rebuild. - -* Sun Mar 07 2010 Rex Dieter - 1.1.18.1-1 -- xine-lib-1.1.18.1 - -* Sun Mar 07 2010 Rex Dieter - 1.1.18-2 -- rebuild (ImageMagick) - -* Wed Feb 24 2010 Rex Dieter - 1.1.18-1 -- xine-lib-1.1.18, plugin-abi 1.28 (#567913) - -* Sat Dec 12 2009 Rex Dieter - 1.1.17-3 -- bump flac_decoder priority (rh#301861,xine#225) - -* Mon Dec 07 2009 Bastien Nocera 1.1.17-2 -- Remove gnome-vfs2 plugin, it's mostly useless - -* Wed Dec 02 2009 Rex Dieter - 1.1.17-1 -- xine-lib-1.1.17, plugin-abi 1.27 - -* Sun Nov 29 2009 Rex Dieter - 1.1.16.3-5 -- move -pulseaudio into main pkg (f12+) -- update URL - -* Mon Jul 27 2009 Fedora Release Engineering - 1.1.16.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Jul 02 2009 Rex Dieter - 1.1.16.3-3 -- rebuild (DirectFB) - -* Fri Apr 17 2009 Rex Dieter - 1.1.16.3-2.1 -- drop old_caca hacks/patches (F-9) - -* Fri Apr 10 2009 Rex Dieter - 1.1.16.3-2 -- fix modtracker mimetypes - -* Fri Apr 03 2009 Rex Dieter - 1.1.16.3-1 -- xine-lib-1.1.16.3, plugin-abi 1.26 - -* Thu Mar 26 2009 Rex Dieter - 1.1.16.2-6 -- add-mime-for-mod.patch - -* Tue Mar 10 2009 Kevin Kofler - 1.1.16.2-5 -- rebuild for new ImageMagick - -* Thu Feb 26 2009 Fedora Release Engineering - 1.1.16.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Fri Feb 20 2009 Rex Dieter - 1.1.16.2-3 -- xine-lib-devel muiltilib conflict (#477226) - -* Tue Feb 17 2009 Rex Dieter - 1.1.16.2-2 -- xine-lib-safe-audio-pause3 patch (#486255, kdebug#180339) - -* Tue Feb 10 2009 Kevin Kofler - 1.1.16.2-1.1 -- also patch the caca version check in configure(.ac) - -* Tue Feb 10 2009 Rex Dieter - 1.1.16.2-1 -- xine-lib-1.1.16.2 - -* Mon Feb 09 2009 Rex Dieter - 1.1.16.1-4 -- gapless-race-fix patch (kdebug#180339) - -* Sat Feb 07 2009 Rex Dieter - 1.1.16.1-3 -- safe-audio-pause patch (kdebug#180339) - -* Mon Jan 26 2009 Rex Dieter - 1.1.16.1-2 -- Provides: xine-lib(plugin-abi)%%{?_isa} = %%{plugin_abi} -- touchup Summary/Description - -* Fri Jan 23 2009 Rex Dieter - 1.1.16.1-1 -- xine-lib-1.1.16.1 -- include avsync patch (#470568) - -* Sun Jan 18 2009 Rex Dieter - 1.1.16-2 -- drop deepbind patch (#480504) -- caca support (EPEL) - -* Wed Jan 07 2009 Kevin Kofler - 1.1.16-1.1 -- patch for old libcaca in F9- - -* Wed Jan 07 2009 Rex Dieter - 1.1.16-1 -- xine-lib-1.1.16, plugin ABI 1.25 -- --with-external-libdvdnav, include mpeg demuxers (#213597) - -* Fri Dec 12 2008 Rex Dieter - 1.1.15-4 -- rebuild for pkgconfig deps - -* Tue Oct 28 2008 Kevin Kofler - 1.1.15-3 -- rebuild for new libcaca - -* Thu Oct 23 2008 Rex Dieter - 1.1.15-2 -- respin - -* Wed Aug 20 2008 Rex Dieter - 1.1.15-1 -- xine-lib-1.1.15, plugin ABI 1.24 (rh#455752, CVE-2008-3231) -- Obsoletes: -arts (f9+) - -* Sun Apr 27 2008 Kevin Kofler - 1.1.12-3 -- rebuild for new ImageMagick (6.4.0.10) - -* Thu Apr 24 2008 Rex Dieter - 1.1.12-2 -- CVE-2008-1878 - -* Wed Apr 16 2008 Ville Skyttä - 1.1.12-1 -- 1.1.12 (plugin ABI 1.21); qt, mkv, and pulseaudio patches applied upstream. - -* Wed Apr 9 2008 Ville Skyttä - 1.1.11.1-3 -- Apply upstream fixes for Quicktime (#441705) and Matroska regressions - introduced in 1.1.11.1. - -* Mon Apr 07 2008 Rex Dieter - 1.1.11.1-2 -- pulse-rework2 patch (#439731) -- -pulseaudio subpkg (#439731) - -* Sun Mar 30 2008 Ville Skyttä - 1.1.11.1-1 -- 1.1.11.1 (security update, #438663, CVE-2008-1482). -- Provide versioned xine-lib(plugin-abi) so 3rd party packages installing - plugins can use it instead of requiring a version of xine-lib. - -* Wed Mar 19 2008 Ville Skyttä - 1.1.11-1 -- 1.1.11 (security update, #438182, CVE-2008-0073). -- Drop jack and wavpack build conditionals. -- Specfile cleanups. - -* Fri Mar 7 2008 Rex Dieter - 1.1.10.1-1.1 -- xcb support for f7+ (#373411) - -* Fri Feb 8 2008 Ville Skyttä - 1.1.10.1-1 -- 1.1.10.1 (security update, #431541). - -* Sun Jan 27 2008 Ville Skyttä - 1.1.10-2 -- Include spu, spucc, and spucmml decoders (#213597). - -* Sun Jan 27 2008 Ville Skyttä - 1.1.10-1 -- 1.1.10 (security update). - -* Mon Jan 21 2008 Ville Skyttä - 1.1.9.1-3 -- Fix version number in libxine.pc (#429487). - -* Sun Jan 20 2008 Ville Skyttä - 1.1.9.1-2 -- Disable upstream "discard buffers on ao close" 1.1.9 changeset (#429182). - -* Sat Jan 12 2008 Ville Skyttä - 1.1.9.1-1 -- 1.1.9.1 (security update). - -* Sun Jan 6 2008 Ville Skyttä - 1.1.9-1 -- 1.1.9. - -* Thu Sep 27 2007 Ville Skyttä - 1.1.8-6 -- Enable wavpack support by default for all distros. - -* Sun Sep 23 2007 Ville Skyttä - 1.1.8-5 -- Enable JACK support by default for all distros. - -* Wed Sep 19 2007 Ville Skyttä - 1.1.8-4 -- Fix "--without wavpack" build. - -* Sat Sep 15 2007 Ville Skyttä - 1.1.8-3 -- Move XCB plugins to the main package. -- Make aalib, caca, pulseaudio, jack, and wavpack support optional at build - time in preparation for the first EPEL build. - -* Sun Sep 09 2007 Aurelien Bompard 1.1.8-2 -- remove the dependency from -extras to -arts, and use Obsoletes to - provide an upgrade path - -* Thu Aug 30 2007 Ville Skyttä - 1.1.8-1 -- 1.1.8, "open" patch applied upstream. -- Build XCB plugins by default for Fedora 8+ only. - -* Sat Aug 25 2007 Aurelien Bompard 1.1.7-3 -- Split the aRts plugin into its own subpackage - -* Tue Aug 14 2007 Ville Skyttä - 1.1.7-2 -- Include XCB output plugins (in -extras at least for now). -- Protect "open" with glibc 2.6.90 and -D_FORTIFY_SOURCE=2. -- Clean up %%configure options. -- License: GPLv2+ - -* Thu Jun 7 2007 Ville Skyttä - 1.1.7-1 -- 1.1.7. - -* Wed Jun 06 2007 Rex Dieter - 1.1.6-3 -- respin (for libmpcdec) - -* Wed Apr 25 2007 Ville Skyttä - 1.1.6-2 -- Make Real codec search path /usr/lib(64)/codecs again (#237743). - -* Wed Apr 18 2007 Ville Skyttä - 1.1.6-1 -- 1.1.6. - -* Wed Apr 11 2007 Ville Skyttä - 1.1.5-1 -- 1.1.5. -- Include GSM 06.10 decoder (#228186). -- Re-enable CACA support. - -* Sun Apr 8 2007 Ville Skyttä -- Exclude vidix dir on systems that don't have vidix. -- Specfile cleanups. - -* Mon Mar 26 2007 Ville Skyttä - 1.1.4-4 -- Add PulseAudio support (in -extras, #234035/Jost Diederichs). -- Adjust Samba build dependencies to work for both <= and > FC6. -- Add --with freetype and --with antialiasing build time options, - default disabled, and an upstream patch for FreeType memory leak (#233194). - -* Sat Mar 10 2007 Ville Skyttä - 1.1.4-3 -- Apply upstream fix for CVE-2007-1246. - -* Wed Feb 14 2007 Ville Skyttä - 1.1.4-2 -- Rebuild. - -* Wed Jan 31 2007 Ville Skyttä - 1.1.4-1 -- 1.1.4, with wavpack and system libmpcdec support. - -* Thu Jan 18 2007 Aurelien Bompard 1.1.3-4 -- rebuild - -* Wed Jan 3 2007 Ville Skyttä - 1.1.3-3 -- Fix libflac decoder with FLAC < 1.1.3 (#220961). -- Apply upstream patch for FLAC >= 1.1.3. - -* Sun Dec 17 2006 Ville Skyttä - 1.1.3-2 -- Don't run autotools during build. - -* Mon Dec 04 2006 Aurelien Bompard 1.1.3-1 -- version 1.1.3 -- patch2 applied upstream -- Disable CACA support by default, needs newer than what's in FE ATM. -- Split extras plugins in a separate package -- Enable JACK support (in extras subpackage) -- Enable DirectFB support (in extras subpackage) - -* Sat Nov 11 2006 Aurelien Bompard 1.1.2-18 -- Make shn files available to amarok. References: - http://xine.cvs.sourceforge.net/xine/xine-lib/src/demuxers/demux_shn.c?r1=1.1.2.2&r2=1.2 - https://launchpad.net/distros/ubuntu/+source/xine-lib/+bug/63130 - -* Wed Oct 18 2006 Aurelien Bompard 1.1.2-17 -- cleanup docs -- remove mms -- delete more source files in the cleanup script -- drop patch3 (affecting mms) - -* Tue Oct 17 2006 Aurelien Bompard 1.1.2-16 -- fix files list -- add BR gtk2-devel -- remove xineplug_decode_gdk_pixbuf.so from x86-only - -* Mon Oct 16 2006 Aurelien Bompard 1.1.2-15 -- removed libdts -- drop dxr patch (it's removed from tarball) -- list xineplug_decode_gdk_pixbuf.so and xineplug_vo_out_vidix.so only on x86 - -* Sun Oct 15 2006 Aurelien Bompard 1.1.2-14 -- update SOURCE1 to remove liba52 from tarball (patented) - -* Tue Sep 12 2006 Aurelien Bompard 1.1.2-13 -- drop patches 2 and 4 - -* Fri Sep 08 2006 Aurelien Bompard 1.1.2-12 -- initial Fedora Extras package