[gr-dab/f32] Rebuilt for new gnuradio
by Leigh Scott
Summary of changes:
ae5c311... Rebuilt for new gnuradio (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 2 months
[kffmpegthumbnailer] Add build requires ffmpeg-devel
by Leigh Scott
commit 566ac5c2194a168965376ed3f867394a2f9bd522
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Sep 3 22:12:49 2020 +0100
Add build requires ffmpeg-devel
kffmpegthumbnailer.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/kffmpegthumbnailer.spec b/kffmpegthumbnailer.spec
index 42ae973..e5c2cac 100644
--- a/kffmpegthumbnailer.spec
+++ b/kffmpegthumbnailer.spec
@@ -12,6 +12,7 @@ URL: https://github.com/dirkvdb/ffmpegthumbnailer
Source0: %{url}/archive/%{ff_version}/ffmpegthumbnailer-%{ff_version}.tar.gz
BuildRequires: ffmpegthumbnailer-devel
+BuildRequires: ffmpeg-devel
BuildRequires: kdelibs-devel
4 years, 2 months
[kffmpegthumbnailer] Switch to maintained source
by Leigh Scott
commit 89bb9c9eb79d1e582407c202b56142f6ebdea749
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Sep 3 21:47:10 2020 +0100
Switch to maintained source
.gitignore | 1 +
kffmpegthumbnailer-c++11.patch | 11 -----------
kffmpegthumbnailer.spec | 38 ++++++++++++++++++++++----------------
sources | 2 +-
4 files changed, 24 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 403b870..4c5c767 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
kffmpegthumbnailer-1.1.0.tar.gz
+/ffmpegthumbnailer-2.2.2.tar.gz
diff --git a/kffmpegthumbnailer.spec b/kffmpegthumbnailer.spec
index 7be9985..42ae973 100644
--- a/kffmpegthumbnailer.spec
+++ b/kffmpegthumbnailer.spec
@@ -1,15 +1,18 @@
+%undefine __cmake_in_source_build
+%global ff_version 2.2.2
+
Name: kffmpegthumbnailer
Version: 1.1.0
-Release: 18%{?dist}
+Release: 19%{?dist}
Summary: A video thumbnailer for kde based on ffmpegthumbnailer
Group: Applications/Multimedia
License: GPLv2+
-URL: http://code.google.com/p/ffmpegthumbnailer/
-Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0: kffmpegthumbnailer-c++11.patch
+URL: https://github.com/dirkvdb/ffmpegthumbnailer
+Source0: %{url}/archive/%{ff_version}/ffmpegthumbnailer-%{ff_version}.tar.gz
-BuildRequires: ffmpegthumbnailer-devel kdelibs-devel
+BuildRequires: ffmpegthumbnailer-devel
+BuildRequires: kdelibs-devel
%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
@@ -20,30 +23,33 @@ The thumbnailer uses ffmpeg to decode frames from the video files.
%prep
-%setup -q
-%patch0 -p1
+%autosetup -p1 -n ffmpegthumbnailer-%{ff_version}
chmod -x INSTALL
%build
-mkdir -p %{_target_platform}
-pushd %{_target_platform}
-%{cmake_kde4} ..
-popd
-
-make %{?_smp_mflags} -C %{_target_platform}
+cd %{name}
+%{cmake_kde4} \
+ -Wno-dev \
+ -B %{_vpath_builddir} \
+ -S .
+%cmake_build
%install
-make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
+cd %{name}
+%cmake_install
%files
-%doc README Changelog
-%license COPYRIGHT
+%doc kffmpegthumbnailer/README kffmpegthumbnailer/Changelog
+%license kffmpegthumbnailer/COPYRIGHT
%{_kde4_datadir}/kde4/services/kffmpegthumbnailer.desktop
%{_kde4_libdir}/kde4/kffmpegthumbnailer.so
%changelog
+* Thu Sep 03 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.1.0-19
+- Switch to maintained source
+
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.1.0-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index e3f334e..2b00b70 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa897450ee691b6d225d8f79a6cfd409 kffmpegthumbnailer-1.1.0.tar.gz
+SHA512 (ffmpegthumbnailer-2.2.2.tar.gz) = f18f7293074a818e7937f62eb9616fb1e2a7c3451147581894676e64f8dc4edb4de046e2e86f23cec0a5b938c5b2181a91331e9a1dec0851c3f36b08886e617e
4 years, 2 months
[audacious-plugins-freeworld] Update to 4.0.5
by Leigh Scott
commit bd8cf7676935a921f9ae1f774ac8c977a7754f0e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Sep 3 15:43:28 2020 +0100
Update to 4.0.5
.gitignore | 1 +
audacious-plugins-freeworld.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3fea3c8..3ee27bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ audacious-plugins-3.7.2.tar.bz2
/audacious-plugins-4.0.1.tar.bz2
/audacious-plugins-4.0.3.tar.bz2
/audacious-plugins-4.0.4.tar.bz2
+/audacious-plugins-4.0.5.tar.bz2
diff --git a/audacious-plugins-freeworld.spec b/audacious-plugins-freeworld.spec
index 45a9cb7..f2f26cb 100644
--- a/audacious-plugins-freeworld.spec
+++ b/audacious-plugins-freeworld.spec
@@ -5,8 +5,8 @@
%{?aud_plugin_dep}
Name: audacious-plugins-freeworld
-Version: 4.0.4
-Release: 2%{?dist}
+Version: 4.0.5
+Release: 1%{?dist}
Summary: Additional plugins for the Audacious media player
License: GPLv3
URL: http://audacious-media-player.org/
@@ -118,6 +118,9 @@ find %buildroot -type f -name "*.la" -exec rm -f {} ';'
%changelog
+* Thu Sep 03 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.0.5-1
+- Update to 4.0.5
+
* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index 3d0a2e6..eebd461 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (audacious-plugins-4.0.4.tar.bz2) = d0b435658f5aff9318e521e85d335444e089f80a267c2b9391123365b1c95b535bfa668ea772d9c437ad2611288ec7961a2ecf1d8cf8687f3b32a3cb1e14ddf8
+SHA512 (audacious-plugins-4.0.5.tar.bz2) = 90ab2edbfc797fa835aae9937b5f478a0ca575f31c443d9e8ba7394e1615f605beb417372872874c94d4f804dba7bea9fbae2078e162178386683d8a3e36c108
4 years, 2 months
[imagination] Update imagination to 3.6
by Sérgio M. Basto
commit 736dbf81126f66d7e7920a5cdc55f13b0e44dacf
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Sep 2 23:47:43 2020 +0100
Update imagination to 3.6
.gitignore | 1 +
imagination.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0a03b0..5914d2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
imagination-3.0.tar.gz
/imagination-3.1.tar.bz2
/imagination-3.5.1.tar.gz
+/imagination-3.6.tar.gz
diff --git a/imagination.spec b/imagination.spec
index 896ff6c..a4797e7 100644
--- a/imagination.spec
+++ b/imagination.spec
@@ -1,6 +1,6 @@
Name: imagination
-Version: 3.5.1
-Release: 2%{?dist}
+Version: 3.6
+Release: 1%{?dist}
Summary: A lightweight and simple GTK based DVD slide show creator
Group: Applications/Multimedia
@@ -71,6 +71,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/imagination.desktop
%{_libdir}/%{name}
%changelog
+* Wed Sep 02 2020 Sérgio Basto <sergio(a)serjux.com> - 3.6-1
+- Update imagination to 3.6
+
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index bde45f0..2ef9ded 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (imagination-3.5.1.tar.gz) = a489ef0e087f89b54db88e7641cfa48faae3d5b4447ebd2b1bd94954408c729a99d7fa36105e460919509eb7b00f6a317486daf7d3aa54352a4ff4be84473f05
+SHA512 (imagination-3.6.tar.gz) = 673651cf59baded805ba3993c6f9dff83f20ae9174d5f5e07b99d9d590eb817e6733cbc130a3d32502a84fa29bd78c4f1dd093c01aaedfef5f9425a59125865d
4 years, 2 months
[audacity-freeworld/f31: 6/6] Merge branch 'master' into f31
by Leigh Scott
commit 379852609ef619fd16395820611569da25affb57
Merge: 9db26d6 1aba439
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Sep 2 19:52:01 2020 +0100
Merge branch 'master' into f31
Fix-gcc-10-compile-issue.patch | 42 ++++++++++++++++++++++
audacity-2.3.3-appdata.patch | 12 +++++++
...top.in.patch => audacity-2.3.3-desktop.in.patch | 11 +++---
audacity-freeworld.spec | 33 +++++++++++++----
4 files changed, 87 insertions(+), 11 deletions(-)
---
4 years, 2 months