[vlc] Patch for libvpx-1.8.0
by Leigh Scott
commit b27b4ee4afee3089caee542745671165daa333f7
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Feb 27 09:07:16 2019 +0000
Patch for libvpx-1.8.0
libvpx-1.8-fix.patch | 36 ++++++++++++++++++++++++++++++++++++
vlc.spec | 10 ++++++++--
2 files changed, 44 insertions(+), 2 deletions(-)
---
diff --git a/libvpx-1.8-fix.patch b/libvpx-1.8-fix.patch
new file mode 100644
index 0000000..7d08b42
--- /dev/null
+++ b/libvpx-1.8-fix.patch
@@ -0,0 +1,36 @@
+From 2688feb2742a6021ca211ae5c106b12c3d822946 Mon Sep 17 00:00:00 2001
+From: Danny Milosavljevic <dannym(a)scratchpost.org>
+Date: Mon, 11 Feb 2019 16:07:12 +0100
+Subject: [PATCH] codec: vpx: Detect libvpx 1.8.0 and, if detected, use fewer
+ frame formats in the chroma_table
+
+Signed-off-by: Steve Lhomme <robux4(a)ycbcr.xyz>
+(cherry picked from commit 5575fe3eb3fd46bada8662268b74d03493476a84)
+---
+ modules/codec/vpx.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/modules/codec/vpx.c b/modules/codec/vpx.c
+index 2b1e37818d..aba180361f 100644
+--- a/modules/codec/vpx.c
++++ b/modules/codec/vpx.c
+@@ -116,6 +116,7 @@ static const struct
+ { VLC_CODEC_I440, VPX_IMG_FMT_I440, 8, 0 },
+
+ { VLC_CODEC_YV12, VPX_IMG_FMT_YV12, 8, 0 },
++#if VPX_IMAGE_ABI_VERSION < 5
+ { VLC_CODEC_YUVA, VPX_IMG_FMT_444A, 8, 0 },
+ { VLC_CODEC_YUYV, VPX_IMG_FMT_YUY2, 8, 0 },
+ { VLC_CODEC_UYVY, VPX_IMG_FMT_UYVY, 8, 0 },
+@@ -128,7 +129,7 @@ static const struct
+
+ { VLC_CODEC_ARGB, VPX_IMG_FMT_ARGB, 8, 0 },
+ { VLC_CODEC_BGRA, VPX_IMG_FMT_ARGB_LE, 8, 0 },
+-
++#endif
+ { VLC_CODEC_GBR_PLANAR, VPX_IMG_FMT_I444, 8, 1 },
+ { VLC_CODEC_GBR_PLANAR_10L, VPX_IMG_FMT_I44416, 10, 1 },
+
+--
+2.11.0
+
diff --git a/vlc.spec b/vlc.spec
index bb7f4f6..665c238 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -44,11 +44,13 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.6
-Release: 18%{?dist}
+Release: 19%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_tag:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
-Patch0: https://raw.githubusercontent.com/fedberry/vlc/master/mmal_1.patch
+Patch0: https://raw.githubusercontent.com/fedberry/vlc/master/mmal_1.patch
+# https://git.videolan.org/?p=vlc/vlc-3.0.git;a=commitdiff;h=2688feb2742a60...
+Patch1: libvpx-1.8-fix.patch
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
@@ -285,6 +287,7 @@ VLC media player extras modules.
%{?_with_rpi:
%patch0 -p1
}
+%patch1 -p1
%if 0%{?rhel} == 7
. /opt/rh/devtoolset-7/enable
@@ -542,6 +545,9 @@ fi || :
%changelog
+* Wed Feb 27 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.0.6-19
+- Patch for libvpx-1.8.0
+
* Wed Feb 27 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.6-18
- Rebuilt
5 years, 9 months
[vlc] Rebuilt
by Nicolas Chauvet
commit af2f2642c54c856f2b20833aadd863b7b02d675d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Feb 27 08:48:54 2019 +0100
Rebuilt
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index b407aba..bb7f4f6 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -44,7 +44,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.6
-Release: 17%{?dist}
+Release: 18%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_tag:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
@@ -542,6 +542,9 @@ fi || :
%changelog
+* Wed Feb 27 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.6-18
+- Rebuilt
+
* Thu Jan 24 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.6-17
- Drop unmaintained phonon support on el7
5 years, 9 months
[deadbeef] Update to latest git. Enable LTO. Drop patches.
by Vasiliy Glazov
commit 9669e90de8edbab396006e8bbfa09148502258dc
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Wed Feb 27 09:45:46 2019 +0300
Update to latest git. Enable LTO. Drop patches.
.gitignore | 1 +
adplug-2.2.1-signed-char.patch | 32 ------------------
deadbeef.spec | 26 ++++++++-------
desktop.patch | 76 ------------------------------------------
sidplay-libs-gcc6.patch | 14 --------
sources | 2 +-
6 files changed, 16 insertions(+), 135 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e8f181..bb57d93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/deadbeef-0.7.2.tar.bz2
/6d02b028861ab4c8c8f06f480d5b2197011b6dbd
/73f972277cd7ecebc92dda6ae2a74ea05a9719f6
+/373f55642b6b752bdca159ed621fcd732ce9063c
diff --git a/deadbeef.spec b/deadbeef.spec
index 0e5d70a..2b7d9dd 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -1,6 +1,9 @@
-%global gitcommit_full 73f972277cd7ecebc92dda6ae2a74ea05a9719f6
+%global gitcommit_full 373f55642b6b752bdca159ed621fcd732ce9063c
%global gitcommit %(c=%{gitcommit_full}; echo ${c:0:7})
-%global date 20181224
+%global date 20190209
+
+%global optflags %{optflags} -flto
+%global build_ldflags %{build_ldflags} -flto
Name: deadbeef
Version: 0.7.3
@@ -36,12 +39,7 @@ BuildRequires: yasm-devel
BuildRequires: bison
BuildRequires: pkgconfig(imlib2)
BuildRequires: pkgconfig(libzip)
-%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
BuildRequires: pkgconfig(gtk+-3.0)
-%else
-BuildRequires: libstdc++-devel
-BuildRequires: pkgconfig(gtk+-2.0)
-%endif
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(jansson)
BuildRequires: pkgconfig(opusfile)
@@ -90,16 +88,16 @@ done
%build
+export AR=%{_bindir}/gcc-ar
+export RANLIB=%{_bindir}/gcc-ranlib
+export NM=%{_bindir}/gcc-nm
./autogen.sh
%configure \
--enable-ffmpeg --docdir=%{_defaultdocdir}/%{name}-%{version} \
--disable-silent-rules \
--disable-static \
-%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
- --disable-gtk2 --enable-gtk3
-%else
- --enable-gtk2 --disable-gtk3 --disable-lfm
-%endif
+ --disable-gtk2 \
+ --enable-gtk3
%make_build
@@ -140,6 +138,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Wed Feb 27 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.7.3-0.1.20190209git373f556
+- Update to latest git
+- Enable LTO
+
* Thu Dec 27 2018 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.7.3-0.1.20181224git73f9722
- Update to latest git
diff --git a/sources b/sources
index 64c0c97..a219411 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0690a353fba8e58d18b7e8d3e36da5d6 73f972277cd7ecebc92dda6ae2a74ea05a9719f6
+b7b2d99b421ad9184dbd23a679e58f27 373f55642b6b752bdca159ed621fcd732ce9063c
5 years, 9 months
[get_iplayer] Update to version 3.20.
by mavit
commit 48b585bf7630d2806afe7065cd7663554f6cfd7a
Author: Peter Oliver <git(a)mavit.org.uk>
Date: Tue Feb 26 20:34:26 2019 +0000
Update to version 3.20.
.gitignore | 1 +
get_iplayer.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c841e36..aa0dcbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ get_iplayer-2.94.tar.gz
/get_iplayer-3.16.tar.gz
/get_iplayer-3.17.tar.gz
/get_iplayer-3.18.tar.gz
+/get_iplayer-3.20.tar.gz
diff --git a/get_iplayer.spec b/get_iplayer.spec
index c8402e4..8bc6dc0 100644
--- a/get_iplayer.spec
+++ b/get_iplayer.spec
@@ -1,5 +1,5 @@
Name: get_iplayer
-Version: 3.18
+Version: 3.20
Release: 1%{?dist}
Summary: Lists, records and streams BBC iPlayer TV and radio programmes
@@ -102,6 +102,9 @@ fi
%changelog
+* Tue Feb 26 2019 Peter Oliver <rpm(a)mavit.org.uk> - 3.20-1
+- Update to version 3.20.
+
* Sat Dec 29 2018 Peter Oliver <rpm(a)mavit.org.uk> - 3.18-1
- Update to version 3.18.
diff --git a/sources b/sources
index be0d2ae..34d07c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7fb3cd758c9bbb5f5ca634df3f664891 get_iplayer-3.18.tar.gz
+c577b77781f1602754ceead13e86ff37 get_iplayer-3.20.tar.gz
5 years, 9 months
[obs-studio/f29] Updated to 23.0.0
by Momcilo Medic
Summary of changes:
d5f19e8... Updated to 23.0.0 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 9 months
[obs-studio/f28] Updated to 23.0.0
by Momcilo Medic
Summary of changes:
d5f19e8... Updated to 23.0.0 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 9 months
[obs-studio] Updated to 23.0.0
by Momcilo Medic
commit d5f19e8cf6d6a4e204f16228b4ee1abc3bbe8fbd
Author: Momcilo Medic <fedorauser(a)fedoraproject.org>
Date: Tue Feb 26 20:58:54 2019 +0100
Updated to 23.0.0
obs-studio.spec | 9 +++++++--
sources | 2 +-
2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 697117c..a51e1c4 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -2,8 +2,8 @@
%global __python %{__python3}
Name: obs-studio
-Version: 22.0.3
-Release: 3%{?dist}
+Version: 23.0.0
+Release: 1%{?dist}
Summary: Open Broadcaster Software Studio
License: GPLv2+
@@ -97,6 +97,7 @@ doxygen
mkdir -p %{buildroot}/%{_libexecdir}/obs-plugins/obs-ffmpeg/
mv -f %{buildroot}/%{_datadir}/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux \
%{buildroot}/%{_libexecdir}/obs-plugins/obs-ffmpeg/ffmpeg-mux
+mv -f %{buildroot}/%{_prefix}/lib/pkgconfig %{buildroot}/%{_libdir}/pkgconfig
%check
/usr/bin/desktop-file-validate %{buildroot}/%{_datadir}/applications/obs.desktop
@@ -121,6 +122,7 @@ mv -f %{buildroot}/%{_datadir}/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux \
%files devel
%{_libdir}/cmake/LibObs/
+%{_libdir}/pkgconfig/libobs.pc
%{_libdir}/*.so
%{_includedir}/obs/
@@ -128,6 +130,9 @@ mv -f %{buildroot}/%{_datadir}/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux \
%doc docs/html
%changelog
+* Mon Feb 25 2019 Momcilo Medic <fedorauser(a)fedoraproject.org> - 23.0.0-1
+- Updated to 23.0.0
+
* Wed Jan 9 2019 Momcilo Medic <fedorauser(a)fedoraproject.org> - 22.0.3-3
- Fixed missing dependencies
- Enabled scripting support
diff --git a/sources b/sources
index ce98698..dbdac66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-112877ab7677eaa35dcbf8bc18d3a10d obs-studio-22.0.3.tar.gz
+a614f68eb025be24b6684d972e567227 obs-studio-23.0.0.tar.gz
5 years, 9 months