[OpenEXR_Viewers-nonfree] There is no Cg on ARM
by Leigh Scott
commit f4f8979c96173e76a9144fb36dce55f6d6025856
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jul 20 08:24:34 2016 +0100
There is no Cg on ARM
OpenEXR_Viewers-nonfree.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/OpenEXR_Viewers-nonfree.spec b/OpenEXR_Viewers-nonfree.spec
index f019111..b9d34df 100644
--- a/OpenEXR_Viewers-nonfree.spec
+++ b/OpenEXR_Viewers-nonfree.spec
@@ -1,7 +1,11 @@
%global _default_patch_fuzz 2
# nVidia Cg toolkit is not free
+%ifarch armv7hl
+%define with_Cg 0
+%else
%define with_Cg 1
+%endif
%if %with_Cg
%define real_name OpenEXR_Viewers-nonfree
%define V_suffix -nonfree
8 years, 4 months
[OpenEXR_Viewers-nonfree] sync with fedora
by Leigh Scott
commit d7b1a929d834712c661daa6be1a8f175989441f0
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jul 20 07:17:16 2016 +0100
sync with fedora
.gitignore | 1 +
OpenEXR_Viewers-nonfree.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ae4afb..6e7cf97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
openexr_viewers-2.1.0.tar.gz
+/openexr_viewers-2.2.0.tar.gz
diff --git a/OpenEXR_Viewers-nonfree.spec b/OpenEXR_Viewers-nonfree.spec
index a016ae1..f019111 100644
--- a/OpenEXR_Viewers-nonfree.spec
+++ b/OpenEXR_Viewers-nonfree.spec
@@ -18,8 +18,8 @@
%endif
Name: %{real_name}
-Version: 2.1.0
-Release: 3%{?dist}
+Version: 2.2.0
+Release: 1%{?dist}
Summary: Viewers programs for OpenEXR
Group: Applications/Multimedia
@@ -81,7 +81,7 @@ This package contains documentation files for %{name}.
%prep
%setup -q -n openexr_viewers-%{version}
-%patch1 -p1 -b .dso
+#%patch1 -p1 -b .dso
cp -n %{SOURCE1} exrdisplay/namespaceAlias.h
#patch2 -p1 -b .header
@@ -152,6 +152,9 @@ fi
%endif
%changelog
+* Wed Jul 20 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.2.0-1
+- 2.2.0
+
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
diff --git a/sources b/sources
index e5aab3f..3f69a4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da541c054fe8cf3d6e98c3124fd5ad99 openexr_viewers-2.1.0.tar.gz
+62604daecfefddbb57f701d61ca37d7d openexr_viewers-2.2.0.tar.gz
8 years, 4 months
[sonic-visualiser-freeworld] Update to 2.4.1
by Leigh Scott
commit cf17b73456127bfb29e543f1198e426ef5ad6384
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Jul 19 23:21:02 2016 +0100
Update to 2.4.1
.gitignore | 1 +
sonic-visualiser-freeworld.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6bf1c5..d8344b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
sonic-visualiser-2.1.tar.gz
+/sonic-visualiser-2.4.1.tar.gz
diff --git a/sonic-visualiser-freeworld.spec b/sonic-visualiser-freeworld.spec
index e987332..5e1506f 100644
--- a/sonic-visualiser-freeworld.spec
+++ b/sonic-visualiser-freeworld.spec
@@ -1,12 +1,12 @@
Name: sonic-visualiser-freeworld
-Version: 2.1
-Release: 2%{?dist}
+Version: 2.4.1
+Release: 1%{?dist}
Summary: A program for viewing and exploring audio data
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.sonicvisualiser.org/
-Source0: https://code.soundsoftware.ac.uk/attachments/download/711/sonic-visualise...
+Source0: https://code.soundsoftware.ac.uk/attachments/download/1185/sonic-visualis...
Source1: sonic-visualiser-freeworld.desktop
BuildRequires: qt5-qtbase-devel
@@ -39,7 +39,7 @@ analysis plugin format – as well as applying standard audio effects.
%prep
%setup -q -n sonic-visualiser-%{version}
# Fix incorrect version string
-#{__sed} -i.ver "s|1.9'|2.0'|" sonic-visualiser/configure
+%{__sed} -i.ver "s|2.4'|2.4.1'|" configure
%build
@@ -96,6 +96,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Tue Jul 19 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.1-1
+- Update to 2.4.1
+
* Sun Aug 31 2014 Sérgio Basto <sergio(a)serjux.com> - 2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
diff --git a/sources b/sources
index 28c0b96..fb13f3e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d86cfc1c26385d8f7702f913ca8fa379 sonic-visualiser-2.1.tar.gz
+24c8fa91a333c7776e39a30fda9a7783 sonic-visualiser-2.4.1.tar.gz
8 years, 4 months