Author: qboosh Date: Tue Jul 11 14:29:56 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - started update to 1.1.2, updated sparc,win32-path patches - polypaudio off by default (not ready for 0.8+)
---- Files affected: SPECS: xine-lib.spec (1.171 -> 1.172) ---- Diffs: ================================================================ Index: SPECS/xine-lib.spec diff -u SPECS/xine-lib.spec:1.171 SPECS/xine-lib.spec:1.172 --- SPECS/xine-lib.spec:1.171 Mon Apr 10 19:07:00 2006 +++ SPECS/xine-lib.spec Tue Jul 11 16:29:51 2006 @@ -1,5 +1,8 @@ # $Revision$, $Date$ # +# TODO: +# /usr/lib/xine/plugins/1.1.2/xineplug_decode_gdk_pixbuf.so +# # Conditional build: %bcond_without aalib # don't build aalib video output plugin %bcond_without alsa # don't build ALSA audio output plugin @@ -11,7 +14,7 @@ %bcond_without esd # don't build EsounD audio output plugin %bcond_without gnome # don't build gnome_vfs input plugin %bcond_without opengl # don't build OpenGL video output plugin -%bcond_without polypaudio # don't build polypaudio output plugin +%bcond_with polypaudio # build polypaudio output plugin %bcond_without samba # don't build SMB input plugin %bcond_without sdl # don't build SDL video output plugin %bcond_without stk # don't build stk video output plugin @@ -26,13 +29,13 @@ Summary(pl): Odtwarzacz filmów Summary(pt_BR): Xine, um player de video Name: xine-lib -Version: 1.1.1 -Release: 5 +Version: 1.1.2 +Release: 0.1 Epoch: 2 License: GPL Group: Libraries -Source0: http://dl.sourceforge.net/xine/%{name}-%{version}.tar.gz -# Source0-md5: b1f42602c776bb93e3cbf127e220cbfd +Source0: http://dl.sourceforge.net/xine/%{name}-%{version}.tar.bz2 +# Source0-md5: c4dd262c47caae6f428eb902ac8ec0e8 Patch0: %{name}-syncfb.patch Patch1: %{name}-nolibs.patch Patch2: %{name}-sparc.patch @@ -66,6 +69,7 @@ BuildRequires: libtool >= 0:1.4.2-9 BuildRequires: pkgconfig %{?with_polypaudio:BuildRequires: polypaudio-devel >= 0.6} +%{?with_polypaudio:BuildRequires: polypaudio-devel < 0.8} #%{?with_dxr3:BuildRequires: rte-devel} # only 0.4 supported BuildRequires: speex-devel >= 1:1.1.6 BuildRequires: vcdimager-devel >= 0.7.21 @@ -678,7 +682,8 @@ %build %{__libtoolize} -%{__gettextize} +# breaks DOMAIN (modified Makefile.in.in?) +#%%{__gettextize} %{__aclocal} -I m4 %{__autoconf} %{__automake} @@ -691,6 +696,7 @@ --enable-ipv6 \ %{?with_aalib:--with-aalib-prefix=/usr} \ --with-external-dvdnav \ + %{!?with_polypaudio:--disable-polypaudio} \ --with-w32-path=%{_libdir}/codecs \ --disable-optimizations # we use own RPM_OPT_FLAGS optimalizations @@ -707,7 +713,7 @@ # remove useless *.la files rm -f $RPM_BUILD_ROOT%{_pluginsdir}/{,vidix,post}/*.la -%find_lang xine-lib +%find_lang libxine1 %clean rm -rf $RPM_BUILD_ROOT @@ -715,7 +721,7 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files -f xine-lib.lang +%files -f libxine1.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog TODO %attr(755,root,root) %{_libdir}/libxine*.so.*.* @@ -999,6 +1005,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.172 2006/07/11 14:29:51 qboosh +- started update to 1.1.2, updated sparc,win32-path patches +- polypaudio off by default (not ready for 0.8+) + Revision 1.171 2006/04/10 17:07:00 glen - fix vo_out opengl/xshm permissions, rel 5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xine-lib.spec?r1=1.171&r2=1.172&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
