Accepting request 1077853 from home:amanzini:branches:multimedia:apps

- Update to version 1.9.0
  * Increase the socket timeout, extra logging
  * Fixup a/v/batt syncing
  * Fix the White-Balance menu
  * Fix battery value parsing
  * Support ayatana-appindicator
  * Continue trying when setting audio hwparams fails

OBS-URL: https://build.opensuse.org/request/show/1077853
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/droidcam?expand=0&rev=10
This commit is contained in:
2023-04-14 08:07:03 +00:00
committed by Git OBS Bridge
parent 319078edae
commit be1fdc5ff4
6 changed files with 29 additions and 19 deletions
+11
View File
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Apr 7 09:38:41 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 1.9.0
* Increase the socket timeout, extra logging
* Fixup a/v/batt syncing
* Fix the White-Balance menu
* Fix battery value parsing
* Support ayatana-appindicator
* Continue trying when setting audio hwparams fails
-------------------------------------------------------------------
Mon May 16 20:35:05 UTC 2022 - Grover Chou <groverchout@opensuse.org>
+4 -5
View File
@@ -1,7 +1,7 @@
#
# spec file for package droidcam
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: droidcam
Version: 1.8.2
Version: 1.9.0
Release: 0
Summary: Program to turn a mobile device into a webcam
License: GPL-2.0-or-later
@@ -41,7 +41,7 @@ BuildRequires: pkgconfig(libswscale)
# BuildRequires: pkgconfig(libusbmuxd-2.0)
BuildRequires: libusbmuxd-devel
BuildRequires: pkgconfig(speex)
Requires: hicolor-icon-theme
Requires: hicolor-icon-theme >= 0.17
Requires: kmod(v4l2loopback.ko)
# USB connection uses adb for Android, other
# options are usbmuxd (iOS) or Wifi
@@ -65,8 +65,7 @@ It can be used with chat programs like Skype, Zoom, Teams, or with
live streaming programs like OBS.
%prep
%setup -q
%autopatch -p1
%autosetup -p1
%build
export USBMUXDLIBS="`pkg-config --silence-errors --libs libusbmuxd-2.0 || pkg-config --silence-errors --libs libusbmuxd`"
@@ -1,8 +1,8 @@
diff --git a/src/droidcam.c b/src/droidcam.c
index cad1ee4..7a6ff4c 100644
--- a/src/droidcam.c
+++ b/src/droidcam.c
@@ -43,7 +43,7 @@ struct settings g_settings = {0};
Index: droidcam-1.9.0/src/droidcam.c
===================================================================
--- droidcam-1.9.0.orig/src/droidcam.c
+++ droidcam-1.9.0/src/droidcam.c
@@ -50,7 +50,7 @@ struct settings g_settings = {0};
extern const char *thread_cmd_val_str;
extern char snd_device[32];
extern char v4l2_device[32];
@@ -11,7 +11,7 @@ index cad1ee4..7a6ff4c 100644
void * AudioThreadProc(void * args);
void * VideoThreadProc(void * args);
@@ -416,7 +416,7 @@ ERROR:
@@ -425,7 +425,7 @@ ERROR:
// Example discussion: https://github.com/dino/dino/issues/98
#if 1
static void add_indicator(GtkWidget *window) {
@@ -20,7 +20,7 @@ index cad1ee4..7a6ff4c 100644
GtkWidget *menu = gtk_menu_new();
GtkWidget *name_menu_item = gtk_menu_item_new_with_label("Droidcam");
GtkWidget *show_menu_item = gtk_menu_item_new_with_label("Show");
@@ -464,7 +464,7 @@ int main(int argc, char *argv[])
@@ -473,7 +473,7 @@ int main(int argc, char *argv[])
gtk_window_set_resizable(GTK_WINDOW(window), FALSE);
gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_NONE);
gtk_container_set_border_width(GTK_CONTAINER(window), 4);
@@ -1,7 +1,7 @@
diff --git a/src/decoder.c b/src/decoder.c
index 5c72ceb..a408d72 100644
--- a/src/decoder.c
+++ b/src/decoder.c
Index: droidcam-1.9.0/src/decoder.c
===================================================================
--- droidcam-1.9.0.orig/src/decoder.c
+++ droidcam-1.9.0/src/decoder.c
@@ -31,6 +31,15 @@ extern "C"
}
#endif
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f18c6768572571c59bfe08ac70e24612e08fc3d887c127ff47899252d3dc662
size 84797
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd82019974f8d349fba6325798b9c745e742867bd34d66bb7c04651badc29c1d
size 85083