[x264] Update changelog
by Nicolas Chauvet
commit c8b97a7d881c7e9909e12838e0db4041a588ebea
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Aug 26 20:44:25 2019 +0200
Update changelog
x264.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/x264.spec b/x264.spec
index a1bf126..986f39e 100644
--- a/x264.spec
+++ b/x264.spec
@@ -31,7 +31,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 10%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 11%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -207,6 +207,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%changelog
+* Mon Aug 26 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 0.157-11.20190717git34c06d1
+- Drop hack for arm builders
+
* Tue Aug 06 2019 Leigh Scott <leigh123linux(a)gmail.com> - 0.157-10.20190717git34c06d1
- Rebuild for new ffmpeg version
5 years, 3 months
[x264] Drop hack for armv7hl libraries
by Nicolas Chauvet
commit 4178b9c41125a8f694e25fd64f31c6e9f7101766
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Aug 26 20:42:36 2019 +0200
Drop hack for armv7hl libraries
x264.spec | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/x264.spec b/x264.spec
index ab0bcb9..a1bf126 100644
--- a/x264.spec
+++ b/x264.spec
@@ -27,9 +27,6 @@
%ifarch ppc64
%global slibdir %{_libdir}/altivec
%endif
-%ifarch armv7hl armv7hnl
-%global __brp_mangle_shebangs_exclude_from x264|libx26410b.so.%{api}|libx264.so.%{api}
-%endif
Summary: H264/AVC video streams encoder
Name: x264
5 years, 3 months
[ffmpeg] Add Br fribidi-devel (needed for el8)
by Leigh Scott
commit 8691e6cc0e95ce61832994ffdfcbd8f987d6db0d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 26 19:39:05 2019 +0100
Add Br fribidi-devel (needed for el8)
ffmpeg.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 3640413..50a3301 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -17,10 +17,8 @@
%endif
%if 0%{?el8}
-%global _without_ass 1
%global _without_bluray 1
%global _without_dav1d 1
-%global _without_fribidi 1
%global _without_jack 1
%global _without_mfx 1
%endif
@@ -111,6 +109,7 @@ BuildRequires: bzip2-devel
%{?_with_flite:BuildRequires: flite-devel}
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel
+BuildRequires: fribidi-devel
%{!?_without_frei0r:BuildRequires: frei0r-devel}
%{?_with_gme:BuildRequires: game-music-emu-devel}
BuildRequires: gnutls-devel
5 years, 3 months
[gpac/el8] (24 commits) ...Fix gitignore
by Nicolas Chauvet
Summary of changes:
6dd2cd9... Remove Group tag (*)
e5954c7... Add missing isa on Requires (*)
d21773a... Use one BuildRequires per line (*)
6f64c99... Drop mozilla support (*)
1afd4f6... Drop osmo support (*)
c56c824... Drop f26 conditional (*)
8f4fc77... Use make macros (*)
53059f5... Use modern buildroot macro (*)
cd899a7... Use new ldconfig scriptlet (*)
7681788... make buildroot macro consistent (*)
431812f... Use modern optflags macro (*)
884f723... Clean up (*)
da4fa08... Update changelog (*)
943f0aa... Fix BuildRequires (*)
92830d2... Rename static sub-package (*)
9bd10a8... Update changelog (*)
f9dc456... - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass (*)
bd6ef35... Switch to wxGTK3-devel (*)
96707e3... Mass rebuild for x264 (*)
c16bd53... Rebuild for new ffmpeg version (*)
f2b9618... Update GPAC to 0.8.0 (*)
1ca6c98... Remove unused BuildRequires: js-devel (*)
b7e47b3... Drop uneeded BR (*)
25d3a45... Fix gitignore (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[gpac] Fix gitignore
by Nicolas Chauvet
commit 25d3a45418391b41738d3a9b0f8d1570d0a530c8
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Aug 26 18:54:05 2019 +0200
Fix gitignore
.gitignore | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47e12ab..054aefa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1 @@
-gpac-20141206.tar.xz
-gpac-0.6.0.tar.gz
-gpac-0.6.1.tar.gz
-/gpac-0.7.1.tar.gz
-/gpac-0.8.0.tar.gz
+gpac-*.tar.gz
5 years, 3 months
[gpac] Drop uneeded BR
by Nicolas Chauvet
commit b7e47b34f3d704cb61c2e01cdfff86caa4bb7a18
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Aug 26 18:53:00 2019 +0200
Drop uneeded BR
gpac.spec | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/gpac.spec b/gpac.spec
index 5e376a1..fc531c4 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -13,10 +13,8 @@ Release: 1%{?dist}
License: LGPLv2+
URL: http://gpac.sourceforge.net/
Source0: https://github.com/gpac/gpac/archive/v%{version}/gpac-%{version}.tar.gz
-#Source9: gpac-snapshot.sh
-BuildRequires: ImageMagick
-BuildRequires: SDL-devel
+BuildRequires: SDL2-devel
BuildRequires: a52dec-devel
BuildRequires: librsvg2-devel >= 2.5.0
BuildRequires: libGLU-devel
@@ -30,7 +28,6 @@ BuildRequires: xvidcore-devel >= 1.0.0
BuildRequires: ffmpeg-devel
BuildRequires: libxml2-devel
BuildRequires: openssl-devel
-BuildRequires: openjpeg-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: zlib-devel
BuildRequires: libogg-devel
@@ -39,14 +36,11 @@ BuildRequires: libtheora-devel
BuildRequires: libXt-devel
BuildRequires: libXpm-devel
BuildRequires: libXv-devel
-BuildRequires: wxGTK3-devel
BuildRequires: xmlrpc-c-devel
BuildRequires: doxygen graphviz
BuildRequires: gcc
%{?_with_amr:BuildRequires: amrnb-devel
BuildRequires: amrwb-devel}
-BuildRequires: gtk+-devel
-BuildRequires: gtk2-devel
%description
GPAC is a multimedia framework based on the MPEG-4 Systems standard developed
5 years, 3 months
[qt5-qtwebengine-freeworld] build using bundled pulse headers, workaround FTBFS bug rh#1729806
by Rex Dieter
commit b35cabd765d9a67e94161bbc9bd9664de5eb02fd
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Mon Aug 26 10:36:41 2019 -0500
build using bundled pulse headers, workaround FTBFS bug rh#1729806
.gitignore | 1 +
qt5-qtwebengine-freeworld.spec | 11 ++++++++++-
sources | 1 +
sources.keep | 1 +
4 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 5adbf0b..77900a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/qtwebengine-everywhere-src-5.12.4.tar.xz
+/pulseaudio-12.2-headers.tar.gz
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index f99b743..f63114f 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -55,6 +55,10 @@ Release: 3%{?dist}
License: (LGPLv2 with exceptions or GPLv3 with exceptions) and BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
URL: http://www.qt.io
Source0: http://download.qt.io/official_releases/qt/%{major_minor}/%{version}/subm...
+
+# pulseaudio headers
+Source20: pulseaudio-12.2-headers.tar.gz
+
# some tweaks to linux.pri (system yasm, link libpci, run unbundling script)
Patch0: qtwebengine-everywhere-src-5.10.0-linux-pri.patch
# quick hack to avoid checking for the nonexistent icudtl.dat and silence the
@@ -310,7 +314,9 @@ This version is compiled with support for patent-encumbered codecs enabled.
%prep
-%setup -q -n %{qt_module}-everywhere-src-%{version}%{?prerelease:-%{prerelease}}
+%setup -q -n %{qt_module}-everywhere-src-%{version}%{?prerelease:-%{prerelease}} -a20
+
+mv pulse src/3rdparty/chromium/
pushd src/3rdparty/chromium
%patch101 -p2 -b .0001
@@ -424,6 +430,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Mon Aug 26 2019 Rex Dieter <rdieter(a)fedoraproject.org> - 5.12.4-3
+- build using bundled pulse headers, workaround FTBFS bug rh#1729806
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 5.12.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index a47e86a..a27206d 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
9f1f20537eba9b166cd0e59191e49f29 qtwebengine-everywhere-src-5.12.4.tar.xz
+45d9c2aba2e79c5ce319ca7e78bbbf39 pulseaudio-12.2-headers.tar.gz
diff --git a/sources.keep b/sources.keep
new file mode 100644
index 0000000..86dc953
--- /dev/null
+++ b/sources.keep
@@ -0,0 +1 @@
+45d9c2aba2e79c5ce319ca7e78bbbf39 pulseaudio-12.2-headers.tar.gz
5 years, 3 months