Author: arvenil Date: Tue Mar 20 18:33:38 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - added xvidcap-ffmpeg.patch (merged from HEAD) - BR: scrollkeeper (merged from HEAD) - BR: libglade2-devel - added AUTHORS
---- Files affected: SPECS: xvidcap.spec (1.13.2.1 -> 1.13.2.2) ---- Diffs: ================================================================ Index: SPECS/xvidcap.spec diff -u SPECS/xvidcap.spec:1.13.2.1 SPECS/xvidcap.spec:1.13.2.2 --- SPECS/xvidcap.spec:1.13.2.1 Fri Dec 8 18:44:01 2006 +++ SPECS/xvidcap.spec Tue Mar 20 19:33:32 2007 @@ -12,14 +12,17 @@ Source0: http://dl.sourceforge.net/xvidcap/%{name}-%{version}.tar.gz # Source0-md5: 35a038dba807f6e09f1d9dd2bc0c5719 Patch0: %{name}-destdir.patch +Patch1: %{name}-ffmpeg.patch URL: http://xvidcap.sourceforge.net/ BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: ffmpeg-devel >= 0.4.9-3.20050806 BuildRequires: gtk+2-devel >= 2.0.0 +BuildRequires: libglade2-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: pkgconfig +BuildRequires: scrollkeeper BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -46,6 +49,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__aclocal} @@ -70,7 +74,7 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%doc ChangeLog README TODO.tasks +%doc AUTHORS ChangeLog README TODO.tasks %attr(755,root,root) %{_bindir}/* %dir %{_datadir}/%{name} %attr(755,root,root) %{_datadir}/%{name}/ppm2mpeg.sh @@ -90,6 +94,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13.2.2 2007/03/20 18:33:32 arvenil +- added xvidcap-ffmpeg.patch (merged from HEAD) +- BR: scrollkeeper (merged from HEAD) +- BR: libglade2-devel +- added AUTHORS + Revision 1.13.2.1 2006/12/08 17:44:01 glen - merged 1.1.4p1 from HEAD ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xvidcap.spec?r1=1.13.2.1&r2=1.13.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
