Overview

Request 267 (accepted)

Update to ver 1.6.1, does not build for 11.4 anymore.

Submit package home:zaitor:branches:Essentials / guvcview to package Essentials / guvcview

guvcview.changes Changed
x
 
1
@@ -1,4 +1,21 @@
2
 -------------------------------------------------------------------
3
+Fri Sep 20 12:27:00 UTC 2012 - zaitor@opensuse.org
4
+
5
+- Update to version 1.6.1:
6
+  + Fix build with latest libavcodec.
7
+  + Fix audio codecs listing.
8
+  + Fix audio codecs (AC3 and AAC) input format for latest
9
+    libavcodec API (float).
10
+  + Add support for delayed frames in video encoding.
11
+- Changes since version 1.6.0:
12
+  + Run audio in separate thread.
13
+  + Update audio buffer.
14
+  + Move pulse audio interface from simple to async API.
15
+  + Add pulse device list.
16
+  + Enable build of pulse API by default.
17
+- Added new build dependency, intltool. 
18
+
19
+-------------------------------------------------------------------
20
 Sun May 20 14:28:10 UTC 2012 - zaitor@opensuse.org
21
 
22
 - Update to version 1.5.3:
23
guvcview.spec Changed
28
 
1
@@ -13,7 +13,7 @@
2
 # published by the Open Source Initiative.
3
 
4
 Name:           guvcview
5
-Version:        1.5.3
6
+Version:        1.6.1
7
 Release:        0
8
 # Reference to GPL-2.0 in some files?
9
 License:        GPL-3.0
10
@@ -25,6 +25,7 @@
11
 BuildRequires:  fdupes
12
 BuildRequires:  gettext
13
 BuildRequires:  gtk3-devel
14
+BuildRequires:  intltool
15
 BuildRequires:  libffmpeg_oldabi-devel
16
 BuildRequires:  libpng-devel
17
 BuildRequires:  libudev-devel
18
@@ -48,8 +49,7 @@
19
 %build
20
 CPPFLAGS=-I/usr/include/ffmpeg
21
 export CPPFLAGS
22
-%configure --enable-pulse \
23
-           --disable-debian-menu \
24
+%configure --disable-debian-menu \
25
       --disable-desktop
26
 make %{?_smp_mflags}
27
 
28
guvcview-src-1.5.3.tar.gz -> guvcview-src-1.6.1.tar.gz Changed
Refresh
Refresh
Request History
Bjørn Lie's avatar

zaitor created request over 11 years ago

Update to ver 1.6.1, does not build for 11.4 anymore.


Peter Linnell's avatar

mrdocs accepted request over 12 years ago

Looks good to me. I think 11.4 can be fixed simply with an additional dependency.