[mythtv] Fix accidental commit commenting out BR on mariadb devel package.
by Richard Shaw
commit 7542ebc6b9d61c38b645c5761b715b4a0ad74a06
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Dec 8 21:37:01 2020 -0600
Fix accidental commit commenting out BR on mariadb devel package.
mythtv.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index bf34e8e..0b1e53b 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -167,7 +167,7 @@ BuildRequires: qt5-qtscript-devel >= 5.2
BuildRequires: qt5-qtwebkit-devel >= 5.2
BuildRequires: freetype-devel >= 2
%if 0%{?fedora} || 0%{?rhel} >= 8
-#BuildRequires: mariadb-connector-c-devel
+BuildRequires: mariadb-connector-c-devel
%else
BuildRequires: mariadb-devel >= 5
%endif
3 years, 11 months
[xine-lib] Update to 1.2.11
by Xavier Bachelot
commit 0060e926f059d8edd645e8145b7df6e036305201
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Dec 8 20:43:46 2020 +0100
Update to 1.2.11
.gitignore | 1 +
sources | 2 +-
xine-lib.spec | 10 +++++++---
3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index da03fe6..4021251 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ xine-lib-1.2.6.tar.xz
/xine-lib-1.2.9-20190525hg14404.tar.xz
/xine-lib-1.2.9-20190831hg14506.tar.xz
/xine-lib-1.2.10.tar.xz
+/xine-lib-1.2.11.tar.xz
diff --git a/sources b/sources
index 17e55ab..893e89a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xine-lib-1.2.10.tar.xz) = 1cbe033da606d67a0a59f19968b2fe1cb46eaeb32c4b4aca7b91125b7230e15bd36d1e3e39e48e6eda56e556018f9f9bf84acb0012d3dd634306e7110fdc4c5f
+SHA512 (xine-lib-1.2.11.tar.xz) = 8208e4699819465ec9e820530f27b6129ee954ea17ab474eb9eda12137af1417ed5260830c1006ce32266a3913d22ba9957689bb5552464908038a1b8a8efbcf
diff --git a/xine-lib.spec b/xine-lib.spec
index 44b4a03..faa1b1e 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -1,5 +1,5 @@
%define _legacy_common_support 1
-%global plugin_abi 2.8
+%global plugin_abi 2.9
%global codecdir %{_libdir}/codecs
%if 0%{?el6}
@@ -36,8 +36,8 @@
Summary: A multimedia engine
Name: xine-lib
-Version: 1.2.10
-Release: 12%{?snapshot:.%{date}hg%{revision}}%{?dist}
+Version: 1.2.11
+Release: 1%{?snapshot:.%{date}hg%{revision}}%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
%if ! 0%{?snapshot}
@@ -259,6 +259,7 @@ mkdir -p %{buildroot}%{codecdir}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spucmml.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spudvb.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spuhdmv.so
+%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_to_spdif.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_vdpau.so
%ifarch %{ix86}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_w32dll.so
@@ -341,6 +342,9 @@ mkdir -p %{buildroot}%{codecdir}
%changelog
+* Tue Dec 08 2020 Xavier Bachelot <xavier(a)bachelot.org> 1.2.11-1
+- Update to 1.2.11
+
* Wed Oct 21 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.10-12
- Rebuild for new libdvdread
3 years, 11 months
[chromium-freeworld/f32] Update to 87.0.4280.88
by qvint
commit 10a29442d810c022fa645148653fbff4c2eaf260
Author: qvint <dotqvint(a)gmail.com>
Date: Tue Dec 8 20:27:15 2020 +0300
Update to 87.0.4280.88
chromium-freeworld.spec | 8 ++++----
chromium-hw-accel-mjpeg.patch | 2 +-
sources | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 5d88017..76c42b3 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -24,12 +24,9 @@
%global system_libxml2 1
%global system_minizip 1
%global system_re2 1
-%if 0%{?fedora} >= 33
-%global system_libicu 1
-%endif
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 87.0.4280.66
+Version: 87.0.4280.88
Release: 1%{?dist}
Summary: Chromium built with all freeworld codecs and VA-API support
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -658,6 +655,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/swiftshader/libGLESv2.so
#########################################changelogs#################################################
%changelog
+* Tue Dec 08 2020 qvint <dotqvint(a)gmail.com> - 87.0.4280.88-1
+- Update to 87.0.4280.88
+
* Fri Nov 27 2020 qvint <dotqvint(a)gmail.com> - 87.0.4280.66-1
- Update to 87.0.4280.66
diff --git a/chromium-hw-accel-mjpeg.patch b/chromium-hw-accel-mjpeg.patch
index 042ad21..2cbcd2e 100644
--- a/chromium-hw-accel-mjpeg.patch
+++ b/chromium-hw-accel-mjpeg.patch
@@ -1,6 +1,6 @@
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
-@@ -3336,12 +3336,12 @@ const FeatureEntry kFeatureEntries[] = {
+@@ -3342,12 +3342,12 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kWebXrForceRuntimeDescription, kOsDesktop,
MULTI_VALUE_TYPE(kWebXrForceRuntimeChoices)},
#endif // ENABLE_VR
diff --git a/sources b/sources
index 1c7e2b9..40f2301 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-87.0.4280.66.tar.xz) = 8bf31b012166fb1fd35107020608cf77e6a31038a583423541c64aaf1c91bca0767ca111dcb4dd0f57c9c19c347375bde6b6488c56e309bd2871998c26b8b32a
+SHA512 (chromium-87.0.4280.88.tar.xz) = ac3903b598bd69f4ee3065845eac3c85cb5524715b9ce629c9c2bd017f2ebd168b7ee8111bccc2e6b6cfd12ad07add834cb2cd3bf0e27a8a5076bb7842fca897
SHA512 (chromium-patches-chromium-87-patchset-9.tar.gz) = 7612d02b1e078bfd2bfefdd773b5931eff72e661111170d3c5497e5bef73aedd6e037cfadbb4ce62d7d68c5f7de0c2b560ffb7cbe90c73e88eb9c2b98298c691
3 years, 11 months
[cinelerra-gg] New upstream release
by Frank R Dana
commit 9897c7abeeeab47195a5191fe5616af4ad191301
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Tue Dec 8 08:58:41 2020 -0500
New upstream release
.gitignore | 1 +
cinelerra-gg.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ecd33c..dcdacc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/cinelerra-gg-3878a69.tar.bz2
/cinelerra-gg-2020-06.tar.gz
/cinelerra-gg-2020-07.tar.gz
+/cinelerra-gg-2020-10.tar.gz
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index d18aea3..dad4444 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -1,9 +1,9 @@
-%global git_tag 2020-07
+%global git_tag 2020-10
%global tag_version %(c=%{git_tag}; echo "${c}" | tr '-' '.')
Name: cinelerra-gg
Version: 5.1%{?tag_version:.%{tag_version}}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: A non linear video editor and effects processor
# The Cinelerra-GG codebase is licensed GPLv2+
# The GREYcstoration plugin is licensed CeCILL v2.0
@@ -220,6 +220,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
%changelog
+* Sat Dec 05 2020 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 5.1.2020.10-1
+- New upstream monthly release
+
* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 5.1.2020.07-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index ce76587..a8d5dbf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cinelerra-gg-2020-07.tar.gz) = 5d44745c5ad92224fc3c3dfe4538d5deb6e95076ec6ea04d6aa4b42118712885dd6a94a0452d6f7a94c96f1442849213defeaa4ac9ab99856b0404465dc1b7b3
+SHA512 (cinelerra-gg-2020-10.tar.gz) = f59bb06a0c2000d9790a066e850b54e2444451bb13be043282fb0577e52cb7216b23fd66f9862309bf78022f3b271943b7056a41f6380ab18b03edbc58142096
3 years, 11 months
[cinelerra-gg] Delete upstreamed patch
by Frank R Dana
commit 01d5d81456c4d2dfcea199b2289dbd50483bd17d
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Tue Dec 8 07:18:21 2020 -0500
Delete upstreamed patch
0001-Fix-interdependency-checks.patch | 86 -----------------------------------
1 file changed, 86 deletions(-)
3 years, 11 months
[mythtv] Update requirements on mariadb, remove requirement for mariadb-connector-c-devel on the mythtv packa
by Richard Shaw
commit 88502ebd83d050896d74397e227e23f007ea528b
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Dec 8 06:58:50 2020 -0600
Update requirements on mariadb, remove requirement for mariadb-connector-c-devel on the mythtv package.
mythtv.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index b43a99b..bf34e8e 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -167,7 +167,7 @@ BuildRequires: qt5-qtscript-devel >= 5.2
BuildRequires: qt5-qtwebkit-devel >= 5.2
BuildRequires: freetype-devel >= 2
%if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: mariadb-connector-c-devel
+#BuildRequires: mariadb-connector-c-devel
%else
BuildRequires: mariadb-devel >= 5
%endif
@@ -361,8 +361,8 @@ Requires: mythplugins%{?_isa} = %{version}-%{release}
# Reminder this one is noarch - and not a sub-package (no EVR)
Requires: mythweb = %{version}
Requires: mythffmpeg%{?_isa} = %{version}-%{release}
+Requires: mariadb
Requires: mariadb-server
-Requires: mariadb-connector-c-devel
%{?fedora:Recommends: xmltv}
# Generate the required mythtv-frontend-api version string here so we only
3 years, 11 months