Author: baggins Date: Thu Mar 3 11:27:17 2011 GMT Module: packages Tag: HEAD ---- Log message: - initial revision
---- Files affected: packages/guvcview: guvcview.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/guvcview/guvcview.spec diff -u /dev/null packages/guvcview/guvcview.spec:1.1 --- /dev/null Thu Mar 3 12:27:17 2011 +++ packages/guvcview/guvcview.spec Thu Mar 3 12:27:11 2011 @@ -0,0 +1,61 @@ +# $Revision$, $Date$ +Summary: GTK+ base UVC Viewer +#Summary(pl.UTF-8): - +Name: guvcview +Version: 1.4.4 +Release: 0.1 +License: GPL v3 +Group: Applications/Multimedia +Source0: http://download.berlios.de/guvcview/%{name}-src-%{version}.tar.gz +# Source0-md5: 5a71d271c23476bdec3c7ae32dc7b0ca +URL: http://guvcview.berlios.de/ +BuildRequires: ffmpeg-devel +BuildRequires: glib2-devel >= 1:2.10.0 +BuildRequires: gtk+2-devel >= 2:2.14.0 +BuildRequires: libpng-devel +BuildRequires: libv4l-devel +BuildRequires: portaudio-devel +BuildRequires: udev-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +guvcview is a simple GTK+ interface for capturing and viewing video +from devices supported by the Linux UVC driver. + +#%description -l pl.UTF-8 + +%prep +%setup -q -n %{name}-src-%{version} + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO.tasks +%attr(755,root,root) %{_bindir}/* +%{_desktopdir}/guvcview.desktop +%{_pixmapsdir}/guvcview +%{_mandir}/man1/guvcview.1* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/03/03 11:27:11 baggins +- initial revision + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
