[mpd/f33] fix
by Leigh Scott
Summary of changes:
a76e4b4... fix (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 1 month
[mpd] fix
by Leigh Scott
commit a76e4b4c789197d3268e0a5f4eaa7bf264640b48
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Oct 11 22:34:16 2020 +0100
fix
mpd.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/mpd.spec b/mpd.spec
index c10508a..24c1381 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -68,7 +68,9 @@ BuildRequires: libnfs-devel
BuildRequires: libsmbclient-devel
BuildRequires: libsndfile-devel
BuildRequires: libupnp-devel
+%ifnarch %{arm}
BuildRequires: liburing-devel
+%endif
BuildRequires: mpg123-devel
BuildRequires: openal-soft-devel
BuildRequires: python3-sphinx
4 years, 1 month
[mpd/f32] Update to 0.22
by Leigh Scott
Summary of changes:
933413f... Update to 0.22 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 1 month
[mpd/f33] Update to 0.22
by Leigh Scott
Summary of changes:
933413f... Update to 0.22 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 1 month
[mpd] Update to 0.22
by Leigh Scott
commit 933413fe9cdff06abd0618be0130d27c5efed07f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Oct 11 22:15:30 2020 +0100
Update to 0.22
mpd-0.18-mpdconf.patch => mpd-0.22-mpdconf.patch | 11 ++++++-----
mpd.spec | 16 ++++++++++------
sources | 4 ++--
3 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/mpd-0.18-mpdconf.patch b/mpd-0.22-mpdconf.patch
similarity index 70%
rename from mpd-0.18-mpdconf.patch
rename to mpd-0.22-mpdconf.patch
index 774fab1..8893b3a 100644
--- a/mpd-0.18-mpdconf.patch
+++ b/mpd-0.22-mpdconf.patch
@@ -1,7 +1,6 @@
-diff -ur ../mpd.orig/doc/mpdconf.example ./doc/mpdconf.example
---- ../mpd.orig/doc/mpdconf.example 2013-10-02 15:01:57.711017087 +1000
-+++ ./doc/mpdconf.example 2013-10-02 15:02:59.995519905 +1000
-@@ -81,7 +81,7 @@
+--- a/doc/mpdconf.example
++++ b/doc/mpdconf.example
+@@ -82,7 +82,7 @@
#bind_to_address "any"
#
# And for Unix Socket
@@ -10,7 +9,7 @@ diff -ur ../mpd.orig/doc/mpdconf.example ./doc/mpdconf.example
#
# This setting is the TCP port that is desired for the daemon to get assigned
# to.
-@@ -274,12 +274,12 @@
+@@ -273,13 +273,13 @@
#
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#
@@ -22,8 +21,10 @@ diff -ur ../mpd.orig/doc/mpdconf.example ./doc/mpdconf.example
+ name "My Pulse Output"
## server "remote_server" # optional
## sink "remote_server_sink" # optional
+ ## media_role "media_role" #optional
-#}
+}
#
# An example of a winmm output (Windows multimedia API).
#
+
diff --git a/mpd.spec b/mpd.spec
index 36ee91d..c10508a 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,14 +16,14 @@
Name: mpd
Epoch: 1
-Version: 0.21.26
+Version: 0.22
Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
URL: https://www.musicpd.org
-Source0: %{url}/download/mpd/0.21/mpd-%{version}.tar.xz
-Source1: %{url}/download/mpd/0.21/mpd-%{version}.tar.xz.sig
+Source0: %{url}/download/mpd/0.22/mpd-%{version}.tar.xz
+Source1: %{url}/download/mpd/0.22/mpd-%{version}.tar.xz.sig
Source2: https://pgp.key-server.io/download/0x236E8A58C6DB4512#/gpgkey.asc
# Note that the 0.18.x branch doesn't yet work with Fedora's version of
# libmpcdec which needs updating.
@@ -32,7 +32,7 @@ Source2: https://pgp.key-server.io/download/0x236E8A58C6DB4512#/gpgkey.as
Source3: mpd.logrotate
Source4: mpd.tmpfiles.d
Source5: mpd.xml
-Patch0: mpd-0.18-mpdconf.patch
+Patch0: mpd-0.22-mpdconf.patch
Patch1: mpd-0.20-remove_NoNewPrivileges.patch
BuildRequires: alsa-lib-devel
@@ -68,6 +68,7 @@ BuildRequires: libnfs-devel
BuildRequires: libsmbclient-devel
BuildRequires: libsndfile-devel
BuildRequires: libupnp-devel
+BuildRequires: liburing-devel
BuildRequires: mpg123-devel
BuildRequires: openal-soft-devel
BuildRequires: python3-sphinx
@@ -120,7 +121,7 @@ This package contains FirewallD file for MPD.
%prep
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%setup -q
-%patch0 -p0
+%patch0 -p1
%patch1 -p1
# Force python3-sphinx
sed -i -e 's@sphinx-build@sphinx-build-3@g' doc/meson.build
@@ -131,7 +132,7 @@ sed -i -e 's@sphinx-build@sphinx-build-3@g' doc/meson.build
-Dsystemd_user_unit_dir=%{_userunitdir} \
-Dipv6=enabled \
-Dpipe=true \
- -Ddocumentation=true \
+ -Ddocumentation=auto \
-Dsolaris_output=disabled \
-Dsndio=disabled \
-Dchromaprint=disabled \
@@ -231,6 +232,9 @@ fi
%changelog
+* Sun Oct 11 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.22-1
+- Update to 0.22
+
* Wed Sep 23 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.21.26-1
- Update to 0.21.26
diff --git a/sources b/sources
index 7766c30..c148107 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (mpd-0.21.26.tar.xz) = 31eb5d42bcfc942116cb203d8b1ceb8489b46251204f7288d1e8d7e052ff4cab2c8b2087795cc8118c8b86f080613f80cb182163fcb1c5b5027053d53c5a594a
-SHA512 (mpd-0.21.26.tar.xz.sig) = 94b79fbbbd28bf1b34c4774972d3487ba42a22a80fb65027c7804824302b96ecc07bbd718af25785abd964c985d3ff2d9f5086878b03f9d7ffa73d8b355f9e53
+SHA512 (mpd-0.22.tar.xz) = 2a6671dc2392dbac65d8339b8cfe86626fc46727bedab80266b24c6d63b0a26a832fc233576866ab5115627efdaa61bbe6876f4d33cb48c21e16fb5b74d3cfe4
+SHA512 (mpd-0.22.tar.xz.sig) = dde7e62982f4ebc7a373f740f7049d9ff328b6045bccd93c46dbe215ab44423c1ae08f64c1f4c8bb57374feecf578e66499652a9e87d280e0d578fea4ecdab74
4 years, 1 month
[ffmpeg/f33] Revert last commit
by Leigh Scott
Summary of changes:
01b1acf... Revert last commit (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 1 month
[ffmpeg] Revert last commit
by Leigh Scott
commit 01b1acf27cc0d86ce1e1bdda9be02cdf35f11091
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Oct 10 17:18:50 2020 +0100
Revert last commit
ffmpeg.spec | 6 ++++--
vp9_vdpau.patch | 37 -------------------------------------
2 files changed, 4 insertions(+), 39 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index e818923..0751495 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -102,7 +102,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.3.1
-Release: 10%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 11%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -117,7 +117,6 @@ Patch2: libavfilter_glslang.cpp.patch
# upstream asm commits
Patch3: libavutil_x86_x86inc.asm.patch
Patch4: tests_checkasm_vf_blend.c.patch
-Patch5: vp9_vdpau.patch
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%{?_with_cuda:BuildRequires: cuda-minimal-build-%{_cuda_version_rpm} cuda-drivers-devel}
%{?_with_libnpp:BuildRequires: pkgconfig(nppc-%{_cuda_version})}
@@ -467,6 +466,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Sat Oct 10 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-11
+- Revert last commit
+
* Sat Oct 10 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-10
- Add VP9 10/12 Bit support for VDPAU
4 years, 1 month
[ffmpeg] Add VP9 10/12 Bit support for VDPAU
by Leigh Scott
commit 24f22e79cd37c2789a10d6b105a9ba171bbab694
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Oct 10 09:01:06 2020 +0100
Add VP9 10/12 Bit support for VDPAU
ffmpeg.spec | 6 +++++-
vp9_vdpau.patch | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 9dbe933..e818923 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -102,7 +102,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.3.1
-Release: 9%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 10%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -117,6 +117,7 @@ Patch2: libavfilter_glslang.cpp.patch
# upstream asm commits
Patch3: libavutil_x86_x86inc.asm.patch
Patch4: tests_checkasm_vf_blend.c.patch
+Patch5: vp9_vdpau.patch
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%{?_with_cuda:BuildRequires: cuda-minimal-build-%{_cuda_version_rpm} cuda-drivers-devel}
%{?_with_libnpp:BuildRequires: pkgconfig(nppc-%{_cuda_version})}
@@ -466,6 +467,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Sat Oct 10 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-10
+- Add VP9 10/12 Bit support for VDPAU
+
* Tue Aug 18 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-9
- Disable vulkan on i686
diff --git a/vp9_vdpau.patch b/vp9_vdpau.patch
new file mode 100644
index 0000000..b9f5934
--- /dev/null
+++ b/vp9_vdpau.patch
@@ -0,0 +1,37 @@
+From ccca62ef991f0a47dfa30c3e822d91294b8afe4c Mon Sep 17 00:00:00 2001
+From: ManojGuptaBonda <mbonda(a)nvidia.com>
+Date: Thu, 8 Oct 2020 11:48:51 +0530
+Subject: [PATCH] VP9 Profile 2 VDPAU support
+
+Added VDPAU to list of supported formats for VP9 420 10 and 12 bit
+formats. Add VP9 10/12 Bit support for VDPAU
+
+Signed-off-by: Philip Langdale <philipl(a)overt.org>
+---
+ libavcodec/vp9.c | 6 ++++++
+ 3 files changed, 8 insertions(+), 1 deletion(-)
+
+diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
+index fd0bab14a239..8b89fd68e246 100644
+--- a/libavcodec/vp9.c
++++ b/libavcodec/vp9.c
+@@ -223,6 +223,9 @@ static int update_size(AVCodecContext *avctx, int w, int h)
+ #endif
+ #if CONFIG_VP9_VAAPI_HWACCEL
+ *fmtp++ = AV_PIX_FMT_VAAPI;
++#endif
++#if CONFIG_VP9_VDPAU_HWACCEL
++ *fmtp++ = AV_PIX_FMT_VDPAU;
+ #endif
+ break;
+ case AV_PIX_FMT_YUV420P12:
+@@ -231,6 +234,9 @@ static int update_size(AVCodecContext *avctx, int w, int h)
+ #endif
+ #if CONFIG_VP9_VAAPI_HWACCEL
+ *fmtp++ = AV_PIX_FMT_VAAPI;
++#endif
++#if CONFIG_VP9_VDPAU_HWACCEL
++ *fmtp++ = AV_PIX_FMT_VDPAU;
+ #endif
+ break;
+ }
4 years, 1 month
[buildsys-build-rpmfusion/f33] rebuild for kernel 5.8.13-300.fc33
by Leigh Scott
commit 4fafb75a16686abb582c7646a8633f457b392fa6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Oct 8 21:45:32 2020 +0100
rebuild for kernel 5.8.13-300.fc33
buildsys-build-rpmfusion-kerneldevpkgs-current | 8 ++++----
buildsys-build-rpmfusion.spec | 5 ++++-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/buildsys-build-rpmfusion-kerneldevpkgs-current b/buildsys-build-rpmfusion-kerneldevpkgs-current
index 6f3a285..f7afc9a 100644
--- a/buildsys-build-rpmfusion-kerneldevpkgs-current
+++ b/buildsys-build-rpmfusion-kerneldevpkgs-current
@@ -1,4 +1,4 @@
-5.8.2-300.fc33
-5.8.2-300.fc33smp
-5.8.2-300.fc33PAE
-5.8.2-300.fc33lpae
+5.8.13-300.fc33
+5.8.13-300.fc33smp
+5.8.13-300.fc33PAE
+5.8.13-300.fc33lpae
diff --git a/buildsys-build-rpmfusion.spec b/buildsys-build-rpmfusion.spec
index 47e6399..caac71d 100644
--- a/buildsys-build-rpmfusion.spec
+++ b/buildsys-build-rpmfusion.spec
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 11
Version: 33
-Release: 0.3
+Release: 0.4
Summary: Tools and files used by the %{repo} buildsys
License: MIT
@@ -77,6 +77,9 @@ sed -i 's|^default_prefix=.*|default_prefix=%{_datadir}/%{name}/|' \
%changelog
+* Thu Oct 8 2020 Leigh Scott <leigh123linux(a)gmail.com> - 11:33-0.4
+- rebuild for kernel 5.8.13-300.fc33
+
* Fri Aug 21 2020 Leigh Scott <leigh123linux(a)gmail.com> - 11:33-0.3
- Fix updates script
4 years, 1 month