[ripcord/f32] Update to 0.4.26
by sentry
Summary of changes:
4b6696a... Update to 0.4.26 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[ripcord] Update to 0.4.26
by sentry
commit 4b6696a6230803c6104c0d91ae2202a90b28dc86
Author: Jan200101 <sentrycraft123(a)gmail.com>
Date: Thu Jul 16 14:48:43 2020 +0200
Update to 0.4.26
.gitignore | 1 +
ripcord.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c41586..ef99187 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/Ripcord-0.4.23-x86_64.AppImage
/Ripcord-0.4.24-x86_64.AppImage
/Ripcord-0.4.25-x86_64.AppImage
+/Ripcord-0.4.26-x86_64.AppImage
diff --git a/ripcord.spec b/ripcord.spec
index 8e50b8e..e4ccf13 100644
--- a/ripcord.spec
+++ b/ripcord.spec
@@ -3,7 +3,7 @@
Summary: a lightweight chat client for Slack and Discord
Name: ripcord
-Version: 0.4.25
+Version: 0.4.26
Release: 1%{dist}
License: Redistributable, no modification permitted
@@ -51,6 +51,9 @@ desktop-file-install
%license redistribution.txt
%changelog
+* Thu Jul 16 2020 Jan Drögehoff <sentrycraft123(a)gmail.com> - 0.4.26-1
+- Update to version 0.4.26
+
* Fri May 22 2020 Jan Drögehoff <sentrycraft123(a)gmail.com> - 0.4.25-1
- Update to version 0.4.25
diff --git a/sources b/sources
index 5682035..701e884 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ripcord-0.4.25-x86_64.AppImage) = 682df0dbedd611014d13083273b7412d62ab27a949faa60db254fad9197ccc2e485f416be6640cc7a12667aa10d441643966169e40a533a53cfa4511f61b775e
+SHA512 (Ripcord-0.4.26-x86_64.AppImage) = 74ed3803bb551dc51ce2aaf5f964e878d09028c0d8452792afc2d9f51b8ca5965e52af195f62dccb06d9e3d4388527a9de3a824e161520b66ba3bcfd08870815
4 years, 4 months
[python-ffmpeg-normalize] Update to 1.20.0
by Leigh Scott
commit 207a03935edf3d7f074619aa979bdff6f6aa8ea4
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jul 15 16:52:43 2020 +0100
Update to 1.20.0
.gitignore | 3 ++-
python-ffmpeg-normalize.spec | 5 ++++-
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b595548..d59c0fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-/ffmpeg-normalize-1.19.0.tar.gz
+/ffmpeg-normalize-*.tar.gz
+/python-ffmpeg-normalize-*.src.rpm
diff --git a/python-ffmpeg-normalize.spec b/python-ffmpeg-normalize.spec
index 411d135..d78ae36 100644
--- a/python-ffmpeg-normalize.spec
+++ b/python-ffmpeg-normalize.spec
@@ -2,7 +2,7 @@
%global pypi_name ffmpeg-normalize
Name: python-%{pypi_name}
-Version: 1.19.0
+Version: 1.20.0
Release: 1%{?dist}
Summary: Normalize audio via ffmpeg
@@ -61,5 +61,8 @@ Batch processing of several input files is possible, including video files.
%{python3_sitelib}/ffmpeg_normalize-%{version}-py%{python3_version}.egg-info
%changelog
+* Wed Jul 15 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.20.0-1
+- Update to 1.20.0
+
* Mon Jun 01 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.19.0-1
- Initial package.
diff --git a/sources b/sources
index b56ff94..0882299 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-normalize-1.19.0.tar.gz) = 753a79914d425b64572b6b991d266e396cf89b30d5b0a2b6f1ecf3723af1471e2b4a8ec60c1154c4715ccfd35128e5d555fe8a722f495df25c4aa0ffaf8ba85f
+SHA512 (ffmpeg-normalize-1.20.0.tar.gz) = acc40918bc4f4beca0ea030632da2f238fdf3e1af2e4a17a76f50e7e6aaae427bee87a2014d705046e58fbc5c34788b7e9db6a1e2a0d206dc0f8272ffabb5ccf
4 years, 4 months
[ffmpeg/f32] Remove conditionals
by Leigh Scott
commit 10f9738be6ba306cb22de310d8f6e2ff85210b89
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jul 15 15:53:03 2020 +0100
Remove conditionals
ffmpeg.spec | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 35cddfb..f68e5ad 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -7,10 +7,6 @@
# Cuda and others are only available on some arches
%global cuda_arches x86_64
-%ifnarch %{arm}
-%global _with_openmpt 1
-%endif
-
%if 0%{?el7}
%global _without_aom 1
%global _without_dav1d 1
@@ -141,7 +137,7 @@ BuildRequires: libgcrypt-devel
BuildRequires: libGL-devel
BuildRequires: libmodplug-devel
BuildRequires: libmysofa-devel
-%{?_with_openmpt:BuildRequires: libopenmpt-devel}
+BuildRequires: libopenmpt-devel
BuildRequires: librsvg2-devel
%{?_with_rtmp:BuildRequires: librtmp-devel}
%{?_with_smb:BuildRequires: libsmbclient-devel}
@@ -293,7 +289,7 @@ This package contains development files for %{name}
%{?_with_opencv:--enable-libopencv} \\\
%{!?_without_opengl:--enable-opengl} \\\
--enable-libopenjpeg \\\
- %{?_with_openmpt:--enable-libopenmpt} \\\
+ --enable-libopenmpt \\\
%{!?_without_opus:--enable-libopus} \\\
%{!?_without_pulse:--enable-libpulse} \\\
--enable-librsvg \\\
4 years, 4 months
[ffmpeg/f32] Enabled libopenmpt
by Leigh Scott
commit 194e8729e50c7a0116e4f4ff82572641d4957063
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jul 15 15:30:43 2020 +0100
Enabled libopenmpt
ffmpeg.spec | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index f6b937a..35cddfb 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -7,6 +7,10 @@
# Cuda and others are only available on some arches
%global cuda_arches x86_64
+%ifnarch %{arm}
+%global _with_openmpt 1
+%endif
+
%if 0%{?el7}
%global _without_aom 1
%global _without_dav1d 1
@@ -137,6 +141,7 @@ BuildRequires: libgcrypt-devel
BuildRequires: libGL-devel
BuildRequires: libmodplug-devel
BuildRequires: libmysofa-devel
+%{?_with_openmpt:BuildRequires: libopenmpt-devel}
BuildRequires: librsvg2-devel
%{?_with_rtmp:BuildRequires: librtmp-devel}
%{?_with_smb:BuildRequires: libsmbclient-devel}
@@ -288,6 +293,7 @@ This package contains development files for %{name}
%{?_with_opencv:--enable-libopencv} \\\
%{!?_without_opengl:--enable-opengl} \\\
--enable-libopenjpeg \\\
+ %{?_with_openmpt:--enable-libopenmpt} \\\
%{!?_without_opus:--enable-libopus} \\\
%{!?_without_pulse:--enable-libpulse} \\\
--enable-librsvg \\\
4 years, 4 months
[ffmpeg] Remove conditionals
by Leigh Scott
commit 408c9d08ca7834664dd442fe097c55349d8bf370
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jul 15 15:53:03 2020 +0100
Remove conditionals
ffmpeg.spec | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 37eb1e8..3888a1a 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -13,10 +13,6 @@
# Cuda and others are only available on some arches
%global cuda_arches x86_64
-%ifnarch %{arm}
-%global _with_openmpt 1
-%endif
-
%if 0%{?el7}
%global _without_aom 1
%global _without_dav1d 1
@@ -149,7 +145,7 @@ BuildRequires: libgcrypt-devel
BuildRequires: libGL-devel
BuildRequires: libmodplug-devel
BuildRequires: libmysofa-devel
-%{?_with_openmpt:BuildRequires: libopenmpt-devel}
+BuildRequires: libopenmpt-devel
BuildRequires: librsvg2-devel
%{?_with_rtmp:BuildRequires: librtmp-devel}
%{?_with_smb:BuildRequires: libsmbclient-devel}
@@ -304,7 +300,7 @@ This package contains development files for %{name}
%{?_with_opencv:--enable-libopencv} \\\
%{!?_without_opengl:--enable-opengl} \\\
--enable-libopenjpeg \\\
- %{?_with_openmpt:--enable-libopenmpt} \\\
+ --enable-libopenmpt \\\
%{!?_without_opus:--enable-libopus} \\\
%{!?_without_pulse:--enable-libpulse} \\\
--enable-librsvg \\\
4 years, 4 months
[ffmpeg] Update changelog
by Leigh Scott
commit 166ddac20e288cdc8175779d7249ca3c4aaebb04
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jul 15 15:33:16 2020 +0100
Update changelog
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 031aadd..37eb1e8 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -101,7 +101,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.3.1
-Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 3%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -456,6 +456,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Wed Jul 15 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-3
+- Enabled libopenmpt
+
* Tue Jul 14 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-2
- Enable libmysofa
4 years, 4 months