Author: thm
Update of /cvs/free/rpms/guvcview/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32633/devel
Modified Files:
.cvsignore guvcview.spec sources
Log Message:
Update to latest git version, for FFmpeg compatibility.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/guvcview/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 7 May 2012 17:12:13 -0000 1.11
+++ .cvsignore 16 Jul 2012 18:04:53 -0000 1.12
@@ -1 +1 @@
-guvcview-src-1.5.3.tar.gz
+guvcview-src-v1.6.0-6-gd7e9ed3.tar.gz
Index: guvcview.spec
===================================================================
RCS file: /cvs/free/rpms/guvcview/devel/guvcview.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- guvcview.spec 11 Jul 2012 18:00:18 -0000 1.13
+++ guvcview.spec 16 Jul 2012 18:04:54 -0000 1.14
@@ -1,13 +1,14 @@
Name: guvcview
-Version: 1.5.3
-Release: 3%{?dist}
+Version: 1.6.1
+Release: 0.1.20120714gitd7e9ed30%{?dist}
Summary: GTK+ UVC Viewer and Capturer
Group: Amusements/Graphics
# fixme: ask upstream about license, many source files claim to be
# under GPLv2+
License: GPLv3+
URL:
http://guvcview.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
+#Source0:
http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
+Source0: guvcview-src-v1.6.0-6-gd7e9ed3.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
@@ -33,15 +34,16 @@
%prep
-%setup -q -n %{name}-src-%{version}
+#setup -q -n %{name}-src-%{version}
+%setup -q -c %{name}-src-%{version}
find src -type f -exec chmod u=rw,go=r {} \;
%build
CPPFLAGS=-I/usr/include/ffmpeg
export CPPFLAGS
-%configure --enable-pulse --disable-debian-menu
-make %{?_smp_mflags}
+%configure --disable-debian-menu
+make V=1 -k %{?_smp_mflags}
%install
@@ -73,6 +75,11 @@
%changelog
+* Mon Jul 16 2012 Thomas Moschny <thomas.moschny(a)gmx.de> -
1.6.1-0.1.20120714gitd7e9ed30
+- Update to latest git version, for FFmpeg compatibility.
+- Pulseaudio support is enabled per default now.
+- Enable more verbose compile output.
+
* Wed Jul 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.5.3-3
- Rebuilt for libudev1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/guvcview/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 7 May 2012 17:12:14 -0000 1.11
+++ sources 16 Jul 2012 18:04:54 -0000 1.12
@@ -1 +1 @@
-8b7e65c8645b5de7c7072b4dd29158c2 guvcview-src-1.5.3.tar.gz
+c39bcf55d96f6ea1c663fee89e0836d7 guvcview-src-v1.6.0-6-gd7e9ed3.tar.gz