Author: sparky Date: Thu Jun 3 13:48:08 2010 GMT Module: packages Tag: HEAD ---- Log message: - BR: gettext-devel, jack-audio-connection-kit-devel, pkgconfig, rpm-pythonprov - qt BR: QtCore-devel, QtGui-devel
---- Files affected: packages/recordmydesktop: recordmydesktop.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: packages/recordmydesktop/recordmydesktop.spec diff -u packages/recordmydesktop/recordmydesktop.spec:1.25 packages/recordmydesktop/recordmydesktop.spec:1.26 --- packages/recordmydesktop/recordmydesktop.spec:1.25 Sat May 29 23:49:57 2010 +++ packages/recordmydesktop/recordmydesktop.spec Thu Jun 3 15:48:03 2010 @@ -21,22 +21,26 @@ # Source1-md5: 2637b9be9801e0b2c3b6dae8f86a8b59 Source2: http://downloads.sourceforge.net/recordmydesktop/qt-%{name}-%{version}.tar.gz # Source2-md5: bf1525740755615ae172ae27fef68fb5 -Patch0: cache_fix.patch -Patch1: x11_build_fix.patch +Patch0: cache_fix.patch +Patch1: x11_build_fix.patch URL: http://recordmydesktop.sourceforge.net/ +%if %{with qt} +BuildRequires: QtCore-devel +BuildRequires: QtGui-devel +%endif BuildRequires: alsa-lib-devel BuildRequires: autoconf BuildRequires: automake +BuildRequires: gettext-devel +BuildRequires: jack-audio-connection-kit-devel BuildRequires: libogg-devel BuildRequires: libtheora-devel BuildRequires: libvorbis-devel -%if %{with gtk} +BuildRequires: pkgconfig +%{?with_qt:BuildRequires: python-PyQt4-devel} BuildRequires: python-devel -BuildRequires: python-pygtk-devel -%endif -%if %{with qt} -BuildRequires: python-PyQt4-devel -%endif +%{?with_gtk:BuildRequires: python-pygtk-devel} +BuildRequires: rpm-pythonprov BuildRequires: xorg-lib-libICE-devel BuildRequires: xorg-lib-libSM-devel BuildRequires: xorg-lib-libXdamage-devel @@ -74,8 +78,8 @@ Summary(pl.UTF-8): Frontend do recordmydesktop oparty na Qt Group: X11/Applications Requires: %{name} = %{version}-%{release} +Requires: /usr/bin/jack_lsp Requires: python-PyQt4 -Requires: /usr/bin/jack_lsp %description qt Qt frontend for recordmydesktop. @@ -185,6 +189,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2010/06/03 13:48:03 sparky +- BR: gettext-devel, jack-audio-connection-kit-devel, pkgconfig, rpm-pythonprov +- qt BR: QtCore-devel, QtGui-devel + Revision 1.25 2010/05/29 21:49:57 mmazur - rel 5; fixed building and made qt gui work - stbr someone ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/recordmydesktop/recordmydesktop.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
