[medialibrary] Update to 0.13.0
by Nicolas Chauvet
commit 1778162f464b20f4b51710a030f230c66944d151
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jun 7 12:30:51 2024 +0200
Update to 0.13.0
medialibrary.spec | 10 ++++++----
sources | 2 +-
2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/medialibrary.spec b/medialibrary.spec
index d2e0992..069759b 100644
--- a/medialibrary.spec
+++ b/medialibrary.spec
@@ -1,14 +1,13 @@
-%global commit 0c3868052024a1c6256383294e92baeeedcb44e9
+%global commit 8c56e26c625d757994cffeea84d2a0a2e6033dee
Name: medialibrary
-Version: 0.12.3
-Release: 3%{?dist}
+Version: 0.13.0
+Release: 1%{?dist}
Summary: Cross platform media library
License: GPLv2+
URL: https://code.videolan.org/videolan/medialibrary
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
-Patch0: gcc-13.patch
BuildRequires: libtool
@@ -61,6 +60,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
+* Fri Jun 07 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 0.13.0-1
+- Update to 0.13.0
+
* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.12.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/sources b/sources
index 573e9f9..abade6e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (medialibrary-0.12.3.tar.gz) = 7dfc18cd0aad26cf2961165caea551bc2408f23fbffbc3ca974ef7ac151e44b6d80ae67ade83f5edbc9e6209fca997f70f497942758d9edfc6ba6ca41615beb9
+SHA512 (medialibrary-0.13.0.tar.gz) = 8a173c38f5fc6018e48986acc026c60b2236c9177ef74be7efafa45a53499bcc82b90ec258e47a2e563f019f491e0e82ca3cf49e77e2da8fbc7ef76207087e68
5 months, 2 weeks
[mesa-freeworld/f40] Update to 24.0.9
by Thorsten Leemhuis
commit 8698a45cc0a03286d4de84d0bcf213df762b5156
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Jun 7 12:04:39 2024 +0200
Update to 24.0.9
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
.gitignore | 1 +
mesa-freeworld.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb0c96a..c455cd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
/mesa-24.0.6.tar.xz
/mesa-24.0.7.tar.xz
/mesa-24.0.8.tar.xz
+/mesa-24.0.9.tar.xz
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 542f385..f573721 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -65,7 +65,7 @@ algorithms and decoding only VC1 algorithm.
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 24.0.8
+%global ver 24.0.9
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist}
License: MIT
@@ -325,6 +325,9 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%endif
%changelog
+* Fri Jun 7 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.9-1
+- Update to 24.0.9
+
* Thu May 23 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.8-1
- Update to 24.0.8
diff --git a/sources b/sources
index c7bfa33..6658a88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-24.0.8.tar.xz) = 1e1be9b50c2a404a96960db87d2ba4cd1c602445f9ab8acfb6a8a023410063620c2ef891fe516afec3d830756e0b0f4309ef50c6caeefa44e164b414c4708b10
+SHA512 (mesa-24.0.9.tar.xz) = de2ee6c9df1fc106ee10befe0a76be1e9cfe83d65dbdb83bad6d8d7cfaa085232fb115293a1a790b37b50b1fe14bd58aafbcfe5a15e953b5901a7105d57569a5
5 months, 2 weeks
[vlc-plugins-freeworld] Tolerate older version for vlc-3.x
by Nicolas Chauvet
commit 9ffb8aa65ae5f9be4eb40083ca58d14d80425bfa
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jun 7 10:08:10 2024 +0200
Tolerate older version for vlc-3.x
vlc-plugins-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc-plugins-freeworld.spec b/vlc-plugins-freeworld.spec
index d749545..2b3dbb1 100644
--- a/vlc-plugins-freeworld.spec
+++ b/vlc-plugins-freeworld.spec
@@ -24,7 +24,7 @@ BuildRequires: faad2-devel
BuildRequires: pkgconfig(x264) >= 0.153
BuildRequires: pkgconfig(x265)
-BuildRequires: vlc-devel = 1:%{version}
+BuildRequires: vlc-devel
Requires: vlc-libs%{?_isa} >= 1:%{version}
Supplements: vlc-plugins-base%{?_isa} >= 1:%{version}
5 months, 2 weeks
[vlc-plugins-freeworld] Update vlc-plugins-freeworld to 3.0.21
by Sérgio M. Basto
commit cd588bc380ec143467a34326cc3df51bd96660b8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jun 7 00:10:29 2024 +0100
Update vlc-plugins-freeworld to 3.0.21
sources | 2 +-
vlc-plugins-freeworld.spec | 15 ++++++++-------
2 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/sources b/sources
index 038656b..8e21ed6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vlc-3.0.20.tar.xz) = 02e58fb52dd75bf483ac4b298aecf86463b13d4782173d164adba6e4552d9262ff5e2ee1cbe1bce2c8a809801b79f328c6a8c475d34ae62aefaea02ae5ade406
+SHA512 (vlc-3.0.21.tar.xz) = cb1af76c8056648c331d7e6e0680d161ed1849eb635987504f45eae02531e9b432651034317fa7e02b0722905dfb9f0f5dad67b5924cc62edcaf0d173ac36aee
diff --git a/vlc-plugins-freeworld.spec b/vlc-plugins-freeworld.spec
index 2ad1929..d749545 100644
--- a/vlc-plugins-freeworld.spec
+++ b/vlc-plugins-freeworld.spec
@@ -1,12 +1,12 @@
%{?!vlc_plugindir:%global vlc_plugindir %{_libdir}/vlc/plugins}
Name: vlc-plugins-freeworld
-Version: 3.0.20
-Release: 3%{?dist}
+Version: 3.0.21
+Release: 1%{?dist}
Summary: AAC, H.264, and HEVC codec plugins for VLC media player
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause
URL: https://www.videolan.org
-Source: https://get.videolan.org/vlc/%{version}/vlc-%{version}.tar.xz
+Source: https://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}....
%global __provides_exclude_from ^%{vlc_plugindir}/.*$
@@ -35,14 +35,12 @@ Supplements: vlc-plugins-base%{?_isa} >= 1:%{version}
%prep
%autosetup -n vlc-%{version} -p1
-
rm -f aclocal.m4 m4/lib*.m4 m4/lt*.m4
-./bootstrap
+%build
+./bootstrap
touch src/revision.txt
-
-%build
%configure \
--disable-silent-rules \
--disable-dependency-tracking \
@@ -227,6 +225,9 @@ find %{buildroot}%{_libdir} -name '*.la' -delete
%changelog
+* Thu Jun 06 2024 Sérgio Basto <sergio(a)serjux.com> - 3.0.21-1
+- Update vlc-plugins-freeworld to 3.0.21
+
* Sat Apr 06 2024 Leigh Scott <leigh123linux(a)gmail.com> - 3.0.20-3
- Rebuild for new x265 version
5 months, 2 weeks