* Wed Apr 25 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.1.6-2
- Make Real codec search path /usr/lib(64)/codecs again (#237743).
This commit is contained in:
parent
942ecd933a
commit
6593b35827
@ -12,7 +12,7 @@
|
|||||||
Summary: Xine library
|
Summary: Xine library
|
||||||
Name: xine-lib
|
Name: xine-lib
|
||||||
Version: 1.1.6
|
Version: 1.1.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://xinehq.de/
|
URL: http://xinehq.de/
|
||||||
@ -124,6 +124,7 @@ export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)"
|
|||||||
%configure --disable-dependency-tracking \
|
%configure --disable-dependency-tracking \
|
||||||
--with-xv-path=%{_libdir} \
|
--with-xv-path=%{_libdir} \
|
||||||
--with-w32-path=%{codecdir} \
|
--with-w32-path=%{codecdir} \
|
||||||
|
--with-real-codecs-path=%{codecdir} \
|
||||||
--with-external-ffmpeg \
|
--with-external-ffmpeg \
|
||||||
--with-external-libmpcdec \
|
--with-external-libmpcdec \
|
||||||
--with-libflac \
|
--with-libflac \
|
||||||
@ -182,8 +183,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING COPYING.LIB CREDITS ChangeLog* README TODO
|
%doc AUTHORS COPYING COPYING.LIB CREDITS ChangeLog* README TODO
|
||||||
%doc __docs/README.* __docs/faq.*
|
%doc __docs/README.* __docs/faq.*
|
||||||
%dir %{codecdir}
|
%dir %{codecdir}/
|
||||||
%{_datadir}/xine
|
%{_datadir}/xine/
|
||||||
%{_libdir}/libxine.so.*
|
%{_libdir}/libxine.so.*
|
||||||
%{_mandir}/man5/xine.5*
|
%{_mandir}/man5/xine.5*
|
||||||
%dir %{_libdir}/xine/
|
%dir %{_libdir}/xine/
|
||||||
@ -314,6 +315,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 25 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.1.6-2
|
||||||
|
- Make Real codec search path /usr/lib(64)/codecs again (#237743).
|
||||||
|
|
||||||
* Wed Apr 18 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.1.6-1
|
* Wed Apr 18 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.1.6-1
|
||||||
- 1.1.6.
|
- 1.1.6.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user