* Sun Jul 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.1.19-1
- 1.1.19
This commit is contained in:
parent
583b25cbeb
commit
016fec2ced
@ -1,2 +1,2 @@
|
||||
xine-lib-1.1.18.1-autotools.patch.bz2
|
||||
xine-lib-1.1.18.1-pruned.tar.bz2
|
||||
xine-lib-1.1.19-autotools.patch.bz2
|
||||
xine-lib-1.1.19-pruned.tar.bz2
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
e2c45d451fd9d8ad3be680237ff5bcdf xine-lib-1.1.18.1-autotools.patch.bz2
|
||||
55de212f416d9d366cad7520ccd7a539 xine-lib-1.1.18.1-pruned.tar.bz2
|
||||
e80686751441fb75ce075b097f1af75d xine-lib-1.1.19-autotools.patch.bz2
|
||||
552e3e38f1afb77428f6aaa08e13b0d2 xine-lib-1.1.19-pruned.tar.bz2
|
||||
|
@ -23,7 +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
|
||||
#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
|
||||
|
@ -3,7 +3,7 @@
|
||||
# - drop the opengl video out plugin?
|
||||
# - deprecate ESD support?
|
||||
|
||||
%define plugin_abi 1.28
|
||||
%define plugin_abi 1.29
|
||||
%define codecdir %{_libdir}/codecs
|
||||
|
||||
%ifarch %{ix86}
|
||||
@ -43,8 +43,8 @@
|
||||
|
||||
Summary: A multimedia engine
|
||||
Name: xine-lib
|
||||
Version: 1.1.18.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.1.19
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.xine-project.org/
|
||||
@ -131,6 +131,7 @@ BuildRequires: libsmbclient-devel
|
||||
BuildRequires: samba-common
|
||||
%endif
|
||||
BuildRequires: libdvdnav-devel
|
||||
BuildRequires: libdvdread-devel
|
||||
|
||||
%if 0%{?pa_in_main}
|
||||
Obsoletes: xine-lib-pulseaudio < 1.1.16.3-5
|
||||
@ -341,7 +342,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_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
|
||||
%ifarch %{ix86}
|
||||
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_w32dll.so
|
||||
%endif # ix86
|
||||
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_yuv.so
|
||||
@ -452,6 +453,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jul 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.1.19-1
|
||||
- 1.1.19
|
||||
|
||||
* Mon Jul 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.1.18.1-3
|
||||
- no directfb on arm (yet)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user