Author: charles Date: Sun Mar 7 15:05:13 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.1.18 - BR: faad2-devel, ffmpeg-devel - updated TODO
---- Files affected: packages/xine-lib: xine-lib.spec (1.258 -> 1.259) ---- Diffs: ================================================================ Index: packages/xine-lib/xine-lib.spec diff -u packages/xine-lib/xine-lib.spec:1.258 packages/xine-lib/xine-lib.spec:1.259 --- packages/xine-lib/xine-lib.spec:1.258 Thu Mar 4 15:09:26 2010 +++ packages/xine-lib/xine-lib.spec Sun Mar 7 16:05:06 2010 @@ -1,6 +1,6 @@ # $Revision$, $Date$ # TODO -# - --with-external-ffmpeg +# - fix build --with-external-dvdnav # # Conditional build: %bcond_without aalib # don't build aalib video output plugin @@ -34,13 +34,13 @@ Summary(pl.UTF-8): Odtwarzacz filmów Summary(pt_BR.UTF-8): Xine, um player de video Name: xine-lib -Version: 1.1.17 -Release: 3 +Version: 1.1.18 +Release: 1 Epoch: 2 License: GPL Group: Libraries Source0: http://dl.sourceforge.net/xine/%{name}-%{version}.tar.bz2 -# Source0-md5: 25aea3cae7d8e2fb091941454fcfab54 +# Source0-md5: 2313c279bc99303cd12d4ee0ac826e20 Patch0: %{name}-nolibs.patch Patch1: %{name}-win32-path.patch Patch2: %{name}-am.patch @@ -59,6 +59,8 @@ BuildRequires: autoconf >= 2.53 BuildRequires: automake >= 1:1.8.1 %{?with_esd:BuildRequires: esound-devel >= 0.2.8} +BuildRequires: faad2-devel +BuildRequires: ffmpeg-devel BuildRequires: flac-devel BuildRequires: gettext-devel %{?with_gnome:BuildRequires: gnome-vfs2-devel} @@ -98,7 +100,7 @@ %define _noautoreqdep libGL.so.1 libGLU.so.1 # based on libtool numbers -%define _pluginsdir %{_libdir}/xine/plugins/1.27 +%define _pluginsdir %{_libdir}/xine/plugins/1.28 %define specflags -fomit-frame-pointer @@ -785,16 +787,18 @@ %{__autoconf} %{__automake} %configure \ - %{?with_alsa:--enable-alsa} \ - %{!?with_alsa:--disable-alsa} \ + %{!?with_aalib:--disable-aalib} \ + %{!?with_alsa:--without-alsa} \ %{?with_directfb:--enable-directfb} \ - %{?with_dxr3:--enable-dxr3}%{!?with_dxr3:--disable-dxr3} \ + %{!?with_dxr3:--disable-dxr3} \ + %{!?with_esd:--without-esound} \ %{!?with_gdkpixbuf:--disable-gdkpixbuf} \ --enable-ipv6 \ - %{!?with_pulseaudio:--disable-pulseaudio} \ + %{!?with_pulseaudio:--without-pulseaudio} \ %{!?with_smb:--disable-samba} \ %{?with_aalib:--with-aalib-prefix=/usr} \ --with-external-dvdnav \ + --with-external-ffmpeg \ --with-external-libmpcdec \ %{?with_fusionsound:--with-fusionsound} \ --with-libflac \ @@ -987,6 +991,7 @@ %files -n xine-input-v4l %defattr(644,root,root,755) %attr(755,root,root) %{_pluginsdir}/xineplug_inp_v4l.so +%attr(755,root,root) %{_pluginsdir}/xineplug_inp_v4l2.so %files -n xine-input-vcd %defattr(644,root,root,755) @@ -1152,6 +1157,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.259 2010/03/07 15:05:06 charles +- updated to 1.1.18 +- BR: faad2-devel, ffmpeg-devel +- updated TODO + Revision 1.258 2010/03/04 14:09:26 baggins - rel 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xine-lib/xine-lib.spec?r1=1.258&r2=1.259&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
