commit 89a98016d811a2b305debda88e55d96a6222f4c728808a5e935203694f5717d8 Author: OBS User unknown Date: Thu Sep 18 02:39:49 2008 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/luvcview?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/luvcview-20070512.src.tar.gz b/luvcview-20070512.src.tar.gz new file mode 100644 index 0000000..20f1e46 --- /dev/null +++ b/luvcview-20070512.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2144398d845473b64d71c006284902cf8044ca8f2497e0301dc5508f64e1c3 +size 89405 diff --git a/luvcview.changes b/luvcview.changes new file mode 100644 index 0000000..849b985 --- /dev/null +++ b/luvcview.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Thu Aug 7 02:50:31 CEST 2008 - bphilips@suse.de + +- Initial add 20070512 + diff --git a/luvcview.spec b/luvcview.spec new file mode 100644 index 0000000..77118ec --- /dev/null +++ b/luvcview.spec @@ -0,0 +1,65 @@ +# +# spec file for package luvcview (Version 20070512) +# +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + + +Name: luvcview +%if %suse_version >= 1020 +BuildRequires: SDL-devel SDL_image-devel +%else +BuildRequires: SDL-devel +%endif +AutoReqProv: on +Group: Productivity/Multimedia/Video/Players +Summary: Simple V4L2 application using sdl +Version: 20070512 +Release: 2 +Source: %name-%version.src.tar.gz +Url: http://mxhaard.free.fr/spca50x/Investigation/uvc/ +License: GPL v2 or later +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +luvcview is a simple V4L2 application using sdl + + + +Authors: +-------- + Laurent Pinchart + Michel Xhaard + +%prep +%setup -n luvcview-%version + +%build +make + +%install +%{__mkdir_p} %{buildroot}%{_bindir} +%{__install} -s -m 755 luvcview %{buildroot}%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%{_bindir}/luvcview + +%changelog +* Thu Aug 07 2008 bphilips@suse.de +- Initial add 20070512 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4