[smplayer] Update smplayer to 22.2.0
by Sérgio M. Basto
commit 98ab8d637b73714acc76b2eabea3831e484eb51b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Mar 1 22:30:56 2022 +0000
Update smplayer to 22.2.0
.gitignore | 1 +
smplayer.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d7788e..608aea5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,4 @@ smtube-16.3.0.tar.bz2
/smplayer-21.1.0.tar.bz2
/smplayer-21.8.0.tar.bz2
/smplayer-21.10.0.tar.bz2
+/smplayer-22.2.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index 7361277..12c69cf 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,8 +1,8 @@
Name: smplayer
-Version: 21.10.0
+Version: 22.2.0
%global smplayer_themes_ver 20.11.0
%global smplayer_skins_ver 20.11.0
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: A graphical frontend for mplayer and mpv
License: GPLv2+
@@ -183,6 +183,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Tue Mar 01 2022 Sérgio Basto <sergio(a)serjux.com> - 22.2.0-1
+- Update smplayer to 22.2.0
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 21.10.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index b2610f2..ae684fc 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (smplayer-21.10.0.tar.bz2) = 3e4a046c704eeb181570c56a819afbca939257df370c909dab3af448553702feeebba542f123d18cf6b786a19f92ee67ba60ba25a649d83f1f31411b715f7ae4
+SHA512 (smplayer-22.2.0.tar.bz2) = 62916d9df8493efbe810a5de36c2d45fd2e39173e061060c749c87ac498f43ca08caa073bd04b05e3e9de72c5efdf9bece8e08f4c57a0d283d9f78b7687e2d14
SHA512 (smplayer-themes-20.11.0.tar.bz2) = 4e64c3f44fc3529d980751618cd30fcc395a21701ba7481ad0a6dffc1fa770c13a3414d0853f94cd6163738702a0a75060a92e5c1c426e79902a68d8f8336575
SHA512 (smplayer-skins-20.11.0.tar.bz2) = a52464b3b0aca82caf3762fde0ad7f1084e7e37b936f97d05f758554f84188cee11cb4d4630575ec10ed3970f0b77bceabb3f90fe4e43ff7d29b5c2725741a7d
2 years, 8 months
[libaacs/el9] Update to 0.11.1
by Xavier Bachelot
Summary of changes:
4e8eedf... Update to 0.11.1 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months
[libaacs/f36] Update to 0.11.1
by Xavier Bachelot
Summary of changes:
4e8eedf... Update to 0.11.1 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months
[libaacs] Update to 0.11.1
by Xavier Bachelot
commit 4e8eedfabdd05d8fa26df7224fa90def1dfeef30
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Mar 1 18:47:51 2022 +0100
Update to 0.11.1
.gitignore | 1 +
libaacs.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17c5130..6f974cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ libaacs-0.8.1.tar.bz2
/libaacs-0.9.0.tar.bz2
/libaacs-0.10.0.tar.bz2
/libaacs-0.11.0.tar.bz2
+/libaacs-0.11.1.tar.bz2
diff --git a/libaacs.spec b/libaacs.spec
index 5eb8039..7c1bb0f 100644
--- a/libaacs.spec
+++ b/libaacs.spec
@@ -4,8 +4,8 @@
%global git_short %(echo '%{git_hash}' | cut -c -13)
Name: libaacs
-Version: 0.11.0
-Release: 5%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist}
+Version: 0.11.1
+Release: 1%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist}
Summary: Open implementation of AACS specification
License: LGPLv2+
URL: http://www.videolan.org/developers/libaacs.html
@@ -16,7 +16,7 @@ URL: http://www.videolan.org/developers/libaacs.html
# git archive --format=tar %{git_hash} --prefix=libaacs/ | bzip2 > ../libaacs-$( date +%Y%m%d )git%{git_short}.tar.bz2
Source0: %{name}-%{tarball_date}git%{git_short}.tar.bz2
%else
-Source0: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}...
+Source0: https://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{v...
%endif
%if 0%{?snapshot}
@@ -94,6 +94,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
+* Tue Mar 01 2022 Xavier Bachelot <xavier(a)bachelot.org> 0.11.1-1
+- Update to 0.11.1
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.11.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index 98f3871..96c6cae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libaacs-0.11.0.tar.bz2) = 167edbb6f26599e41d6084908039bf902f69f57da1f64f1491734157d1568ad0b32c8ea3064e0706e383af8dc6007eef65170b2b47222bf3d363e395e0b60388
+SHA512 (libaacs-0.11.1.tar.bz2) = 42dcba5fd593c9a8ec7af11251006b083ad2c49ec198734d1d66f67c2ded4557d77617600edbf0c5250e9b0407ef9a2f906d59d154bda8ecfc8adfd234fb2c42
2 years, 8 months
[gnome-mpv] gnome-mpv package was renamed to celluloid (#5333)
by Sérgio M. Basto
commit e5d27d5c5172d4dd05d6959450424f9dee421671
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Mar 1 17:35:55 2022 +0000
gnome-mpv package was renamed to celluloid (#5333)
.gitignore | 7 ---
dead.package | 1 +
gnome-mpv.spec | 161 ---------------------------------------------------------
sources | 1 -
4 files changed, 1 insertion(+), 169 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..be369b9
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+gnome-mpv package was renamed to celluloid (#5333)
2 years, 8 months
[lightspark] Fix cmake build
by Sérgio M. Basto
commit e2f93e1a36d70e7f50d35d0e4d93b86c048923a6
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Mar 1 17:09:33 2022 +0000
Fix cmake build
lightspark.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/lightspark.spec b/lightspark.spec
index e7d5044..ef19b69 100644
--- a/lightspark.spec
+++ b/lightspark.spec
@@ -5,6 +5,8 @@
%global commit_short %(c=%{commit}; echo ${c:0:7})
%global date 20170422
+%undefine __cmake_in_source_build
+
Name: lightspark
Version: 0.8.5
Release: 6%{?git_snapshot:.%{date}git%{commit_short}}%{?dist}
@@ -90,8 +92,7 @@ This is the Chromium compatible plugin for %{name}.
-DPLUGIN_DIRECTORY="%{_libdir}/mozilla/plugins" \
-DPPAPI_PLUGIN_DIRECTORY="%{_libdir}/chromium-browser/PepperFlash/" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-%{?with_tightspark: -DCOMPILE_TIGHTSPARK=1} \
- .
+%{?with_tightspark: -DCOMPILE_TIGHTSPARK=1}
%cmake3_build
2 years, 8 months