Hello community,
here is the log from the commit of package simplescreenrecorder for
openSUSE:Factory checked in at 2016-11-16 13:32:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/simplescreenrecorder (Old)
and /work/SRC/openSUSE:Factory/.simplescreenrecorder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "simplescreenrecorder"
Changes:
--------
---
/work/SRC/openSUSE:Factory/simplescreenrecorder/simplescreenrecorder.changes
2016-10-20 23:09:46.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.simplescreenrecorder.new/simplescreenrecorder.changes
2016-11-16 13:32:59.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 15 17:08:12 UTC 2016 - [email protected]
+
+- Update to 0.3.8 (since 0.3.7):
+ * Revert sample rate to 44.1 kHz for FLV container.
+
+-------------------------------------------------------------------
Old:
----
0.3.7.tar.gz
New:
----
0.3.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ simplescreenrecorder.spec ++++++
--- /var/tmp/diff_new_pack.a396z0/_old 2016-11-16 13:33:00.000000000 +0100
+++ /var/tmp/diff_new_pack.a396z0/_new 2016-11-16 13:33:00.000000000 +0100
@@ -17,7 +17,7 @@
Name: simplescreenrecorder
-Version: 0.3.7
+Version: 0.3.8
Release: 0
Summary: A feature-rich screen recorder that supports X11 and OpenGL
License: GPL-3.0+
++++++ 0.3.7.tar.gz -> 0.3.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ssr-0.3.7/CHANGELOG.md new/ssr-0.3.8/CHANGELOG.md
--- old/ssr-0.3.7/CHANGELOG.md 2016-10-16 00:30:03.000000000 +0200
+++ new/ssr-0.3.8/CHANGELOG.md 2016-11-07 01:21:01.000000000 +0100
@@ -6,6 +6,11 @@
- ?
+Version 0.3.8
+-------------
+
+- Revert sample rate to 44.1 kHz for FLV container, since it does not support
48 kHz.
+
Version 0.3.7
-------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ssr-0.3.7/README.md new/ssr-0.3.8/README.md
--- old/ssr-0.3.7/README.md 2016-10-16 00:30:03.000000000 +0200
+++ new/ssr-0.3.8/README.md 2016-11-07 01:21:01.000000000 +0100
@@ -20,7 +20,7 @@
- GCC (>= 4.6) and make
- pkg-config
-- Qt 4
+- Qt 4 (Qt 5 is also possible, but still has some stability issues)
- ffmpeg or libav (libavformat, libavcodec, libavutil, libswscale)
- ALSA library
- PulseAudio library (optional, disable with --without-pulseaudio)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ssr-0.3.7/configure new/ssr-0.3.8/configure
--- old/ssr-0.3.7/configure 2016-10-16 00:30:03.000000000 +0200
+++ new/ssr-0.3.8/configure 2016-11-07 01:21:01.000000000 +0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for simplescreenrecorder 0.3.7.
+# Generated by GNU Autoconf 2.69 for simplescreenrecorder 0.3.8.
#
# Report bugs to <[email protected]>.
#
@@ -590,8 +590,8 @@
# Identity of this package.
PACKAGE_NAME='simplescreenrecorder'
PACKAGE_TARNAME='simplescreenrecorder'
-PACKAGE_VERSION='0.3.7'
-PACKAGE_STRING='simplescreenrecorder 0.3.7'
+PACKAGE_VERSION='0.3.8'
+PACKAGE_STRING='simplescreenrecorder 0.3.8'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL='http://www.maartenbaert.be/simplescreenrecorder/'
@@ -1376,7 +1376,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures simplescreenrecorder 0.3.7 to adapt to many kinds of
systems.
+\`configure' configures simplescreenrecorder 0.3.8 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1447,7 +1447,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of simplescreenrecorder 0.3.7:";;
+ short | recursive ) echo "Configuration of simplescreenrecorder 0.3.8:";;
esac
cat <<\_ACEOF
@@ -1586,7 +1586,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-simplescreenrecorder configure 0.3.7
+simplescreenrecorder configure 0.3.8
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2076,7 +2076,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by simplescreenrecorder $as_me 0.3.7, which was
+It was created by simplescreenrecorder $as_me 0.3.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2946,7 +2946,7 @@
# Define the identity of the package.
PACKAGE='simplescreenrecorder'
- VERSION='0.3.7'
+ VERSION='0.3.8'
cat >>confdefs.h <<_ACEOF
@@ -19053,7 +19053,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by simplescreenrecorder $as_me 0.3.7, which was
+This file was extended by simplescreenrecorder $as_me 0.3.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19120,7 +19120,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-simplescreenrecorder config.status 0.3.7
+simplescreenrecorder config.status 0.3.8
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ssr-0.3.7/configure.ac new/ssr-0.3.8/configure.ac
--- old/ssr-0.3.7/configure.ac 2016-10-16 00:30:03.000000000 +0200
+++ new/ssr-0.3.8/configure.ac 2016-11-07 01:21:01.000000000 +0100
@@ -1,4 +1,4 @@
-AC_INIT([simplescreenrecorder], [0.3.7], [[email protected]],
[simplescreenrecorder], [http://www.maartenbaert.be/simplescreenrecorder/])
+AC_INIT([simplescreenrecorder], [0.3.8], [[email protected]],
[simplescreenrecorder], [http://www.maartenbaert.be/simplescreenrecorder/])
AC_CONFIG_SRCDIR([src/Main.cpp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ssr-0.3.7/src/GUI/PageRecord.cpp
new/ssr-0.3.8/src/GUI/PageRecord.cpp
--- old/ssr-0.3.7/src/GUI/PageRecord.cpp 2016-10-16 00:30:03.000000000
+0200
+++ new/ssr-0.3.8/src/GUI/PageRecord.cpp 2016-11-07 01:21:01.000000000
+0100
@@ -471,6 +471,11 @@
bool jack_connect_system_playback =
page_input->GetJackConnectSystemPlayback();
#endif
+ // override sample rate for problematic cases (these are hard-coded for
now)
+ if(page_output->GetContainer() == PageOutput::CONTAINER_OTHER &&
page_output->GetContainerAVName() == "flv") {
+ m_audio_sample_rate = 44100;
+ }
+
// get the glinject settings
QString glinject_channel = page_input->GetGLInjectChannel();
bool glinject_relax_permissions =
page_input->GetGLInjectRelaxPermissions();