Hello community,

here is the log from the commit of package screencast for openSUSE:Factory 
checked in at 2018-01-10 23:32:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/screencast (Old)
 and      /work/SRC/openSUSE:Factory/.screencast.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "screencast"

Wed Jan 10 23:32:14 2018 rev:1 rq:556875 version:0.1.9

Changes:
--------
New Changes file:

--- /dev/null   2018-01-05 12:14:39.755488130 +0100
+++ /work/SRC/openSUSE:Factory/.screencast.new/screencast.changes       
2018-01-10 23:32:16.728157985 +0100
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Wed Nov  8 10:16:42 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.1.9:
+  * [FIX] Don't create a subfolder on every launch
+  * Recording microphone and desktop sounds at the same time
+  * Updated German Translation
+  * Added gschema.xml-file
+- Switch from bzr to git
+- Rename the package: eidete -> screencast
+- Spec file cleanup
+
+-------------------------------------------------------------------
+Sat Feb 27 18:47:32 UTC 2016 - mailaen...@opensuse.org
+
+- initial packaging (version 0.2+r201) for build.opensuse.org

New:
----
  screencast-0.1.9.tar.gz
  screencast.changes
  screencast.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ screencast.spec ++++++
#
# spec file for package screencast
#
# Copyright (c) 2017 SUSE LINUX 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:           screencast
Version:        0.1.9
Release:        0
Summary:        A simple screencasting application
License:        GPL-3.0+
Group:          Productivity/Multimedia/Video/Editors and Convertors
URL:            https://launchpad.net/eidete
Source:         
https://github.com/artemanufrij/screencast/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  cmake
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  hicolor-icon-theme
BuildRequires:  intltool
BuildRequires:  pkgconfig
BuildRequires:  update-desktop-files
BuildRequires:  vala
BuildRequires:  pkgconfig(gdk-x11-3.0)
BuildRequires:  pkgconfig(granite)
BuildRequires:  pkgconfig(gstreamer-1.0)
BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libwnck-3.0)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xtst)
Recommends:     %{name}-lang
Provides:       eidete = %{version}
Obsoletes:      eidete < %{version}
%glib2_gsettings_schema_requires

%description
A simple screencasting application for the elementary OS.

Current features:
  * encoding to webm
  * selection of the area to be recorded
  * display of the pressed keys
  * audio recording

%lang_package

%prep
%setup -q

sed -i 's/\bmetainfo\b/appdata/' $(grep -rwl 'metainfo')

%build
%cmake \
   -DGSETTINGS_COMPILE=OFF
make %{?_smp_mflags}

%install
%cmake_install

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
mv 
%{buildroot}%{_datadir}/icons/hicolor/{,scalable/apps/}artemanufrij.screencast.svg

%suse_update_desktop_file -r com.github.artemanufrij.screencast GTK AudioVideo 
Video Recorder
%find_lang com.github.artemanufrij.screencast %{name}.lang
%fdupes %{buildroot}%{_datadir}

%post
%icon_theme_cache_post
%desktop_database_post
%glib2_gsettings_schema_post

%postun
%icon_theme_cache_postun
%desktop_database_postun
%glib2_gsettings_schema_postun

%files
%doc debian/copyright README.md
%{_bindir}/com.github.artemanufrij.screencast
%dir %{_datadir}/appdata
%{_datadir}/appdata/com.github.artemanufrij.screencast.appdata.xml
%{_datadir}/applications/com.github.artemanufrij.screencast.desktop
%{_datadir}/glib-2.0/schemas/com.github.artemanufrij.screencast.gschema.xml
%{_datadir}/icons/hicolor/*/apps/artemanufrij.screencast.??g

%files lang -f %{name}.lang

%changelog

Reply via email to