[mpv] Disable vaapi when rpi is enabled (header conflicts)
by Nicolas Chauvet
commit 8aee3f54b409887b3e5e22f59ddcd56b67636146
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 18 16:58:52 2018 +0100
Disable vaapi when rpi is enabled (header conflicts)
mpv.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index c29decb..fc096b2 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -121,7 +121,7 @@ waf configure \
--enable-dvdread \
--enable-dvdnav \
--enable-cdda \
-%{?_with_rpi:--enable-rpi} \
+%{?_with_rpi:--enable-rpi --disable-vaapi} \
--enable-tv \
--enable-dvbin
5 years, 11 months
[vlc] fixup
by Nicolas Chauvet
commit 1b1b9344d33f3b08b9ddf6142d401fe05357687e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 18 16:17:03 2018 +0100
fixup
vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index ef3502a..8649944 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -317,7 +317,7 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
%{?_with_vcdimager:--enable-vcdx} \
--enable-omxil \
--enable-omxil-vout \
-%{?_with_rpi:
+%{?_with_rpi: \
--enable-rpi-omxil \
--enable-mmal \
} \
5 years, 11 months
[mpv] Update changelog
by Nicolas Chauvet
commit 1a065f04053ca8ed6a5bf89d5365444e2eac93e5
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 18 15:31:02 2018 +0100
Update changelog
mpv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index 8612ae3..c29decb 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.29.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL: http://%{name}.io/
@@ -155,6 +155,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Tue Dec 18 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.29.1-3
+- Enable rpi support
+
* Tue Nov 06 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.29.1-2
- Rebuild for new ffmpeg
5 years, 11 months
[mpv] Enable rpi support
by Nicolas Chauvet
commit f8efd6df84458e42efb3f4dffa409e45bdf34799
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 18 15:30:33 2018 +0100
Enable rpi support
mpv.spec | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/mpv.spec b/mpv.spec
index 0eb213a..8612ae3 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -70,6 +70,12 @@ BuildRequires: perl(Math::BigInt)
BuildRequires: perl(Math::BigRat)
BuildRequires: perl(Encode)
+%ifarch armv7hl armv7hnl
+%{?_with_rpi:
+BuildRequires: raspberrypi-vc-devel
+}
+%endif
+
Requires: hicolor-icon-theme
Provides: mplayer-backend
@@ -115,6 +121,7 @@ waf configure \
--enable-dvdread \
--enable-dvdnav \
--enable-cdda \
+%{?_with_rpi:--enable-rpi} \
--enable-tv \
--enable-dvbin
5 years, 11 months
[vlc] Add armv7hnl to _with_rpi
by Nicolas Chauvet
commit b9db1fb2723763977e6ba94ac04af6f55726492f
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 18 15:25:55 2018 +0100
Add armv7hnl to _with_rpi
vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 9127500..ef3502a 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -199,7 +199,7 @@ BuildRequires: pkgconfig(xcb-keysyms)
}
BuildRequires: xorg-x11-proto-devel
-%ifarch armv7hl
+%ifarch armv7hl armv7hnl
%{?_with_rpi:
BuildRequires: raspberrypi-vc-devel
}
5 years, 11 months
[ffmpeg] Fixup rpi br
by Nicolas Chauvet
commit b2016c18ec8a8dba462835fdd0d2e32c72f178d5
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 18 13:32:35 2018 +0100
Fixup rpi br
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 15ba647..212d235 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -147,7 +147,7 @@ BuildRequires: nasm
%endif
%{?_with_webp:BuildRequires: libwebp-devel}
%{?_with_netcdf:BuildRequires: netcdf-devel}
-%{?_with_rpi:BuildRequires: raspberrypi-vc-libs-devel}
+%{?_with_rpi:BuildRequires: raspberrypi-vc-devel}
%{!?_without_nvenc:BuildRequires: nv-codec-headers}
%{!?_without_amr:BuildRequires: opencore-amr-devel vo-amrwbenc-devel}
%{!?_without_openal:BuildRequires: openal-soft-devel}
5 years, 11 months
[ffmpeg] Rework build dependencies for cuda
by Nicolas Chauvet
commit 7d10e2bcbc975d356c4d2003cb50ff212463943d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Nov 10 14:31:06 2018 +0100
Rework build dependencies for cuda
ffmpeg.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index b507808..15ba647 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -96,8 +96,8 @@ Source0: ffmpeg-%{?branch}%{date}.tar.bz2
Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.xz
%endif
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
-%{?_with_cuda:BuildRequires: cuda-driver-dev-%{_cuda_version_rpm} cuda-misc-headers-%{_cuda_version_rpm} cuda-drivers-devel%{_isa} cuda-compiler-%{_cuda_version_rpm} cuda-cudart-dev-%{_cuda_version_rpm}}
-%{?_with_libnpp:BuildRequires: cuda-npp-dev-%{_cuda_version_rpm}}
+%{?_with_cuda:BuildRequires: cuda-minimal-build-%{_cuda_version_rpm} cuda-drivers-devel}
+%{?_with_libnpp:BuildRequires: pkgconfig(nppc-%{_cuda_version})}
BuildRequires: alsa-lib-devel
BuildRequires: bzip2-devel
%{?_with_faac:BuildRequires: faac-devel}
5 years, 11 months
[moc/el7: 34/34] New build on el7
by Antonio
commit 8f83e092a64aa16c31ac99d89595582271e34908
Merge: 56a0372 d1a26a5
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Dec 18 11:50:48 2018 +0100
New build on el7
.gitignore | 4 +-
moc-ffmpeg35_buildfix.patch | 32 ++++++++
moc-r2961+lt_init-1.patch | 21 +++++
moc-r2961+timidity_sint8-1.patch | 13 +++
moc.spec | 172 ++++++++++++++++++++++++++++++---------
sources | 2 +-
6 files changed, 204 insertions(+), 40 deletions(-)
---
5 years, 11 months
[moc/el7] (34 commits) ...New build on el7
by Antonio
Summary of changes:
95222ab... Update to moc-2.5.0-beta2 (*)
c05cdb6... Update to new commit including a batch of patches. (*)
02dd313... Rebuilt for ffmpeg-2.2 (*)
814c6ad... Update to svn release #2641; committed a new patchset. (*)
a3e0f03... Update to svn release #2641. New patchset which fixes a cou (*)
b2bac2b... Rebuilt for ffmpeg-2.3 (*)
0a5664c... Update to new stable release 2.5.0 . (*)
2bed0bb... SPECS cleanups. (*)
8d34913... Leap to MOC 2.6-alpha1 (*)
21c528c... * Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.6 (*)
2b83181... Rebuilt for FFmpeg 2.4.3 (*)
32882e9... Update to commit #2776. (*)
a938b1e... - Hardened builds (*)
4a41799... Update to commit 2880 (*)
d081b8c... Add ffmpeg as Requires package (*)
2f283eb... Rebuilt for ffmpeg-3.1.1 (*)
e940d42... Filtering of private libraries (*)
09feacb... rebuild for libtimidity .so bump (*)
f6f957d... Update to alpha3 (*)
51364c5... Rebuild for GCC 7 (*)
02cec24... - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass (*)
ae81364... Rebuild for ffmpeg update (*)
598e6b9... - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass (*)
690abc5... Rebuild for ffmpeg update (*)
51a7ed7... Use GPLv3+ license only (*)
d3c3106... Rebuilt for ffmpeg-3.5 git (*)
5c6b360... fix build with ffmpeg-3.5 (*)
0d1ee2a... Add patch for timidity from upstream (*)
3603b36... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass (*)
0abdc74... - Rebuilt for new ffmpeg snapshot (*)
c1e20ce... Use %%{?_isa} on 'Requires' package (*)
f6f6a30... Remove unused ffmpeg dependency (*)
d1a26a5... - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass (*)
8f83e09... New build on el7
(*) This commit already existed in another branch; no separate mail sent
5 years, 11 months