[libopenshot-audio] Add missing patch
by Sérgio M. Basto
commit dbb1498f79fc6357041f3d4cf5e698512c7b177d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Aug 1 00:39:08 2018 +0100
Add missing patch
libopenshot-audio-isfinite.patch | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
---
diff --git a/libopenshot-audio-isfinite.patch b/libopenshot-audio-isfinite.patch
new file mode 100644
index 0000000..456c7d5
--- /dev/null
+++ b/libopenshot-audio-isfinite.patch
@@ -0,0 +1,22 @@
+--- a/JuceLibraryCode/modules/juce_core/maths/juce_MathsFunctions.h
++++ b/JuceLibraryCode/modules/juce_core/maths/juce_MathsFunctions.h
+@@ -381,7 +381,8 @@ inline bool juce_isfinite (float value) noexcept
+ #if JUCE_WINDOWS && !JUCE_MINGW
+ return _finite (value) != 0;
+ #else
+- return std::isfinite (value);
++ using namespace std;
++ return isfinite (value);
+ #endif
+ }
+
+@@ -391,7 +392,8 @@ inline bool juce_isfinite (double value) noexcept
+ #if JUCE_WINDOWS && !JUCE_MINGW
+ return _finite (value) != 0;
+ #else
+- return std::isfinite (value);
++ using namespace std;
++ return isfinite (value);
+ #endif
+ }
+
6 years, 3 months
[libopenshot-audio] New upstream release
by Sérgio M. Basto
commit 6e983680a34742f7614447223a27df069de15bd3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Aug 1 00:38:07 2018 +0100
New upstream release
.gitignore | 1 +
libopenshot-audio.spec | 10 ++++++++--
sources | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d1aff7..e1e0b74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ libopenshot-audio-0.0.6.tar.gz
/libopenshot-audio-0.1.2.tar.gz
/libopenshot-audio-0.1.4.tar.gz
/libopenshot-audio-0.1.5.tar.gz
+/libopenshot-audio-0.1.6.tar.gz
diff --git a/libopenshot-audio.spec b/libopenshot-audio.spec
index 2cda923..5cbe1fc 100644
--- a/libopenshot-audio.spec
+++ b/libopenshot-audio.spec
@@ -1,6 +1,6 @@
Name: libopenshot-audio
-Version: 0.1.5
-Release: 3%{?dist}
+Version: 0.1.6
+Release: 1%{?dist}
Summary: Audio library used by OpenShot
License: GPLv3+
@@ -8,7 +8,9 @@ URL: http://openshot.org/
Source0: https://github.com/OpenShot/%{name}/archive/v%{version}/%{name}-%{version...
Patch0: libopenshot-audio-0.0.3-libs.patch
+Patch1: libopenshot-audio-isfinite.patch
+BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: freetype-devel
BuildRequires: alsa-lib-devel
@@ -35,6 +37,7 @@ developing applications that use %{name}.
%prep
%setup -q
%patch0 -p1 -b .libs
+%patch1 -p1 -b .finite
%build
@@ -65,6 +68,9 @@ make %{?_smp_mflags}
%changelog
+* Tue Jul 31 2018 FeRD (Frank Dana) <ferdnyc AT gmail com> - 0.1.6-1
+- New upstream release
+
* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.1.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index f7815a3..d678a73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3b6842d2eee957c29c386d0aac540a0 libopenshot-audio-0.1.5.tar.gz
+4e5b78acf7cae3dbcf07107c66f8fab8 libopenshot-audio-0.1.6.tar.gz
6 years, 3 months
[kwave] Moved to Fedora proper
by Sérgio M. Basto
commit 055ba038058c4b5f20c589362f664fa5eb50fd75
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jul 31 20:51:55 2018 +0100
Moved to Fedora proper
.gitignore | 9 ---
dead.package | 1 +
kwave.spec | 187 -----------------------------------------------------------
sources | 1 -
4 files changed, 1 insertion(+), 197 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..0034d27
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Moved to Fedora proper
6 years, 3 months
[Mosaic] Add i686 to ExclusiveArch and BR gcc
by Sérgio M. Basto
commit 819031231e1e51bf2a81161e225c1840b660f22d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jul 31 04:04:24 2018 +0100
Add i686 to ExclusiveArch and BR gcc
Mosaic.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/Mosaic.spec b/Mosaic.spec
index 01ec326..6b327fd 100644
--- a/Mosaic.spec
+++ b/Mosaic.spec
@@ -18,9 +18,9 @@ Patch5: Mosaic-2.7b5-redirect.patch
Patch6: Mosaic-2.7b5-gcc-compile.patch
Patch7: Mosaic-2.7b5-Paths.patch
-# Mosaic fails to build on i686 and probably others arches
-ExclusiveArch: x86_64
+ExclusiveArch: i686 x86_64
+BuildRequires: gcc
BuildRequires: openmotif-devel
BuildRequires: libjpeg-devel libpng-devel
BuildRequires: autoconf ImageMagick desktop-file-utils
@@ -47,6 +47,8 @@ displaying images inline with text.
%build
autoconf
%configure --with-png --with-jpeg
+# we might should not use _smp_mflags sometimes libwww2 start building first than
+# libwww and build fails.
make %{?_smp_mflags}
# Convert the icon into Icon Theme Specification compilant one
@@ -88,6 +90,8 @@ desktop-file-install %{SOURCE1} \
%changelog
* Fri Jul 27 2018 RPM Fusion Release Engineering <sergio(a)serjux.com> - 2.7-0.11.b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+- BR gcc
+- Add i686 to ExclusiveArch
* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 2.7-0.10.b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 3 months
[kodi] Add requires for firewalld macros
by Michael Cronenworth
commit 967087a59b836e338d985c1b20ed7a0bd0a74abc
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Mon Jul 30 16:12:32 2018 -0500
Add requires for firewalld macros
kodi.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/kodi.spec b/kodi.spec
index a12edb4..cd8bf48 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -275,6 +275,7 @@ library.
%package firewalld
Summary: FirewallD metadata files for Kodi
Requires: firewalld-filesystem
+Requires(post): firewalld-filesystem
%description firewalld
This package contains FirewallD files for Kodi.
@@ -334,6 +335,10 @@ mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/
mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/
+%post firewalld
+%firewalld_reload
+
+
%files
%license copying.txt LICENSE.GPL
%doc CONTRIBUTING.md README.md docs
6 years, 3 months