2006-10-30 18:32:55 +00:00
|
|
|
# TODO, sometime, maybe:
|
2007-04-11 21:36:29 +00:00
|
|
|
# - libstk: http://www.libstk.net/ - probably not, see 1.1.5 ChangeLog
|
2007-08-16 13:53:44 +00:00
|
|
|
# - drop the opengl video out plugin?
|
2008-08-15 19:38:41 +00:00
|
|
|
# - deprecate ESD support?
|
2006-10-30 18:32:55 +00:00
|
|
|
|
2010-02-24 15:07:47 +00:00
|
|
|
%define plugin_abi 1.28
|
2008-03-30 18:50:26 +00:00
|
|
|
%define codecdir %{_libdir}/codecs
|
2008-03-19 19:51:59 +00:00
|
|
|
|
2007-04-08 18:09:47 +00:00
|
|
|
%ifarch %{ix86}
|
2007-09-19 19:04:27 +00:00
|
|
|
%define have_vidix 1
|
2007-04-08 18:09:47 +00:00
|
|
|
%else
|
2007-09-19 19:04:27 +00:00
|
|
|
%define have_vidix 0
|
2008-01-06 21:51:14 +00:00
|
|
|
%endif # ix86
|
2008-03-19 19:51:59 +00:00
|
|
|
|
2007-09-19 19:04:27 +00:00
|
|
|
%if 0%{?fedora}
|
2010-02-24 15:07:47 +00:00
|
|
|
%define _disable_gnomevfs --disable-gnomevfs
|
|
|
|
%define with_aalib %{?_without_aalib:0}%{!?_without_aalib:1}
|
2007-09-19 19:04:27 +00:00
|
|
|
%else
|
2010-02-24 15:07:47 +00:00
|
|
|
%define with_aalib %{?_with_aalib:1}%{!?_with_aalib:0}
|
2008-01-06 21:51:14 +00:00
|
|
|
%endif # Fedora
|
2006-10-30 18:32:55 +00:00
|
|
|
|
2010-06-21 19:22:43 +00:00
|
|
|
%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 %{?_without_xcb:0}%{!?_without_xcb:1}
|
2008-08-15 19:38:41 +00:00
|
|
|
%endif
|
|
|
|
|
2010-06-21 19:22:43 +00:00
|
|
|
%if 0%{?fedora} > 11 || 0%{?rhel} > 5
|
2009-11-30 02:08:09 +00:00
|
|
|
%define pa_in_main 1
|
|
|
|
%endif
|
|
|
|
|
2009-01-26 16:58:47 +00:00
|
|
|
Summary: A multimedia engine
|
2006-10-30 18:32:55 +00:00
|
|
|
Name: xine-lib
|
2010-03-07 23:49:54 +00:00
|
|
|
Version: 1.1.18.1
|
2010-05-31 21:55:59 +00:00
|
|
|
Release: 2%{?dist}
|
2007-08-14 11:59:58 +00:00
|
|
|
License: GPLv2+
|
2006-10-30 18:32:55 +00:00
|
|
|
Group: System Environment/Libraries
|
2009-11-30 02:08:09 +00:00
|
|
|
URL: http://www.xine-project.org/
|
2006-10-30 18:32:55 +00:00
|
|
|
# The tarball is generated from the upstream tarball using
|
|
|
|
# the script in SOURCE1. It prunes potentially patented code
|
2008-01-06 21:51:14 +00:00
|
|
|
#Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.bz2
|
2009-12-02 18:27:27 +00:00
|
|
|
Source0: xine-lib-%{version}-pruned.tar.bz2
|
|
|
|
Source1: xine-lib-cleanup-sources.sh
|
|
|
|
Source2: xine-lib-mk-autotools-patch.sh
|
2007-01-31 19:58:30 +00:00
|
|
|
# autotools patch created with source2
|
2009-12-02 18:27:27 +00:00
|
|
|
Patch0: xine-lib-%{version}-autotools.patch.bz2
|
2008-08-22 15:12:26 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2009-12-02 18:27:27 +00:00
|
|
|
Patch1: xine-lib-1.1.4-optflags.patch
|
|
|
|
# used to help
|
2010-03-08 14:53:03 +00:00
|
|
|
Patch2: xine-lib-%{version}-no_autopoint.patch
|
2009-12-02 18:27:27 +00:00
|
|
|
Patch6: xine-lib-1.1.1-deepbind-939.patch
|
2009-01-23 14:32:05 +00:00
|
|
|
# http://bugzilla.redhat.com/470568
|
2009-12-02 18:27:27 +00:00
|
|
|
Patch8: xine-lib-1.1.17-avsync_hack.patch
|
2009-02-20 13:37:39 +00:00
|
|
|
# http://bugzilla.redhat.com/477226
|
|
|
|
Patch9: xine-lib-1.1.16.2-multilib.patch
|
2009-04-10 15:17:17 +00:00
|
|
|
## upstreamable patches
|
2008-08-22 15:12:26 +00:00
|
|
|
## upstream patches
|
2008-03-30 18:50:26 +00:00
|
|
|
|
2009-12-02 18:27:27 +00:00
|
|
|
Provides: xine-lib(plugin-abi) = %{plugin_abi}
|
|
|
|
%{?_isa:Provides: xine-lib(plugin-abi)%{?_isa} = %{plugin_abi}}
|
|
|
|
|
|
|
|
BuildRequires: automake libtool
|
2006-10-30 18:32:55 +00:00
|
|
|
# X11
|
2008-03-19 19:51:59 +00:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXv-devel
|
|
|
|
BuildRequires: libXinerama-devel
|
2010-06-21 19:22:43 +00:00
|
|
|
%{?_enable_xvmc:BuildRequires: libXvMC-devel}
|
2007-09-01 09:19:38 +00:00
|
|
|
BuildRequires: libGLU-devel
|
2010-02-24 15:07:47 +00:00
|
|
|
%if 0%{?_enable_v4l:1}
|
|
|
|
BuildRequires: libv4l-devel
|
|
|
|
%endif
|
2010-06-21 17:20:33 +00:00
|
|
|
%if 0%{?_with_xcb:1}
|
2007-09-01 09:19:38 +00:00
|
|
|
BuildRequires: libxcb-devel
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # xcb
|
2006-10-30 18:32:55 +00:00
|
|
|
# Video
|
2008-03-19 19:51:59 +00:00
|
|
|
BuildRequires: SDL-devel
|
|
|
|
BuildRequires: libtheora-devel
|
|
|
|
BuildRequires: libmng-devel
|
2007-09-19 19:04:27 +00:00
|
|
|
%if %{with_aalib}
|
2006-12-08 07:31:46 +00:00
|
|
|
BuildRequires: aalib-devel >= 1.4
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # aalib
|
2009-01-23 14:32:05 +00:00
|
|
|
BuildRequires: libcaca-devel >= 0.99-0.5.beta14
|
2006-12-08 07:31:46 +00:00
|
|
|
%if 0%{!?_without_directfb:1}
|
|
|
|
BuildRequires: directfb-devel
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # directfb
|
2006-12-08 07:31:46 +00:00
|
|
|
%if 0%{!?_without_imagemagick:1}
|
|
|
|
BuildRequires: ImageMagick-devel >= 6.2.4.6-1
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # imagemagick
|
2007-03-26 19:56:33 +00:00
|
|
|
%if 0%{?_with_freetype:1}
|
2009-02-09 13:42:26 +00:00
|
|
|
BuildRequires: fontconfig-devel
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # freetype
|
2006-10-30 18:32:55 +00:00
|
|
|
# Audio
|
2008-08-22 15:12:26 +00:00
|
|
|
BuildRequires: alsa-lib-devel >= 0.9.0
|
|
|
|
BuildRequires: esound-devel
|
2008-03-19 19:51:59 +00:00
|
|
|
BuildRequires: flac-devel
|
2008-08-22 15:12:26 +00:00
|
|
|
BuildRequires: jack-audio-connection-kit-devel
|
2008-03-19 19:51:59 +00:00
|
|
|
BuildRequires: libmodplug-devel
|
2007-09-19 19:04:27 +00:00
|
|
|
BuildRequires: libmpcdec-devel
|
2008-08-22 15:12:26 +00:00
|
|
|
BuildRequires: libvorbis-devel
|
2010-06-21 19:22:43 +00:00
|
|
|
%if 0%{?_with_pa:1}
|
2007-03-26 19:56:33 +00:00
|
|
|
BuildRequires: pulseaudio-lib-devel
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # pa
|
2008-08-22 15:12:26 +00:00
|
|
|
BuildRequires: speex-devel
|
|
|
|
%if 0%{?_without_arts:1}
|
|
|
|
Obsoletes: xine-lib-arts < %{version}-%{release}
|
|
|
|
%else
|
|
|
|
BuildRequires: arts-devel
|
|
|
|
%endif
|
|
|
|
BuildRequires: wavpack-devel
|
2006-10-30 18:32:55 +00:00
|
|
|
# CDs
|
|
|
|
BuildRequires: libcdio-devel
|
|
|
|
# Other
|
2008-03-19 19:51:59 +00:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: gtk2-devel
|
2008-08-15 19:38:41 +00:00
|
|
|
%if 0%{?fedora} > 6 || 0%{?rhel} > 5
|
2008-03-19 19:51:59 +00:00
|
|
|
BuildRequires: libsmbclient-devel
|
2008-08-15 19:38:41 +00:00
|
|
|
%else
|
|
|
|
BuildRequires: samba-common
|
|
|
|
%endif
|
2009-01-07 19:18:46 +00:00
|
|
|
BuildRequires: libdvdnav-devel
|
2006-10-30 18:32:55 +00:00
|
|
|
|
2009-11-30 02:08:09 +00:00
|
|
|
%if 0%{?pa_in_main}
|
|
|
|
Obsoletes: xine-lib-pulseaudio < 1.1.16.3-5
|
|
|
|
Provides: xine-lib-pulseaudio = %{version}-%{release}
|
|
|
|
%endif
|
|
|
|
|
2006-10-30 18:32:55 +00:00
|
|
|
%description
|
2009-01-26 16:58:47 +00:00
|
|
|
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.
|
2008-03-19 19:51:59 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Xine library development files
|
|
|
|
Group: Development/Libraries
|
2009-12-02 18:27:27 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2008-03-19 19:51:59 +00:00
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: zlib-devel
|
|
|
|
%description devel
|
2009-01-26 16:58:47 +00:00
|
|
|
This package contains development files for %{name}.
|
2006-10-30 18:32:55 +00:00
|
|
|
|
2008-03-19 19:51:59 +00:00
|
|
|
%package arts
|
2009-01-26 16:58:47 +00:00
|
|
|
Summary: aRts plugin for %{name}
|
2008-03-19 19:51:59 +00:00
|
|
|
Group: System Environment/Libraries
|
2009-12-02 18:27:27 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2009-04-03 17:07:18 +00:00
|
|
|
#Requires: xine-lib(plugin-abi) = %{plugin_abi}
|
2008-03-19 19:51:59 +00:00
|
|
|
%description arts
|
2009-01-26 16:58:47 +00:00
|
|
|
This package contains the aRts plugin for %{name}.
|
2007-08-25 21:23:05 +00:00
|
|
|
|
2008-08-22 15:12:26 +00:00
|
|
|
%package pulseaudio
|
2009-01-26 16:58:47 +00:00
|
|
|
Summary: Pulseaudio plugin for %{name}
|
2008-08-22 15:12:26 +00:00
|
|
|
Group: System Environment/Libraries
|
2009-12-02 18:27:27 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2008-08-22 15:12:26 +00:00
|
|
|
%description pulseaudio
|
2009-01-26 16:58:47 +00:00
|
|
|
This package contains the pulseaudio plugin for %{name}.
|
2008-08-22 15:12:26 +00:00
|
|
|
|
2008-03-19 19:51:59 +00:00
|
|
|
%package extras
|
2009-01-26 16:58:47 +00:00
|
|
|
Summary: Additional plugins for %{name}
|
2008-03-19 19:51:59 +00:00
|
|
|
Group: System Environment/Libraries
|
2009-12-02 18:27:27 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2009-04-03 17:07:18 +00:00
|
|
|
#Requires: xine-lib(plugin-abi) = %{plugin_abi}
|
2008-03-19 19:51:59 +00:00
|
|
|
%description extras
|
2009-01-26 16:58:47 +00:00
|
|
|
This package contains extra plugins for %{name}:
|
2006-12-08 18:28:34 +00:00
|
|
|
- EsounD
|
|
|
|
- JACK
|
2006-12-09 16:08:08 +00:00
|
|
|
- GDK-Pixbuf
|
2006-12-08 07:31:46 +00:00
|
|
|
- GNOME VFS
|
2006-12-09 16:08:08 +00:00
|
|
|
- SMB
|
2006-12-08 07:31:46 +00:00
|
|
|
- SDL
|
2007-09-19 19:04:27 +00:00
|
|
|
%if %{with_aalib}
|
2006-12-08 18:28:34 +00:00
|
|
|
- AA-lib
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # aalib
|
2006-12-08 18:28:34 +00:00
|
|
|
- Libcaca
|
2006-12-08 07:31:46 +00:00
|
|
|
%if 0%{!?_without_imagemagick:1}
|
2006-12-08 18:28:34 +00:00
|
|
|
- Image decoding
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # imagemagick
|
2006-12-08 07:31:46 +00:00
|
|
|
%if 0%{!?_without_directfb:1}
|
|
|
|
- DirectFB output
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # directfb
|
2006-12-08 07:31:46 +00:00
|
|
|
|
2006-10-30 18:32:55 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2006-12-17 11:41:11 +00:00
|
|
|
%patch0 -p1 -b .autotools
|
2007-01-31 19:58:30 +00:00
|
|
|
touch -r configure.ac aclocal.m4
|
|
|
|
touch -r m4/optimizations.m4 m4/optimizations.m4.stamp
|
2006-12-17 11:41:11 +00:00
|
|
|
%patch1 -p1 -b .optflags
|
|
|
|
touch -r m4/optimizations.m4.stamp m4/optimizations.m4
|
2009-01-18 21:01:33 +00:00
|
|
|
# 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
|
2009-01-23 14:32:05 +00:00
|
|
|
%patch8 -p1 -b .avsync_hack
|
2009-02-20 13:37:39 +00:00
|
|
|
%patch9 -p1 -b .multilib
|
2009-01-23 14:32:05 +00:00
|
|
|
|
2009-12-02 18:27:27 +00:00
|
|
|
# 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)
|
2009-01-07 19:18:46 +00:00
|
|
|
#sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure
|
2006-10-30 18:32:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2006-12-08 07:31:46 +00:00
|
|
|
export FFMPEG_CFLAGS=" " FFMPEG_LIBS=" "
|
|
|
|
export FFMPEG_POSTPROC_CFLAGS=" " FFMPEG_POSTPROC_LIBS=" "
|
2009-01-07 20:08:32 +00:00
|
|
|
export FFMPEG_UTIL_CFLAGS=" " FFMPEG_UTIL_LIBS=" "
|
2006-12-08 07:31:46 +00:00
|
|
|
export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)"
|
2007-08-14 11:59:58 +00:00
|
|
|
# Keep list of options in mostly the same order as ./configure --help.
|
|
|
|
%configure \
|
|
|
|
--disable-dependency-tracking \
|
2006-10-30 18:32:55 +00:00
|
|
|
--enable-ipv6 \
|
2006-12-08 07:31:46 +00:00
|
|
|
%if 0%{!?_without_directfb:1}
|
2006-10-30 18:32:55 +00:00
|
|
|
--enable-directfb \
|
2007-08-14 11:59:58 +00:00
|
|
|
%endif # directfb
|
2010-02-24 15:07:47 +00:00
|
|
|
%{?_enable_v4l}%{!?_enable_v4l:--disable-v4l --disable-libv4l} \
|
2010-06-21 19:22:43 +00:00
|
|
|
%{?_enable_xvmc}%{!?_enable_xvmc:--disable-xvmc} \
|
2010-02-24 15:07:47 +00:00
|
|
|
%{?_disable_gnomevfs} \
|
2007-08-14 11:59:58 +00:00
|
|
|
--disable-a52dec \
|
|
|
|
--disable-mad \
|
|
|
|
--disable-vcd \
|
|
|
|
--disable-asf \
|
|
|
|
--disable-faad \
|
2007-03-26 19:56:33 +00:00
|
|
|
%if 0%{?_with_freetype:1}
|
|
|
|
%if 0%{?_with_antialiasing:1}
|
|
|
|
--enable-antialiasing \
|
2009-01-18 22:33:17 +00:00
|
|
|
--with-caca \
|
2007-08-14 11:59:58 +00:00
|
|
|
%endif # antialiasing
|
|
|
|
--with-freetype \
|
|
|
|
--with-fontconfig \
|
|
|
|
%endif # freetype
|
|
|
|
--with-external-ffmpeg \
|
|
|
|
--with-xv-path=%{_libdir} \
|
|
|
|
--with-libflac \
|
|
|
|
--with-external-libmpcdec \
|
|
|
|
%if 0%{?_without_imagemagick:1}
|
|
|
|
--without-imagemagick \
|
|
|
|
%endif # imagemagick
|
2008-08-15 19:38:41 +00:00
|
|
|
%{!?_without_arts:--with-arts} %{?_without_arts} \
|
2007-08-14 11:59:58 +00:00
|
|
|
--with-wavpack \
|
|
|
|
--with-real-codecs-path=%{codecdir} \
|
|
|
|
--with-w32-path=%{codecdir}
|
2006-10-30 18:32:55 +00:00
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT __docs
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%find_lang libxine1
|
2007-01-31 19:58:30 +00:00
|
|
|
cp -pR $RPM_BUILD_ROOT%{_docdir}/xine-lib __docs
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_docdir}/xine-lib
|
2006-10-30 18:32:55 +00:00
|
|
|
|
|
|
|
# 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}
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
2007-01-31 19:58:30 +00:00
|
|
|
|
2006-10-30 18:32:55 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files -f libxine1.lang
|
|
|
|
%defattr(-,root,root,-)
|
2007-04-11 21:36:29 +00:00
|
|
|
%doc AUTHORS COPYING COPYING.LIB CREDITS ChangeLog* README TODO
|
2007-01-31 19:58:30 +00:00
|
|
|
%doc __docs/README.* __docs/faq.*
|
2007-04-25 17:45:04 +00:00
|
|
|
%dir %{codecdir}/
|
|
|
|
%{_datadir}/xine/
|
2006-10-30 18:32:55 +00:00
|
|
|
%{_libdir}/libxine.so.*
|
|
|
|
%{_mandir}/man5/xine.5*
|
|
|
|
%dir %{_libdir}/xine/
|
|
|
|
%dir %{_libdir}/xine/plugins/
|
2009-04-03 17:07:18 +00:00
|
|
|
%dir %{_libdir}/xine/plugins/%{plugin_abi}/
|
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/mime.types
|
2007-04-08 18:09:47 +00:00
|
|
|
# Listing every plugin separately for better control over binary packages
|
|
|
|
# containing exactly the plugins we want, nothing accidentally snuck in
|
|
|
|
# nor dropped.
|
2009-04-03 17:07:18 +00:00
|
|
|
%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
|
2007-04-08 18:09:47 +00:00
|
|
|
%if %{have_vidix}
|
2009-04-03 17:07:18 +00:00
|
|
|
%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
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # vidix
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_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
|
|
|
|
%{_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
|
2009-12-02 18:27:27 +00:00
|
|
|
%ifarch %{ix86}
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_qt.so
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # ix86
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_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
|
2009-12-02 18:27:27 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spuhdmv.so
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_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
|
2007-04-08 18:09:47 +00:00
|
|
|
%ifarch %ix86
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_w32dll.so
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # ix86
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_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
|
|
|
|
%{_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_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
|
2010-06-21 19:22:43 +00:00
|
|
|
%if 0%{?_enable_v4l:1}
|
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_pvr.so
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l.so
|
2010-02-24 15:07:47 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l2.so
|
2010-06-21 19:22:43 +00:00
|
|
|
%endif
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_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
|
2007-04-08 18:09:47 +00:00
|
|
|
%if %{have_vidix}
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_vidix.so
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # vidix
|
2010-06-21 17:20:33 +00:00
|
|
|
%if 0%{?_with_xcb:1}
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xcbshm.so
|
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xcbxv.so
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # xcb
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xshm.so
|
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xv.so
|
2010-06-21 19:22:43 +00:00
|
|
|
%if 0%{?_enable_xvmc:1}
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xvmc.so
|
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xxmc.so
|
2010-06-21 19:22:43 +00:00
|
|
|
%endif
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_wavpack.so
|
2006-12-08 07:31:46 +00:00
|
|
|
|
2010-06-21 19:22:43 +00:00
|
|
|
%if 0%{?_with_pa:1}
|
2009-11-30 02:08:09 +00:00
|
|
|
%if ! 0%{?pa_in_main}
|
2008-08-22 15:12:26 +00:00
|
|
|
%files pulseaudio
|
|
|
|
%defattr(-,root,root,-)
|
2009-11-30 02:08:09 +00:00
|
|
|
%endif
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_pulseaudio.so
|
2008-08-22 15:12:26 +00:00
|
|
|
%endif
|
|
|
|
|
2009-11-30 02:08:09 +00:00
|
|
|
%if 0%{!?_without_arts:1}
|
|
|
|
%files arts
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_arts.so
|
|
|
|
%endif
|
|
|
|
|
2007-08-25 21:23:05 +00:00
|
|
|
%files extras
|
|
|
|
%defattr(-,root,root,-)
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_esd.so
|
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_ao_out_jack.so
|
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_gdk_pixbuf.so
|
2007-04-08 18:09:47 +00:00
|
|
|
%if 0%{!?_without_imagemagick:1}
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_image.so
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # imagemagick
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_smb.so
|
2007-09-19 19:04:27 +00:00
|
|
|
%if %{with_aalib}
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_aa.so
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # aalib
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_caca.so
|
2006-12-08 07:31:46 +00:00
|
|
|
%if 0%{!?_without_directfb:1}
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_directfb.so
|
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xdirectfb.so
|
2007-09-19 19:04:27 +00:00
|
|
|
%endif # directfb
|
2009-04-03 17:07:18 +00:00
|
|
|
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_sdl.so
|
2006-10-30 18:32:55 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc __docs/hackersguide/*
|
|
|
|
%{_bindir}/xine-config
|
2008-04-16 21:05:40 +00:00
|
|
|
%{_bindir}/xine-list*
|
2006-10-30 18:32:55 +00:00
|
|
|
%{_datadir}/aclocal/xine.m4
|
|
|
|
%{_includedir}/xine.h
|
|
|
|
%{_includedir}/xine/
|
|
|
|
%{_libdir}/libxine.so
|
|
|
|
%{_libdir}/pkgconfig/libxine.pc
|
|
|
|
%{_mandir}/man1/xine-config.1*
|
2008-04-16 21:05:40 +00:00
|
|
|
%{_mandir}/man1/xine-list*.1*
|
2006-10-30 18:32:55 +00:00
|
|
|
|
2006-12-08 07:31:46 +00:00
|
|
|
|
2006-10-30 18:32:55 +00:00
|
|
|
%changelog
|
2010-05-31 21:55:59 +00:00
|
|
|
* Tue Jun 1 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.1.18.1-2
|
|
|
|
- Rebuild.
|
|
|
|
|
2010-03-07 23:49:54 +00:00
|
|
|
* Sun Mar 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.1.18.1-1
|
|
|
|
- xine-lib-1.1.18.1
|
|
|
|
|
2010-03-07 15:05:51 +00:00
|
|
|
* Sun Mar 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.1.18-2
|
|
|
|
- rebuild (ImageMagick)
|
|
|
|
|
2010-02-24 15:07:47 +00:00
|
|
|
* Wed Feb 24 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.1.18-1
|
|
|
|
- xine-lib-1.1.18, plugin-abi 1.28 (#567913)
|
|
|
|
|
2009-12-14 16:06:33 +00:00
|
|
|
* Sat Dec 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.17-3
|
|
|
|
- bump flac_decoder priority (rh#301861,xine#225)
|
|
|
|
|
2009-12-07 13:55:57 +00:00
|
|
|
* Mon Dec 07 2009 Bastien Nocera <bnocera@redhat.com> 1.1.17-2
|
|
|
|
- Remove gnome-vfs2 plugin, it's mostly useless
|
|
|
|
|
2009-12-02 18:27:27 +00:00
|
|
|
* Wed Dec 02 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.17-1
|
|
|
|
- xine-lib-1.1.17, plugin-abi 1.27
|
|
|
|
|
2009-11-30 02:08:09 +00:00
|
|
|
* Sun Nov 29 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.3-5
|
|
|
|
- move -pulseaudio into main pkg (f12+)
|
|
|
|
- update URL
|
|
|
|
|
2009-07-27 08:05:29 +00:00
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.16.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-02 17:24:14 +00:00
|
|
|
* Thu Jul 02 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.3-3
|
|
|
|
- rebuild (DirectFB)
|
|
|
|
|
2009-04-17 16:56:23 +00:00
|
|
|
* Fri Apr 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.3-2.1
|
|
|
|
- drop old_caca hacks/patches (F-9)
|
|
|
|
|
2009-04-10 15:17:17 +00:00
|
|
|
* Fri Apr 10 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.3-2
|
|
|
|
- fix modtracker mimetypes
|
|
|
|
|
2009-04-03 17:07:18 +00:00
|
|
|
* Fri Apr 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.3-1
|
|
|
|
- xine-lib-1.1.16.3, plugin-abi 1.26
|
|
|
|
|
2009-03-26 14:56:30 +00:00
|
|
|
* Thu Mar 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.2-6
|
|
|
|
- add-mime-for-mod.patch
|
|
|
|
|
2009-03-10 01:10:54 +00:00
|
|
|
* Tue Mar 10 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.1.16.2-5
|
|
|
|
- rebuild for new ImageMagick
|
|
|
|
|
2009-02-26 09:40:15 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.16.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-20 13:37:39 +00:00
|
|
|
* Fri Feb 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.2-3
|
|
|
|
- xine-lib-devel muiltilib conflict (#477226)
|
|
|
|
|
2009-02-17 21:23:03 +00:00
|
|
|
* Tue Feb 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.2-2
|
2009-02-20 13:37:39 +00:00
|
|
|
- xine-lib-safe-audio-pause3 patch (#486255, kdebug#180339)
|
2009-02-17 21:23:03 +00:00
|
|
|
|
2009-02-11 00:01:43 +00:00
|
|
|
* Tue Feb 10 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.1.16.2-1.1
|
|
|
|
- also patch the caca version check in configure(.ac)
|
|
|
|
|
2009-02-10 23:03:37 +00:00
|
|
|
* Tue Feb 10 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.2-1
|
|
|
|
- xine-lib-1.1.16.2
|
|
|
|
|
2009-02-09 13:38:55 +00:00
|
|
|
* Mon Feb 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.1-4
|
|
|
|
- gapless-race-fix patch (kdebug#180339)
|
|
|
|
|
2009-02-07 19:29:38 +00:00
|
|
|
* Sat Feb 07 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.1-3
|
2009-02-09 13:38:55 +00:00
|
|
|
- safe-audio-pause patch (kdebug#180339)
|
2009-02-07 19:29:38 +00:00
|
|
|
|
2009-01-26 16:58:47 +00:00
|
|
|
* Mon Jan 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.1-2
|
2009-04-03 17:07:18 +00:00
|
|
|
- Provides: xine-lib(plugin-abi)%%{?_isa} = %%{plugin_abi}
|
2009-01-26 16:58:47 +00:00
|
|
|
- touchup Summary/Description
|
|
|
|
|
2009-01-23 14:32:05 +00:00
|
|
|
* Fri Jan 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16.1-1
|
|
|
|
- xine-lib-1.1.16.1
|
|
|
|
- include avsync patch (#470568)
|
|
|
|
|
2009-01-18 21:01:33 +00:00
|
|
|
* Sun Jan 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16-2
|
|
|
|
- drop deepbind patch (#480504)
|
2009-01-18 22:33:17 +00:00
|
|
|
- caca support (EPEL)
|
2009-01-18 21:01:33 +00:00
|
|
|
|
2009-01-07 23:14:29 +00:00
|
|
|
* Wed Jan 07 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.1.16-1.1
|
|
|
|
- patch for old libcaca in F9-
|
|
|
|
|
2009-01-07 19:18:46 +00:00
|
|
|
* Wed Jan 07 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.16-1
|
|
|
|
- xine-lib-1.1.16, plugin ABI 1.25
|
2009-01-07 19:56:48 +00:00
|
|
|
- --with-external-libdvdnav, include mpeg demuxers (#213597)
|
2009-01-07 19:18:46 +00:00
|
|
|
|
2008-12-12 21:17:03 +00:00
|
|
|
* Fri Dec 12 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.1.15-4
|
|
|
|
- rebuild for pkgconfig deps
|
|
|
|
|
2008-10-28 03:57:04 +00:00
|
|
|
* Tue Oct 28 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.1.15-3
|
|
|
|
- rebuild for new libcaca
|
|
|
|
|
2008-10-23 17:52:26 +00:00
|
|
|
* Thu Oct 23 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.1.15-2
|
|
|
|
- respin
|
|
|
|
|
2008-08-22 15:12:26 +00:00
|
|
|
* Wed Aug 20 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.1.15-1
|
2008-08-15 19:38:41 +00:00
|
|
|
- xine-lib-1.1.15, plugin ABI 1.24 (rh#455752, CVE-2008-3231)
|
|
|
|
- Obsoletes: -arts (f9+)
|
|
|
|
|
2008-04-27 20:42:51 +00:00
|
|
|
* Sun Apr 27 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.1.12-3
|
|
|
|
- rebuild for new ImageMagick (6.4.0.10)
|
|
|
|
|
2008-04-24 11:57:39 +00:00
|
|
|
* Thu Apr 24 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.1.12-2
|
2008-04-24 13:16:29 +00:00
|
|
|
- CVE-2008-1878
|
2008-04-24 11:57:39 +00:00
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Wed Apr 16 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.1.12-1
|
2008-04-16 21:05:40 +00:00
|
|
|
- 1.1.12 (plugin ABI 1.21); qt, mkv, and pulseaudio patches applied upstream.
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Wed Apr 9 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.1.11.1-3
|
2008-04-09 19:36:16 +00:00
|
|
|
- Apply upstream fixes for Quicktime (#441705) and Matroska regressions
|
|
|
|
introduced in 1.1.11.1.
|
|
|
|
|
2008-04-07 13:09:55 +00:00
|
|
|
* Mon Apr 07 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.1.11.1-2
|
|
|
|
- pulse-rework2 patch (#439731)
|
|
|
|
- -pulseaudio subpkg (#439731)
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Sun Mar 30 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.1.11.1-1
|
2008-03-30 18:50:26 +00:00
|
|
|
- 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.
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Wed Mar 19 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.1.11-1
|
2008-03-19 19:51:59 +00:00
|
|
|
- 1.1.11 (security update, #438182, CVE-2008-0073).
|
|
|
|
- Drop jack and wavpack build conditionals.
|
|
|
|
- Specfile cleanups.
|
|
|
|
|
2008-03-07 14:31:37 +00:00
|
|
|
* Fri Mar 7 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.1.10.1-1.1
|
|
|
|
- xcb support for f7+ (#373411)
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Fri Feb 8 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.1.10.1-1
|
2008-02-08 19:46:29 +00:00
|
|
|
- 1.1.10.1 (security update, #431541).
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Sun Jan 27 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.1.10-2
|
2008-01-26 23:31:13 +00:00
|
|
|
- Include spu, spucc, and spucmml decoders (#213597).
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Sun Jan 27 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.1.10-1
|
2008-01-26 23:27:32 +00:00
|
|
|
- 1.1.10 (security update).
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Mon Jan 21 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.1.9.1-3
|
2008-01-23 17:04:56 +00:00
|
|
|
- Fix version number in libxine.pc (#429487).
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Sun Jan 20 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.1.9.1-2
|
2008-01-23 17:04:56 +00:00
|
|
|
- Disable upstream "discard buffers on ao close" 1.1.9 changeset (#429182).
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Sat Jan 12 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.1.9.1-1
|
2008-01-12 11:21:23 +00:00
|
|
|
- 1.1.9.1 (security update).
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Sun Jan 6 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.1.9-1
|
2008-01-06 21:51:14 +00:00
|
|
|
- 1.1.9.
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Thu Sep 27 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.8-6
|
2007-09-27 20:24:11 +00:00
|
|
|
- Enable wavpack support by default for all distros.
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Sun Sep 23 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.8-5
|
2007-09-24 19:29:46 +00:00
|
|
|
- Enable JACK support by default for all distros.
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Wed Sep 19 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.8-4
|
2007-09-19 19:32:59 +00:00
|
|
|
- Fix "--without wavpack" build.
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Sat Sep 15 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.8-3
|
2007-09-19 19:04:27 +00:00
|
|
|
- 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.
|
|
|
|
|
2007-09-09 14:50:02 +00:00
|
|
|
* Sun Sep 09 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.1.8-2
|
|
|
|
- remove the dependency from -extras to -arts, and use Obsoletes to
|
|
|
|
provide an upgrade path
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Thu Aug 30 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.8-1
|
2007-09-01 09:19:38 +00:00
|
|
|
- 1.1.8, "open" patch applied upstream.
|
|
|
|
- Build XCB plugins by default for Fedora 8+ only.
|
|
|
|
|
2007-08-25 21:23:05 +00:00
|
|
|
* Sat Aug 25 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.1.7-3
|
|
|
|
- Split the aRts plugin into its own subpackage
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Tue Aug 14 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.7-2
|
2007-08-14 11:59:58 +00:00
|
|
|
- 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+
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Thu Jun 7 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.7-1
|
2007-06-07 20:40:52 +00:00
|
|
|
- 1.1.7.
|
|
|
|
|
|
|
|
* Wed Jun 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.1.6-3
|
2007-06-06 16:23:53 +00:00
|
|
|
- respin (for libmpcdec)
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Wed Apr 25 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.6-2
|
2007-04-25 17:45:04 +00:00
|
|
|
- Make Real codec search path /usr/lib(64)/codecs again (#237743).
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Wed Apr 18 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.6-1
|
2007-04-18 17:57:19 +00:00
|
|
|
- 1.1.6.
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Wed Apr 11 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.5-1
|
2007-04-11 21:36:29 +00:00
|
|
|
- 1.1.5.
|
|
|
|
- Include GSM 06.10 decoder (#228186).
|
|
|
|
- Re-enable CACA support.
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Sun Apr 8 2007 Ville Skyttä <ville.skytta@iki.fi>
|
2007-04-08 18:09:47 +00:00
|
|
|
- Exclude vidix dir on systems that don't have vidix.
|
|
|
|
- Specfile cleanups.
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Mon Mar 26 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.4-4
|
2007-03-26 19:56:33 +00:00
|
|
|
- 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).
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Sat Mar 10 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.4-3
|
2007-03-10 22:13:01 +00:00
|
|
|
- Apply upstream fix for CVE-2007-1246.
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Wed Feb 14 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.4-2
|
2007-02-14 18:44:03 +00:00
|
|
|
- Rebuild.
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Wed Jan 31 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.4-1
|
2007-01-31 19:58:30 +00:00
|
|
|
- 1.1.4, with wavpack and system libmpcdec support.
|
|
|
|
|
2007-01-18 20:34:56 +00:00
|
|
|
* Thu Jan 18 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.1.3-4
|
|
|
|
- rebuild
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Wed Jan 3 2007 Ville Skyttä <ville.skytta@iki.fi> - 1.1.3-3
|
2007-01-03 20:27:13 +00:00
|
|
|
- Fix libflac decoder with FLAC < 1.1.3 (#220961).
|
|
|
|
- Apply upstream patch for FLAC >= 1.1.3.
|
|
|
|
|
2010-05-31 21:55:59 +00:00
|
|
|
* Sun Dec 17 2006 Ville Skyttä <ville.skytta@iki.fi> - 1.1.3-2
|
2006-12-17 11:41:11 +00:00
|
|
|
- Don't run autotools during build.
|
|
|
|
|
2006-12-08 07:31:46 +00:00
|
|
|
* Mon Dec 04 2006 Aurelien Bompard <abompard@fedoraproject.org> 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 <abompard@fedoraproject.org> 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
|
|
|
|
|
2006-10-30 18:32:55 +00:00
|
|
|
* Wed Oct 18 2006 Aurelien Bompard <abompard@fedoraproject.org> 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 <abompard@fedoraproject.org> 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 <abompard@fedoraproject.org> 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 <abompard@fedoraproject.org> 1.1.2-14
|
|
|
|
- update SOURCE1 to remove liba52 from tarball (patented)
|
|
|
|
|
|
|
|
* Tue Sep 12 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.1.2-13
|
|
|
|
- drop patches 2 and 4
|
|
|
|
|
|
|
|
* Fri Sep 08 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.1.2-12
|
|
|
|
- initial Fedora Extras package
|