[ffmpeg/f29] Enable libjack (rfbz #5346)
by Leigh Scott
commit 224b3a5c0b506cee68b15d64f06ac850e37e0310
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Sep 7 10:25:22 2019 +0100
Enable libjack (rfbz #5346)
ffmpeg.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index cf678ea..63f9827 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -89,7 +89,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.0.4
-Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 3%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -270,7 +270,7 @@ This package contains development files for %{name}
%{?_with_faac:--enable-libfaac --enable-nonfree} \\\
%{?_with_fdk_aac:--enable-libfdk-aac --enable-nonfree} \\\
%{?_with_flite:--enable-libflite} \\\
- %{!?_without_jack:--enable-indev=jack} \\\
+ %{!?_without_jack:--enable-libjack} \\\
--enable-libfreetype \\\
--enable-libfribidi \\\
%{?_with_gme:--enable-libgme} \\\
@@ -441,6 +441,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Sat Sep 07 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 4.0.4-3
+- Enable libjack (rfbz #5346)
+
* Sat Apr 06 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 4.0.4-2
- Backport avutil/mem: Fix invalid use of av_alloc_size - rfbz#5149
- Backport Enable HEVC support for working Nvidia driver versions - rfbz#5149
5 years, 3 months
[ffmpeg/f30] Enable libjack (rfbz #5346)
by Leigh Scott
commit 1e85bcea06530c527ea2d461f00a932a45ff7412
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Sep 7 10:21:23 2019 +0100
Enable libjack (rfbz #5346)
ffmpeg.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 423c75a..6f4627f 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -87,7 +87,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.1.4
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -262,7 +262,7 @@ This package contains development files for %{name}
%{?_with_faac:--enable-libfaac --enable-nonfree} \\\
%{?_with_fdk_aac:--enable-libfdk-aac --enable-nonfree} \\\
%{?_with_flite:--enable-libflite} \\\
- %{!?_without_jack:--enable-indev=jack} \\\
+ %{!?_without_jack:--enable-libjack} \\\
--enable-libfreetype \\\
--enable-libfribidi \\\
%{?_with_gme:--enable-libgme} \\\
@@ -429,6 +429,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Sat Sep 07 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 4.1.4-2
+- Enable libjack (rfbz #5346)
+
* Tue Jul 09 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 4.1.4-1
- Update to 4.1.4 release
5 years, 3 months
[plex-media-player] Compat-minizip-devel
by Nicolas Chauvet
commit e757d90011c95930b929e405aca7b0391d2a5d95
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Sep 7 11:01:36 2019 +0200
Compat-minizip-devel
plex-media-player.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plex-media-player.spec b/plex-media-player.spec
index 2129b9b..89c0412 100644
--- a/plex-media-player.spec
+++ b/plex-media-player.spec
@@ -41,7 +41,7 @@ BuildRequires: gcc-c++
BuildRequires: libGL-devel
BuildRequires: pkgconfig(libcec)
BuildRequires: pkgconfig(libdrm)
-%if 0%{?fedora} > 29 || 0%{?rhel} > 7
+%if 0%{?fedora} > 29
BuildRequires:: compat-minizip-devel
%else
BuildRequires: pkgconfig(minizip)
5 years, 3 months
[plex-media-player] compat minizip devel
by Nicolas Chauvet
commit 5fba43af78dfd02dbdf000280d251427550a77d9
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Sep 7 11:00:47 2019 +0200
compat minizip devel
plex-media-player.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/plex-media-player.spec b/plex-media-player.spec
index 34ec883..2129b9b 100644
--- a/plex-media-player.spec
+++ b/plex-media-player.spec
@@ -41,7 +41,11 @@ BuildRequires: gcc-c++
BuildRequires: libGL-devel
BuildRequires: pkgconfig(libcec)
BuildRequires: pkgconfig(libdrm)
+%if 0%{?fedora} > 29 || 0%{?rhel} > 7
+BuildRequires:: compat-minizip-devel
+%else
BuildRequires: pkgconfig(minizip)
+%endif
BuildRequires: pkgconfig(mpv)
BuildRequires: pkgconfig(Qt5) >= 5.9.5
BuildRequires: pkgconfig(Qt5Quick) >= 5.9.5
5 years, 3 months
[ffmpeg] Enable libjack (rfbz #5346)
by Leigh Scott
commit 71f0ab4179af4694db7a724bc8836526a5fdbd19
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Sep 7 10:00:27 2019 +0100
Enable libjack (rfbz #5346)
ffmpeg.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 4628a10..cd18f5e 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -87,7 +87,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.2.1
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -261,7 +261,7 @@ This package contains development files for %{name}
%{?_with_faac:--enable-libfaac --enable-nonfree} \\\
%{?_with_fdk_aac:--enable-libfdk-aac --enable-nonfree} \\\
%{?_with_flite:--enable-libflite} \\\
- %{!?_without_jack:--enable-indev=jack} \\\
+ %{!?_without_jack:--enable-libjack} \\\
--enable-libfreetype \\\
%{!?_without_fribidi:--enable-libfribidi} \\\
%{?_with_gme:--enable-libgme} \\\
@@ -428,6 +428,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Sat Sep 07 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 4.2.1-2
+- Enable libjack (rfbz #5346)
+
* Sat Sep 07 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 4.2.1-1
- Update to 4.2.1 release
5 years, 3 months