[ffmpeg] Enabled libopenmpt
by Leigh Scott
commit 046463a678488d7eff9d292890326049b97c2af2
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 2a8065c..031aadd 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -13,6 +13,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
@@ -145,6 +149,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}
@@ -299,6 +304,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
[x264/f32] (3 commits) ...Update changelog
by Nicolas Chauvet
Summary of changes:
0d1b462... ldconfig_scriptlets (*)
1a2dd31... Reduce i686 deps (*)
73cd3d0... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[ffmpeg/f32] Enable libmysofa
by Leigh Scott
commit 1fa7d999deb445984afb4946cb0cc5b20aaf29dc
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Jul 14 11:41:20 2020 +0100
Enable libmysofa
ffmpeg.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index cbab550..f6b937a 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -89,7 +89,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.2.4
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -136,6 +136,7 @@ BuildRequires: libdrm-devel
BuildRequires: libgcrypt-devel
BuildRequires: libGL-devel
BuildRequires: libmodplug-devel
+BuildRequires: libmysofa-devel
BuildRequires: librsvg2-devel
%{?_with_rtmp:BuildRequires: librtmp-devel}
%{?_with_smb:BuildRequires: libsmbclient-devel}
@@ -276,6 +277,7 @@ This package contains development files for %{name}
%{?_with_ilbc:--enable-libilbc} \\\
%{?_with_libnpp:--enable-libnpp --enable-nonfree} \\\
--enable-libmp3lame \\\
+ --enable-libmysofa \\\
%{?_with_netcdf:--enable-netcdf} \\\
%{?_with_mmal:--enable-mmal} \\\
%{!?_without_nvenc:--enable-nvenc} \\\
@@ -436,6 +438,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Tue Jul 14 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.2.4-2
+- Enable libmysofa
+
* Thu Jul 09 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.2.4-1
- Update to 4.2.4 release
- Enable vapoursynth for el8
4 years, 4 months
[ffmpeg] Enable libmysofa
by Leigh Scott
commit d92deeeb02e0f598fe25eaa608fb20032e95c880
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Jul 14 11:31:07 2020 +0100
Enable libmysofa
ffmpeg.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 290dfe1..2a8065c 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -97,7 +97,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.3.1
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -144,6 +144,7 @@ BuildRequires: libdrm-devel
BuildRequires: libgcrypt-devel
BuildRequires: libGL-devel
BuildRequires: libmodplug-devel
+BuildRequires: libmysofa-devel
BuildRequires: librsvg2-devel
%{?_with_rtmp:BuildRequires: librtmp-devel}
%{?_with_smb:BuildRequires: libsmbclient-devel}
@@ -287,6 +288,7 @@ This package contains development files for %{name}
%{!?_without_lensfun:--enable-liblensfun} \\\
%{?_with_libnpp:--enable-libnpp --enable-nonfree} \\\
--enable-libmp3lame \\\
+ --enable-libmysofa \\\
%{?_with_netcdf:--enable-netcdf} \\\
%{?_with_mmal:--enable-mmal} \\\
%{!?_without_nvenc:--enable-nvenc} \\\
@@ -448,6 +450,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Tue Jul 14 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-2
+- Enable libmysofa
+
* Sat Jul 11 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-1
- Update to 4.3.1 release
4 years, 4 months
[vdr-markad/f31] Update to 2.3.3
by Martin Gansser
Summary of changes:
3b990ef... Update to 2.3.3 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[vdr-markad/f32] Update to 2.3.3
by Martin Gansser
Summary of changes:
3b990ef... Update to 2.3.3 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[vdr-markad] Update to 2.3.3
by Martin Gansser
commit 3b990efdc2541b230b4ab80795bd4c97c8b65812
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Jul 14 11:41:25 2020 +0200
Update to 2.3.3
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01efc46..65d8bf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-2.0.3.tar.gz
/vdr-markad-2.0.4.tar.gz
/vdr-markad-2.1.0.tar.gz
+/vdr-markad-2.3.3.tar.gz
diff --git a/sources b/sources
index 1a149d3..0aa80e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-2.1.0.tar.gz) = 60bd86caeaf1cb0bfba85d9458425ced4f0f46a820f93318a2c619f4b824d461b2fa162b93b8a1b31e4152f99546f9fe3b3817a5deee1abac0085f7427517854
+SHA512 (vdr-markad-2.3.3.tar.gz) = bd1cc8dfe1467d1ec033ace6cade4536b1aa637ab49063ad0d44ed55a5ab0d1206644aac7011216204efdbc088c53b1b9fd918d5f4689f1da17c88bce62a5afb
diff --git a/vdr-markad.spec b/vdr-markad.spec
index da844e1..bef2d4b 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -1,5 +1,5 @@
Name: vdr-markad
-Version: 2.1.0
+Version: 2.3.3
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -50,6 +50,9 @@ fi
%{vdr_vardir}/markad/
%changelog
+* Tue Jul 14 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 2.3.3-1
+- Update to 2.3.3
+
* Mon May 25 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 2.1.0-1
- Update to 2.1.0
4 years, 4 months
[ppsspp/f31] Release 1.10.3
by sagitter
Summary of changes:
b76901b... Release 1.10.3 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[ppsspp/f32: 2/2] Merge branch 'master' into f32
by sagitter
commit ccda5ad69d8cad1e410871979f17c81d0882cd8e
Merge: bdae6d1 b76901b
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Mon Jul 13 21:09:53 2020 +0200
Merge branch 'master' into f32
.gitignore | 1 +
ppsspp.appdata.xml | 2 +-
ppsspp.spec | 11 +++++++----
sources | 2 +-
4 files changed, 10 insertions(+), 6 deletions(-)
---
4 years, 4 months