[vdr-weatherforecast/f24] Update to 0.2.0
by Martin Gansser
commit 4b5edbefbfe0fb8930da3ee31a6cf733a9a673e7
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 9 00:43:20 2016 +0200
Update to 0.2.0
clog | 2 ++
vdr-weatherforecast.spec | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+)
---
diff --git a/clog b/clog
new file mode 100644
index 0000000..50a016f
--- /dev/null
+++ b/clog
@@ -0,0 +1,2 @@
+Update to 0.2.0
+
diff --git a/vdr-weatherforecast.spec b/vdr-weatherforecast.spec
new file mode 100644
index 0000000..606cfc1
--- /dev/null
+++ b/vdr-weatherforecast.spec
@@ -0,0 +1,72 @@
+%global pname weatherforecast
+
+Name: vdr-weatherforecast
+Version: 0.2.0
+Release: 1%{?dist}
+Summary: A VDR plugin which provides a weather forecast
+
+Group: Applications/Multimedia
+License: GPLv2+ and BSD
+URL: http://projects.vdr-developer.org/projects/plg-weatherforecast
+Source0: http://projects.vdr-developer.org/git/vdr-plugin-%{pname}.git/snapshot/vd...
+# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
+Source1: %{name}.conf
+
+BuildRequires: vdr-devel >= 1.7.22
+BuildRequires: libcurl-devel
+BuildRequires: jansson-devel
+BuildRequires: libskindesignerapi-devel
+Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
+
+%description
+WeatherForecast provides a weather forecast based on forecast.io data.
+
+%prep
+%setup -q -n vdr-plugin-%{pname}-%{version}
+
+%build
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
+
+%install
+make install DESTDIR=%{buildroot}
+# weatherforecast.conf
+install -Dpm 644 %{SOURCE1} \
+ %{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
+
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%license COPYING
+%doc HISTORY README
+%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
+%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
+
+
+%changelog
+* Sun Jan 31 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-1
+- Update to 0.2.0
+
+* Sat Oct 03 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-2
+- added BSD to the License tag
+
+* Sun Apr 12 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-1
+- Update to 0.1.1
+- added BR libskindesignerapi-devel
+
+* Fri Mar 13 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.3-1
+- Update to 0.0.3
+
+* Thu Feb 19 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 0.0.2-3
+- Rebuild
+
+* Mon Feb 02 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.2-2
+- Mark license files as %%license where available
+- Defined global macro pname for program name
+
+* Sat Jan 17 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.2-1
+- Update to 0.0.2
+
+* Thu Jan 15 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-1
+- Initial build
+
8 years, 4 months
[vdr-weatherforecast/f24] Update to 0.2.0
by Martin Gansser
commit 422d950094f9fb8120519afce4ed4393b0dac0da
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 9 00:37:47 2016 +0200
Update to 0.2.0
.gitignore | 2 ++
sources | 2 ++
2 files changed, 4 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4fed792 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/vdr-plugin-weatherforecast-0.2.0.tar.bz2
+/vdr-weatherforecast.conf
diff --git a/sources b/sources
index e69de29..6a66171 100644
--- a/sources
+++ b/sources
@@ -0,0 +1,2 @@
+e28456a1b475fc2ba31b2ecc373634d6 vdr-plugin-weatherforecast-0.2.0.tar.bz2
+51647e27184a5a264792c3d26282740d vdr-weatherforecast.conf
8 years, 4 months
[vdr-weatherforecast] Update to 0.2.0
by Martin Gansser
commit 3470bb4dd0c798b2bce10c75f834533f9cafc2c9
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 9 00:25:10 2016 +0200
Update to 0.2.0
.gitignore | 1 +
sources | 1 +
vdr-weatherforecast.spec | 4 ++--
3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8065c9d..4fed792 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/vdr-plugin-weatherforecast-0.2.0.tar.bz2
+/vdr-weatherforecast.conf
diff --git a/sources b/sources
index a3be3f8..6a66171 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
e28456a1b475fc2ba31b2ecc373634d6 vdr-plugin-weatherforecast-0.2.0.tar.bz2
+51647e27184a5a264792c3d26282740d vdr-weatherforecast.conf
diff --git a/vdr-weatherforecast.spec b/vdr-weatherforecast.spec
index aa4cea5..606cfc1 100644
--- a/vdr-weatherforecast.spec
+++ b/vdr-weatherforecast.spec
@@ -44,10 +44,10 @@ install -Dpm 644 %{SOURCE1} \
%changelog
-* Thu Jan 31 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-1
+* Sun Jan 31 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-1
- Update to 0.2.0
-* Sun Oct 03 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-2
+* Sat Oct 03 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-2
- added BSD to the License tag
* Sun Apr 12 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-1
8 years, 4 months
[vdr-weatherforecast] Update to 0.2.0
by Martin Gansser
commit 3bf7dad74ad048fd6c9859a8c52134f90f8e9c77
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 9 00:21:46 2016 +0200
Update to 0.2.0
.gitignore | 1 +
sources | 1 +
vdr-weatherforecast.conf | 6 ++++
vdr-weatherforecast.spec | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 80 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8065c9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/vdr-plugin-weatherforecast-0.2.0.tar.bz2
diff --git a/sources b/sources
index e69de29..a3be3f8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e28456a1b475fc2ba31b2ecc373634d6 vdr-plugin-weatherforecast-0.2.0.tar.bz2
diff --git a/vdr-weatherforecast.conf b/vdr-weatherforecast.conf
new file mode 100644
index 0000000..de58752
--- /dev/null
+++ b/vdr-weatherforecast.conf
@@ -0,0 +1,6 @@
+# Configuration snippet for vdr-weatherforecast -*- sh -*-
+#
+# Add command line options to pass to the weatherforecast plugin to PLUGIN_OPTIONS.
+# See /usr/share/doc/vdr-weatherforecast/README for info about available options.
+
+PLUGIN_OPTIONS=""
diff --git a/vdr-weatherforecast.spec b/vdr-weatherforecast.spec
new file mode 100644
index 0000000..aa4cea5
--- /dev/null
+++ b/vdr-weatherforecast.spec
@@ -0,0 +1,72 @@
+%global pname weatherforecast
+
+Name: vdr-weatherforecast
+Version: 0.2.0
+Release: 1%{?dist}
+Summary: A VDR plugin which provides a weather forecast
+
+Group: Applications/Multimedia
+License: GPLv2+ and BSD
+URL: http://projects.vdr-developer.org/projects/plg-weatherforecast
+Source0: http://projects.vdr-developer.org/git/vdr-plugin-%{pname}.git/snapshot/vd...
+# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
+Source1: %{name}.conf
+
+BuildRequires: vdr-devel >= 1.7.22
+BuildRequires: libcurl-devel
+BuildRequires: jansson-devel
+BuildRequires: libskindesignerapi-devel
+Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
+
+%description
+WeatherForecast provides a weather forecast based on forecast.io data.
+
+%prep
+%setup -q -n vdr-plugin-%{pname}-%{version}
+
+%build
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
+
+%install
+make install DESTDIR=%{buildroot}
+# weatherforecast.conf
+install -Dpm 644 %{SOURCE1} \
+ %{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
+
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%license COPYING
+%doc HISTORY README
+%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
+%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
+
+
+%changelog
+* Thu Jan 31 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-1
+- Update to 0.2.0
+
+* Sun Oct 03 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-2
+- added BSD to the License tag
+
+* Sun Apr 12 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-1
+- Update to 0.1.1
+- added BR libskindesignerapi-devel
+
+* Fri Mar 13 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.3-1
+- Update to 0.0.3
+
+* Thu Feb 19 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 0.0.2-3
+- Rebuild
+
+* Mon Feb 02 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.2-2
+- Mark license files as %%license where available
+- Defined global macro pname for program name
+
+* Sat Jan 17 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.2-1
+- Update to 0.0.2
+
+* Thu Jan 15 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-1
+- Initial build
+
8 years, 4 months
[vdr-mpv/f24] Update to 0.0.4
by Martin Gansser
commit 9d69d8399687c83f90879ff5b6ee51f94a1b01ad
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 9 00:01:16 2016 +0200
Update to 0.0.4
clog | 2 ++
vdr-mpv.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
---
diff --git a/clog b/clog
new file mode 100644
index 0000000..23fbfa8
--- /dev/null
+++ b/clog
@@ -0,0 +1,2 @@
+Update to 0.0.4
+
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
new file mode 100644
index 0000000..c04fc15
--- /dev/null
+++ b/vdr-mpv.spec
@@ -0,0 +1,45 @@
+%global pname mpv
+
+Name: vdr-%{pname}
+Version: 0.0.4
+Release: 1%{?dist}
+Summary: A mpv player plugin for VDR
+Group: Applications/Multimedia
+License: AGPLv3+
+URL: http://projects.vdr-developer.org/projects/plg-mpv
+Source0: http://projects.vdr-developer.org/git/vdr-plugin-mpv.git/snapshot/vdr-plu...
+
+BuildRequires: vdr-devel >= 2.0.0
+BuildRequires: libmpv-devel >= 0.9.2
+BuildRequires: libxcb-devel
+BuildRequires: xcb-util-image-devel
+BuildRequires: xcb-util-keysyms-devel
+BuildRequires: xcb-util-wm-devel
+Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
+Requires: lxrandr
+
+%description
+A mpv player plugin for VDR
+
+%prep
+%setup -qn vdr-plugin-%{pname}-%{version}
+
+%build
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
+
+%install
+%make_install
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc README*
+%license AGPL-3.0
+%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
+
+%changelog
+* Tue Jun 30 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.4-1
+- Update to 0.0.4
+
+* Tue Jun 09 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.2-1
+- initial build
8 years, 4 months
[vdr-mpv/f24] Update to 0.0.4
by Martin Gansser
commit 4408bc9fdbf9dc933d18ec725db2c31221a366aa
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Jul 8 23:41:51 2016 +0200
Update to 0.0.4
.gitignore | 1 +
sources | 1 +
2 files changed, 2 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3cc976c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/vdr-plugin-mpv-0.0.4.tar.bz2
diff --git a/sources b/sources
index e69de29..3d69c97 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+75e740d1559bc5e06845971d880e8371 vdr-plugin-mpv-0.0.4.tar.bz2
8 years, 4 months
[vdr-mpv] Update to 0.0.4
by Martin Gansser
commit 42720633354cd1257ad7d34cd3fd1950eaa94516
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Jul 8 23:20:17 2016 +0200
Update to 0.0.4
.gitignore | 1 +
sources | 1 +
vdr-mpv.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 47 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3cc976c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/vdr-plugin-mpv-0.0.4.tar.bz2
diff --git a/sources b/sources
index e69de29..3d69c97 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+75e740d1559bc5e06845971d880e8371 vdr-plugin-mpv-0.0.4.tar.bz2
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
new file mode 100644
index 0000000..c04fc15
--- /dev/null
+++ b/vdr-mpv.spec
@@ -0,0 +1,45 @@
+%global pname mpv
+
+Name: vdr-%{pname}
+Version: 0.0.4
+Release: 1%{?dist}
+Summary: A mpv player plugin for VDR
+Group: Applications/Multimedia
+License: AGPLv3+
+URL: http://projects.vdr-developer.org/projects/plg-mpv
+Source0: http://projects.vdr-developer.org/git/vdr-plugin-mpv.git/snapshot/vdr-plu...
+
+BuildRequires: vdr-devel >= 2.0.0
+BuildRequires: libmpv-devel >= 0.9.2
+BuildRequires: libxcb-devel
+BuildRequires: xcb-util-image-devel
+BuildRequires: xcb-util-keysyms-devel
+BuildRequires: xcb-util-wm-devel
+Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
+Requires: lxrandr
+
+%description
+A mpv player plugin for VDR
+
+%prep
+%setup -qn vdr-plugin-%{pname}-%{version}
+
+%build
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
+
+%install
+%make_install
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc README*
+%license AGPL-3.0
+%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
+
+%changelog
+* Tue Jun 30 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.4-1
+- Update to 0.0.4
+
+* Tue Jun 09 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.2-1
+- initial build
8 years, 4 months
[vdr-mp3] added vdr-mp3-vdr2.1.2-compat.patch
by Martin Gansser
commit 154743f7202b241070df1ecb069fd0cc4d32a977
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Jul 8 22:52:10 2016 +0200
added vdr-mp3-vdr2.1.2-compat.patch
- mark license files as %license where available
.gitignore | 9 ++-------
sources | 5 ++---
2 files changed, 4 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6fc986..c064e01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,2 @@
-/mplayer.sh-0.8.7.tar.gz
-/vdr-mp3-0.10.2.tar.gz
-/vdr-mp3-mediasources.sh
-/vdr-mp3-mp3.conf
-/vdr-mp3-mplayer.conf
-/vdr-mp3-mplayer-minimal.sh
-/vdr-mp3-mp3sources.conf
+mplayer.sh-0.8.7.tar.gz
+vdr-mp3-0.10.2.tar.gz
diff --git a/sources b/sources
index 9cfc9b1..ed6c500 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,2 @@
-8782f895cfb0c337057d7f9e54f81eab vdr-mp3-mplayer.conf
-c59a58f0e204dfb71ba01836a96feb19 vdr-mp3-mplayer-minimal.sh
-eefa004302cb304af25ea0a66ec0eb05 vdr-mp3-mp3sources.conf
+cc2e48d4787b7ee739a0a8bb5b8c9fb2 mplayer.sh-0.8.7.tar.gz
+66fd37827326776c223a0fdd0ad3811e vdr-mp3-0.10.2.tar.gz
8 years, 4 months
[vdr-mp3] added vdr-mp3-vdr2.1.2-compat.patch
by Martin Gansser
commit 6b21ce189b336218142cfe3047e2ce077739e055
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Jul 8 22:45:29 2016 +0200
added vdr-mp3-vdr2.1.2-compat.patch
- mark license files as %license where available
.gitignore | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2d0f21..f6fc986 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-mplayer.sh-0.8.7.tar.gz
-vdr-mp3-0.10.2.tar.gz
+/mplayer.sh-0.8.7.tar.gz
+/vdr-mp3-0.10.2.tar.gz
/vdr-mp3-mediasources.sh
/vdr-mp3-mp3.conf
/vdr-mp3-mplayer.conf
8 years, 4 months
[lives] New package (bz#3912)
by Antonio
commit 2b1963a05b3b8985243e5105021cfbc38d432f41
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Fri Jul 8 21:35:19 2016 +0200
New package (bz#3912)
.gitignore | 1 +
LiVES.appdata.xml | 41 +++++++++++
lives.spec | 199 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
4 files changed, 242 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..bfa7c6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/LiVES-2.6.3.tar.bz2
diff --git a/LiVES.appdata.xml b/LiVES.appdata.xml
new file mode 100644
index 0000000..5704840
--- /dev/null
+++ b/LiVES.appdata.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Richard Hughes <richard(a)hughsie.com> -->
+<component type="desktop">
+ <id type="desktop">LiVES.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <summary>Video editor and VJ tool</summary>
+ <name>LiVES</name>
+ <project_license>GPL-3.0+ and LGPL-3.0+</project_license>
+ <categories>
+ <category>Multimedia</category>
+ </categories>
+ <description>
+ <p>
+ LiVES began in 2002 as the Linux Video Editing System.
+ Since it now runs on more operating systems: LiVES is a Video Editing System.
+ It is designed to be simple to use, yet powerful.
+ It is small in size, yet it has many advanced features.
+ </p>
+ <p>
+ LiVES mixes realtime video performance and non-linear editing in one professional
+ quality application. It will let you start editing and making video right away,
+ without having to worry about formats, frame sizes, or framerates.
+ It is a very flexible tool which is used by both professional VJ's and video editors
+ - mix and switch clips from the keyboard, use dozens of realtime effects, trim and
+ edit your clips in the clip editor, and bring them together using the multitrack timeline.
+ You can even record your performance in real time, and then edit it further
+ or render it straight away.
+ </p>
+ <p>
+ For the more technically minded, the application is frame and sample accurate,
+ and it can be controlled remotely or scripted for use as a video server.
+ And it supports all of the latest free standards.
+ </p>
+ </description>
+ <url type="homepage">http://lives-video.com/</url>
+ <screenshots>
+ <screenshot type="default">http://lives-video.com/images/livescess.png</screenshot>
+ <screenshot>http://lives-video.com/images/livesmtss.png</screenshot>
+ </screenshots>
+ <updatecontact>salsaman_at_gmail.com</updatecontact>
+</component>
diff --git a/lives.spec b/lives.spec
new file mode 100644
index 0000000..88588bb
--- /dev/null
+++ b/lives.spec
@@ -0,0 +1,199 @@
+Name: lives
+Version: 2.6.3
+Release: 1%{?dist}
+Summary: Video editor and VJ tool
+License: GPLv3+ and LGPLv3+
+URL: http://lives-video.com
+Source0: http://lives-video.com/releases/LiVES-%{version}.tar.bz2
+## Appdata file downloaded from http://sourceforge.net/p/lives/code/HEAD/tree/trunk/LiVES.appdata.xml
+Source1: LiVES.appdata.xml
+
+BuildRequires: pkgconfig(jack)
+BuildRequires: pkgconfig(sdl)
+BuildRequires: pkgconfig(libpulse)
+BuildRequires: pkgconfig(libunicap)
+BuildRequires: pkgconfig(libdv)
+BuildRequires: pkgconfig(libavc1394)
+BuildRequires: pkgconfig(libraw1394)
+BuildRequires: pkgconfig(libv4lconvert)
+BuildRequires: pkgconfig(frei0r)
+BuildRequires: pkgconfig(liboil-0.3)
+BuildRequires: pkgconfig(theora)
+BuildRequires: pkgconfig(vorbis)
+BuildRequires: pkgconfig(schroedinger-1.0)
+BuildRequires: pkgconfig(libpng)
+BuildRequires: pkgconfig(alsa)
+BuildRequires: pkgconfig(opencv)
+BuildRequires: pkgconfig(fftw3)
+##No plugins available
+#BuildRequires: pkgconfig(libvisual-0.4)
+BuildRequires: pkgconfig(libmatroska)
+BuildRequires: pkgconfig(mjpegtools)
+##libprojectM-2.0.1 not supported
+#BuildRequires: pkgconfig(libprojectM)
+BuildRequires: ladspa-devel
+BuildRequires: GLee-devel
+BuildRequires: x264-libs
+BuildRequires: gettext
+BuildRequires: doxygen
+BuildRequires: chrpath, desktop-file-utils
+BuildRequires: bison
+BuildRequires: gtk3-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: bzip2-devel
+BuildRequires: libappstream-glib
+
+Requires: mplayer
+Requires: mencoder
+Requires: sox
+Requires: ImageMagick
+Requires: ogmtools
+Requires: oggvideotools
+Requires: perl
+Requires: theora-tools
+Requires: youtube-dl
+Requires: dvgrab
+Requires: icedax
+Requires: frei0r-plugins
+Requires: mkvtoolnix
+Requires: vorbis-tools
+Requires: dvgrab
+#Requires: projectM-libvisual
+#Requires: projectM-pulseaudio
+#Requires: projectM-jack
+Requires: python2
+
+%description
+LiVES began in 2002 as the Linux Video Editing System.
+Since it now runs on more operating systems: LiVES is a Video Editing System.
+It's video editor, VJ tool and video programming environment,
+designed to be simple to use, yet powerful.
+It is small in size, yet it has many advanced features.
+
+%prep
+%setup -q
+
+##Remove spurious executable permissions
+for i in `find . -type f \( -name "*.c" -o -name "*.h" -o -name "*.txt" \)`; do
+chmod a-x $i
+done
+
+%build
+%configure --disable-silent-rules --enable-shared --enable-static \
+ --enable-largefile --enable-threads --disable-rpath --enable-profiling \
+ --enable-doxygen --disable-projectM --disable-libvisual
+
+%make_build
+
+%install
+%make_install
+%find_lang %{name}
+
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -name '*.a' -exec rm -f {} ';'
+
+##Private libs
+mv %{buildroot}%{_libdir}/libOSC* %{buildroot}%{_libdir}/%{name}
+mv %{buildroot}%{_libdir}/libweed* %{buildroot}%{_libdir}/%{name}
+#
+##Weed's devel files removed
+rm -rf %{buildroot}%{_libdir}/pkgconfig
+rm -rf %{buildroot}%{_includedir}/weed
+
+##Remove bad documentation files location
+rm -rf %{buildroot}%{_docdir}/lives-%{version}
+
+##Push icon into %{_datadir}/icons/%{name}
+mkdir -p %{buildroot}%{_datadir}/icons/%{name}
+cp -p %{buildroot}%{_datadir}/app-install/icons/%{name}.png %{buildroot}%{_datadir}/icons/%{name}
+rm -rf %{buildroot}%{_datadir}/app-install
+
+##Remove rpaths
+chrpath -d %{buildroot}%{_bindir}/lives-exe
+
+##Set Exec key
+desktop-file-edit \
+ --set-key=Exec \
+ --set-value="env LD_LIBRARY_PATH=%{_libdir}/%{name} \
+ FREI0R_PATH=%{_libdir}/frei0r-1 LADSPA_PATH=%{_libdir}/ladspa lives-exe" \
+%{buildroot}%{_datadir}/applications/LiVES.desktop
+
+# Register as an application to be visible in the software center
+install -Dp -m 644 %{SOURCE1} %{buildroot}%{_datadir}/appdata/LiVES.appdata.xml
+
+%post
+/bin/touch --no-create %{_datadir}/icons/%{name} &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+ /bin/touch --no-create %{_datadir}/icons/%{name} &>/dev/null
+ /usr/bin/gtk-update-icon-cache %{_datadir}/icons/%{name} &>/dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/%{name} &>/dev/null || :
+
+%check
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.xml
+
+%files -f %{name}.lang
+%doc README AUTHORS BUGS ChangeLog FEATURES
+%doc GETTING.STARTED NEWS OMC/*.txt RFX/*
+%license COPYING
+%{_bindir}/*%{name}*
+%{_bindir}/midistart
+%{_bindir}/midistop
+%{_bindir}/sendOSC
+%{_bindir}/smogrify
+%{_libdir}/%{name}/
+%{_datadir}/applications/LiVES.desktop
+%{_datadir}/%{name}/
+%{_datadir}/pixmaps/%{name}.xpm
+%{_datadir}/icons/%{name}/
+%{_datadir}/appdata/LiVES.appdata.xml
+
+%changelog
+* Mon May 09 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.6.3-1
+- Update to 2.6.3
+
+* Mon Mar 28 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.6.2-1
+- Update to 2.6.2
+
+* Sun Mar 27 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.6.1-1
+- Update to 2.6.1
+
+* Mon Feb 01 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.6.0-1
+- Update to 2.6.0
+
+* Sun Jan 24 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.4.8-1
+- Update to 2.4.8
+
+* Wed Jan 20 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.4.7-2
+- Added patch from upstream commit 2363
+
+* Mon Jan 18 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.4.7-1
+- Update to 2.4.7
+
+* Wed Jan 13 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.4.6-7
+- Included new documentation
+
+* Mon Dec 28 2015 Antonio Trande <sagitterATfedoraproject.org> - 2.4.6-6
+- Update from revision 2353
+- libvisual support disabled
+
+* Mon Dec 28 2015 Antonio Trande <sagitterATfedoraproject.org> - 2.4.6-5
+- Patched to fix Tools->Preference menu crash
+
+* Wed Dec 23 2015 Antonio Trande <sagitterATfedoraproject.org> - 2.4.6-4
+- libprojectM-2.0.1 not supported
+
+* Mon Dec 21 2015 Antonio Trande <sagitterATfedoraproject.org> - 2.4.6-3
+- List BRequires and Requires packages completed
+- Weed's devel files removed
+
+* Mon Dec 21 2015 Antonio Trande <sagitterATfedoraproject.org> - 2.4.6-2
+- License fixed
+- frei0r support enabled
+
+* Sat Dec 19 2015 Antonio Trande <sagitterATfedoraproject.org> - 2.4.6-1
+- First package
diff --git a/sources b/sources
index e69de29..42ba71b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b5fad0838b180902f8304b1978bbac41 LiVES-2.6.3.tar.bz2
8 years, 4 months