[kodi] Rebuild for tinyxml2
by Michael Cronenworth
commit 2533a47fad2c5d2723420c93d82aaaeb1a49156a
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Fri Nov 30 09:01:12 2018 -0600
Rebuild for tinyxml2
kodi.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/kodi.spec b/kodi.spec
index 6b8a182..fa1806d 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -30,7 +30,7 @@
Name: kodi
Version: 18.0
-Release: 0.18.rc1%{?dist}
+Release: 0.19.rc1%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -481,6 +481,9 @@ mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/
%changelog
+* Fri Nov 30 2018 Michael Cronenworth <mike(a)cchtml.com> - 18.0-0.19.rc1
+- Rebuild for tinyxml2
+
* Fri Nov 23 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 18.0-0.18.rc1
- Kodi 18.0 RC1
5 years, 11 months
[qmplay2/f28] (2 commits) ...Update to 18.11.20
by Martin Gansser
Summary of changes:
39cd19a... - Rebuilt for Fedora 29 Mass Rebuild binutils issue (*)
f459a03... Update to 18.11.20 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 11 months
[qmplay2/f29] Update to 18.11.20
by Martin Gansser
Summary of changes:
f459a03... Update to 18.11.20 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 11 months
[qmplay2] Update to 18.11.20
by Martin Gansser
commit f459a03e748d4b4587f5e4c185df8a0e4aa5c4bd
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Nov 30 14:11:33 2018 +0100
Update to 18.11.20
.gitignore | 1 +
qmplay2.spec | 20 +++++++++++---------
sources | 2 +-
3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03c11c0..fbd69d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
/QMPlay2-src-18.03.02.tar.xz
/QMPlay2-src-18.04.01.tar.xz
/QMPlay2-src-18.07.03.tar.xz
+/QMPlay2-18.11.20.tar.gz
diff --git a/qmplay2.spec b/qmplay2.spec
index 66f4af9..4906095 100644
--- a/qmplay2.spec
+++ b/qmplay2.spec
@@ -2,12 +2,12 @@
%global pname QMPlay2
Name: qmplay2
-Version: 18.07.03
-Release: 2%{?dist}
+Version: 18.11.20
+Release: 1%{?dist}
Summary: A Qt based media player, streamer and downloader
License: LGPLv3+
URL: http://zaps166.sourceforge.net/?app=QMPlay2
-Source: https://github.com/zaps166/QMPlay2/releases/download/%{version}/%{pname}-...
+Source: https://github.com/zaps166/QMPlay2/archive/%{version}.tar.gz#/%{pname}-%{...
BuildRequires: cmake3
BuildRequires: ninja-build
@@ -59,7 +59,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
It's a development package for %{name}.
%prep
-%autosetup -p1 -n %{pname}-src-%{version}
+%autosetup -p1 -n %{pname}-%{version}
# E: invalid-desktopfile /usr/share/applications/QMPlay2.desktop file
# contains group "PlayPause Shortcut Group", but groups extending the
@@ -81,8 +81,7 @@ popd
%install
%ninja_install -C %{_target_platform}
-find %{buildroot}%{_datadir}/%{name} -name "*.qm" | sed 's:'%{buildroot}'::
-s:.*/\([a-zA-Z]\{2\}\).qm:%lang(\1) \0:' > %{name}.lang
+%find_lang %{name} --all-name --with-qt
# Let's use %%doc macro. AUTHORS & ChangeLog are required for help window
cd %{buildroot}/%{_datadir}/qmplay2
@@ -90,11 +89,11 @@ rm LICENSE README.md TODO AUTHORS ChangeLog
mkdir -p %{buildroot}%{_datadir}/appdata
mv %{buildroot}/%{_datadir}/metainfo/QMPlay2.appdata.xml \
- %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml
+ %{buildroot}/%{_metainfodir}/%{name}.appdata.xml
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.xml
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%ldconfig_scriptlets
@@ -108,7 +107,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%dir %{_datadir}/solid
%dir %{_datadir}/solid/actions
%{_datadir}/applications/%{pname}*.desktop
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_metainfodir}/%{name}.appdata.xml
%{_datadir}/icons/hicolor/*/apps/%{pname}.*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/lang
@@ -121,6 +120,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{_includedir}/%{pname}
%changelog
+* Fri Nov 30 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 18.11.20-1
+- Update to 18.11.20
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 18.07.03-2
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
diff --git a/sources b/sources
index 940a512..1616857 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-100c4134c28d9ae53650731fcae309cf QMPlay2-src-18.07.03.tar.xz
+dc3e334b9da7edc7e66497172a64f4c5 QMPlay2-18.11.20.tar.gz
5 years, 11 months
[mlt-freeworld] Update to 6.12.0
by Martin Gansser
commit 3c662b1b397666d8e79a938d0bd84b1f3fe3c434
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Nov 29 15:37:49 2018 +0100
Update to 6.12.0
.gitignore | 1 +
mlt-freeworld.spec | 14 +++++++++-----
sources | 2 +-
3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15e43ef..ca6dc15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/mlt-6.6.0.tar.gz
/mlt-6.8.0.tar.gz
/mlt-6.10.0.tar.gz
+/mlt-6.12.0.tar.gz
diff --git a/mlt-freeworld.spec b/mlt-freeworld.spec
index da4d82f..c40bf54 100644
--- a/mlt-freeworld.spec
+++ b/mlt-freeworld.spec
@@ -2,13 +2,13 @@
%global gitdate 20171213
%global commit ea973eb65c8ca79a859028a9e008360836ca4941
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-#global gver .%{gitdate}git%{shortcommit}
+#global gver .%%{gitdate}git%%{shortcommit}
%global realname mlt
Name: mlt-freeworld
-Version: 6.10.0
-Release: 2%{?dist}
+Version: 6.12.0
+Release: 1%{?dist}
Summary: Toolkit for broadcasters, video editors, media players, transcoders
# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
@@ -17,7 +17,7 @@ License: GPLv3 and LGPLv2+
URL: http://www.mltframework.org/
Group: System Environment/Libraries
Source0: https://github.com/mltframework/mlt/archive/v%{version}/%{realname}-%{ver...
-#Patch0: https://github.com/mltframework/mlt/compare/v6.4.1...%{commit}.diff
+#Patch0: https://github.com/mltframework/mlt/compare/v6.4.1...%%{commit}.diff
BuildRequires: frei0r-devel
BuildRequires: opencv-devel
@@ -97,7 +97,8 @@ rm -r src/win32/
#before remove it print it to check with main mlt package
find %{buildroot} | grep -vP "mlt/avformat|libmltavformat.so"
# remove all execept avformat (ffmpeg part)
-find %{buildroot} -type f | grep -vP "mlt/avformat|libmltavformat.so" | xargs rm
+#find %{buildroot} -type f | grep -vP "mlt/avformat|libmltavformat.so" | xargs rm
+find %{buildroot} -type f -print0 | grep -vPz "mlt/avformat|libmltavformat.so" | xargs -0 rm
find %{buildroot} -type l -delete
find %{buildroot} -type d -empty -delete
@@ -109,6 +110,9 @@ find %{buildroot} -type d -empty -delete
%{_datadir}/mlt/
%changelog
+* Thu Nov 29 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 6.12.0-1
+- Update to 6.12.0
+
* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 6.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index f0695d1..a8a69a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f02057d4eb014bdf653731d03e72654f mlt-6.10.0.tar.gz
+eebf40c27f6c1717c6e99fd18319fbc3 mlt-6.12.0.tar.gz
5 years, 11 months
[vlc] Update to 20181129
by Leigh Scott
commit 496fe9543acb607fb652a80edd18328cc7669ac9
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Nov 29 10:01:48 2018 +0000
Update to 20181129
sources | 2 +-
vlc.spec | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index 99b4782..98a4d37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5a3d4db577d07bf2d6486f7e7af1b05e vlc-3.0.5-20181111-0221.tar.xz
+a205c0b4a810dd864f8e065856dc8ba4 vlc-3.0.5-20181129-0232.tar.xz
diff --git a/vlc.spec b/vlc.spec
index 3748754..5fe0056 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,6 +1,6 @@
-%global vlc_date 20181111
+%global vlc_date 20181129
#global vlc_rc -rc9
-%global vlc_tag -%{?vlc_date}-0221
+%global vlc_tag -%{?vlc_date}-0232
%if 0%{?vlc_tag:1}
%global vlc_url https://nightlies.videolan.org/build/source/
%else
@@ -43,7 +43,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.5
-Release: 6%{?dist}
+Release: 7%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_tag:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
@@ -579,6 +579,9 @@ fi || :
%changelog
+* Thu Nov 29 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.5-7
+- Update to 20181129
+
* Sun Nov 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.5-6
- Rebuild for new x265
5 years, 11 months
[chromium-freeworld/el7] remove sysroot options
by Akarshan Biswas
commit 1d18ec227197aaa04772f9f737e5121a211384f1
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Mon Nov 26 13:43:04 2018 -0500
remove sysroot options
Signed-off-by: Akarshan Biswas <akarshan.biswas(a)protonmail.com>
...mium-70.0.3538.110-remove-sysroot-options.patch | 23 ++++++++++++++++++++++
chromium-freeworld.spec | 3 +++
2 files changed, 26 insertions(+)
---
diff --git a/chromium-70.0.3538.110-remove-sysroot-options.patch b/chromium-70.0.3538.110-remove-sysroot-options.patch
new file mode 100644
index 0000000..9eb99d1
--- /dev/null
+++ b/chromium-70.0.3538.110-remove-sysroot-options.patch
@@ -0,0 +1,23 @@
+diff -up chromium-70.0.3538.110/tools/gn/bootstrap/bootstrap.py.sysrootfix chromium-70.0.3538.110/tools/gn/bootstrap/bootstrap.py
+--- chromium-70.0.3538.110/tools/gn/bootstrap/bootstrap.py.sysrootfix 2018-11-26 13:40:19.324713204 -0500
++++ chromium-70.0.3538.110/tools/gn/bootstrap/bootstrap.py 2018-11-26 13:40:43.199180888 -0500
+@@ -46,10 +46,6 @@ def main(argv):
+ '--build-path',
+ help='The directory in which to build gn, '
+ 'relative to the src directory. (eg. out/Release)')
+- parser.add_option(
+- '--with-sysroot',
+- action='store_true',
+- help='Download and build with the Debian sysroot.')
+ parser.add_option('-v', '--verbose', help='ignored')
+ options, args = parser.parse_args(argv)
+ if args:
+@@ -71,8 +67,6 @@ def main(argv):
+ '--no-last-commit-position',
+ '--out-path=' + gn_build_dir,
+ ]
+- if not options.with_sysroot:
+- cmd.append('--no-sysroot')
+ if options.debug:
+ cmd.append('--debug')
+ subprocess.check_call(cmd)
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 56020fc..d696294 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -291,6 +291,8 @@ Patch117: chromium-70.0.3538.67-disable-fontconfig-cache-magic.patch
Patch118: chromium-70.0.3538.77-harfbuzz2-fix.patch
# Fix aarch64 build against latest linux kernel headers
Patch119: chromium-70.0.3538.77-aarch64-arch-want-new-stat.patch
+# https://chromium.googlesource.com/chromium/src/tools/gn/+/6630c2e334d7bc1...
+Patch120: chromium-70.0.3538.110-remove-sysroot-options.patch
# Use chromium-latest.py to generate clean tarball from released build tarballs, found here:
@@ -837,6 +839,7 @@ udev.
%patch118 -p1 -b .harfbuzz2
%endif
%patch119 -p1 -b .aarch64-new-stat
+%patch120 -p1 -b .sysrootfix
# Change shebang in all relevant files in this directory and all subdirectories
5 years, 11 months
[chromium-freeworld/el7] .110
by Akarshan Biswas
commit 85471cdb98c93dadeae37663772535bba72f7993
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Mon Nov 26 13:11:42 2018 -0500
.110
Signed-off-by: Akarshan Biswas <akarshan.biswas(a)protonmail.com>
chromium-freeworld.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 2c31eb3..56020fc 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -149,8 +149,8 @@ Name: chromium%{chromium_channel}%{?freeworld:-freeworld}
%else
Name: chromium%{chromium_channel}
%endif
-Version: %{majorversion}.0.3538.77
-Release: 4%{?dist}
+Version: %{majorversion}.0.3538.110
+Release: 1%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -1804,6 +1804,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog
+* Mon Nov 26 2018 Tom Callaway <spot(a)fedoraproject.org> - 70.0.3538.110-1
+- update to .110
+
* Wed Nov 7 2018 Tom Callaway <spot(a)fedoraproject.org> - 70.0.3538.77-4
- fix library requires filtering
5 years, 11 months