Changes of Revision 2
snowmix.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Fri May 17 19:08:30 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
4
+
5
+- Fixed tumbleweed build
6
+- Spec cleanup
7
+
8
+-------------------------------------------------------------------
9
Sun Dec 13 14:53:52 UTC 2015 - avvissu@yandex.ru
10
11
- Initial build
12
snowmix.spec
Changed
58
1
2
#
3
# spec file for package snowmix
4
#
5
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
6
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
7
#
8
# All modifications and additions to the file contributed by third parties
9
# remain the property of their copyright owners, unless otherwise agreed
10
11
# license that conforms to the Open Source Definition (Version 1.9)
12
# published by the Open Source Initiative.
13
14
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
15
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
16
#
17
18
19
20
Summary: Live Video Mixer
21
License: GPL-3.0
22
Group: Productivity/Multimedia/Video/Editors and Convertors
23
-Url: http://snowmix.sourceforge.net/
24
-Source0: http://sourceforge.net/projects/snowmix/files/%{srcname}-%{version}.tar.gz
25
+URL: http://snowmix.sourceforge.net/
26
+Source0: https://sourceforge.net/projects/snowmix/files/%{srcname}-%{version}.tar.gz
27
# PATCH-FIX-OPENSUSE dir.patch avvissu@yandex.ru -- Change symbolic links
28
Patch0: Snowmix-0.5.1_dir.patch
29
BuildRequires: autoconf
30
31
Requires: gstreamer-plugins-libav
32
Requires: gstreamer-plugins-ugly
33
Requires: gstreamer-utils
34
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
35
36
%description
37
Snowmix is a Swiss army knife tool for mixing live and recorded video and
38
39
%patch0 -p1
40
41
%build
42
-export LIBS="-ltcl8.6"
43
+export LIBS="$(pkg-config --libs tcl gobject-2.0)"
44
autoreconf -fiv
45
46
# Use datadir instead of libdir: libraries are mostly written in tcl
47
48
%fdupes -s %{buildroot}%{_datadir}
49
50
%files
51
-%defattr(-,root,root,-)
52
-%doc AUTHORS ChangeLog COPYING ReleaseNotes
53
+%license COPYING
54
+%doc AUTHORS ChangeLog ReleaseNotes
55
%{_bindir}/av_output2dummy
56
%{_bindir}/av_output2screen
57
%{_bindir}/av_output2tcp_server
58