[alsa-plugins-freeworld] Updated to 1.2.7.1
by Leigh Scott
commit 848e7cd36a67ec5e274de12e42e7695f1bed3913
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Nov 16 10:37:11 2022 +0000
Updated to 1.2.7.1
alsa-plugins-freeworld.spec | 11 +++++++----
sources | 2 +-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/alsa-plugins-freeworld.spec b/alsa-plugins-freeworld.spec
index 21e0b66..c09bd53 100644
--- a/alsa-plugins-freeworld.spec
+++ b/alsa-plugins-freeworld.spec
@@ -1,11 +1,11 @@
Name: alsa-plugins-freeworld
-Version: 1.2.6
-Release: 3%{?dist}
+Version: 1.2.7.1
+Release: 1%{?dist}
Summary: The ALSA Plugins - freeworld version
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
License: LGPLv2+
-URL: http://www.alsa-project.org/
-Source0: https://www.alsa-project.org/files/pub/plugins/alsa-plugins-%{version}.ta...
+URL: https://www.alsa-project.org/
+Source0: %url/files/pub/plugins/alsa-plugins-%{version}.tar.bz2
BuildRequires: autoconf automake libtool
BuildRequires: alsa-lib-devel >= 1.1.8
@@ -86,6 +86,9 @@ find %buildroot -name "*.la" -exec rm {} \;
%changelog
+* Wed Nov 16 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.7.1-1
+- Updated to 1.2.7.1
+
* Sat Aug 06 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.2.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index d101b57..5daf78e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (alsa-plugins-1.2.6.tar.bz2) = ac54a6f227f1ca5f6e01e08d869e7c06f4bcd68f148932e1902a6fcf3e5ccd3667ac4d8c1a00b77e4b5cb27e17c01cf7526ded4aaf35c4b26fc69e14e6e341f9
+SHA512 (alsa-plugins-1.2.7.1.tar.bz2) = 437c05a7e0175594768fd6a9a6d1a158bb4a01a7de6a42c2bd468d9381e01b64d385ddfac7d87baf84fe13cb4e65dc24da643940f416d4b191c528728822d964
2 years, 1 month
[libheif/f37] (2 commits) ...fix
by Leigh Scott
Summary of changes:
d6b74e0... Update to 1.14.0 (*)
f996c4e... fix (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 1 month
[libheif] fix
by Leigh Scott
commit f996c4e01a5032eb1e9c3fa87c46203f14368784
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Nov 15 23:01:22 2022 +0000
fix
libheif.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/libheif.spec b/libheif.spec
index 72aa9ff..4e81dc9 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -17,7 +17,9 @@ BuildRequires: pkgconfig(libde265)
%if 0%{?fedora}
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(rav1e)
+%ifarch x86_64
BuildRequires: pkgconfig(SvtAv1Enc)
+%endif
%else
BuildRequires: libjpeg-devel
%endif
2 years, 1 month
[libheif] Update to 1.14.0
by Leigh Scott
commit d6b74e0fcf48efc5f444c25e65caffd313c27c66
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Nov 15 22:52:37 2022 +0000
Update to 1.14.0
libheif.spec | 14 ++++++++++----
sources | 2 +-
2 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/libheif.spec b/libheif.spec
index de5c31b..72aa9ff 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -1,5 +1,5 @@
Name: libheif
-Version: 1.13.0
+Version: 1.14.0
Release: 1%{?dist}
Summary: HEIF file format decoder and encoder
@@ -17,6 +17,7 @@ BuildRequires: pkgconfig(libde265)
%if 0%{?fedora}
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(rav1e)
+BuildRequires: pkgconfig(SvtAv1Enc)
%else
BuildRequires: libjpeg-devel
%endif
@@ -50,6 +51,7 @@ rm -rf third-party/
%if 0%{?rhel}
-DWITH_RAV1E=OFF \
%endif
+ -DPLUGIN_DIRECTORY=%{_libdir}/%{name} \
-Wno-dev
%cmake_build
@@ -71,19 +73,23 @@ find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
%{_bindir}/heif-info
%{_bindir}/heif-thumbnailer
%{_libdir}/*.so.1*
+%{_libdir}/%{name}/
%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-heif.*
%{_datadir}/mime/packages/*.xml
%{_datadir}/thumbnailers/
%{_mandir}/man1/heif-*
%files devel
-%{_includedir}/*
-%{_libdir}/cmake/libheif/
-%{_libdir}/pkgconfig/libheif.pc
+%{_includedir}/%{name}/
+%{_libdir}/cmake/%{name}/
+%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/*.so
%changelog
+* Tue Nov 15 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.14.0-1
+- Update to 1.14.0
+
* Fri Sep 02 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.13.0-1
- Update to 1.13.0
diff --git a/sources b/sources
index 7593de6..7b18fce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libheif-1.13.0.tar.gz) = df5d64f83a4935bdf9b30836e634a2349ce24521c7c59f6f1a640d8ced9c7dc42198235684e131a713ef5c10fbe063da3611c774bbde509165bd6f7f44e70bf0
+SHA512 (libheif-1.14.0.tar.gz) = 22a8297eac638a5db1f6f6767362ff1b58259a68cc71789e35d8bcaa5edf3318f01553b806f2e8f5774386c900e977f814ee41dfb4ecbf18b5a8fc0f5322787d
2 years, 1 month
[mesa-freeworld/f36] Use a global description to fix unexpanded description macro
by Leigh Scott
commit 83c582352b5f5330f53d95ffd8a3610a12541195
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Nov 15 19:34:42 2022 +0000
Use a global description to fix unexpanded description macro
mesa-freeworld.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 339a089..7544145 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -1,4 +1,6 @@
%global srcname mesa
+%global _description These drivers contains video acceleration codecs for decoding/encoding H.264 and H.265 \
+algorithms and decoding only VC1 algorithm.
%ifnarch s390x
%global with_hardware 1
%global with_vulkan_hw 0
@@ -145,8 +147,7 @@ BuildRequires: pkgconfig(vulkan)
%endif
%description
-These drivers contains video acceleration codecs for decoding/encoding H.264 and H.265
-algorithms and decoding only VC1 algorithm.
+%{_description}
%if 0%{?with_va}
%package -n %{srcname}-va-drivers-freeworld
@@ -156,7 +157,7 @@ Provides: %{srcname}-va-drivers = %{?epoch:%{epoch}:}%{version}-%{release}
Enhances: %{srcname}%{?_isa}
%description -n %{srcname}-va-drivers-freeworld
-%{description}
+%{_description}
%endif
%if 0%{?with_vdpau}
@@ -167,7 +168,7 @@ Provides: %{srcname}-vdpau-drivers = %{?epoch:%{epoch}:}%{version}-%{relea
Enhances: %{srcname}%{?_isa}
%description -n %{srcname}-vdpau-drivers-freeworld
-%{description}
+%{_description}
%endif
%prep
%autosetup -n %{srcname}-%{ver} -p1
2 years, 1 month
[mesa-freeworld/f37] Use a global description to fix unexpanded description macro
by Leigh Scott
commit aad427b2e2d1870b0717d9536a5d39ff1bef6357
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Nov 15 19:34:42 2022 +0000
Use a global description to fix unexpanded description macro
mesa-freeworld.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 969e6cc..741c079 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -1,4 +1,6 @@
%global srcname mesa
+%global _description These drivers contains video acceleration codecs for decoding/encoding H.264 and H.265 \
+algorithms and decoding only VC1 algorithm.
%ifnarch s390x
%global with_hardware 1
%global with_vulkan_hw 0
@@ -145,8 +147,7 @@ BuildRequires: pkgconfig(vulkan)
%endif
%description
-These drivers contains video acceleration codecs for decoding/encoding H.264 and H.265
-algorithms and decoding only VC1 algorithm.
+%{_description}
%if 0%{?with_va}
%package -n %{srcname}-va-drivers-freeworld
@@ -157,7 +158,7 @@ Provides: %{srcname}-va-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{
Enhances: %{srcname}%{?_isa}
%description -n %{srcname}-va-drivers-freeworld
-%{description}
+%{_description}
%endif
%if 0%{?with_vdpau}
@@ -169,7 +170,7 @@ Provides: %{srcname}-vdpau-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}
Enhances: %{srcname}%{?_isa}
%description -n %{srcname}-vdpau-drivers-freeworld
-%{description}
+%{_description}
%endif
%prep
%autosetup -n %{srcname}-%{ver} -p1
2 years, 1 month
[mesa-freeworld] Use a global description to fix unexpanded description macro
by Leigh Scott
commit e3bd22b0b55ca5d03b4025ad717578a13d38562d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Nov 15 19:34:42 2022 +0000
Use a global description to fix unexpanded description macro
mesa-freeworld.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index dc8a1e6..352ed7a 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -1,4 +1,6 @@
%global srcname mesa
+%global _description These drivers contains video acceleration codecs for decoding/encoding H.264 and H.265 \
+algorithms and decoding only VC1 algorithm.
%ifnarch s390x
%global with_hardware 1
%global with_vulkan_hw 0
@@ -135,8 +137,7 @@ BuildRequires: pkgconfig(vulkan)
%endif
%description
-These drivers contains video acceleration codecs for decoding/encoding H.264 and H.265
-algorithms and decoding only VC1 algorithm.
+%{_description}
%if 0%{?with_va}
%package -n %{srcname}-va-drivers-freeworld
@@ -147,7 +148,7 @@ Provides: %{srcname}-va-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{
Enhances: %{srcname}%{?_isa}
%description -n %{srcname}-va-drivers-freeworld
-%{description}
+%{_description}
%endif
%if 0%{?with_vdpau}
@@ -159,7 +160,7 @@ Provides: %{srcname}-vdpau-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}
Enhances: %{srcname}%{?_isa}
%description -n %{srcname}-vdpau-drivers-freeworld
-%{description}
+%{_description}
%endif
%prep
%autosetup -n %{srcname}-%{ver} -p1
2 years, 1 month
[deadbeef] Added mp4 sources.
by Vasiliy Glazov
commit f832815b174b73f7d4f2bab9ee1d13ecd14f4f64
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Nov 15 14:05:02 2022 +0300
Added mp4 sources.
sources | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/sources b/sources
index a49c3e3..a5276fe 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
SHA512 (1.9.3.tar.gz) = eb63a2bcac5b10463b1c1e7b4ff539dce4c9d975d4ac7a673c6852300ea610772341668b2fbdc4022314d9bdd30068a01f79c9aec2fa5b0331e8deac3919e943
+SHA512 (mp4p-814f747.tar.gz) = cf80360ef137c1df27a46e571432a617cd1f37204c9f6c75f09bec56275e43f4c9274347372cb90b975fa694672b64db8fd05f0ae97f9911478d9ad9a18fb469
2 years, 1 month