[phonon-backend-vlc] Moved to fedora
by Leigh Scott
commit 5da65c56287bf85f519ad7b92c3f3c5376b7dc92
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Dec 15 09:21:01 2023 +0000
Moved to fedora
.gitignore | 1 -
dead.package | 1 +
phonon-backend-vlc.spec | 215 ------------------------------------------------
sources | 1 -
4 files changed, 1 insertion(+), 217 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..9c61d12
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Moved to fedora
11 months, 2 weeks
[mesa-freeworld/f39: 7/7] Merge branch 'master' into f39
by Thorsten Leemhuis
commit 7bc74398de8b044b87cde49e3c7c84bae4a05e7e
Merge: 7645876 dbca9f5
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Dec 15 06:47:13 2023 +0100
Merge branch 'master' into f39
.gitignore | 4 ++
...efix-function-with-si_-to-prevent-name-co.patch | 75 ----------------------
mesa-freeworld.spec | 33 ++++++----
sources | 2 +-
4 files changed, 27 insertions(+), 87 deletions(-)
---
11 months, 2 weeks
[mesa-freeworld/f39] (7 commits) ...Merge branch 'master' into f39
by Thorsten Leemhuis
Summary of changes:
03c42e3... Update to 23.2.0-rc2 (*)
9a79cc2... Fix appdata veto (*)
97a5a3f... update to 23.3.0-rc2 (*)
f2a467d... Update to 23.2.0-rc5 (*)
c92bd02... Update to 23.3.0 (*)
dbca9f5... sync a few bit with fedora's mesa.spec (*)
7bc7439... Merge branch 'master' into f39
(*) This commit already existed in another branch; no separate mail sent
11 months, 2 weeks
[mesa-freeworld] sync a few bit with fedora's mesa.spec
by Thorsten Leemhuis
commit dbca9f5f3e4e9594f19f351fea6c8ed92a07cf81
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Dec 15 06:45:43 2023 +0100
sync a few bit with fedora's mesa.spec
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 5015189..227ddab 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -27,15 +27,15 @@ algorithms and decoding only VC1 algorithm.
%ifarch aarch64 x86_64 %{ix86}
%if !0%{?rhel}
-%global with_etnaviv 0
%global with_lima 0
%global with_vc4 0
-%global with_v3d 0
%endif
+%global with_etnaviv 0
%global with_freedreno 0
%global with_kmsro 0
%global with_panfrost 0
%global with_tegra 0
+%global with_v3d 0
%global with_xa 0
#%%global extra_platform_vulkan ,broadcom,freedreno,panfrost
%endif
@@ -66,7 +66,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 23.3.0
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: MIT
URL: http://www.mesa3d.org
@@ -137,9 +137,7 @@ BuildRequires: pkgconfig(libomxil-bellagio)
%endif
BuildRequires: pkgconfig(libelf)
BuildRequires: pkgconfig(libglvnd) >= 1.3.2
-# BuildRequires: llvm-devel >= 7.0.0
-# to match fedora's build temporarily require llvm16
-BuildRequires: %{_libdir}/llvm16/lib/libLLVM.so
+BuildRequires: llvm-devel >= 7.0.0
%if 0%{?with_opencl}
BuildRequires: clang-devel
BuildRequires: bindgen
@@ -242,6 +240,9 @@ export RUSTFLAGS="%build_rustflags"
-Dlmsensors=disabled \
%endif
-Dandroid-libbacktrace=disabled \
+%ifarch %{ix86}
+ -Dglx-read-only-text=true
+%endif
%{nil}
%meson_build
@@ -318,6 +319,9 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%license docs/license.rst
%endif
%changelog
+* Fri Dec 15 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.3.0-2
+- sync a few bit with fedora's mesa.spec
+
* Fri Dec 1 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.3.0-1
- Update to 23.3.0
11 months, 2 weeks
[python-vlc] Update to 3.0.20123
by Leigh Scott
commit 3514fd983b61c02429adf0efcb8a906383804ff0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 14 15:35:29 2023 +0000
Update to 3.0.20123
.gitignore | 1 +
python-vlc.spec | 18 +++++++++++-------
sources | 2 +-
3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed801bf..9380ad8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ python-vlc-1.1.0-20141115git.tar.bz2
/python-vlc-3.0.16120.tar.gz
/python-vlc-3.0.18121.tar.gz
/python-vlc-3.0.18122.tar.gz
+/python-vlc-3.0.20123.tar.gz
diff --git a/python-vlc.spec b/python-vlc.spec
index ec2cca6..d178251 100644
--- a/python-vlc.spec
+++ b/python-vlc.spec
@@ -1,16 +1,17 @@
%global pypi_name python-vlc
+%global pypi_version 3.0.20123
%global srcname vlc
%global sum VLC Media Player binding for Python
%global desc This package provides a python interface to control VLC Media Player.
Name: python-%{srcname}
-Version: 3.0.18122
-Release: 3%{?dist}
+Version: %{pypi_version}
+Release: 1%{?dist}
Summary: %{sum}
License: LGPLv2+
-URL: http://wiki.videolan.org/PythonBinding
-Source0: https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{ver...
+URL: https://wiki.videolan.org/PythonBinding
+Source0: %{pypi_name}-%{pypi_version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@@ -28,13 +29,13 @@ Requires: vlc-core >= 1.1.0
%{desc}
%prep
-%autosetup -n %{pypi_name}-%{version}
+%autosetup -n %{pypi_name}-%{pypi_version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
# fix shebang
%py3_shebang_fix \
- examples/glsurface.py \
- examples/play_buffer.py vlc.py
+ examples/*.py \
+ vlc.py
#fix rpmlint
chmod -x examples/cocoavlc.py examples/glsurface.py
# Move README.md
@@ -57,6 +58,9 @@ chmod +x %{buildroot}%{python3_sitelib}/vlc.py
%{python3_sitelib}/python_vlc-%{version}-py%{python3_version}.egg-info
%changelog
+* Thu Dec 14 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3.0.20123-1
+- Update to 3.0.20123
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.0.18122-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/sources b/sources
index 54df7bf..365a7d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-vlc-3.0.18122.tar.gz) = f9233cba21ad986486d088c70c721d79847858762a10519bb19f69e2dbe4de9899304080742cc6bac3a53f7489152c38a432cff3fed516ece7e2b5d3136fc0a6
+SHA512 (python-vlc-3.0.20123.tar.gz) = 7268ef806b99fcfac552d7735dc0e3b07741aa1bc8b7dfacf53bcaa4e82d7af854f96f48198fd648a8fa78eb817643ac0f1939c3e370385f407ebe3c468e35d5
11 months, 2 weeks
[libde265/f38] Update to 1.0.14
by Leigh Scott
Summary of changes:
c728726... Update to 1.0.14 (*)
(*) This commit already existed in another branch; no separate mail sent
11 months, 2 weeks
[libde265/f39] Update to 1.0.14
by Leigh Scott
Summary of changes:
c728726... Update to 1.0.14 (*)
(*) This commit already existed in another branch; no separate mail sent
11 months, 2 weeks
[libde265] Update to 1.0.14
by Leigh Scott
commit c7287266bbb66f452b956777eb4c3cb1dd4a8e95
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 14 13:15:43 2023 +0000
Update to 1.0.14
.gitignore | 1 +
libde265.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 07b8d42..5963ee1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/libde265-1.0.11.tar.gz
/libde265-1.0.12.tar.gz
/libde265-1.0.13.tar.gz
+/libde265-1.0.14.tar.gz
diff --git a/libde265.spec b/libde265.spec
index 2405be9..c7ef417 100644
--- a/libde265.spec
+++ b/libde265.spec
@@ -1,6 +1,6 @@
Name: libde265
Summary: Open H.265 video codec implementation
-Version: 1.0.13
+Version: 1.0.14
Release: 1%{?dist}
License: LGPLv3+
Source: https://github.com/strukturag/libde265/releases/download/v%{version}/%{na...
@@ -105,6 +105,9 @@ rm -f %{buildroot}%{_bindir}/yuv-distortion
%{_bindir}/acceleration_speed
%changelog
+* Thu Dec 14 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1.0.14-1
+- Update to 1.0.14
+
* Tue Nov 21 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1.0.13-1
- Update to 1.0.13
diff --git a/sources b/sources
index a590789..a575c50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libde265-1.0.13.tar.gz) = 26bbaeddb64a42e4e421000c112f4948e2b271650c86e0c88d7cc2bc34392918102ce4247fb0c9fcdfee45dd308fb9808ec31058bb8e60463887bd6393f68d48
+SHA512 (libde265-1.0.14.tar.gz) = 077e0ab9f2f7ba887f0a976a3cac132e923d62ba26d83bc3cdd15c2345a40205511d663a52df0c00252dc988dbb0234a9737867ff6b616af28b4481ed337b806
11 months, 2 weeks